What Is an Anagram?
Complete Definition, Examples & History
A complete guide to anagrams: definition, how they work, famous examples, history, types, and how to create perfect anagrams. With 270,000+ word examples.
The Complete Definition
An anagram is a word or phrase formed by rearranging all the letters of another word or phrase, using each original letter exactly once. The resulting word or phrase must be a valid word or meaningful phrase. The defining constraint — every letter used exactly once — is what distinguishes a true anagram from a scramble or partial rearrangement.
Example: LISTEN and SILENT are perfect anagrams. Both use L, I, S, T, E, N exactly once, in different arrangements. LISTEN has 6 letters and so does SILENT — they share identical letter frequencies: {L:1, I:1, S:1, T:1, E:1, N:1}. Changing the order changes the word; changing the letters ends the anagram relationship.
| Term | Definition | Example |
|---|---|---|
| Anagram | Every letter used exactly once, valid word result | LISTEN → SILENT |
| Scramble | Letters rearranged, not necessarily valid word | LISTEN → LNSTIE |
| Palindrome | Reads the same forwards and backwards | RACECAR, LEVEL |
| Portmanteau | Two words combined into one | BRUNCH = BReakfast + lUNCH |
How to Verify an Anagram
Verifying whether two words are anagrams is a simple algorithm: sort both words alphabetically and compare. If sorted forms are identical, they are anagrams. LISTEN sorted: E-I-L-N-S-T. SILENT sorted: E-I-L-N-S-T. Identical — confirmed anagrams.
This is exactly how our anagram solver works — it converts input letters to a sorted frequency map and compares against 270,000 dictionary words. LISTEN → {E:1,I:1,L:1,N:1,S:1,T:1}. SILENT → {E:1,I:1,L:1,N:1,S:1,T:1}. Maps match: they are anagrams.
Famous Anagram Examples
The most celebrated anagrams in English literature combine perfect letter matching with meaningful semantic connection:
| Original | Anagram | Letters | Semantic Connection |
|---|---|---|---|
| LISTEN | SILENT | 6 | You must be silent to listen |
| ASTRONOMER | MOON STARER | 10 | Both describe the same activity |
| DORMITORY | DIRTY ROOM | 9 | Accurate description |
| SLOT MACHINES | CASH LOST IN ME | 13 | Devastating irony |
| ELEVEN PLUS TWO | TWELVE PLUS ONE | 13 | Mathematically equivalent |
| CLINT EASTWOOD | OLD WEST ACTION | 13 | Defines his career |
| TRIANGLE | ALERTING, INTEGRAL, RELATING, TANGLIER | 8 | 4 different valid anagrams |
| WILLIAM SHAKESPEARE | I'LL MAKE A WISE PHRASE | 20 | Greatest name anagram in English |
Types of Anagrams
Single-word anagrams: One word rearranges to form one other word. LISTEN → SILENT. TRIANGLE → ALERTING. The simplest and most elegant type. Phrase anagrams: A word rearranges to form a phrase (or vice versa). ASTRONOMER → MOON STARER. DORMITORY → DIRTY ROOM. Spaces don't count — only letters matter. Name anagrams: A person's name rearranges to reveal something about them. CLINT EASTWOOD → OLD WEST ACTION. The most celebrated form of wordplay. Multi-word anagrams: One phrase rearranges to form another phrase. ELEVEN PLUS TWO → TWELVE PLUS ONE (both phrases are mathematically equivalent).
Anagrams in Word Games
Anagram-solving is the core skill in multiple popular word games: Scrabble — find the highest-scoring word from 7 rack tiles. Wordle — work backwards from letter clues to the hidden 5-letter word. Daily Jumble — unscramble 4 words (each must use all given letters exactly once). Boggle — find all words in a 16-letter grid. Bananagrams — use all tiles before opponents.
Our anagram solver handles all of these with its two modes: Subset mode (any combination of letters — for Scrabble, Boggle, Bananagrams) and Exact mode (every letter used exactly once — for Jumble, Text Twist, anagram creation).