Anagram Solver & Checker

Check if two words are anagrams, or list every letter arrangement.

Ad placeholder (leaderboard)
Enjoying the tools? Go Pro for £4.99 (one-time) and remove all ads — forever, on this device. Remove ads — £4.99

The Anagram Solver and Checker is two tools in one. It can check whether two words or phrases are anagrams of each other, and it can rearrange a short set of letters to list every possible distinct ordering. It is handy for word games, crosswords, puzzle-making, and settling whether two phrases really are anagrams.

How it works

In Check mode, the tool normalises both inputs by removing spaces and punctuation and lowercasing the letters, then compares the sorted letters of each. If both contain exactly the same multiset of letters, they are anagrams. So “Listen” and “Silent!” match because both reduce to the letters e, i, l, n, s, t.

In Rearrange mode, it generates every distinct permutation of the letters you enter (up to 8 letters, because the count grows factorially). It does not load a dictionary, so the list includes non-words — you scan it yourself for valid words.

Example

Check “listen” against “silent”:

Both sort to e-i-l-n-s-t, so the answer is yes, they are anagrams.

Input AInput BAnagram?
listensilentYes
dormitorydirty roomYes
helloworldNo

Everything runs in your browser; nothing is uploaded.

Ad placeholder (rectangle)