Anagram Solver
Find the anagram signature of any word by sorting its letters.
Spot anagrams by their letter signature
Two words are anagrams when they contain exactly the same letters in a different order. This tool strips out spaces and punctuation, lowercases what is left, and sorts the letters alphabetically to produce a signature — "listen" and "silent" both reduce to "eilnst", so a match is obvious at a glance.
Paste a list of words and each one gets its signature, which makes it easy to group anagrams together for word puzzles, crossword clues, or checking whether a brand name is a rearrangement of a real word.
What it ignores and privacy
It only considers letters — digits, spaces, and symbols are dropped before sorting — so "New York" and "yonker w" would look related even though the spacing differs. Processing is entirely local, so your word lists are never uploaded.
Frequently Asked Questions
How does it decide two words are anagrams?
It removes non-letters, lowercases, and sorts the remaining letters. Words that share the same sorted signature are anagrams of each other.
Does capitalization or punctuation matter?
No. Case is ignored and anything that is not a letter is stripped before the letters are sorted.
Is my word list private?
Yes. Everything is computed in your browser and nothing is uploaded.
Explore more tools for writing, cleanup, and practical content workflows.