Wordle Solver
Recreate your board, colour the tiles, and see exactly which words are still possible.
not in the word wrong position correct position Click a tile to change its colour.
How to use it
- 1 Type a guess you have already made
Five letters into a row. It goes in exactly as you played it.
- 2 Colour the tiles
Click each tile to cycle grey, yellow, green — matching what the game showed you.
- 3 Read what survives
Every word still consistent with all your rows. Add another guess to cut it further.
What it is doing
Every coloured row is a constraint. Green fixes a letter to a position. Yellow says the letter is present but not there. Grey caps how many times the letter can appear. The solver takes all your rows together and keeps only the words that satisfy every one of them at once.
That is all it is — no guessing, no ranking by cleverness. Which is why the list shrinks so fast: two informative guesses usually take five thousand candidates down to under twenty.
Duplicate letters, properly
This is the rule almost every solver gets wrong, so it is worth spelling out. Wordle colours a guess in two passes: greens first, then yellows against whatever letters of the answer are left over. A letter you guessed more times than the answer contains comes back grey on the extras.
So if you guess SPEED and see the first E yellow and the second E grey, the grey does not mean "no E". It means "exactly one E". A solver that treats grey as "letter absent" will throw away the right answer and then tell you nothing is left. This one derives a minimum and a maximum count per letter from each row, which is the same thing the game does in reverse.
Getting more from each guess
- Guess one is for information. Five different common letters. Repeats waste a slot, and rare letters usually come back grey and tell you little.
- Do not chase greens too early. With four greens and a dozen candidates differing in one position, a word you cannot win with that tests four of those letters at once is often the better play.
- Watch the endings. When several candidates remain, they usually differ at the end rather than the start — English has far more variety in word endings than beginnings.
The list is bigger than the game's
The search runs over every valid five-letter word in a public-domain lexicon — thousands of them. The game itself draws answers from a much smaller curated list of ordinary words. That means the true answer is almost certainly in what you see here, but so are a lot of words the game would never use. When you are down to a few candidates, prefer the one that sounds like something a person would pick.
Common questions
How do I enter the colours?
Does it handle repeated letters correctly?
What should my first guess be?
It says no words are left.
Will the answer always be in the list?
Does it work for other five-letter guessing games?
Related tools
Other ways to attack the same letters.
Word Finder
Enter your letters and see every word you can make, ranked by score.
Word Unscrambler
Paste scrambled letters and get back every real word hiding in them.
Anagram Solver
Rearrange a word or phrase into every anagram the dictionary allows.
Scrabble Word Finder
Find the highest-scoring play in your rack, with tile values and blanks.