Skip to content
Tech News
← Back to articles

An interactive explorer for Benford's Law across real datasets

read original more articles

What is the probability that a number, picked at random from the real world, begins with the digit 1?

The instinctive answer is one in nine — roughly 11%. There are nine non-zero digits. If they are equally likely, each gets an equal share. This is the classical probability argument, and it feels airtight.

It is wrong. Spectacularly, verifiably, universally wrong.

In almost any large dataset drawn from the real world — populations of cities, lengths of rivers, prices, earthquake depths, company revenues — the leading digit is not uniformly distributed. The digit 1 appears as the first digit about 30% of the time. Not 11%. Nearly three times the naive expectation. The digit 9 appears less than 5% of the time. And this is not some quirk of one particular dataset or one particular unit of measurement. It holds for river lengths measured in miles and in kilometres. It holds for populations counted in 1938 and in 2022. It holds for stock prices, for the surface areas of lakes, for the distances between stars. The same curve, over and over, in data that has no business agreeing with each other.

It gets stranger. The law applies to the Fibonacci sequence — a string of integers generated by pure arithmetic with no connection to the physical world. It applies to powers of 2. It applies to the constants of physics. There is something almost unreasonable about it: a single logarithmic formula that describes the leading digit of almost every number humanity has ever measured, counted, or computed.

This is Benford’s Law. The classical probability intuition fails because real-world numbers do not come from a uniform distribution over the digits — they come from processes that span many orders of magnitude, and on a logarithmic scale, the space between 1 and 2 is much larger than the space between 8 and 9.

See it live

The histogram is filling in from the Fibonacci sequence in real time. Watch where the bars settle: digit 1 claims about 30% of the total, digit 9 barely registers. The dashed curve is the theoretical prediction. The data follows it almost exactly.

That this holds for a pure mathematical sequence — with no real-world data involved — is the first hint that something deeper than empirical coincidence is going on.

Origins

... continue reading