Beginner

Last Remaining Cell

A core Sudoku solving technique for beginner players

What is the Last Remaining Cell technique?

The Last Remaining Cell technique flips the perspective of Last Free Cell. Instead of looking at a unit that is nearly full, you look at a specific digit and find that it can only go in one cell within a particular row, column, or box.

All other empty cells in that unit are already blocked by the digit appearing in the same row, column, or box as those cells. Only one cell remains unblocked - So that digit must go there.

Step-by-step guide

  1. Pick a digit - For example, 7.
  2. Look at a row. Find all empty cells in that row.
  3. For each empty cell, check: does a 7 already appear in that cell's column or box?
  4. Cross off every empty cell where a 7 is already present in the column or box.
  5. If only one empty cell remains that is not crossed off, place 7 there.
  6. Repeat for all nine rows, then all nine columns, then all nine boxes.

Last Remaining Cell vs Last Free Cell

Last Free CellLast Remaining Cell
Starting pointA nearly-full unitA specific digit
What you look atHow many empty cells are leftHow many cells could hold the digit
ResultFill the last empty cell with the missing digitFill the only valid cell with the chosen digit
Candidate marks neededNoNo (but helpful for complex boards)

Common mistakes

MistakeFix
Checking the row but forgetting to check columns and boxes of each empty cellAlways cross-check all three constraints before placing
Only scanning horizontally - Missing column-level eliminationsApply the technique to columns and boxes as well as rows
Stopping after one pass - Digit placements open new opportunitiesRestart the scan after every digit you place
Pro tip: Combine Last Remaining Cell with Last Free Cell in a single pass. After filling a cell by Last Free Cell, immediately check if any digit now has only one remaining candidate in its row, column, or box.