Solved.tools: Free Online Calculators & Tools

We use cookies for analytics and advertising. Learn more about our cookie policy

Word Unscrambler

Last updated: 27 June 2026

Reviewed by Gavin Meiring, Lead research and primary author ยท Doctoral Candidate (Corporate Governance) ยท Research and drafting assisted by AI

Up to 15 letters. Words using some or all of your letters.

Was this helpful?


Word Unscrambler

The word unscrambler finds all valid English words that can be made from a set of scrambled letters. It is used by crossword puzzlers, Scrabble players, word game enthusiasts, and students practising vocabulary and spelling.

How to Use the Word Unscrambler

  1. Enter the scrambled letters into the input field, with or without spaces between them.
  2. Optionally, specify the length of words you want (2-letter words, 3-letter words, etc.).
  3. Click Unscramble.
  4. Browse the list of valid words sorted by length or by Scrabble point value.
  5. Click any result to see its dictionary definition if the tool supports it.

The Formula

The word unscrambler uses a dictionary lookup approach combined with permutation filtering:

  1. Take the input letters and generate all possible permutations of subsets of those letters (combinations of 2 letters, 3 letters, 4 letters, and so on up to the full length).
  2. For each permutation, check whether it exists in the word dictionary.
  3. Return all matches, removing duplicates (since repeated letters can produce the same permutation multiple times).

For a set of N letters, the maximum number of permutations to check is the sum of N!/(N-k)! for all values of k from 2 to N. This grows very quickly, which is why efficient implementations use a trie data structure (a tree of letter paths) to prune impossible branches early rather than checking every permutation individually.

Real-World Example

You are playing Scrabble and have the letters: R, A, T, E, S, W.

Entering these six letters into the unscrambler returns results such as:

  • 6 letters: WATERS, WASTER, RAWEST, TAWERS
  • 5 letters: WASTE, WATER, STARE, RATES, TARES, TEARS, ASTER, EARST, WEARS
  • 4 letters: RATE, TEAR, WARE, ARES, EARS, ARTS, RATS, TSAR, STAR, WARS, RAWS, ETAS, SEAT, EATS
  • 3 letters: ARE, EAR, ERA, ETA, WAR, RAW, SAT, TAR, TEA, SAW, AWE

In Scrabble, using all 6 letters (a "bingo") earns a 50-point bonus. WATERS and WASTER both qualify, each scoring 9 base points plus the 50-point bonus.

Tips for Word Games

To get the most from the word unscrambler in competitive word games:

  • Add a blank tile (wildcard) as a question mark or asterisk if your tool supports it. Blanks can represent any letter and dramatically expand available words.
  • Filter results by length to focus on words that fit your available board space.
  • Look for words that use high-value tiles (Q, Z, X, J) to maximise your score.
  • In crosswords, use the pattern filter if available, such as entering "?E?T" to find 4-letter words with E second and T fourth.

How Many Arrangements the Tool Has to Test

Rack2 letters3 letters4 letters5 letters6 letters7 lettersTotal checks
4 letters122424---60
6 letters30120360720720-1,950
7 letters422108402,5205,0405,04013,692

Each column counts the ordered arrangements of that many letters taken from the rack, which is n factorial divided by the factorial of (n - k). A six-letter rack such as RATESW needs 1,950 checks to cover every word of two letters or more. A seven-letter rack, which is what most word games hand you, needs 13,692. That jump is why an unscrambler has to be built with a structure that prunes dead ends rather than a plain search through every arrangement.

What the Word List Decides

The counts above assume the rack has no repeated letters, because a repeat makes some arrangements identical. The tool removes those duplicates before it shows results, so a rack with two matching letters does not print the same word twice.

Results come from the word list built into the tool. A valid word that is missing from that list will not appear, so a short result list says something about the dictionary rather than about your letters. The tool matches whole words, which means every letter must come from the rack and none can be added. It will not fill a gap or accept a word that needs a letter you are not holding.

Scores are worth checking against the game you are playing. Scrabble, Words With Friends and the various app dictionaries assign different letter values and accept different word lists, so a word that scores well in one game can be rejected outright in another.

What the Word Is Worth

