More Chess Games Than Atoms in the Universe: What the Shannon Number Actually Means
March 28, 2026 ยท 4 min read
The Fact
The number of possible chess games is greater than the number of atoms in the observable universe.
The Shannon Number: What It Is and Where It Comes From
In 1950, mathematician and electrical engineer Claude Shannon โ the father of information theory โ wrote a paper titled "Programming a Computer for Playing Chess" that included the first systematic estimate of the complexity of chess. Shannon calculated that the number of possible distinct chess games is approximately 10^120 โ a 1 followed by 120 zeros.
This estimate was derived from the average number of legal moves available at each position (approximately 30) raised to the power of the average game length in moves (approximately 40 moves per player, or 80 total), which gives a rough estimate of 30^80 โ approximately 10^118. Adjusting for the actual branching factor and game lengths, Shannon arrived at 10^120, and this order of magnitude has been consistent with more refined estimates made since.
The number of atoms in the observable universe is estimated at approximately 10^80, based on measurements of the cosmic microwave background radiation and the known density of baryonic matter. The Shannon Number exceeds this by a factor of 10^40 โ that is, not twice as large or a million times as large, but ten thousand billion billion billion billion times as large.
Why This Makes Chess Practically Unsolvable
The implications for computational chess solving are direct. A complete solution of chess would require proving whether the game is a forced win for White, a forced win for Black, or a draw under optimal play from both sides โ the question that has occupied chess theorists since the game's formalization.
Solving a game in this sense requires constructing a complete game tree: a structure in which every possible sequence of moves is analyzed to its terminal position (checkmate or draw). For simple games, this is feasible. Checkers was solved in 2007 by Jonathan Schaeffer's team at the University of Alberta, after approximately 18 years of computation analyzing 5 ร 10^20 positions.
Chess positions number approximately 10^44 legally reachable board positions (a smaller number than the Shannon Number, which counts game sequences rather than positions). Even if a computer could analyze a billion positions per second โ roughly the capability of current hardware โ completing the analysis of 10^44 positions would take 10^35 seconds. The age of the universe is approximately 4 ร 10^17 seconds. The computation would take roughly 10^17 times the age of the universe.
AlphaZero and the Limits of Brute Force
The impossibility of brute-force chess solution has driven the development of evaluation functions โ heuristic assessments of position value that allow computers to prune the game tree by following only the most promising branches. This approach, combined with massive processing power, produced computers that could beat the best human players: Deep Blue defeated Garry Kasparov in 1997, and contemporary engines like Stockfish and Leela Chess Zero (the successor to DeepMind's AlphaZero) evaluate positions with a depth and accuracy far beyond the best human players.
AlphaZero, trained through self-play using reinforcement learning without any human chess knowledge beyond the rules, achieved superhuman performance within hours of beginning training. It then demonstrated playing styles โ aggressive, positional, deeply strategic โ that surprised professional players and generated genuine scientific interest about what the neural network was "learning" about chess.
Yet even AlphaZero does not solve chess. It plays with extraordinary strength, but it makes occasional errors โ it has preferences and tendencies that can be exploited in specific ways. The game remains, despite everything, genuinely open: a structure of 10^120 possible sequences in which perfection is a mathematical concept rather than an achievable computational reality.
The Human Fascination With Unsolvable Complexity
The Shannon Number does not diminish chess โ if anything, it explains why the game has sustained human fascination for fifteen centuries. Unlike tic-tac-toe, which is solved and therefore uninteresting at expert level, chess provides a space of strategic complexity that cannot be exhausted by human play or human computation. Every game, in a strict mathematical sense, is genuinely novel territory.
The game's complexity is also why chess provides a uniquely pure arena for testing and developing human intelligence: a completely observable, deterministic system with no luck, in which all decisions are purely cognitive, and in which the space of possible decisions is large enough that mastery requires decades of study. The Shannon Number is not just a curiosity โ it is the mathematical foundation of chess's durability as the quintessential human intellectual game.
FactOTD Editorial Team
Published March 28, 2026 ยท 4 min read
The FactOTD editorial team researches and verifies every fact before publication. Our mission is to make learning effortless and accurate. Learn about our process โ