Intermediate Sudoku begins when the grid stops giving you direct placements consistently.
The key change is simple:
A correct move can remove a candidate without solving a cell.
That elimination may be exactly what creates the next Single.
A practical intermediate loop is:
verify candidates → look for Singles → intersections → subsets → eliminate → re-scan
1. Make the candidate state trustworthy
Intermediate techniques depend on candidate information.
Before searching for patterns:
- remove candidates blocked by new placements;
- add any legal candidates that were missed;
- make sure you are not reasoning from stale notes.
A false candidate can hide a real pattern.
A missing candidate can create a pattern that is not actually valid.
2. Keep Singles at the front of the queue
Intermediate does not mean Singles disappear.
Before every deeper search, check:
- Naked Singles;
- Hidden Singles.
After every elimination, check them again.
Most intermediate techniques are valuable because they simplify the grid until direct placements return.
3. Learn intersections before complicated subsets
Locked Candidates are a strong first intermediate family because they extend the same row/column/box interaction used in beginner scanning.
Two directions:
- Pointing: box → line.
- Claiming / Box-Line Reduction: line → box.
They teach the most important intermediate lesson:
Knowing where a digit must be within a region can be enough to eliminate it elsewhere.
4. Then look for small subsets
Start with Pairs.
Naked Pair
Two cells reserve exactly two digits.
Hidden Pair
Two digits are restricted to exactly two cells.
Only move to Triples once the two-for-two reservation idea is comfortable.
Triples use the same principle with more candidate combinations to track.
5. Switch between two views
Cell-first view
Ask:
Which cells have small or related candidate sets?
Useful for:
- Naked Pair;
- Naked Triple;
- bivalue structures.
Digit-first view
Ask:
Where can this digit still appear in the unit?
Useful for:
- Hidden Singles;
- Locked Candidates;
- Hidden subsets.
If one view is producing no information, switch deliberately rather than continuing the same scan.
6. Treat eliminations as setup moves
Suppose Pointing removes candidate 6 from a cell.
That may leave:
{2}
The important move sequence is:
Pointing
↓
remove candidate 6
↓
Naked Single 2
↓
peer updates
↓
new Hidden SingleThe first elimination matters because of the simpler deductions it exposes.
A practical intermediate search order
When no direct placement is visible:
- Verify candidates.
- Scan for Hidden Singles by digit.
- Check box-line intersections.
- Look for Naked Pairs.
- Look for Hidden Pairs.
- Check Triples where candidate structure is compact.
- Re-scan for Singles.
- Only then consider the advanced layer supported by the puzzle.
This is a priority system, not a promise that every puzzle has exactly one intended route.
Common intermediate mistakes
Searching patterns in stale notes
Fix the candidate state first.
Expecting every useful move to place a digit
Intermediate progress is often elimination-first.
Looking for identical Triple cells
A Naked Triple is defined by the union of candidates across three cells, not by three identical candidate sets.
Staying in one search mode
If cell-first subset scanning gives you nothing, switch to digit-first intersections and Hidden subsets.
Jumping to X-Wing too early
An advanced pattern may exist, but a simpler intersection or Pair can make it unnecessary.
When are you ready for advanced strategies?
Move on when:
- candidates are routine;
- Locked Candidates are easy to verify;
- Pairs feel natural;
- you understand Naked/Hidden subset logic;
- you can make an elimination and immediately re-scan for simpler moves.
Advanced solving then expands candidate relationships across more distant parts of the grid.
FAQ
What techniques are intermediate in Sudoku?
VeyraPlay's main intermediate layer includes Locked Candidates, Naked/Hidden Pairs, and Triples.
Do I need full pencil marks?
For reliable intermediate solving, a complete candidate state is often useful. Some players still use selective notes, but any technique you apply must be based on complete enough information to prove the deduction.
What should I learn before X-Wing?
Be comfortable with Singles, candidates, Locked Candidates, and subsets first.
What to learn next
Continue to Advanced Sudoku Strategies or study the individual intermediate techniques in Sudoku Techniques.