Word Unscrambler

Type your jumbled letters and we'll find every valid English word you can make. Faster than a Scrabble finder, broader than an anagram solver.

Example: REATINretain, retina, inert, irate, train, rani, rain…

A Word Unscrambler takes a jumble of letters and finds every legitimate English word you can build from them. Unlike a Scrabble Word Finder (which scores words for board-game points), an unscrambler is general-purpose: useful for crossword puzzles, Wordle hints, anagram solving, school spelling drills, brainstorming domain names, and any context where you have letters and need words.

Type up to 15 letters. Use ? as a wildcard for unknown letters. The tool returns every valid English word you can form, sorted by length (longest first).

Use cases

Wordle and Quordle hints

Stuck on Wordle? Type the letters you know are in the word — the unscrambler finds candidate solutions. Use a wildcard for positions you haven't pinned down.

Crossword puzzles

Type the letters you have, including blanks (?) for the missing positions. The unscrambler returns every word that fits.

Anagram solving

Some words anagram to multiple valid words ("listen" / "silent"; "earth" / "heart"). The unscrambler surfaces all possibilities.

Spelling drills

Type a target word's letters and have students reconstruct possible words — a vocabulary-building exercise that surfaces unfamiliar words alongside familiar ones.

Domain-name brainstorming

Combine letters from your brand idea and surface all words that fit. Often produces useful name candidates that pure brainstorming misses.

How it works

The Word Unscrambler uses a backtracking algorithm to generate all possible letter permutations of the input, then checks each against a preloaded dictionary (e.g., TWL06 or SOWPODS). To avoid redundant work, it first builds a frequency map of the input letters and recursively constructs candidate words by subtracting used letters. The dictionary is stored in a hash set for O(1) lookups, and the search is pruned by discarding impossible prefixes using a trie. The output is sorted by word length (descending) then alphabetically.

How to use it

  1. Type or paste your jumbled letters into the input box (e.g., 'REATIN').
  2. Select the desired dictionary (Standard, Scrabble, or Custom) from the dropdown.
  3. Click the 'Unscramble' button to generate all valid words.
  4. Browse the results sorted by length; click any word to copy it to your clipboard.

Edge cases

Long inputs
Inputs over 12 letters are truncated to avoid exponential runtime, and a warning is shown.
Repeated letters
Duplicates are handled correctly by tracking letter counts; the algorithm won't overuse a letter.
Non-alphabetic characters
Spaces, numbers, and symbols are ignored and stripped before processing.

Pro tips

  • Use a wildcard character (e.g., '?') to represent any unknown letter in the jumble.
  • Sort your letters alphabetically before entering to simplify manual pattern recognition.
  • Check the 'Include prefixes' option to see partial words that can be extended with more letters.
  • For word games like Wordle, use the unscrambler to find all possible hidden words from a set of known letters.

How it compares

Here's how Word Unscrambler compares to two common alternatives: a Scrabble Word Finder and a general Anagram Solver.

This toolScrabble Word FinderAnagram Solver
Primary purposeGeneral word unscrambling for any contextScrabble-specific with tile scoringAnagram generation with filtering
DictionaryTWL, SOWPODS, or custom small listsTWL or SOWPODS onlyOften smaller, curated lists
Output featuresLength-sorted list, copy-on-clickBonus scores, board placement hintsPhrase anagrams, wildcard support

A bit of history

The concept of unscrambling letters to form words dates back to ancient word games and anagram puzzles, but modern computer-based unscramblers emerged with the rise of personal computing in the 1980s. Early versions used simple permutation generation and small dictionaries. The development of the Tournament Word List (TWL) for Scrabble in the 1990s provided a standardized word list, leading to more robust and efficient unscramblers that could handle up to 12 letters in seconds.

Frequently asked questions

How is this different from a Scrabble Word Finder?

A Scrabble finder restricts itself to the official Scrabble dictionary (TWL or SOWPODS) and computes board-game scores. A general unscrambler covers a broader dictionary — including modern English words like "tweet" or "selfie" that may not be in the Scrabble lists. Use the Scrabble finder for tournament play; use the unscrambler for general word puzzles.

Can I use wildcards?

Yes. Type ? in place of any letter you don't know. Each wildcard matches any single letter A–Z. Multiple wildcards are supported but slow down the search.

Does the unscrambler include plurals?

Yes — plurals, past tenses, and standard English inflections are all in our dictionary. "PLAY" returns plays, played, playing.

How many words can I unscramble at once?

Up to 15 letters. Beyond that the search space grows too large for instant results. For very long inputs, split into shorter substrings.

Are proper nouns included?

No. The unscrambler returns common-use English words only. Proper nouns ("PARIS", "OBAMA") are excluded — they wouldn't be valid in most word games anyway.

Embed our tools on your website

Free for any site. No signup. Iframe loads from our servers and stays up-to-date automatically.

📋 Embed the Word Counter

Copy this snippet (auto-resizes, Copy button works):

Live preview:

📋 Embed this Word Unscrambler

Copy this snippet (auto-resizes, Copy button works):

Live preview:

Want more options? All embeddable tools →