Z Zeloku

Learn

Sudoku rules, in full

Three constraints, one grid, exactly one solution. The complete rules — plus the variants you'll actually meet online.

The grid

A standard Sudoku is a 9×9 grid, subdivided into nine 3×3 regions called boxes. That gives 81 cells total. Some cells are pre-filled with digits 1–9 — these fixed cells are called the givens and cannot be changed. Every remaining cell is empty at the start of the puzzle, and your job is to place a digit in each of them.

The three constraints

You fill every empty cell so that all three of the following are true simultaneously:

That's the entire rule set. There is no arithmetic. The digits could equally well be letters (A–I) or colors — the shape of the constraint is what makes the puzzle work. Every cell is part of exactly three units: one row, one column, and one box, and each of those units must satisfy the "1–9 exactly once" rule.

Uniqueness — why you never have to guess

A well-formed Sudoku has exactly one solution. That is not a suggestion; it's the defining property of the puzzle. If a board admits two or more solutions, it isn't a Sudoku — it's a broken puzzle. Zeloku verifies uniqueness computationally when each puzzle is generated: any board that our solver finds a second solution for is discarded before it ever reaches the site.

The practical consequence: avoid random guesses. Start with deductions from the givens, add pencil-marks when the board stalls, and work through named techniques systematically. Some positions require methods beyond Zeloku's current hint engine; the techniques library introduces the main patterns.

The minimum-clue rule

How few givens can a Sudoku have and still be unique? In 2012, mathematicians at University College Dublin proved the answer: 17. There is no 9×9 Sudoku with 16 or fewer givens that has a unique solution — such a board is always ambiguous. In practice, well-designed puzzles hover in these ranges:

Difficulty Typical clues Techniques needed
Easy36–42Naked & Hidden Singles
Medium30–34+ Naked / Hidden Pairs
Hard27–30+ Pointing Pair, Box/Line
Expert22–26+ X-Wing, XY-Wing, chains

Sudoku variants

The 9×9 board is the classic. The rule shape — "each digit exactly once in each unit" — generalises cleanly to smaller and larger boards, and to boards with extra constraints. The variants you'll actually see online:

What is not a Sudoku rule

Several common beliefs about Sudoku are folklore, not rules:

Reading Sudoku notation

You'll sometimes see boards written as a single 81-character string, with 0 or . for empty cells. Reading row by row, left to right, top to bottom. For example:

530070000
600195000
098000060
800060003
400803001
700020006
060000280
000419005
000080079

...is a valid Easy 9×9 puzzle. Zeloku's solver accepts this notation directly — paste any 81 characters and step through the solve.

From the rules to your first solve

Knowing the rules is one minute of reading. Actually solving your first board takes about five. The how to play Sudoku guide walks you through the two techniques (naked single, hidden single) that solve every Easy board. When those feel automatic, browse the learn hub for the six intermediate and advanced techniques that carry you through Hard and Expert.

Ready to play?

Try today's puzzle — you'll only need what's on this page.

Sudoku rules — frequently asked questions

What are the rules of Sudoku?

Fill every cell of a 9×9 grid with the digits 1–9 so that each row, each column, and each of the nine 3×3 boxes contains every digit exactly once.

Does a Sudoku always have a unique solution?

A well-formed Sudoku has exactly one solution. Zeloku verifies uniqueness on every puzzle it generates — boards with multiple solutions are discarded before publication.

Do I have to guess to solve a Sudoku?

Systematic deduction is preferable to random guessing. Zeloku verifies that each published board has one solution, but the current difficulty label does not certify which human techniques will be required.

What is the difference between 4×4, 6×6 and 9×9 Sudoku?

All three follow the same row/column/box constraint. 4×4 uses digits 1–4 in 2×2 boxes (great for ages 5–7). 6×6 uses 1–6 in 2×3 boxes. 9×9 is the classic with digits 1–9 in 3×3 boxes.

How many clues does a Sudoku need to have a unique solution?

The mathematical minimum is 17 clues — proven in 2012 by a team at University College Dublin. In practice, Easy puzzles start with 36–42 clues, Medium with 30–34, Hard with 27–30, and Expert with 22–26. Below 22 clues, puzzles almost always require advanced chained techniques.

Can two digits repeat in a Sudoku column?

No. Each digit 1–9 appears exactly once in every row, exactly once in every column, and exactly once in every 3×3 box. That's the entire rule set.

Is Sudoku a mathematical puzzle?

The digits are arbitrary labels — Sudoku works identically with letters, colors or symbols. It's pure logic and combinatorics, not arithmetic. No addition, subtraction or multiplication is ever required to solve a classic Sudoku.

What is 'X Sudoku' or 'Diagonal Sudoku'?

A variant with one extra constraint: the two main diagonals must also each contain digits 1–9 exactly once. Same core rules, one added unit type.

More free Sudoku to play