Letter Unscrambler
Every Word From Any Mixed Letters
Enter any collection of mixed or scrambled letters and instantly see every valid English word they can form. Letter order does not matter. Use ? for unknown letters. Filter by word length. Sort by Scrabble score. All processing in your browser. Free, no signup.
What a Letter Unscrambler Does
A letter unscrambler takes a set of mixed or scrambled letters and finds every valid English word that can be built from any combination of those letters. The fundamental insight is that letter order carries no information — only the count of each letter matters. LISTEN, TINSEL, SILENT, and ENLIST all contain the same 6 letters; they produce identical results in any unscrambler.
This tool defaults to Subset mode: results include every word that fits within your available letter counts, from 3-letter words up to the full length of your input. If you need words that use every input letter exactly once — for a Jumble puzzle or Text Twist — switch to Exact mode using the mode toggle.
The tool finds words from letters. It does not interpret crossword clues, provide definitions, or match positional patterns. For pattern-based lookups (a 5-letter word with T in position 2), use the Missing Letter Finder.
Who Should Use This Tool?
How the Algorithm Works
The solver normalises your input by stripping everything except letters and ? characters, then converts it into a frequency map — a count of each available letter. MASTER becomes {M:1, A:1, S:1, T:1, E:1, R:1}.
Every word in the database is then tested: can this word's letter requirements be satisfied by your frequency map? A word passes if every letter it needs appears in your map at least as many times as needed. Words that pass are added to results and sorted longest-first by default.
Wildcard handling: each ? is a count allowance. After checking all non-wildcard letter requirements, any remaining unsatisfied need is covered by wildcards. SILEN? can use its ? to satisfy the missing letter for any candidate word — K for SILKEN, R for LINERS, B for BLINES, and so on. The position of ? in your input string is discarded.
From Mixed Letters to Valid Words
The solver follows four steps from your input to a result list:
Mixed input NESTIL → normalised → frequency map {L:1,I:1,S:1,T:1,E:1,N:1} → database check. Subset mode returns 73 words of all lengths. Exact mode returns 5 words that use all 6 letters once each.
Verified Examples
All results below were generated by the solver against the actual word database.
| Input | Longest Results (verified) | Total (Subset) |
|---|---|---|
| LISTEN | ENLIST, INLETS, LISTEN, SILENT, TINSEL (all 6-letter) | 73 |
| MASTER | MASTER, REMAST, STREAM, TAMERS (all 6-letter) | 101 |
| PLANET | PLANET, PLATEN (6-letter); LEAPT, NEPAL, PETAL (5-letter) | 73 |
| ELECTION | ELECTION, LECITONE (8-letter); CLIENT, COLEEN, ENTICE (6-letter) | 110 |
| RESCUE | CERUSE, RESCUE, SECURE (all 6-letter); CURES, CERES (5-letter) | 29 |
| SILEN? | ALIENS, ALINES, ENLIST, INLETS, INSOLE (6-letter); 115 five-letter words | 510 |
SILEN? uses 5 regular letters plus one wildcard. The wildcard becomes whichever letter is needed for each candidate word. Results span 3-letter through 6-letter words.
Tips for Better Results
Common Mistakes to Avoid
Expecting letter position to matter. The unscrambler treats input as a bag of letters, not a sequence. NSTELI and LISTEN produce identical results. There is no way to specify that a letter must appear in a particular position. For pattern-based lookup — finding words with a known letter at a specific position — use the Missing Letter Finder instead.
Using Exact mode when Subset is needed. Exact mode requires results to use every input letter once. If you enter 8 letters in Exact mode, only 8-letter words appear. For most letter-exploration tasks, Subset mode is what you want — it finds all words at all lengths.
Forgetting to enter blank tiles as ?. If your game gives you a blank tile, enter ? for it. Without the wildcard, the solver does not know the blank exists and will miss any play that relies on it. Each ? adds one free letter allowance to the frequency check.
Expecting proper nouns or abbreviations. The database contains common English words from standard Scrabble and general vocabulary lists. Names, acronyms, and informal abbreviations are generally not included. If a word you expect does not appear, it may not be in the word list.
Letter Unscrambler vs Word Unscrambler
| Feature | Letter Unscrambler (this page) | Word Unscrambler |
|---|---|---|
| Default mode | Subset — all words from any letter combination | Exact — uses every input letter once |
| Typical user | Everyday user with a collection of letters | Puzzle solver with a specific scrambled word |
| Primary goal | Discover all valid words from available letters | Identify the single correct unscrambled word |
| LISTEN results | 73 words (Subset) | 5 words (Exact) |
| Use case | General letter exploration, Scrabble racks, games | Jumble, Text Twist, specific scramble puzzles |
| Algorithm | Frequency-map (identical) | Frequency-map (identical) |
| Word database | ~75,000 words (same) | ~75,000 words (same) |
Both tools use the same underlying algorithm. The difference is default mode and intended use. The Word Unscrambler is built for puzzle solvers who need the single correct word from a scramble. The Letter Unscrambler is built for everyday users who have a set of letters and want to see all their options.
Frequently Asked Questions
Related Guides
Reviewed by the MyAnagramSolver Editorial Team — word game specialists and competitive Scrabble players. Word validity verified against the TWL (Tournament Word List) and Collins Scrabble Words. Editorial policy.