Solving Method6 min read

Nishio Sudoku: Single-Digit What-If Testing Done Right

Nishio sudoku is the disciplined art of testing a single digit's placement, following only its forced consequences, and backing out the moment you hit a contradiction.

What Nishio Really Tests

Nishio takes its name from a solver who championed a narrow, careful form of what-if reasoning. You pick one candidate in one cell, assume it is true, and then trace the consequences for that one digit alone across the grid. If the assumption forces two of that digit into the same house, or leaves some house with nowhere to put it, the assumption was wrong and you can erase the candidate. That is the whole of nishio sudoku.

The key restriction is the single digit. You do not branch into other numbers or build a sprawling tree of possibilities. You simply ask where one digit would be driven if this one cell were filled, and you watch for the moment it collapses.

When Nishio Sudoku Is Acceptable

Purists argue about whether nishio sudoku counts as logic or guessing. The fairest answer is that it is bounded hypothesis testing. Because it examines only one digit and one assumption, it stays easy to follow and easy to reverse, unlike wild trial and error that fills half the board before failing.

  • Limit yourself to one digit and one starting cell.
  • Follow only forced placements of that same digit.
  • Stop instantly when a house is doubled or emptied.
  • Erase the tested candidate, then return to ordinary logic.

The Limits You Should Respect

Nishio has real weaknesses. It only ever removes a single candidate, so it is slow compared with pattern-based methods that clear many at once. It also tempts you into deeper and deeper guessing if you relax the single-digit rule. Treat nishio sudoku as a last-resort probe, not a first move, and keep it clean so you never lose track of what is a fact and what is a hunch.

Many strong solvers avoid it entirely, preferring named patterns like fish and chains that leave a clearer trail. Both approaches are valid, and it mostly comes down to taste.

Doing It Cleanly in Shapedoku

If you want to try nishio sudoku without making a mess, pencil Notes are essential, and this is where Shapedoku helps. Use Notes to record your tentative shape placements in a distinct way, follow the single shape through the grid, and if it contradicts, undo back to a clean state. The calm board and easy undo make the test safe and reversible.

Better still, lean on the Hint feature when a probe stalls. The first Hint is free and can explain why a shape fits, which often teaches you the logical elimination you were trying to reach by testing. Over time you will need nishio sudoku less, because you will recognize the patterns directly.

Ready to put it into practice?

Play Shapedoku free in your browser. No download, no login, just colorful shape Sudoku.

Play the Web App

Keep reading