Anagram Solver

How To Solve Anagrams

Most scrambles give way to four steps taken in order: split the vowels, find an ending, lock the letter pairs, then rebuild. Here is how each one narrows the search.

Technique · 3 min read

Try it

Walks one scrambled word through the four techniques in order and makes you apply each step yourself before it shows you what that step reveals.

trecahe
  1. 1Separate the vowels

    Pull the vowels out of TRECAHE. How many are there, and what are they?

    3 vowels — E, A, E — against 4 consonants. A 7-letter word with 3 vowels almost always splits into 3 syllables, which tells you the shape of the answer before you know the answer.

  2. 2Look for a common ending

    English has a short list of endings: -ER, -ED, -ING, -LY, -TION, -EST. Can you build one of them from these letters?

    -ER is available, and it takes 2 letters off the problem. You are now unscrambling 5 letters, not 7.

  3. 3Test the letter pairs

    Some letters travel together. Do you have CH, TH, SH, PH, QU or CK in here?

    CH — and once you commit to that pair as a unit, the remaining letters have far fewer arrangements to try.

  4. 4Rebuild from the ending backwards

    Put it together: the ending you found, the pair you found, and the vowels in the gaps. What is the word?

    TEACHER. Ending -ER, the pair CH, and the vowels spaced through what is left. Four passes, no guessing.

Why guessing is slow

A seven-letter scramble with no repeated letters can be arranged 5,040 different ways. Nobody tries them all. People who solve quickly are not faster at shuffling; they rule most arrangements out before they start, using patterns English words almost always follow. The four techniques below are those patterns, in the order that removes the most work first.

1. Separate the vowels

Pull out A, E, I, O and U and count them. TRECAHE has three vowels, E, A and E, and four consonants. English words alternate between vowel sounds and consonant clusters, so three vowels usually means two or three syllables. You now know roughly how long each chunk of the word can be, and that consonants cannot pile up four in a row at the start.

Treat Y as a vowel when there are no others. A scramble such as TRYST is all consonants apart from the Y, which is a strong hint that the Y sits in the middle.

2. Look for a common ending

A short list of endings covers a large share of English words: -ER, -ED, -ING, -LY, -EST, -TION and -NESS. If the letters for one of them are present, set them aside. TRECAHE contains E and R, so -ER is available, and the problem shrinks from seven letters to five.

Prefixes work the same way at the other end. RE-, UN-, IN- and DE- are worth trying whenever their letters appear, and a scramble with both an ending and a prefix often collapses to a three- or four-letter root you can see at a glance.

3. Lock the letter pairs

Some letters travel together: CH, SH, TH, PH, WH, CK and QU. If you have a C and an H, assume they are a pair until proven otherwise. TRECAHE has both, and once CH is treated as a single unit the remaining pieces are T, A, E and the -ER you already set aside.

A Q without a U is the strongest clue of all: it almost always means the answer is a borrowed word such as QI or QAT, and the list of possibilities is short.

4. Rebuild from the ending backwards

Now put the pieces back: the ending last, the pair in the middle, the vowels in the gaps. T, EA, CH, ER reads as TEACHER, so TRECAHETEACHER. The same letters also spell CHEATER, which is a reminder to check for a second answer before you write the first one in.

If nothing appears, change one decision at a time. Try a different ending, split the pair, or move a vowel to the front. Writing the letters in a circle instead of a line helps, because it stops your eye reading the scramble in its original order.

teachercheater

Getting faster

Speed comes from recognising chunks, not letters. Solve a few short scrambles every day and you start to see -ING, TH and QU without looking for them. The Daily Anagram and the endless puzzle levels are built for exactly that kind of practice, and the trainer at the top of this page walks one word through all four steps, asking you to try each one before it shows you the result.

Questions

What if the letters make more than one word?
Every real word that uses all the letters is a correct answer. Check for a second one before you commit, as TEACHER and CHEATER show.
Does this work for long phrases?
Yes, but split the letters into likely words first. Find one short word you are confident of, remove its letters, and solve what is left.
Is using a solver cheating?
In a competition, yes. For practice, looking up the answer after a real attempt is one of the quickest ways to learn the patterns.