← All techniques

Hidden Single

A hidden single is a digit that has just one possible position in a row, column or box. The target cell itself may still show several candidates.

Find the next move

The blue row is the area to inspect. The question mark marks row 8, column 4.

52717264958134675836?94685

Compare the empty cells in row 8. Only column 4 allows the digit 5, even though that cell has several other candidates.

Row 8 cellCandidates
Column 11, 2, 3, 6
Column 21, 3, 7
Column 32, 3, 6, 7
Column 41, 2, 3, 4, 5, 7, 8
Column 51, 2, 3, 4, 7, 8
Column 71, 4
Column 82, 4
Column 91, 2, 4, 7

Practice this technique

Apply the same check to another empty cell or unit. Update candidates after each placement: a new single often appears immediately.