Intermediate Sudoku is where simple scanning stops working reliably and you start solving via structure. The goal is to reduce candidates using relationships between cells—not just obvious missing digits.
If two cells in a unit (row/column/box) share the same two candidates, those candidates cannot appear elsewhere in that unit.
If two digits can only appear in two cells within a unit (even if those cells have other candidates), remove the extra candidates from those two cells.
If a digit in a 3×3 box can only go in one row (or column), eliminate that digit from the rest of that row (or column) outside the box.
Reverse of pointing: if a digit in a row can only appear within one box, remove that digit from the other cells of that box.
One elimination can create a pair, which creates another elimination, which reveals a single. Intermediate solving often requires following these cascades.
**Do I need X-Wing at intermediate?** Usually not.
**Should I guess?** No.
**Why do I stall?** You’re still in “placement mode.” Switch to elimination mode.
Intermediate Sudoku is the turning point where Sudoku becomes structural reasoning. Master pairs and box-line interactions and medium puzzles become manageable.
Intermediate solving is less about finding immediate placements and more about creating them. Candidate notes, pairs, and unit comparisons remove options until a new single appears. That means progress can feel indirect.
When you apply an elimination, rescan the affected row, column, or box immediately. Many players miss the reward of a technique because they eliminate correctly but do not look for the single that follows.
Imagine a row where two empty cells both have only candidates 4 and 9. If those two cells are in the same row, then 4 and 9 must occupy those two cells in some order. That means every other cell in the row can remove 4 and 9 as candidates. This may reveal a new single elsewhere in the row.
The important part is the follow-up. Many players spot a pair but forget to rescan after removing candidates. Intermediate progress often comes from the placement that appears after the elimination, not from the elimination itself.
For each intermediate puzzle, use this loop: fill obvious singles, add focused notes, look for pairs, remove candidates, then rescan the affected unit. Repeat the loop instead of jumping to advanced techniques too quickly.
You are ready for harder puzzles when you can explain not only what number you placed, but which candidates were removed to make that placement possible.