purr.tools

Sudoku

Fill the 9×9 grid so every row, column, and 3×3 box contains the digits 1–9 exactly once.

5
3
7
6
1
9
5
9
8
6
8
6
3
4
8
3
1
7
2
6
6
2
8
4
1
9
5
8
7
9

Click a cell then type a number, or use the number buttons. Use arrow keys to navigate.

Share this calculation

Copy this link to share your current inputs with anyone.

How to play Sudoku

Click any empty cell to select it, then type a number from 1 to 9 or click a number button. Red highlighting means a conflict — the same number already appears in that row, column, or 3×3 box. Click 'New Puzzle' to load a fresh puzzle.

Sudoku rules

A valid Sudoku solution requires: every row contains each digit 1–9 exactly once; every column contains each digit 1–9 exactly once; every 3×3 box contains each digit 1–9 exactly once. The puzzle has exactly one solution.

FAQ

Does this Sudoku have only one solution?

Yes. Each puzzle included in this tool has been verified to have exactly one unique solution — a requirement for a well-formed Sudoku puzzle.

Can I use the keyboard to play?

Yes. Click a cell to select it, then type 1–9 to enter a number, and Backspace or Delete to erase. Arrow keys move the selection between cells.

Embed this tool

Add this tool to your website by copying the snippet below.

<iframe
  src="https://purr.tools/en/embed/sudoku"
  width="100%"
  height="500"
  style="border:0;border-radius:8px;"
  loading="lazy"
  title="Sudoku — Free Online Puzzle Game"
  allow="clipboard-write"
></iframe>