Wordle solver
Enter your guesses and the colors Wordle gave back, and get every word that's still possible — searched against the game's own accepted-guess list, so every suggestion is a word Wordle will take. Results rank by elimination value: the guesses that probe the most likely remaining letters come first.
How to use it
- Turn on the Wordle Helper and type your guesses onto the grid.
- Tap each tile to match the colors the game showed you — gray, yellow, green.
- The search runs as you go: what's left is every possible answer, best next guess first.
- Prefer typing? The query language does the same thing: greens are letters in place (CR..E), yellows are +letter, grays are -letter.
Example searches
C[^R]... +R -S -L -T -E- green C in slot 1, yellow R guessed in slot 2, and S, L, T, E gray — finds CAIRD, CAIRN, CARBO…
CR..E- words matching green C, R with slots 3 and 4 unknown and a green E
?????- the full guess list ranked by elimination value — strong openers first
Questions & answers
Which words can this Wordle solver suggest?
It searches Wordle's accepted-guess list of roughly 15,000 five-letter words, so every suggestion is a guess the game will accept.
What does the score next to each word mean?
It's an elimination value: how thoroughly that guess probes the letters most common among the words still possible. Higher scores narrow the puzzle faster; words with duplicate letters rank lower.
How do I enter yellows and grays by hand?
Greens go in as a pattern with . for unknown slots (CR..E). A yellow letter is +letter plus [^letter] at the slot you guessed it in. A gray letter is -letter.