What Is an Anagram Definition, Examples, and Types of Anagrams
An anagram is a word formed by rearranging all the letters of another word, using each letter exactly once. LISTEN and SILENT are anagrams — both use L,I,S,T,E,N exactly once. STONE and NOTES are anagrams — both use S,T,O,N,E exactly once. Try the solver below to find anagrams for any word. Free, no signup.
An anagram is a rearrangement of all letters of a word that produces a new valid dictionary word. The key constraint: every letter of the original word is used exactly once in the anagram — no letters added, removed, or repeated beyond their original count.
LISTEN (L,I,S,T,E,N) and SILENT (S,I,L,E,N,T) are anagrams because both use exactly L(1), I(1), S(1), T(1), E(1), N(1) — the same 6 letters in different orders. A scramble that produces a valid word from the same letters is an anagram. A scramble that produces an invalid non-word is just a scramble.
Who Should Use This?
01
The Definition in Practice
Anagram definition: a word formed by rearranging all letters of another word, each used exactly once. LISTEN → SILENT (all 6 letters rearranged), STONE → NOTES (all 5 letters rearranged). Both the original and the anagram are valid dictionary words.
02
Anagram Families — Multiple Anagrams
Some letter sets produce multiple valid anagrams — all words sharing the same letter set form an anagram family. STONE's family has 5 members: NOTES, ONSET, SETON, STONE, TONES. Any of the 5 is an anagram of any other.
03
What Anagrams Are Not
A scramble that produces a non-word is not an anagram. NETSO is a scramble of STONE but not an anagram — NETSO is not a valid dictionary word. An anagram must produce a valid dictionary entry.
04
Types of Anagrams
Word anagrams (single words): LISTEN → SILENT. Phrase anagrams (multiple words): ASTRONOMER → MOON STARER. Name anagrams: TOM HANKS contains THANKS. The solver on this site handles word anagrams — single words from letter sets.
How the Solver Works
The solver demonstrates the anagram definition in practice. Enter any word in Exact mode — every valid anagram (every other word using the same letters exactly once) appears in results.
LISTEN → ENLIST, INLETS, LISTEN, SILENT, TINSEL (5 anagrams — all using L,I,S,T,E,N exactly once). STONE → NOTES, ONSET, SETON, STONE, TONES (5 anagrams — all using S,T,O,N,E exactly once). MASTER → MASTER, REMAST, STREAM, TAMERS (4 anagrams — all using M,A,S,T,E,R exactly once).
Verified Examples
Input
Results (verified)
Count
LISTEN
ENLIST, INLETS, LISTEN, SILENT, TINSEL — 5 anagrams of L,I,S,T,E,N
5
STONE
NOTES, ONSET, SETON, STONE, TONES — 5 anagrams of S,T,O,N,E
5
MASTER
MASTER, REMAST, STREAM, TAMERS — 4 anagrams of M,A,S,T,E,R
4
All examples verified. Each result uses the input letters exactly once — the strict anagram definition. No letters are added, removed, or repeated beyond their input count.
How It Works — Diagram
Tips for Better Results
01
Every Letter Used Exactly Once
The anagram constraint: every input letter appears exactly once in the anagram. LISTEN has one L — so every anagram of LISTEN has exactly one L. This frequency constraint distinguishes true anagrams from general scrambles.
02
Both Words Must Be Valid Dictionary Entries
An anagram must produce a valid dictionary word — not just any letter rearrangement. STONE has 5 valid anagrams (NOTES, ONSET, SETON, STONE, TONES) out of 120 possible 5-letter arrangements.
03
Anagram vs Scramble — Key Distinction
A scramble is any letter rearrangement. An anagram is a scramble that produces a valid word. Every anagram is a scramble, but not every scramble is an anagram. NETSO is a scramble of STONE; NOTES is an anagram.
04
Find Anagrams for Any Word With the Solver
The solver's Exact mode returns only words using all input letters exactly once — the strict anagram definition. Enter any word to find its complete anagram family.
Common Mistakes to Avoid
Using 'anagram' to mean any scramble. An anagram specifically produces a valid dictionary word. A scramble that produces a non-word is just a scramble, not an anagram. The distinction matters in word games where only valid words count.
Thinking partial rearrangements are anagrams. True anagrams use ALL input letters exactly once. A word using fewer than all input letters is not an anagram of the full input — it is a partial anagram (a valid word from a subset of the letters).
What Is an Anagram vs Anagram Examples
Feature
What Is an Anagram
Anagram Examples
Content
Definition and explanation of anagrams
Classic anagram family examples
Use case
Understanding what an anagram is
Exploring specific anagram word families
Solver mode
Exact (strict anagram definition)
Exact (family discovery)
Best for
Learners and newcomers to anagrams
Word game players and puzzlers
The Anagram Examples page shows classic anagram families. This page explains what anagrams are — the definition and distinction from scrambles. Both pages use the same solver for verification.
Frequently Asked Questions
How is an anagram defined?
An anagram is a word formed by rearranging all the letters of another word, with each letter used exactly once. LISTEN and SILENT are anagrams — both use L,I,S,T,E,N exactly once.
What is the difference between an anagram and a scramble?
A scramble is any letter rearrangement. An anagram is a scramble that produces a valid dictionary word. NETSO is a scramble of STONE; NOTES is an anagram of STONE.
Can a word have multiple anagrams?
Yes — many words have several valid anagrams forming an anagram family. STONE has 5: NOTES, ONSET, SETON, STONE, TONES. CARET has 6: CARET, CATER, CRATE, REACT, RECTA, TRACE.
Do all letters in an anagram get used?
Yes — in a strict word anagram, every letter of the input word is used exactly once. No letters are added or omitted. This is what distinguishes a true anagram from a partial anagram.
What is the etymology of the word anagram?
Anagram comes from Greek: ana (back, again) + gramma (letter). The word describes the process of writing letters back in a different order.
Do LISTEN and SILENT share the same letters?
Yes — LISTEN and SILENT both use L,I,S,T,E,N exactly once. They are verified members of the same anagram family, which also includes ENLIST, INLETS, and TINSEL.
What is an anagram family?
An anagram family is the complete set of valid dictionary words sharing the same letter set. STONE's family: NOTES, ONSET, SETON, STONE, TONES. Every word in the family is an anagram of every other.
What is a phrase anagram?
A phrase anagram rearranges a word or phrase into a different multi-word phrase using the same letters. ASTRONOMER = MOON STARER is a famous phrase anagram. These differ from single-word anagrams.
What is a self-referential anagram?
A self-referential anagram describes itself — for example, ELEVEN PLUS TWO = TWELVE PLUS ONE (both are anagrams of each other and describe the same mathematical value). These are relatively rare and celebrated.
How do solvers find anagrams?
Modern solvers use frequency-map matching: convert input letters to a count of each letter available, then test every word in the database to see if its letter requirements fit within the available counts. Words that match are valid anagrams.