# Wordle Solver

Narrow Wordle answers from ~12,000 five-letter English words using green/yellow/gray clues, ranked by word frequency. Tighten constraints round-by-round in the browser.

> Canonical page: https://elysiatools.com/en/tools/wordle-solver

- **Category:** Games

- **Keywords:** wordle, solver, word game, five letter, word list, puzzle

## Overview

The Wordle Solver helps you find the correct five-letter English word by filtering a database of approximately 12,000 words based on your game clues. By entering known letter positions (greens), misplaced letters (yellows), and excluded letters (grays), you can instantly view a list of matching candidates ranked by usage frequency to optimize your next guess.

## Inputs

- **Known Greens (right letter, right spot)** (text): 5-char pattern. Use the letter for green tiles, ? for unknown slots.
- **Known Yellows (right letter, wrong spot)** (textarea): Each line pins a letter to a slot it is NOT in.
- **Excluded Letters (gray)** (text): Letters you've confirmed are not in the answer.
- **Max Suggestions** (number): How many top candidates to show.

## When to use

- When you are stuck on a difficult Wordle puzzle and want to narrow down the remaining possibilities.
- When you want to analyze the best mathematical follow-up guesses based on your current clues.
- When playing Wordle-like spin-offs that use the standard five-letter English dictionary.

## How it works

- Enter your green clues using a five-letter pattern where known letters are placed in their exact spots and unknown slots are marked with a question mark.
- Add your yellow clues by specifying which letters are correct but in the wrong position, using either a pattern or slot-specific notation.
- Input all excluded gray letters to eliminate words containing those characters from the search space.
- Adjust the maximum number of suggestions and run the solver to get a frequency-ranked list of matching words.

## Use cases

- Solving daily Wordle puzzles when you have only one or two guesses remaining.
- Practicing word game strategies by testing how different clue combinations narrow down the word list.
- Finding valid five-letter words that fit specific letter constraints for custom word games.

## Frequently asked questions

### How do I input green letters?

Use a five-letter format where you type the known letters in their exact positions and use question marks for unknown spots, like ?R??E.

### How do I format yellow letters?

Enter them on separate lines. You can use a position format like '3:a' to indicate that 'a' is in the word but not in the third slot.

### Can I exclude multiple gray letters at once?

Yes, type all excluded letters together in a single string without spaces, such as 'SBCM'.

### How are the suggested words sorted?

Suggestions are ranked by English word frequency, showing the most common and likely Wordle answers first.

### Does this tool support languages other than English?

No, this solver is designed specifically for five-letter English words.

## Related tools

- [Crossword Generator](https://elysiatools.com/en/tools/crossword-generator): Generate simple crossword puzzles from custom words and clues
- [Trivia Quiz](https://elysiatools.com/en/tools/trivia-quiz): Test your knowledge with a trivia quiz. Random questions from a built-in English bank across science, history, geography, and general topics. Pick 1 of 4; get your score and accuracy at the end.
- [Minesweeper](https://elysiatools.com/en/tools/minesweeper): Classic minesweeper with beginner, intermediate and expert presets, or custom boards. First click safe, flood-fill, right-click flags, chord on numbers.
- [Hangman Game](https://elysiatools.com/en/tools/hangman-game): Classic hangman word-guessing game. Guess the hidden word letter by letter; six wrong guesses ends the game. Three difficulty levels, with general, animals, food, and science categories.
- [Kakuro / Fillomino / Masyu / Yajilin / Hashiwokakero / Nurikabe / Slitherlink / Star Battle Puzzle Generator with Uniqueness Prover](https://elysiatools.com/en/tools/kakuro-fillomino-masyu-yajilin-hashiwokakero-nurikabe-slitherlink-and-star-battle-puzzle-generator-with-uniqueness-prover): Deterministically seeded generator for eight Nikoli logic-puzzle families — each board is grown solution-first, rendered as puzzle + solution SVGs, and verified by an exhaustive backtracking solver that counts solutions to two, so “unique” is a proof (and an exhausted budget is reported as unproven, never guessed).
- [Magic 8 Ball](https://elysiatools.com/en/tools/magic-8-ball): The classic Magic 8 Ball. Ask any yes-or-no question, shake, and get one of 20 traditional answers (yes / no / uncertain). Classic English phrases or localized translations.
- [Mastermind Game](https://elysiatools.com/en/tools/mastermind-game): Classic Mastermind code-breaking game. The computer picks a secret color code; you guess row by row. Black pegs = right color and position; white pegs = right color, wrong position.
- [Random Card](https://elysiatools.com/en/tools/random-card): Draw random playing cards from a standard deck

## Samples

- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Web Image Processing Rust Samples](https://elysiatools.com/en/samples/web-image-processing-rust): Web Rust image processing examples including image read/save, scaling, and format conversion
