Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
A word unscrambler takes a jumble of letters and returns every valid English word that can be formed from them.
Enter up to 10 scrambled letters, and the tool generates every possible rearrangement, checks each candidate against a 359,000-word dictionary, and ranks the matches by length and Scrabble point value. Advanced filters let you narrow results by starting letters, ending letters, contained substring, or word length — perfect for solving crosswords, winning Words With Friends, decoding Wordle puzzles, or rescuing a stalled Scrabble rack.
Scrabble and Words With Friends players use unscramblers to find high-scoring plays when a rack of seven tiles looks hopeless. Crossword solvers use them to break through the last clue standing between them and a completed grid. Wordle and Quordle players use them to generate candidate five-letter words that match known green and yellow letters. Students use them to study anagrams, expand their vocabulary, and explore English word structure.
Browse our complete word lists below for specific tasks: [5-letter words for Wordle](/text-tools/word-unscrambler/5-letter-words/), [7-letter words for Scrabble bingos](/text-tools/word-unscrambler/7-letter-words/), [words starting with Q](/text-tools/word-unscrambler/words-starting-with-q/), [words ending in -ING](/text-tools/word-unscrambler/words-ending-with-ing/), and [words containing Z](/text-tools/word-unscrambler/words-containing-z/) for premium Scrabble squares.
Under the hood, an unscrambler does two things: it enumerates every possible arrangement of the input letters, then checks each arrangement against a dictionary of valid English words.
Step one is a combinatorial problem. For an input of n letters, the tool generates every multiset subset of size 2 through n, which for a 7-letter rack means 2^7 – 1 = 127 subsets. For each subset of size k, there are up to k! distinct arrangements. A 7-letter input can yield up to 13,699 total permutations before deduplication, and an 8-letter input can exceed 100,000 — which is why longer inputs take measurably longer to process.
Step two is a dictionary lookup. Each candidate permutation is checked against a hashed set of 359,039 English words sourced from the Dwyl open-source corpus. Lookups run in constant time, so dictionary size is not the bottleneck — the permutation count is. To keep the tool responsive even on long inputs, we cap total permutations at 100,000 and process work in chunks that yield to the browser between batches.
Every matched word displays its Scrabble score, computed using official TWL (Tournament Word List) letter values used in North American Scrabble tournaments.
| Points | Letters |
|---|---|
| 1 | A, E, I, L, N, O, R, S, T, U |
| 2 | D, G |
| 3 | B, C, M, P |
| 4 | F, H, V, W, Y |
| 5 | K |
| 8 | J, X |
| 10 | Q, Z |
The word QUIZ scores 10 + 1 + 1 + 10 = 22. Adding a Z onto a triple-letter square can swing an entire game. When we show you match results, we rank them first by length (longer words use more tiles) and second by Scrabble score within each length group, so the highest-value plays always appear first.
Different word games use different official dictionaries, which is why a word that is valid in one game may be invalid in another.
Our unscrambler uses a large inclusive dictionary of 359,039 a-z-only English words. It covers almost every word in TWL, SOWPODS, and the WWF list combined, plus many scientific, medical, and archaic terms. If you need strict tournament-legal results, you can cross-reference matches against the official TWL or SOWPODS word list for your game.
Wordle asks you to guess a five-letter word in six tries. After each guess, you learn which letters are correct (green), in the wrong position (yellow), or not in the word (gray). An unscrambler accelerates your strategy in two ways.
Opening guess selection. Enter letters you want to test — say, vowels A, E, I, O, U — and filter by length 5. The tool returns every valid five-letter word containing those vowels. Classic opening picks like AUDIO, ADIEU, and OUIJA all emerge.
Midgame narrowing. Once you know the word contains R, E, and A (yellow) but not S, T, or N (gray), type R-E-A plus the remaining plausible letters into the unscrambler and use the "min length 5, max length 5" filter. You will get a list of candidates that respect the constraints. If you know a letter’s position, use the starts-with or ends-with filter.
For systematic practice, browse our full [5-letter words list](/text-tools/word-unscrambler/5-letter-words/).
Crossword clues often leave you with a partial answer like "T _ R _ U _ T" and you cannot place the missing letters. A word unscrambler turns the letters you do know plus a few guesses into a candidate list.
Strategy: enter the known letters plus three or four common letters (vowels, N, R, S, T) and apply length filters. If the answer is nine letters, filter min length 9, max length 9. The tool will return every nine-letter word that can be built from your input. Combine with the starts-with and ends-with filters to narrow further.
For letter-specific searches, browse [words starting with T](/text-tools/word-unscrambler/words-starting-with-t/) or [words containing X](/text-tools/word-unscrambler/words-containing-x/).
Beyond games, unscramblers are powerful vocabulary tools. Feed the tool a seven-letter word and you will often discover unfamiliar six- and seven-letter anagrams. The word MASTER anagrams to STREAM, MATERS, TAMERS, and RAMETS. Browsing these relationships deepens your sense of English morphology and often introduces scientific, botanical, or archaic vocabulary that expands your active word bank.
Teachers use anagram exercises in vocabulary lessons. Speech pathologists use them in phonemic-awareness drills. Crossword constructors use them to find interchangeable entries. Writers use them to discover surprising connections between words for wordplay and titles.
Our word list is sourced from the Dwyl English Words corpus, filtered to only lowercase a-z letters with lengths 2 through 15. This yields 359,039 words covering:
The dictionary excludes proper nouns, hyphenated compounds, words with apostrophes, and very short one-letter entries. This matches the conventions of most word games. For exhaustive browsing, see our pre-built word lists by length (2 through 15 letters), starting letter (A through Z), ending letter, and contained letter.
359,039 English words covering lengths 2 through 15 letters, sourced from the Dwyl open-source English word corpus. The list includes common vocabulary, scientific terms, and inflected forms.
Our dictionary is restricted to lowercase a-z words with length 2-15. Proper nouns, brand names, hyphenated compounds, and apostrophe-containing words (like "don’t") are excluded. Recent slang may also be missing if it is not in the source corpus.
TWL (Tournament Word List) is used in North American Scrabble tournaments and contains about 187,000 words. SOWPODS (also called Collins Scrabble Words) is the international list and contains about 279,000 words, including British spellings and UK-specific vocabulary. Our dictionary is larger than both and covers almost all words in either list.
Yes. Set the min and max length filter to 5, then enter your candidate letters. To narrow further, use the starts-with, ends-with, or contains filter as your Wordle feedback reveals confirmed positions.
No. Official Scrabble and Words With Friends tournaments prohibit the use of external aids including anagram solvers during play. Our tool is intended for casual play, learning, crossword help, and post-game study — not live tournament use.
A 9-letter input can produce over 900,000 permutations. We cap total permutations at 100,000 to keep the tool responsive. Results for inputs longer than 8 letters may be partial. For exhaustive coverage of long words, browse our [word lists by length](/text-tools/word-unscrambler/).
For inputs of 8 letters or fewer, the tool returns every valid word in our dictionary that can be formed from your letters. For 9 or 10 letter inputs, we may hit the permutation cap before exhausting all arrangements, so some very long matches may be missed.
Data accurate as of: April 2026