Description

A Hidden Single is a cell that contains the only candidate for a digit in a given group/area, but the cell contains other candidates as well.

Reasoning

If only one cell contains a candidate for a certain digit in a given group, no other cells can have that value, therefore the Hidden Single candidate must be the solution for the cell.

If you already used the Single Search and the Snyder Notation strategies, it is unlikely you will find any Hidden Singles.

Examples

4 is a candidate only in the yellow cell in the selected row.

4 is a candidate only in the yellow cell in the selected column.

4 is a candidate only in the yellow cell in the selected box.

Algorithm

  1. Fill in all the pencil marks in the puzzle.
  2. For every box, row and column (group)
    1. For every digit 1 to 9
      1. For the current group, check if there is only one cell with the current digit candidate in it.

Practice Puzzles

If you tap on the following links on an iOS device which has the Sudoku Tutor app installed, it will launch the app and open the practice puzzle. Tap hint once the puzzle is open to see the strategy in action.

Sample Puzzle 1
Sample Puzzle 2
Sample Puzzle 2

Next Step

Back to Sudoku Solvers or continue to next algorithm Naked Pair