Skip to content
Solving skills3 min readPublished

Naked singles in Sudoku: one cell, one possible digit

A naked single is an empty Sudoku cell with exactly one remaining candidate. Once the other eight digits are excluded by valid constraints or deductions, place the surviving digit. The proof concerns one cell, even when its row still has several empty spaces.

The worked example

9 by 9 Sudoku teaching diagramr1c1 is outlined. Its row allows 1 or 5, its column allows 1 or 4, and the common possibility is 1. Row 1: blank, 2, 3, 4, blank, 6, 7, 8, 9. Row 2: blank, 5, 6, 7, 8, 9, 1, 2, 3. Row 3: 7, 8, 9, 1, 2, 3, 4, 5, 6. Row 4: 2, 3, 4, 5, 6, 7, 8, 9, 1. Row 5: 5, 6, 7, 8, 9, 1, 2, 3, 4. Row 6: 8, 9, 1, 2, 3, 4, 5, 6, 7. Row 7: 3, 4, 5, 6, 7, 8, 9, 1, 2. Row 8: 6, 7, 8, 9, 1, 2, 3, 4, 5. Row 9: 9, 1, 2, 3, 4, 5, 6, 7, 8.c1r1c2r2c3r3c4r4c5r5c6r6c7r7c8r8c9r9
r1c1 is outlined. Its row allows 1 or 5, its column allows 1 or 4, and the common possibility is 1.

Read coordinates from the top left: r = row, c = column. Small digits are candidates. Outlines identify the cells discussed in the caption.

Open this example in the solver
View the exact 81-cell input

Read left to right across each row, then top to bottom. A 0 means a blank.

023406789056789123789123456234567891567891234891234567345678912678912345912345678

Prove r1c1 = 1

The top row has two blanks: r1c1 and r1c5. This is not a last-cell-in-the-row shortcut. The row alone leaves two choices, so check the other units before committing.

Unit containing r1c1Digits missing from that unit
Row 11, 5
Column 11, 4
Top-left box1, 4
  1. Step 1. Row 1 permits only 1 or 5 in r1c1.

  2. Step 2. Column 1 already contains 5 at r5c1, so remove 5 from consideration.

  3. Step 3. The top-left box contains no 1, and neither does row 1 or column 1. The remaining digit 1 is legal in all three units.

  4. Step 4. Place 1 in r1c1. No choice or trial branch was required.

Follow the effect of one placement

A correct move changes the candidate lists of its peers: cells sharing its row, column or box. Recheck those cells first instead of starting a fresh scan of the entire board. Here r1c5 is the only remaining blank in row 1, so it must be 5. Row 2 is missing only 4, which finishes r2c1.

This small example leaves most of the grid filled so the deduction is visible. It demonstrates the technique; it does not claim that every puzzle rated easy will finish in three moves.

Naked single or hidden single?

The names describe the evidence you inspect. A naked single asks how many candidates remain in one cell. A hidden single asks how many positions remain for one digit within a row, column or box. A placement can satisfy both descriptions, but you only need one sound proof.

TechniqueWhat to countWhen to place
Naked singleCandidates in one cellOnly one candidate remains
Hidden singleLegal cells for one digit in a unitOnly one position remains

A single is only as reliable as your notes

One pencil mark on the page does not automatically make a naked single. You may have forgotten to write another legal digit, or removed a candidate because of an earlier guess. Recalculate the row, column and box when a result looks suspicious.

If an empty cell has zero candidates, stop. That is a contradiction, not a more powerful single. Check copied givens and undo unproven entries before making more placements. A solver’s no-solution result is a different diagnosis from being unable to spot the next logical move.

Check your understanding

Why can r1c1 not be 5, even though row 1 is missing 5?

Show the reasoning

There is already a 5 at r5c1 in the same column. A digit must satisfy all three units simultaneously. Being absent from the row is necessary but not sufficient.

About this example

This example was constructed for Sudoku Slate from a completed grid. Many givens are retained to make the specific deduction easy to inspect. Diagnostic examples are deliberately conflicting or ambiguous where stated; these are teaching positions, not difficulty-rated game puzzles.

Rules and terminology

  • Nikoli: Sudoku rules

    The standard row, column and 3 × 3 box rules used in these examples. The board and worked explanation on this page were created separately.

  • Andrew Stuart: Naked Candidates

    Established terminology for naked singles and their relationship to hidden singles. The board and worked explanation on this page were created separately.