Kakuro

Common Kakuro Patterns That Appear in Every Puzzle

5 min read  ·  Burmly

Experienced Kakuro solvers do not calculate — they recognize. The same patterns appear repeatedly across different puzzles at all difficulty levels. Once these become automatic, your solve time drops significantly.

The corner trap

When a cell sits at the corner of a puzzle or in a position where only one across run and one down run touch it, and both runs are near their minimum sum, the cell is often forced to 1. Check corner and edge cells early — they are often the most constrained.

The "only one fits" technique

List all candidate digits for a cell based on its across run combination. Then check which of those candidates also appear in the down run combination. The overlap is your narrowed candidate list.

Across run candidates for this cell: {1, 2, 4} Down run candidates for this cell: {2, 5, 9} Intersection: {2} → the cell must be 2
Apply this at every cell: if the overlap is a single digit, place it. If the overlap is empty, your combination analysis has an error somewhere.

The "sum split" pattern

When a large run (5+ cells) crosses a block of known cells, calculate the remaining sum. If 4 of 6 cells in a run are solved and sum to 25, and the clue is 38, the remaining 2 cells must sum to 13. This converts a 6-cell problem into a 2-cell problem.

Digit elimination through long runs

A long run with a low sum cannot contain large digits. A 5-cell run summing to 15 uses the minimum possible digits (1+2+3+4+5). Every cell must be one of {1,2,3,4,5}. If a vertical run through one of those cells has a clue requiring a 7 or 8, you have a contradiction — use this to backtrack and correct an earlier placement.

When to restart a row

If you have filled several cells in a row and the remaining run does not add up, restart from the beginning of that row. Write down all possible combinations for each run in the row, then check which combinations are consistent with both the across and down constraints. Kakuro never requires guessing on well-formed puzzles — if you are stuck, a constraint you established earlier is wrong.

Keep reading
→ How to Play Kakuro → Best Kakuro Strategy Tips
Play Kakuro →

Ready to put this into practice?

Play Kakuro on Burmly — free, no ads, global leaderboard.

Play Kakuro →