Skip to content

Tool

Word ladder solver

Enter any two 4-letter words to find the shortest ladder between them — one letter changed per step, a real word every time. Handy for checking your Poople route, settling arguments, or writing your own puzzles.

Try:

How the solver works

Think of every 4-letter word as a dot, with a line between any two words that differ by exactly one letter. A word ladder is a path along those lines. The solver runs a breadth-first search outward from your target word, which guarantees the path it finds is as short as possible. When several shortest ladders exist, it picks the one whose words are the most familiar.

It uses the same dictionary as Poople: 3,898 four-letter words from a Scrabble-grade list. If an everyday-words-only ladder is longer than the true shortest one, the solver shows both.

Classic word ladders

HEAD → TAIL (5 steps)

The example Lewis Carroll used to introduce Doublets in Vanity Fair, 1879.

FOUR → FIVE (7 steps)

One of Carroll's original puzzles: “Raise FOUR to FIVE.”

POOR → RICH (7 steps)

Another Carroll original: “Turn POOR into RICH.”

COLD → WARM (4 steps)

A puzzle-book favorite.

Word ladder tips

  • Count the letters that differ between start and goal: that's the minimum number of steps.
  • When a direct swap doesn't make a word, look for a "bridge" vowel change that opens new options.
  • Work backwards from the goal — its neighbors are often the real bottleneck.

Want a daily challenge instead? Play today's Poople, where every ladder ends at POOP.