Last Remaining Cell
The Very First Technique Every Solver Learns
The Last Remaining Cell is the simplest Sudoku technique — so simple it barely counts as a strategy. When a row, column, or box has only one empty cell, you can immediately fill it with the only missing digit.
- What: A row, column, or box with only one empty cell
- How: Find which digit (1-9) is missing, place it
- Difficulty: Absolute beginner — no thinking required
- When: Usually appears in the late game when the grid is nearly full
The Concept
Every row, column, and 3×3 box must contain each digit 1-9 exactly once. If a unit has 8 digits placed and only 1 empty cell, simple subtraction tells you what goes there.
This technique requires no candidate analysis or complex logic — just count what's missing.
The Golden Rule
How to Find Last Remaining Cells
Scan for nearly-complete units
Find the empty cell
Identify the missing digit
Fill it in
Example
Last Remaining Cell in a Box

The center box (Box 5) has 8 cells filled:
- Present: 1, 2, 3, 4, 5, 6, 8, 9
- Missing: 7
- Empty cell: R5C5
Chain Reactions
Last Remaining Cells often trigger chain reactions. When you fill one:
- Check if the row now has 8 cells → another Last Remaining Cell?
- Check if the column now has 8 cells → another one?
- Check if another box now has 8 cells → keep going!
Tips
Related Techniques
Once you've mastered this, learn these slightly more complex beginner techniques:
BeginnerNaked Single
When a cell has only one possible candidate — the next step up from Last Remaining Cell.