In Scrabble, each letter carries a value and the whole rack scores a 50 point bonus when every letter is used. The table gives both figures for words the tool returns from the rack R, A, T, E, S and W.

WordLettersBase valueTotal with the bonus
WATERSW4 A1 T1 E1 R1 S1959
WASTERW4 A1 S1 T1 E1 R1959
RAWESTR1 A1 W4 E1 S1 T1959
STARES1 T1 A1 R1 E155, too short for the bonus

The W is the reason these words score what they do, since it carries four points where the other five letters carry one each. A five-letter word that leaves a letter behind loses the 50 point bonus as well as the letter value, which is why the full-length words matter more than their length suggests.

Frequently Asked Questions

Does the word unscrambler include proper nouns? No. Standard word game dictionaries (TWL for North American Scrabble, SOWPODS/Collins for international play) exclude proper nouns, abbreviations, and hyphenated words. The unscrambler uses the same word list as the relevant official dictionary to ensure results are valid in play.

Why does the unscrambler find words I have never heard of? Official word game dictionaries include many archaic, technical, and obscure words that are valid in Scrabble or Wordle even if they are not in everyday use. Words like "aa" (a type of lava), "qi" (essential energy in Chinese medicine), and "za" (informal for pizza) are valid in tournament Scrabble. These are worth knowing for competitive play.

Can I use the word unscrambler for Wordle? Yes, with a caveat. Wordle uses 5-letter words and gives clues about which letters are present and in which positions. If you enter your available letters as a 5-letter scramble, the unscrambler will show valid 5-letter words. Use the letter position clues from the game to filter the results further.

Does letter frequency matter? Yes. If your scrambled set contains two of the same letter (for example, two E's), you can only form words that use at most two E's. The unscrambler respects your exact tile count and will not suggest words requiring more of a given letter than you provided.


Also try these free tools:

Extended Reference Notes

The notes below cover the broader context that informs how to use the Word Unscrambler well.

When to Use This Tool

Use the Word Unscrambler when you have the inputs to hand and want a single, reliable answer quickly. The Word Unscrambler fits a well-defined question where the inputs are known and the output is a number you can act on. If the problem needs scenario modelling across many changing variables, a spreadsheet or a dedicated planning tool gives you more room than the Word Unscrambler to compare outcomes side by side.

Input Quality

The quality of the Word Unscrambler output tracks the quality of the input. Confirm the scrambled letters into the input field, with or without spaces between them is in the form the Word Unscrambler expects: the right structure, the right units, the right encoding. Ambiguous or incomplete input produces Word Unscrambler output that looks precise but is not actually useful.

Output Interpretation

Read the Word Unscrambler output alongside the inputs that produced it, and check the units and precision shown with the result. If the Word Unscrambler output is a single value, the path from input to output should be clear enough to explain to someone else.

Limits and Assumptions

The Word Unscrambler makes simplifying assumptions to keep the calculation tractable, and the result may drift when your situation falls outside the typical case. For high-stakes use of the Word Unscrambler, verify the formula and the inputs against a primary source or a qualified professional.

Integrating With Your Workflow

The Word Unscrambler fits into a workflow best when the output feeds the next step directly. If the manual procedure is becoming a bottleneck, wrapping the Word Unscrambler in a repeatable process usually surfaces improvements to the tool itself.

When a More Elaborate Solution Is the Right Next Step

The right time to move beyond the Word Unscrambler to a more elaborate solution is when the manual procedure becomes a bottleneck, typically after the fifth or sixth repeat. Until then, the Word Unscrambler is faster and less error-prone than re-implementing the same process each time.

Worked examples and edge cases

A concrete example makes the mechanics of the Word Unscrambler clearer than any formula alone. These two Word Unscrambler tests reveal whether an edge-case rule is silently changing the answer in a way the main display does not surface. When the Word Unscrambler results disagree, the disagreement is usually in one of three places: a rounding convention, a unit assumption (is a rate being treated as annual when it should be per period), or a sign convention (is a cost entered as negative or positive).

As a final habit, record the Word Unscrambler inputs and the result together rather than just the result. This habit costs a few seconds and converts a one-off Word Unscrambler calculation into a reusable reference you can build on.