Anagram Checker

Text Tools

How to use the Anagram Checker

Check for anagrams in two steps:

1

Enter two words or phrases

Type the first word or phrase in the left field and the second in the right. Each panel shows the sorted letters live as you type.

2

Review the result

A green ✓ confirms they are anagrams; a red ✗ indicates they are not. The result card shows both sorted letter strings aligned so you can see exactly which letters differ.


When to use this tool

Use to verify anagrams for word games, puzzles, and wordplay:

  • Verifying anagram clues in crossword puzzles and cryptic crosswords where anagram indicators appear
  • Confirming whether two phrases are anagrams for wordplay, creative writing, or naming projects
  • Educational exercises on letter arrangements, permutations, and combinatorics in language arts
  • Checking user-submitted anagram solutions instantly in a word game or puzzle application
  • Exploring whether a brand name is an anagram of another phrase as part of naming research
  • Testing anagram-detection logic when building word game apps or educational language tools

Frequently asked questions

Q:What is an anagram?
An anagram is a word or phrase formed by rearranging the letters of another word or phrase, using each letter exactly once. 'Listen' and 'silent' are anagrams — both contain the letters E, I, L, N, S, T. 'Astronomer' and 'moon starer' are anagrams when spaces are removed. Anagrams are widely used in cryptic crosswords, wordplay, creative naming, and literature.
Q:Are spaces and punctuation included in the comparison?
By default, spaces and all non-alphabetic characters are removed before comparison, so 'astronomer' and 'moon starer' correctly detect as anagrams despite the space in the second phrase. Enable 'Include spaces in comparison' to require that spaces count as characters — in that mode 'moon starer' (with a space) would not be an anagram of 'astronomer' (no space).
Q:Is comparison case-sensitive?
No — comparison is case-insensitive by default. 'Listen' and 'Silent' are detected as anagrams regardless of the capital letters. Enable 'Case sensitive' to require an exact case match — in strict mode, 'Listen' and 'silent' would not be anagrams because 'L' (uppercase) does not match 'l' (lowercase).
Q:How does the sorted letter comparison work?
Both phrases are cleaned (spaces and punctuation removed, lowercased) and then their letters are sorted alphabetically. 'listen' sorted becomes 'eilnst'; 'silent' sorted also becomes 'eilnst'. If the two sorted strings are identical, the phrases are anagrams. The sorted strings are shown live in the footer of each input panel and in the result card so the comparison is always transparent.
Q:What is the letter count difference shown in the result?
When two phrases are not anagrams, the result card shows the letter count of each phrase after cleaning. If 'hello' has 5 letters and 'worlds' has 6 letters, the tool shows '5 vs 6 letters' — making it immediately clear that the letter counts differ, which is why they cannot be anagrams. This helps diagnose typos or missing letters in either phrase.
Q:Are multi-word phrases supported?
Yes — the tool handles phrases of any length. 'Conversation' and 'voices rant on', 'dormitory' and 'dirty room', and 'the eyes' and 'they see' all correctly detect as anagram pairs when spaces are ignored (the default). The six famous anagram pairs in the examples panel cover both single-word and multi-word cases.