Anagram Solver / Finder
Find real English words that use exactly the same letters as a word you enter.
Last updated
About this tool
"Find anagrams" generates every letter arrangement of your input and keeps only the ones that are real English words, checked against a curated list of roughly 1,300 common words up to 6 letters long — it's not an exhaustive dictionary, so a valid but less common word may not appear. Input is capped at 8 letters, since the number of arrangements grows factorially (8 letters is already 40,320 possibilities) and longer inputs would make the browser tab unresponsive.
The phrase checker below is a true anagram test in the traditional sense — it compares two phrases letter-for-letter (ignoring case, spaces, and punctuation) to see if one is a rearrangement of the other, the same way "Dormitory" and "Dirty room" are classic anagrams of each other. Nothing you enter here is sent to a server — the entire tool runs as JavaScript in your browser tab.