Skip to content

Sudoku Rules

Fill the 9 × 9 grid without repeating a digit in any row, column, or 3 × 3 box.

Goal

Fill every empty cell with a digit from 1–9. The given digits cannot be changed. When complete, every row, column, and box must contain 1–9 exactly once.

Three rules

Row

Every row must contain 1–9, with each digit appearing once.

Column

Every column must contain 1–9, with each digit appearing once.

Box

Every 3 × 3 box outlined by thicker lines must contain 1–9, with each digit appearing once.

Choose an empty cell and a digit, then check:

  1. The digit is not already in the row.

  2. The digit is not already in the column.

  3. The digit is not already in the 3 × 3 box.

Candidates and notes

Candidates are the digits from 1–9 that appear in none of the cell’s row, column, or box. Record them as notes, then remove candidates when a digit is placed in a related row, column, or box. When one candidate remains, that digit can be placed. Notes support reasoning and are not final answers.

Move examples

Valid move

The cell’s row, column, and box contain no 5, so entering 5 creates no immediate conflict. Further reasoning is still needed to confirm that it is the unique correct answer.

Conflict

Row 1 already contains a 5, and another 5 is entered in that row. The repeated digit must be removed. The same rule applies to columns and boxes.

Common questions

Does Sudoku require arithmetic?

No. Digits are symbols. Solving depends only on what is repeated or missing in each row, column, and box.

Can digits repeat on a diagonal?

Yes, in standard Sudoku. Diagonals matter only when a puzzle explicitly adds a diagonal rule.

Can a Sudoku have more than one solution?

A proper standard Sudoku should have exactly one solution. Multiple solutions mean the clues are insufficient.