Wordle Solver — Find Every Word Your Clues Still Allow

A Wordle solver takes the tiles you have already turned over — green for a letter in the right place, yellow for right letter wrong place, grey for one the answer has run out of — and returns every five-letter word still consistent with all of them. Enter your guesses below and the list appears instantly, ranked by which word would narrow the field fastest.

Type a guess, then press the tile under each letter to set what the game showed you. right letter, right spot right letter, wrong spot not in the wordTiles start grey, the same as an unmarked tile in the game.

Fill in at least one complete guess above and press Solve.

  • Where it runs Nothing is uploaded, because there is no file — it is worked out in this page.
  • No queue, no account It answers as fast as your machine can, and it never asks who you are.
  • As often as you like Nothing is counted and nothing is capped — answering again costs us nothing.

How it works

  1. Type your first guess into the top row, one letter per tile.
  2. Press each tile below the letter to cycle its colour: grey, yellow, green — matching what the game showed you.
  3. Add your later guesses to the rows underneath. Every row you fill narrows the list further.
  4. Press Solve. The remaining words appear with the best next guess at the top.

Not affiliated with the game

Quinvert has no connection to The New York Times Company or to the game it publishes. "Wordle" is that company's registered trademark and is used here only to say what this tool is for — the ordinary way one names the thing a tool works with. Nothing on this page is the game, reproduces the game, or is endorsed by anyone who makes it.

That matters for one practical reason beyond the legal one: the answers this page lists come from a public-domain dictionary, not from the game's own list of answers, and the section on the dictionary below explains exactly what difference that makes to what you see.

What each colour actually tells the solver

A green tile is the simple case: that letter, that square, no argument. A yellow tile says two things at once — the letter is in the answer somewhere, and it is not at the square you tried it at. Most people read only the first half, and a solver that does the same keeps offering words with the letter sitting exactly where the game just ruled it out.

A grey tile is the one that is almost always described wrongly. It does not mean "this letter is not in the answer". It means the answer has no more of this letter than the same guess already accounted for in green and yellow. If you guess a word with two Es and one comes back green while the other comes back grey, the answer has exactly one E — not zero. Reading that grey as a ban discards every correct answer and reports nothing, which is the most common failure in this class of tool and the thing this one is built around.

Repeated letters, the case worth checking a solver on

Guess GEESE against an answer of ERASE and the game marks one E present, one E correct, and the third E absent. The answer holds two Es; the guess spent three; the leftover has nothing to pair against and comes back grey. From those three tiles the true constraint is "exactly two Es" — a floor and a ceiling at once, derived by counting the tiles that came back coloured rather than by reading any single tile in isolation.

The same counting rule settles the mirror case. If two guesses each pin the same letter green at different squares, the answer needs two of that letter, even though neither guess said so on its own — each contributed one green, and only the merged board shows both. This solver reads the constraint off the whole board for that reason, and `test/wordle-tools.test.ts` holds it against four hundred answer-and-guess pairs rather than against a handful of examples.

Which word to guess next, and why that one

Every remaining candidate is a possible answer, but they are not equally useful to guess. A word is good exactly insofar as it splits the field: words that would produce the same pattern of tiles are indistinguishable after you play it, so the best guess is the one that breaks the survivors into the most, smallest groups. This page scores each candidate by the average number of words that would still be standing after playing it — 1.0 means it finishes the puzzle outright — and puts the lowest first.

Suggestions are drawn from the words still possible rather than from the whole dictionary. A probe made of letters you want to test can sometimes learn more per turn, but it cannot win, and someone with three guesses left usually wants a word that could. Where the field is still larger than five hundred words — realistically only before your first clue — the split calculation is too slow to run while you wait, so the ranking falls back to positional letter frequency, which is the same question asked more cheaply.

Contradictions are named, not silently returned as nothing

Mistyping a tile is the most common way to get an empty result, and an empty result sends people off to doubt the dictionary rather than to check the input. So the marks are inspected for clues that cannot all be true before any word is looked at: the same square marked green as two different letters, a letter marked both correct and not-there at one square, a letter required more times than it is allowed, or floors that add up to more letters than the word has room for.

