Naked Pairs

Naked pairs are your first intermediate technique. They don't place numbers directly — instead, they eliminate candidates, which opens the door for other techniques to work.

What is a Naked Pair?

A naked pair is when two cells in the same unit (row, column, or box) contain exactly the same two candidates and nothing else.

Example: Two cells that both show only [3,7] form a naked pair.

The pair is called "naked" because the two candidates are fully visible — there are no other candidates hiding in those cells.

Visual Example

Before elimination:

Row with naked pair on 3,7
A
B
C
D
E
F
G
H
I
1
123456789
123456789
123456789
123456789
4
6
123456789
9
123456789
A
B
C
D
E
F
Cells A and B both have only [3,7]. That's a naked pair!

After elimination:

A
B
C
D
E
F
G
H
I
1
123456789
123456789
123456789
123456789
4
6
123456789
9
123456789
A
B
C
D
E
F
Remove 3 and 7 from cells C and D. Now C is [2,9] and D is [1,5].

The Logic Explained

Think about it step by step:

  1. Cells A and B can only contain 3 or 7
  2. One of them will be 3, the other will be 7
  3. We don't know which is which yet
  4. But we DO know that 3 and 7 are taken by these two cells

The result: No other cell in the row can have 3 or 7. They're "claimed" by the pair!

Where to Look

Naked pairs can exist in any unit:

In a Row

Naked pair in a row
A
B
C
D
E
F
G
H
I
1
123456789
5
7
123456789
123456789
8
3
6
123456789
A
B
C
D
The pair [2,4] claims those digits for the row.

In a Column

The same logic works vertically. If two cells in a column both have [5,8], eliminate 5 and 8 from other cells in that column.

In a Box

Naked pair in a box
A
B
C
1
2
3
123456789
123456789
123456789
123456789
123456789
123456789
7
Two cells with [1,5] form a pair. Eliminate 1 and 5 from other cells in the box.

Double Coverage

The best naked pairs affect multiple units at once!

If a naked pair in a box also shares a row or column, you can eliminate from both:

  • Eliminate from other cells in the box
  • AND eliminate from other cells in the shared row/column

How to Find Naked Pairs

Method 1: Look for Small Cells

  1. Scan for cells with only 2 candidates
  2. When you find one, look for an identical cell in the same unit
  3. If found, you have a naked pair!

Method 2: Systematic Scanning

  1. Pick a unit (start with boxes — they're easiest to see)
  2. List all cells with exactly 2 candidates
  3. Check if any two match

Method 3: Candidate Focus

  1. Pick a pair of numbers (like 3 and 7)
  2. Look for two cells that have ONLY those two numbers
  3. Check if they share a unit

The Elimination Process

Once you find a naked pair:

  1. Identify the shared unit(s) — row, column, box, or multiple
  2. Check each other cell in that unit — does it have either candidate?
  3. Remove those candidates — cross them off
  4. Check for singles — did any cell become a single?
  5. Look for new patterns — the elimination might reveal more pairs!

What the Pair Affects

Important: The naked pair eliminates from all cells in the shared unit (row, column, or box).

Row eliminations affect the whole row
A
B
C
D
E
F
G
H
I
1
123456789
123456789
123456789
123456789
4
6
123456789
9
123456789
A
B
C
D
E
F
All cells in this row lose 3 and 7 — including cell I at the end!

The rule is simple: If cells A and B form a naked pair in a row, eliminate from ALL other cells in that row. Same for columns and boxes.

Common Mistakes

Mistake 1: Eliminating from the pair cells

  • NEVER remove candidates from the pair cells themselves
  • They need to keep their [3,7] — that's the whole point!

Mistake 2: Missing a unit

  • A cell might share a row AND a box with the pair
  • You get to eliminate from both!

Mistake 3: Wrong candidates

  • Only eliminate the pair's candidates (3 and 7 in our example)
  • Don't remove other numbers

Mistake 4: Cells aren't identical

  • [3,7] and [3,7,9] do NOT form a naked pair
  • Both cells must have EXACTLY the same candidates

Mistake 5: Not following up

  • After eliminating, check for new singles immediately
  • The elimination might solve cells!

Naked Pairs vs Hidden Pairs

Naked PairHidden Pair
Two cells with ONLY two candidatesTwo candidates that appear in ONLY two cells
Easy to spotHarder to spot
Eliminate those candidates from OTHER cellsEliminate OTHER candidates from THOSE cells

Both are equally powerful — they're just found differently.

When Naked Pairs Appear

  • Easy puzzles: Rarely needed
  • Medium puzzles: Occasionally useful
  • Hard puzzles: Essential technique
  • Expert puzzles: You'll use many naked pairs

Practice Exercises

Try to find the naked pair in each example:

Exercise 1:

A
B
C
D
E
F
G
H
I
1
123456789
123456789
4
123456789
7
6
123456789
9
123456789
A
B
C
D
E
Answer

Cells B and D both have [5,8]. That's a naked pair!

Eliminate 5 and 8 from cells A and G:

  • Cell A: [1,3,5] → [1,3]
  • Cell G: [1,2,5,8] → [1,2]

Exercise 2:

A
B
C
1
2
3
123456789
6
123456789
8
123456789
3
123456789
Answer

Cells D and G both have [1,7]. That's a naked pair!

Eliminate 1 and 7 from... wait, there are no other cells with 1 or 7 in this box. The pair exists but doesn't help here.

This is common — not every pair makes eliminations!

What's Next?

Once you master naked pairs:

  • Naked Triples — Same idea with three cells and three candidates
  • Naked Quads — Same idea with four cells and four candidates
  • Hidden Pairs — The reverse: two candidates that can only go in two cells