Anagram Finder
NewCheck if two words are anagrams, or find anagrams of a word from a built-in word list.
Results
Mode: Check pairs
Frequently Asked Questions
Does the pair checker ignore spaces, punctuation, and case?
Yes. It normalizes both inputs to lowercase and removes everything except Unicode letters and numbers before comparing their sorted character signatures.
Can it find phrase anagrams from a dictionary?
No. Phrase support exists only in the pair-check mode. The finder mode searches a built-in browser-side word list, so it is really a single-word lookup.
Why did it say no matches even though I know an anagram exists?
The list-search mode only checks against the bundled common-word list in the component. If the word is uncommon, domain-specific, pluralized differently, or just absent from that list, it will not appear.
Do I have to click anything to compare two words?
Not in check mode. Pair comparison updates live as you type. The separate "Find anagrams" button is only for the built-in word-list search mode.
Can numbers be part of an anagram here?
Yes. Digits survive normalization, so values like "a1b" and "b1a" are treated as matching anagrams.