Anagram Solver
Enter a word to find all valid English anagrams — rearrangements that form real words.
How to find anagrams of a word
Enter a word or set of letters and see every anagram from a built-in dictionary of common English words.
Open the Anagram Solver
Go to makemytxt.com/anagram-solver. The word list loads once, then searches are instant.
Enter your letters
Type a word like "listen" or a set of Scrabble tiles like "aelns". Non-letter characters are ignored.
Read the results
Every word whose sorted letters match your input is listed alphabetically with a total count. Your own input is excluded from the results.
Use a result
Copy the words you need from the result list. Great for Scrabble, Wordle, crosswords, and word-game prep.
Frequently asked questions
- How big is the dictionary?
- The solver uses a built-in list of about 10,000 common English words, filtered to short everyday vocabulary. This keeps results practical for games and crosswords rather than returning obscure archaic forms.
- Why do some anagrams not show up?
- If a target word is not in the 10,000-word list, it will not appear. The list intentionally excludes very rare, archaic, or highly technical words that would crowd the results.
- Does it handle partial anagrams or subsets?
- This tool looks for exact anagrams only — every letter must be used exactly once. For subset searches use a Scrabble word finder that supports "contains these letters" queries.
- What algorithm does it use?
- It uses the classic sorted-key technique: sort the letters of the input alphabetically, then look up that key in a pre-built map from sorted-letters to matching words. It runs in constant time per search.