No. 001 — Logic Puzzle

Sudoku

Generate a fresh grid, play it by hand, or drop in your own puzzle and let the solver work it out.

Status Ready
Difficulty

Pick a difficulty and generate a puzzle, or click any empty cell to start entering your own.

What is Sudoku?

Sudoku is a logic-based number puzzle played on a 9×9 grid, divided into nine 3×3 boxes. The goal is to fill every row, column, and box with the digits 1 through 9, with no digit repeating in any row, column, or box. No math is involved — it's pure deduction, working out which numbers can and can't go in each empty cell based on what's already placed around it.

How this solver works

This tool uses a backtracking algorithm paired with a minimum remaining values (MRV) heuristic: instead of guessing cells in order, it always fills in whichever empty cell has the fewest possible candidates left, which prunes the search dramatically and solves most puzzles instantly. You can generate a fresh puzzle at four difficulty levels, play it by hand with the on-screen numpad, or switch to entry mode and type in your own puzzle from a newspaper or book for the solver to crack.

Frequently asked questions

Is this Sudoku solver free? Yes, it's completely free to use, with no sign-up required.

Can I enter my own puzzle? Yes — use the "My puzzle" button to switch to entry mode, type in the numbers you already have, then click "Use this puzzle" to lock it in and start solving or playing.

What if my puzzle has more than one solution? The solver will let you know if the puzzle you entered doesn't have a single unique solution, since a valid Sudoku puzzle should only ever have one.