At One Place

How many Sudoku puzzles are there?

How many Sudoku puzzles are there?
6,670,903,752,021,072,936,960 completed grids
Five and a half billion essentially different grids is roughly one for every 1.5 people alive — so the world could in principle be issued a personal Sudoku grid each, with a billion spare.

There are exactly 6,670,903,752,021,072,936,960 valid completed 9×9 Sudoku grids, computed in 2005. Once you discard grids that are the same puzzle relabelled, rotated or reflected, the number of essentially different grids collapses to 5,472,730,538 — a factor of over a trillion. A separate question, settled in 2012 by exhaustive computer search, is the minimum number of clues a puzzle can have and still have one solution: 17. There is no 16-clue Sudoku.

How the figure is arrived at

Symmetry reduction and then brute force. Fix the top-left 3×3 block in a canonical order, enumerate the possibilities for the rest of the top band, then count completions of each by computer, and multiply back by the symmetry factor. Doing it naively would require 10^21 checks; the symmetry argument reduces it to something a 2005 desktop could finish.

Other numbers and possibilities counts

Common questions

How many Sudoku puzzles are there?
6,670,903,752,021,072,936,960 completed grids
How is that estimated?
Symmetry reduction and then brute force. Fix the top-left 3×3 block in a canonical order, enumerate the possibilities for the rest of the top band, then count completions of each by computer, and multiply back by the symmetry factor. Doing it naively would require 10^21 checks; the symmetry argument reduces it to something a 2005 desktop could finish.

Related pages

Sources

  1. Calculated on this page — At One Place

How these figures are compiled and checked