Generator · Print-true

Printable sudoku

Fresh sudoku puzzles, generated on your device rather than pulled from a puzzle bank, with the single-solution property proved for every grid before it prints. Four difficulty levels, one to four puzzles a page, answer keys included — no watermark, no account, nothing uploaded.

Sheet Grid Set Pages Seed

How this generator works

A sudoku is built here in two stages, and the first one is not a search at all. A complete, valid solution grid is produced by taking one known-good pattern and applying only transformations that cannot break it: relabelling the nine digits, shuffling the three rows inside each band, shuffling the bands themselves, doing the same to columns and stacks, and sometimes transposing the whole thing. Every one of those moves preserves the row, column, and box constraints, so the finished grid is correct by construction rather than by verification — and there are enough distinct combinations that two visitors pressing "New puzzles" will not meet.

The second stage removes clues, and this is where the single-solution promise is actually earned. Cells are cleared two at a time in 180-degree-rotational pairs, which is what gives a printed sudoku its familiar symmetry, and after every removal a backtracking solver counts how many ways the grid can now be completed, stopping the moment it finds a second. Only removals that leave exactly one solution are kept; anything else is put straight back. Digging continues until the target clue count for the chosen difficulty is reached or no further symmetric pair can leave without making the puzzle ambiguous — and because the real count is printed above each grid, you can see which happened.

The honest limits. Difficulty here is clue count, which is a proxy rather than a technique rating: a 27-clue grid that falls to plain scanning is genuinely easier than a 30-clue grid that needs an X-wing, and this page does not claim to grade solving paths. Symmetric digging is also an aesthetic choice that costs clues. The proven minimum for a sudoku of any shape is 17 givens, but the grids that reach it are deliberately asymmetric; insisting on rotational symmetry throws away most of that search space, and the symmetric grids here bottom out in the low twenties. Expert targets 24 for that reason. Grids that go below it do occur and print their real count, and grids that stop a clue or two above it occur too — which is why the count above each puzzle is the one to trust, not the label. Twelve expert puzzles take a moment to generate, because each is proved unique the hard way and the clue-removal pass is retried up to twelve times to get as deep as the target asks. And as with every sheet here, print at 100% or "Actual size"; "Fit to page" rescales the grid.

Frequently asked questions

How hard are the difficulty levels really?
The lever here is the number of clues left on the grid — about 40 for easy, 32 for medium, 28 for hard, and 24 for expert — and the actual clue count is printed above every puzzle. That is an honest proxy, not a technique rating: a 27-clue grid that yields to scanning alone is easier than a 30-clue grid that needs an X-wing. Rating by solving technique is a different and much larger job, and this page does not claim to do it.
Is every puzzle guaranteed to have exactly one solution?
Yes, and it is proved rather than assumed. Clues are removed two at a time in rotationally symmetric pairs, and after each removal a solver counts the solutions with an early exit at two. If the count is anything other than one, the pair goes straight back. A puzzle is only printed once every clue still on it has survived that test.
Where are the answers?
After the puzzles, four solutions to a page, numbered to match. Keys are always four-up regardless of how you lay out the puzzles themselves, so a dozen expert grids do not cost a dozen extra sheets of paper. Untick "Include answer keys" to print the puzzles alone.
Can I print the same puzzles again later?
Yes — that is what the seed is for. Every puzzle in the set is derived from the integer in the seed box, which is also printed in the corner of each sheet, so entering it again with the same difficulty and count reproduces the identical puzzles. Press "New puzzles" when you want a fresh set instead.
Is anything uploaded or stored?
No. The puzzles are generated by this page on your device — there is no puzzle bank to fetch from — and printed through your browser's own dialog. No account, no watermark, no saved settings; close the tab and it is gone.

Related tools