Sudoku Rules
The Simple Constraints That Make It All Work
Sudoku has remarkably simple rules — just three constraints that apply to every puzzle. Understanding these rules deeply is the foundation of all solving techniques.
- Grid: 9×9 cells, divided into nine 3×3 boxes
- Goal: Fill every cell with a digit from 1 to 9
- Constraint: Each row, column, and box contains 1-9 exactly once
- No math: It's pure logic — no arithmetic required
The Grid
A standard Sudoku grid is a 9×9 square, giving you 81 cells total. The grid is further divided into nine 3×3 regions called boxes (also known as "blocks" or "regions").
┌───────┬───────┬───────┐ │ Box 1 │ Box 2 │ Box 3 │ │ │ │ │ ├───────┼───────┼───────┤ │ Box 4 │ Box 5 │ Box 6 │ │ │ │ │ ├───────┼───────┼───────┤ │ Box 7 │ Box 8 │ Box 9 │ │ │ │ │ └───────┴───────┴───────┘
The Three Rules
Sudoku has exactly three rules. Every technique, from the simplest to the most advanced, is derived from these constraints:
Rule 1: Rows
✓ Valid row: 1, 2, 3, 4, 5, 6, 7, 8, 9
✗ Invalid row: 1, 2, 3, 4, 5, 6, 7, 8, 8 (8 repeats)
Rule 2: Columns
Rule 3: Boxes
Given Cells (Clues)
Every Sudoku puzzle starts with some cells already filled in. These are called givens or clues. The difficulty of a puzzle depends on:
- How many givens are provided (typically 17-35)
- How the givens are positioned
- What techniques are required to solve it
One Solution
A properly constructed Sudoku puzzle has exactly one solution. This isn't technically a "rule" you use to solve, but it's a property of valid puzzles.
Some advanced techniques (like Unique Rectangle) actually use this property — if a move would create multiple solutions, that move must be wrong.
Getting Started
Now that you know the rules, learn your first solving techniques:
