Anagram Generator
Find dictionary-word anagrams of a word or phrase — single-word matches or combinations of up to 3 words, using a bundled ~8,100-word English dictionary.
Input
Letters only — spaces, digits and punctuation are ignored
Settings
How many dictionary words may be combined to form an anagram
Stop searching after this many anagrams are found
Output
Guides
What does this tool find?
Real dictionary words (or combinations of up to three words) that use exactly the same letters as your input — an anagram solver backed by a bundled list of roughly 8,100 common English words.
How this tool works
- Type a word or phrase — only letters count; spaces, digits, and punctuation are stripped automatically.
- Choose Max Words: 1 for single-word anagrams only, or 2–3 to also find combinations of shorter dictionary words that together use all the input's letters.
- For multi-word searches, set a Min Word Length to filter out trivial connector words (like "a" or "in"), optionally allow repeated words, and cap the Max Results to bound the search.
- Click Find Anagrams to run the search.
How the search works
Single-word anagrams use a precomputed lookup: every dictionary word is indexed by its letters sorted alphabetically (its "signature"), so finding anagrams of your input is an instant lookup against words sharing that same signature. Multi-word anagrams use a backtracking search — dictionary words are filtered down to those that fit within your input's letters, then combined recursively until the full letter set is used up exactly, with no leftover and no missing letters.
Multi-word result ordering
Results are sorted by number of words first (single-word matches before two-word combinations, if you search with Max Words set higher), then alphabetically — so the simplest, most likely-useful anagrams surface first.
Common uses
- Solving word puzzles, cryptic crosswords, or anagram-based games
- Finding a clever anagram for a username, brand name, or wordplay project
- Checking whether a name or phrase has a notable anagram hidden in it
- Generating multi-word anagram phrases from a longer input
Privacy
This tool runs entirely in your browser. Your input is never uploaded to a server.