Intermediate

Obvious Pairs

A core Sudoku solving technique for intermediate players

What are Obvious Pairs?

An Obvious Pair (also called a Naked Pair) occurs when exactly two cells in the same unit (row, column, or box) each contain the same two candidates and no others. Because those two digits must occupy those two cells - In some order - They can be eliminated from every other cell in that unit.

This technique doesn't tell you which of the two digits goes in which cell. It tells you that no other cell in the unit can hold either of those digits.

Step-by-step guide

  1. Fill in candidate notes for all empty cells.
  2. Look for any two cells in the same unit that each contain exactly the same two digits (e.g., both cells show only {3, 7}).
  3. Those two digits are "locked" into those two cells for that unit.
  4. Remove both digits from the candidate lists of all other cells in the same unit.
  5. Check if the removal creates new Obvious Singles or further pairs.

Naked Pair vs Hidden Pair

Obvious (Naked) PairHidden Pair
What you seeTwo cells each with only those two candidatesTwo cells share two candidates, but have other candidates too
ActionEliminate the pair digits from all other cells in the unitEliminate all other candidates from the two cells
DifficultyEasier to spotHarder to spot (requires scanning by digit, not by cell)

Extension: Obvious Triples and Quads

The same logic extends to three cells sharing three candidates (Obvious Triple) or four cells sharing four candidates (Obvious Quad). These are rarer but follow identical logic: if N cells in a unit collectively contain exactly N candidates, those candidates are locked in those cells and can be removed from all peers.

Key insight: You don't need to know which cell gets which digit. The elimination itself is what unlocks the puzzle. Pairs are most common in Hard and Expert puzzles.