The Rules of Sudoku
A standard sudoku puzzle is a 9×9 grid divided into nine 3×3 boxes. Some cells already have numbers filled in (the “givens”). Your goal is to fill in every empty cell so that:
- Every row (horizontal line) contains the digits 1–9 exactly once
- Every column (vertical line) contains the digits 1–9 exactly once
- Every 3×3 box contains the digits 1–9 exactly once
Basic Solving Techniques
- 1
Scan for naked singles (one possibility)
For each empty cell, look at its row, column and box. Cross out any digits already used in those three areas. If only one digit remains possible for a cell, write it in. This is the simplest technique and alone solves many easy puzzles. Go through every empty cell systematically.
- 2
Scan for hidden singles
For each digit 1–9, look at each row, column and box. If a digit can only go in one cell within that row, column or box — even if that cell has multiple other possibilities — place it there. Example: if the digit 7 can only go in one cell in a particular row, write 7 there regardless of what other digits might also be possible for that cell.
- 3
Write candidate numbers in empty cells
For medium and hard puzzles, pencil all possible candidates (small numbers) in the corners of each empty cell. Update these as you fill in cells. Seeing all candidates makes advanced techniques easier to apply.
- 4
Naked pairs and triples (intermediate)
If two cells in the same row, column or box share exactly the same two candidate numbers (e.g. both show only 3 and 7), those two digits must go in those two cells. Remove those digits from all other cells in the same row, column and box. This elimination often unlocks further naked singles.
Tips for Beginners
- Start with easy or beginner puzzles — they require only naked and hidden singles to solve
- Work in pencil so mistakes can be erased
- Never guess — if you do not have enough information to place a number logically, use a different technique first
- Focus on one digit at a time when scanning — where can the 5 go in this box?
- Take breaks when stuck — fresh eyes often immediately spot what was missed