Naked Single Sudoku Technique

Updated

A naked single is an empty cell whose row, column and box between them already contain eight of the nine digits, so exactly one candidate survives and that candidate is the answer.

When a naked single applies

Every cell in a Sudoku grid sits at the intersection of three units: one row, one column and one 3×3 box. A digit is a candidate for that cell only if it is absent from all three. A naked single is the case where those three units, taken together, account for eight distinct digits and leave a single survivor.

The word “naked” refers to how the deduction is read. You look at the cell, see one candidate and place it. Nothing about the other cells in the unit matters. That is the opposite of a hidden single, where the cell may show several candidates and the proof comes from the fact that no other cell in the unit can take a particular digit.

Naked singles are the workhorse of every easy and medium puzzle. They also appear constantly as a follow-up: almost every elimination technique on this site is worth using precisely because the candidates it removes turn some nearby cell into a naked single.

Worked example

The Suuudokuuu solver marks r1c8 as its reason cell and places 4 there. Every other digit is blocked by row 1, column 8 or the top-right box.
c1c2c3c4c5c6c7c8c9
r19153157684742
r286279347951
r341571591592836
r4749681931425
r5281645397
r6349527191468
r71538159219674
r815743816219
r9629415715183
Pattern cells
r1c8
Placement
4 in r1c8

Look only at r1c8. Row 1 already holds 9, 3, 6, 8 and 2. Column 8 already holds 5, 3, 2, 9, 6 and 7. The top-right box already holds 2, 5, 1, 8, 3 and 6. Put those three lists together and they cover 1, 2, 3, 5, 6, 7, 8 and 9. Only 4 is left, so 4 goes in r1c8.

Note how little of the grid was needed: twenty cells at most, all of them visible from the target. That locality is why naked singles are cheap to scan for and why a solver tries them immediately after full houses.

How to spot a naked single

  1. Choose a promising empty cellPrefer cells sitting in a crowded row, column or box. The more digits already surround a cell, the fewer candidates it can have.
  2. Eliminate along the row and the columnRead the row across and the column down, crossing off each digit you meet. Most cells fall apart at this stage.
  3. Eliminate inside the boxAdd the digits in the surrounding 3×3 box. This third pass is the one people skip, and it is often the pass that removes the last competing candidate.
  4. Place the survivor and re-scan its neighboursIf exactly one digit survives, write it and immediately re-check the twenty cells that can see it, because a naked single very often creates another one.

Common mistakes

Naked single FAQ

What is the difference between a naked single and a hidden single?

A naked single has one candidate in the cell. A hidden single may have several candidates in the cell, but one of those digits fits nowhere else in the row, column or box, so it must be placed there anyway.

Is a naked single also called a sole candidate?

Yes. “Sole candidate”, “forced cell” and “singleton” all describe the same deduction. Suuudokuuu reports it as Naked Single so that its move log matches the vocabulary used by most solving guides.

Do I have to write pencil marks to find naked singles?

Not necessarily. On a busy grid you can often run the three eliminations in your head. Pencil marks become worthwhile once the easy placements dry up and you need to see subsets and intersections.

Can a puzzle be solved with naked singles alone?

Some can, and those are the puzzles most apps grade as very easy. Anything harder eventually stalls, and you then need hidden singles, intersections or subsets to create the next naked single.