Anagram Finder
Every Word Hidden in Your Letters
Enter any set of letters and discover every valid word they contain. Subset mode for all hidden words. Exact mode for true anagrams that use every letter once. Use ? as a wildcard for missing letters. ~75,000 words. Free, no signup.
What the Anagram Finder Does
An anagram finder reverses the direction of a dictionary. Instead of going from a word to its definition, it goes from a set of letters to every valid word those letters can form. Enter TRIANGLE and it finds ALERTING, ELATING, GRANITE, ANGLER, and 250+ more — every word the database contains that fits within those 8 letters.
The tool runs in two modes. Subset mode (the default) finds all words made from any combination of the input letters — including shorter words. A subset result does not need to use every input letter. Exact mode finds only true anagrams — words that use every input letter exactly once. LISTEN in Exact mode returns exactly 5 words; LISTEN in Subset mode returns 73 words of varying lengths.
This tool finds words from letters. It does not solve crossword clues, interpret puzzle meanings, or match positional patterns. For crossword pattern matching (e.g. words with a known letter in a specific position), use the Missing Letter Finder.
Who Should Use This Tool?
How the Solver Works
The solver converts your input into a character frequency map — a count of how many of each letter you have. TRIANGLE becomes {T:1, R:1, I:1, A:1, N:1, G:1, L:1, E:1}. Each word in the database is checked: can this word's letter requirements be satisfied by your available counts? If yes, the word is added to results.
In Subset mode, the check is: does every letter in the candidate word appear in your frequency map at least as many times as needed? EATING (from TRIANGLE) needs {E:1, A:1, T:1, I:1, N:1, G:1} — all within the map. In Exact mode, an additional constraint applies: the result must use every input letter exactly once, so result length must equal input length.
Wildcards (?) are handled as count allowances. Each ? lets the solver fill one unsatisfied letter requirement per candidate word. SILEN? has 5 regular letters and 1 wildcard: for every word checked, the wildcard absorbs one missing letter if needed. All processing runs in your browser — nothing is sent to any server.
Read: How the frequency-map algorithm works in detail →Inside the Algorithm — Frequency Map to Results
When you type LISTEN, the solver does not search for the word. It builds a frequency map, then tests every word in the database against it. The two modes branch at the final step:
Frequency map built from input → every database word tested → Subset passes all fitting words → Exact additionally requires result length = input length. LISTEN produces 73 Subset results and 5 Exact results.
Verified Examples
All results below were generated by running the solver against the actual word database.
| Input | Mode | Longest Results (verified) | Total Words |
|---|---|---|---|
| TRIANGLE | Subset | ALERTING, ALTERING, INTEGRAL, RELATING, TANGLIER, TRIANGLE (all 8-letter) | 256 |
| LISTEN | Exact | ENLIST, INLETS, LISTEN, SILENT, TINSEL (complete set) | 5 |
| AEINRST | Exact | NASTIER, RETAINS, RETINAS, STAINER, STEARIN (complete set) | 5 |
| STRESSED | Exact | DESSERTS, STRESSED (complete set) | 2 |
| CINEMA | Exact | ANEMIC, CINEMA, ICEMAN (complete set) | 3 |
Note: "complete set" means the solver returns no other results for that input in Exact mode — these are all the true anagrams in the database.
Exact Anagrams vs Subset Results
Choosing the right mode is the most important decision when using an anagram finder:
| Mode | Rule | LISTEN example | Best for |
|---|---|---|---|
| Exact | Result must use every input letter once | SILENT, ENLIST, TINSEL, INLETS, LISTEN (5 results) | True anagram discovery, Jumble, Text Twist |
| Subset | Result can use any combination of input letters | SILENT, INLET, LIEN, ISLE, IN, and 68 more (73 results) | Scrabble racks, word exploration, Boggle, Bananagrams |
The default mode is Subset. Switch to Exact when you need true anagrams — words that use every given letter exactly once.
Tips for Better Results
Common Mistakes to Avoid
Confusing Subset results with exact anagrams. In Subset mode, results include words shorter than the input. TRIANGLE in Subset mode includes AN, TAN, RING, and ANGLER — none of which are anagrams of TRIANGLE. Switch to Exact mode to see only true anagrams.
Expecting the finder to solve crossword clues. An anagram finder finds words from letters. It does not interpret clue meanings, match definitions, or understand context. If you have a 6-letter crossword answer with A in position 2 and E in position 5, use the Missing Letter Finder with a pattern like ?A??E? instead.
Forgetting wildcards for Scrabble blanks. If your Scrabble rack includes a blank tile, enter ? for each blank alongside your letter tiles. Without the wildcard, the solver misses all plays that rely on the blank — often the highest-scoring options on your rack.
Using Exact mode for word exploration. Exact mode only returns words of exactly the same length as the input. Entering TRIANGLE in Exact mode returns only 8-letter anagrams. Switch to Subset mode to explore all 256 words hidden within those letters.
Anagram Finder vs Word Unscrambler
| Feature | Anagram Finder (this page) | Word Unscrambler |
|---|---|---|
| Default mode | Subset — all hidden words | Exact — uses every letter |
| Primary goal | Discover all words in a letter set | Find the correct puzzle answer |
| Typical use | Exploration, Scrabble, word discovery | Jumble, Text Twist, Word Cookies |
| Result count (LISTEN) | 73 words (Subset) | 5 words (Exact) |
| Algorithm | Frequency-map (identical) | Frequency-map (identical) |
| Word database | ~75,000 words (same) | ~75,000 words (same) |
Both tools use the same underlying algorithm. The difference is the default mode and intended use case. The Word Unscrambler defaults to Exact mode for puzzle solving; the Anagram Finder defaults to Subset mode for exploration. Both support switching modes.
Frequently Asked Questions
Reviewed by the MyAnagramSolver Editorial Team — word game specialists and competitive Scrabble players. Word validity verified against the TWL (Tournament Word List) and Collins Scrabble Words. Editorial policy.