- The grid is 9 rows × 9 columns = 81 cells total
- The 81 cells form 27 units: 9 rows, 9 columns, and 9 boxes
- Each box is exactly 3×3 cells — nine boxes tile the full grid with no overlap
- Every cell belongs to exactly 3 units: one row, one column, one box
- Two cells that share a unit are called peers — they cannot hold the same digit
The 81 Cells
A standard Sudoku grid is 9 columns wide and 9 rows tall, giving 81 cells in total. Each cell can hold a digit from 1 to 9. When the puzzle is complete, every cell holds exactly one digit and every unit (row, column, box) contains each digit exactly once.
Cells are typically referenced by row and column position: R1C1 is the top-left cell, R9C9 is the bottom-right. Alternatively, columns can be labeled A–I, giving A1 through I9.
The Nine Boxes
The nine 3×3 boxes are arranged in a 3×3 pattern, like a tic-tac-toe grid drawn over the full puzzle. They are usually named by position:
| Left | Center | Right | |
|---|---|---|---|
| Top | Box 1 | Box 2 | Box 3 |
| Middle | Box 4 | Box 5 | Box 6 |
| Bottom | Box 7 | Box 8 | Box 9 |
Box 5 (center) shares at least one row or column with every other box. This makes the center box particularly influential — digits placed there ripple eliminations across more of the grid than placements in corner boxes.
Peers: Cells That Constrain Each Other
Two cells are peers if they share any unit. Because each cell belongs to one row, one column, and one box, every cell has exactly 20 peers. No cell can share a digit with any of its 20 peers.
This peer relationship is the foundation of every elimination technique. When you know a digit's value in one cell, you immediately know that digit is forbidden in all 20 of that cell's peers.
Why the 3×3 Box Size Is Not Arbitrary
A 9×9 grid could theoretically be divided into regions of other shapes — and some variant puzzles do exactly this. The standard 3×3 box was chosen because it creates the right balance of constraint: enough overlap between units to make the puzzle logically solvable from a reasonable number of givens, but not so much constraint that the puzzle becomes trivially easy.
On a 4×4 mini grid, the boxes are 2×2. On a 16×16 grid, the boxes are 4×4. The pattern scales: box size is always the square root of the grid dimension.
Applying This to Your Solving
Understanding the grid structure helps you see why scanning works: when you check a digit across rows and columns, you are using the peer constraint system exactly as designed. For a practical walkthrough, see how to play or jump straight into an Easy puzzle to see the grid in action.