Kakuro Tips and Tricks
Ten practical techniques — from first-move tactics to advanced reasoning — so you can crack any Kakuro puzzle faster and with fewer mistakes.
These tips build on each other. If you're new to Kakuro, read the rules guide first, then return here for the strategies that move you from "getting started" to "solving confidently".
- 1
Start with the shortest runs
Two-cell and three-cell runs have the fewest valid digit combinations. A 2-cell run summing to 4 can only be {1, 3}. A 3-cell run summing to 6 can only be {1, 2, 3}. Scan every short run first and list its valid combinations before touching anything longer.
Combination reference table → - 2
Find sum singles immediately
A sum single is a run whose target forces one and only one set of digits. These are guaranteed placements. Memorize the most common ones: {3→1,2}, {17→8,9}, {6→1,2,3}, {24→7,8,9}. Once you place a sum single, re-scan every intersecting run — chained singles are common.
Sum singles technique guide → - 3
Use crossing runs at every intersection
Every white cell belongs to exactly one across run and one down run. If the across run must contain digit 7 somewhere, and the down run's valid combinations never include 7, then 7 must sit in the crossing cell. Work both dimensions simultaneously.
Cross sums technique guide → - 4
Mark candidates — always
Write all valid digits in pencil in each empty cell. Candidates make hidden opportunities visible: when a cell's candidate set shrinks to one digit, that's a free placement. On hard grids, skipping candidates is the number-one cause of errors and dead ends.
- 5
Prune candidates after every placement
The moment you place a digit, remove it from all other cells in the same across run and the same down run. Then check whether any of those cells now has only one candidate left. Placement → prune → re-scan is the core loop.
Combination pruning guide → - 6
Apply min/max boundary forcing
For a run of N cells, the minimum sum uses digits {1, 2, …, N} and the maximum uses {9, 8, …, 10−N}. If placing a digit would push the remaining cells' minimum above the remaining sum, that digit is impossible. Boundary checking eliminates candidates without guessing.
Min/max bounds technique guide → - 7
Look for locked sets
If two cells in a run share exactly two candidate digits (e.g., both show {4, 7}), those two digits are locked to those cells. No other cell in the run can hold 4 or 7. Remove them from all remaining cells in that run and watch the cascade.
Locked sets technique guide → - 8
Use residual sum forcing on long runs
If several cells in a long run are already filled, the remaining digits must sum to (total clue − placed digits). Treat the unfilled portion as a new, shorter sub-problem and re-apply all of the above techniques to it.
Residual sum forcing guide → - 9
Revisit completed areas after each placement
A placement in one corner of the grid can unlock constraints four rows away. After placing any digit, scan the full row, the full column, and the clue cells of every intersecting run — not just the immediate neighbours. Global re-scans surface hidden singles you would otherwise miss.
- 10
Build a solving order: short → unique → long
Work through runs in this order: (1) forced/single-combination runs, (2) runs with only two valid combinations where crossing runs already eliminate one, (3) the longest runs last once the grid is constrained. This sequence minimises backtracking and keeps momentum.
Quick-reference cheat sheet
| Situation | Move |
|---|---|
| 2-cell run summing to 3 | Place {1, 2} immediately |
| 3-cell run summing to 6 | Place {1, 2, 3} immediately |
| 2-cell run summing to 17 | Place {8, 9} immediately |
| Cell has 1 candidate left | Place it; re-scan all intersecting runs |
| Two cells share the same pair | Remove those digits from all other cells in the run |
| Stuck with no obvious move | Apply boundary forcing on the longest unfilled run |
Frequently asked questions
- What is the best way to start a Kakuro puzzle?
- Begin with the shortest runs — 2-cell and 3-cell clues — because they have the fewest valid digit combinations. Identify any runs that are forced to a single combination and place those digits first to build anchors for the rest of the grid.
- Should I use pencil marks in Kakuro?
- Yes. Writing candidate digits in empty cells is the single most effective habit for intermediate and advanced puzzles. Candidates make it easy to spot when a cell has only one option left, and they show you which digits are shared across intersecting runs.
- What is a sum single in Kakuro?
- A sum single is a run whose target sum can only be formed by one specific set of digits. For example, a 2-cell run totalling 3 can only hold {1, 2}. Identifying these forced combinations is the fastest way to make guaranteed placements.
- How do crossing runs help solve Kakuro?
- Every white cell lies at the intersection of an across run and a down run. If you know the across run must contain a 5, and the down run cannot contain a 5, then the 5 must go in the crossing cell. This cross-sum logic lets you place digits without knowing the full combination of either run.