What an anagram actually is
An anagram is a word or phrase built from exactly the same letters as the original, with none repeated or left out. "LISTEN" → "SILENT", "STRESSED" → "DESSERTS". Some anagrams are meaningful (the ones worth hunting for, because they're hard to find) and some are purely mechanical (any rearrangement). This solver does the heavy lifting: it checks your letters against a real dictionary and shows only the words that actually exist.
Three modes, and when to use each
- Solve (recommended). Searches a dictionary of ~40,000 English words and returns everything you can build from your letters: exact anagrams (using all of them) and partial words (using some), sorted longest to shortest. This is what you want for puzzles, Scrabble or finding the meaningful anagram.
- All permutations. Gives you the mechanical rearrangements, meaningful or not. Best for short words (3-7 letters). Since the total grows factorially, above 8 letters we show a sample and tell you the true total.
- Random shuffles. 20 random arrangements to spark ideas for long words or phrases where the full set would be unmanageable.
How it works under the hood
Every word in the dictionary gets a "fingerprint": its letters sorted alphabetically.
"silent", "listen" and "tinsel" all share the fingerprint eilnst, so they're
anagrams of one another. For partial words we check that each letter of a candidate word
is available in your tiles (just like Scrabble). Everything runs in your browser: the
dictionary downloads once and no word ever travels to a server.
Concrete uses
- Puzzles and crosswords. Rearranging letters is the heart of word puzzles.
- Scrabble and Words with Friends. Enter your tiles and see every valid word, including the ones that use only some of your letters.
- Naming. An anagram of a founder's name for a subtle personal brand.
- Poetry and word games. Anagrams are a classic device (Lewis Carroll loved them).
- Pen names. Many authors used anagrams of their real name as a pseudonym.
Famous anagrams
"Tom Marvolo Riddle" → "I am Lord Voldemort" (J.K. Rowling built the Harry Potter villain as an anagram). "William Shakespeare" → "I am a weakish speller" (a classic joke). Finding one that reads as a complete sentence is hard — but sharpening the ear for it is exactly what Solve mode helps with.
How to find the meaningful anagram
- Start with the long words. The solver sorts longest first; long words leave fewer stray letters behind.
- Look for fixed pairs. Combinations like "th", "ch" or "qu" shrink the problem.
- Allow phrases. Sometimes no single word works, but two or three together do: build one long word and solve the rest.