Find all anagrams of any word from a built-in dictionary of 4,500 common English words. Check pair mode compares two words with a letter frequency table.
Mode
All processing runs in your browser. Your text is never sent to any server.
More free utilities you might find useful
Quick answers to common questions
An anagram is a word or phrase formed by rearranging the letters of another word or phrase, using all the original letters exactly once. Example: 'listen' is an anagram of 'silent'. 'astronomer' → 'moon starer'. 'the morse code' → 'here come dots'. Spaces and capitalisation are typically ignored when checking.
The solver sorts the letters of your input alphabetically to create a 'signature' (e.g., 'listen' → 'eilnst'). It then checks a built-in English word list for all words with the same letter signature. Words sharing a signature are anagrams of each other.
Yes. In phrase mode, the solver combines all letters from your phrase (ignoring spaces) and finds any combination of words from the dictionary that uses exactly those letters. Multi-word anagrams are harder to find exhaustively, so this tool shows the most common matches.
Your data is processed entirely in your browser. Nothing is sent to any server.