Word unscrambler
Type a set of jumbled letters and instantly find the real English words that use exactly those letters rearranged. It is built for cracking anagram puzzles, daily jumbles, and word-game tiles where you need to use every letter you have.
Where this tool fits and where it doesn’t
This is a true anagram finder — it returns only words that use all of your letters and no others. That makes it ideal for:
- Newspaper jumble puzzles (the classic four scrambled words format)
- Daily anagram games where you are given a scrambled word and must find the solution
- Scrabble-style tile sets when you want to know every possible word from a specific set of tiles
- Wordplay and puzzle creation — finding what words a set of letters can form
It is not a word finder for games like Wordle (where you guess a specific-length word) or Scrabble racks (where you want shorter words using only some of your letters). For those, a word finder that returns subsets is more appropriate.
How it works
The unscrambler creates a fingerprint of your input by lowercasing the letters and sorting them alphabetically. It does the same for every word in its built-in dictionary, then returns only the words whose sorted fingerprint matches yours exactly. Because the fingerprints must be identical, each result is a true anagram — it uses all your letters and no others. Results are de-duplicated and listed alphabetically.
Worked examples
TLBAE — sort these letters to get abelt. The dictionary words TABLE and BLEAT both reduce to abelt, so both are returned. TEAL is not returned because it is missing a B. TABLET is not returned because it needs an extra T.
LISTEN — sorted fingerprint is eilnst. This produces LISTEN, SILENT, ENLIST, and TINSEL — four genuine anagrams all sharing that fingerprint.
ACER — sorted fingerprint is acer. Returns CARE, RACE, ACRE, and ACRE (de-duplicated). This small set illustrates why word frequency varies — some letter combinations are highly productive and some less so.
Practical tips
- If you get no results, check for duplicate letters — entering two of the same letter only finds words that use exactly two of that letter.
- Try removing one letter at a time if you suspect your scramble contains an error — the culprit letter usually produces results once dropped.
- The built-in word list covers common to moderately uncommon English words. Rare, archaic, or highly technical words may not appear.
- Capitalisation and punctuation are ignored — type freely.
Matching is done against a built-in word list, so it works offline and nothing leaves your browser.