Anagram Solver
This anagram solver rearranges any set of letters you enter and returns every valid English word hidden in them, making it useful for crosswords, Scrabble, Words With Friends, and other word games, as well as for creative writing or simply settling an argument over whether a word is real. Type in up to 15 letters, using a question mark (?) as a wildcard for any single letter, handy for a blank tile, and the solver checks each word in its dictionary against your letters using a letter-frequency count rather than working through every possible permutation, which keeps it fast even with a full rack of tiles. It returns every match it finds, including shorter sub-anagrams as well as words that use all your letters, sorted into groups by word length with the longest and highest-scoring options shown first. Alongside the word list you get a quick summary of how many words were found, how many letters you searched with, and how long the search took in milliseconds. Click any result to copy it straight to your clipboard. The dictionary covers common English vocabulary used in word games and everyday writing; it leaves out proper nouns, slang, and obscure technical terms, and not every result is guaranteed to be valid in official tournament word lists such as TWL or SOWPODS, so double-check unusual ones before a competitive match.
How It Works
The solver checks each word in its dictionary against your available letters using a letter-frequency count. For each word, it verifies that every letter in the word appears in your input at least as many times as needed. This approach is orders of magnitude faster than generating all permutations, which would be impractical beyond about 10 letters.
Tips
- Enter up to 15 letters for best performance
- Use ? as a wildcard (blank tile in Scrabble)
- Longer letter sets produce more results
- Click any result word to copy it
- The solver finds sub-anagrams too (words shorter than your full letter set)
Related Tools
Dictionary covers common English words. Proper nouns, very obscure words, and offensive terms are excluded. Not all words may be valid in official tournament word lists (TWL/SOWPODS).
Related calculators
- BC to AD Calculator: convert BCE/CE Years and Find Time Spans.
- Bean Bag Filling Calculator: litres of Beads to Buy.
- Belt Size Calculator: Belt Size From Your Pants Size.
- Buck Converter Calculator: Duty Cycle and Ripple.