Sudoku

How to Get Faster at Sudoku — Concrete Techniques

5 min read  ·  Burmly

Solving Sudoku faster isn't about rushing — it's about eliminating the wasted time between useful moves. Most slow solving comes from inefficient scanning, redundant checks, and hesitation at decision points that should be automatic. Fix those and your times drop without any increase in error rate.

1. Scan by digit, not by cell

The single biggest speed improvement available to most players. Instead of looking at each cell and asking "what can go here?", pick a digit and ask "where does this go in each box?"

Pick 1. For each unsolved box, check where 1 can go. Does one row and one column already contain 1, leaving only one cell? Place it. Then move to 2, then 3, through 9. Repeat. This approach finds hidden singles 3–4× faster than cell-by-cell scanning.

2. Mark candidates once, update immediately

Marking candidates twice — once to fill them in, once because you forgot to update — wastes a complete pass through the puzzle. Mark completely upfront, then update every time you place a digit without exception.

The update is three sweeps: remove the digit from all cells in the same row, same column, same box. Done in 10 seconds per placement if you do it consistently.

3. Use naked pairs as a checkpoint, not a last resort

Many solvers reach for naked pairs only when completely stuck. Faster solvers look for naked pairs routinely after each scan cycle — they catch them earlier, when the board is less cluttered, and the eliminations often cascade into several more placements.

4. Reduce re-scanning

Slow solvers rescan the entire board after each placement. Fast solvers know that placing digit X in a specific row/column/box only affects those three units. After each placement, scan only the affected row, column, and box for new singles — not the whole board.

5. Know the high-value boxes

Boxes with more filled cells produce placements faster. At the start of each puzzle, identify the two or three boxes that are most complete — 6 or 7 digits placed. Start your digit-scan there. You'll find placements immediately, which ripple into adjacent boxes, and you build momentum before working on the harder parts of the board.

6. Don't verify what you already know

If you placed 7 in row 3, column 5, you already know it's valid — you checked before placing it. Don't re-verify placements when you encounter them during scanning. Only verify when placing a new digit.

HabitTime saved
Digit-first scanningLarge — often halves scanning time
Immediate candidate updatesMedium — eliminates a full rescan pass
Scoped post-placement scanMedium — avoids redundant full-board sweeps
Starting in high-density boxesSmall — builds early momentum
The fastest improvement in practice: time yourself solving 10 medium puzzles using your current method. Then apply digit-first scanning for the next 10. Compare the averages. Most people see 20–30% improvement immediately.

Train your speed on medium puzzles

Play Medium Sudoku →

Related