Where one of those turns up, the page says which square and which letter, in those terms. That is a different message from "no word matches your clues", which is a real and useful answer when the clues are consistent but narrow — and telling the two apart is the whole point of separating them.

The dictionary, and the honest gap

Candidates come from the ENABLE word list — 172,823 English words released into the public domain, of which 8,636 are five letters long. The game's own answers are drawn from a shorter curated list, chosen by editors to be words ordinary players know. That list is the publisher's and is not reproduced here.

The consequence, stated plainly: this page returns every five-letter English word your clues still allow, which is a superset of what the game could be thinking of. Some results will be words the game would never use as an answer, though they are real words and most of them are accepted as guesses. Nothing here filters by how common a word is, and where a result looks obscure, that is why.

Variants, and lengths other than five

The length control above the grid takes anything from four to eight letters. The solving logic does not care how long a word is — the constraints are per-square and per-letter either way — so the same grid handles the six-letter and seven-letter variants that have grown up around the original, and the four-letter ones for children.

Changing the length re-reads the dictionary for that length and clears the grid, because a guess typed for one length says nothing about another. The word counts differ sharply: 3,903 four-letter words against 23,109 seven-letter ones, which is why a longer variant takes more guesses to pin down even though it feels like it should give more away.

Everything happens in your browser

No dictionary loads when this page does. Pressing Solve fetches one plain-text file — the words of the length you picked, 52 KB for the five-letter list — and every solve after that reuses what is already in memory. The matching, the counting and the ranking all run in your own tab.

Which means no guess you type is uploaded, there is no queue, and there is no reason to limit how often you press the button. The network panel during a solve is the way to confirm that rather than a claim to take on trust: one request for a word list, and nothing carrying what you typed.

Wordle Solver — Find Every Word Your Clues Still Allow: common questions

How does a Wordle solver work?

It reads your guesses and the colours the game gave them as constraints — a green fixes a letter to a square, a yellow requires the letter elsewhere in the word, a grey caps how many of that letter the answer holds — then keeps every dictionary word that satisfies all of them at once.

What does a grey tile mean if the same letter is green somewhere?

That the answer holds exactly as many of that letter as came back green or yellow in that guess, and no more. It is a cap, not a ban. Two Es guessed, one green and one grey, means the answer has exactly one E — a solver that reads it as "no E" throws away the right answer.

Which word should I guess next?

The one at the top of the list. Each candidate is scored by how many words would still be standing on average after playing it, and the lowest score is the word that narrows the field fastest. A score of 1.0 means that word would finish the puzzle whatever the answer is.

Why does it suggest a word instead of just telling me the answer?

Because more than one word usually fits the clues, and picking one of them would be a guess dressed up as an answer. When only one candidate is left, that is what the list shows.

Is this the same dictionary the game uses?

No. Results come from the ENABLE word list, which is public domain, and the game draws its answers from a shorter curated list of its own. So this shows every five-letter word your clues allow, including some the game would never pick as an answer.

Why is a word missing from the results?

Either the clues rule it out, or it is not in ENABLE — the list excludes proper nouns and a handful of words other dictionaries carry. Check the marks on your grid first; a single mistyped tile removes a great many words at once.

What if I get no results at all?

Usually a tile is marked wrong. The page checks for clues that cannot all be true — one square marked as two different letters, a letter both required and forbidden — and names the square when it finds one, so you can fix it rather than start over.

Does it work for six-letter and seven-letter variants?

Yes. Set the length above the grid to anything from four to eight letters. The constraints work the same way at any length; only the dictionary it reads changes.

Is the Wordle solver free?

Yes, with no account and no limit on how many times you use it. The solving runs in your own browser, so an extra solve costs us nothing to allow.

Are my guesses uploaded anywhere?

No. One plain-text word list is downloaded when you first press Solve, and every solve after that runs entirely in your browser tab. Nothing you type leaves the device — the network panel during a solve is the way to check.

Is this connected to the New York Times?

No. Quinvert is not affiliated with, endorsed by, or sponsored by The New York Times Company, and "Wordle" is that company's registered trademark, used here only to describe what this tool is for.