Math Says Yes
Fact

The number 1 is suspiciously common

In many real-world datasets, numbers start with 1 far more often than with 9 — about 30.1% of the time.
Benford's Law appears when values spread across powers of ten instead of sitting in one narrow range.
By the Math Says Yes editorial team
Human-reviewed under our source and correction standards.
How we review content
THE TRAP
Digits feel like they should be evenly distributed, but first digits do not behave like random lottery balls.
Uneven descending bars sit among abstract receipts and data papers.
Benford-like data often looks uneven before you know why.
AI-generated illustration

What this shows

Benford's Law shows that first digits are not automatically uniform. In many datasets that spread across powers of ten, smaller leading digits appear more often than larger ones. That makes sense on a logarithmic scale, where equal spacing means equal ratios instead of equal differences. The result is not a magic fingerprint for every dataset; it is a pattern that appears when the data-generating process naturally crosses several orders of magnitude.

Why intuition fails

The intuition trap is treating first digits like balls drawn from a bag. That would make 1 through 9 feel equally likely. But measurements often grow by ratios: a city can be twice as large, a file can be ten times bigger, and an account can move from hundreds to thousands. In ratio-based data, the lower leading digits cover wider logarithmic territory. Uniform digits are reasonable for some artificial or tightly bounded ranges, but not for every real-world measurement.

Worked example

Watch a quantity that grows by percentages climb from 100 to 999. From 100 to 199 the leading digit stays 1 while the value roughly doubles, so the number spends a long stretch there. From 900 to 999, the leading digit is 9 for only an 11% climb before rolling over to 1,000 — where the first digit resets to 1 and the long stretch starts again. Across repeated powers of ten, those unequal intervals accumulate, so leading 1s occupy far more of the scale than leading 9s.

How to use it

Use Benford's Law as a diagnostic prompt, not a verdict. If a dataset should span several powers of ten and has no obvious lower or upper cap, a first-digit check can reveal whether the numbers behave as expected. If the digits look very different from the Benford pattern, the right next step is investigation: check the source, the range, the rounding, the sampling, and the process that produced the data.

What people get wrong

A tax auditor who finds a Benford mismatch has a question, not a conviction — yet the law is often treated as a fraud detector that proves manipulation by itself. The opposite mistake is expecting first digits to be evenly spread in the first place, which is reasonable for invented labels or fixed-width random numbers but not for naturally scaled quantities. Both errors skip the same question: what process created this data? Benford's Law is useful only after you have checked that the dataset is the kind where the law should plausibly apply.

When it applies

Benford patterns are more plausible in datasets spanning several orders of magnitude, such as populations, account balances, invoices, physical measurements, or city sizes. They are less useful for assigned numbers, constrained ranges, prices ending in .99, IDs, phone numbers, or data with a built-in minimum and maximum that compress the first digit .

Source note

Benford's 1938 paper is the primary source for the first-digit used on this page. The explanation here focuses on intuition and appropriate use: the law describes many scale-spanning datasets, but it must be checked against how the data were generated.

Try It

First digit curve
Tap a digit to inspect Benford's Law.
30.1%
digit 1
1
2
3
4
5
6
7
8
9
The gap shrinks because the interval from 1 to 2 is larger on a log scale than the interval from 9 to 10.

FAQ

What is the main statistical idea?

The main idea is logarithmic scale. When data spans powers of ten, the interval where a number begins with 1 is larger than the interval where it begins with 9. That is why smaller first digits can appear more often without anything suspicious happening.

Does Benford's Law prove fraud?

No. A Benford check can be a useful screening signal, but it is not proof by itself. A mismatch can come from rounding, limits in the data, a narrow range, sampling choices, or a process where Benford's Law was never expected to fit.

When should first digits be closer to uniform?

Uniform first digits are more plausible when numbers are generated inside a narrow or artificial range. Benford-like behavior is more plausible when values spread across several powers of ten and are shaped by ratios rather than fixed additive steps.

Quick Check

In many Benford-like datasets, which first digit appears most often?

Sources

Benford's law
Secondary explainer
Encyclopedic reference · Accessed 2026-06-13
The law of anomalous numbers
Primary source
Proceedings of the American Philosophical Society · Accessed 2026-06-20
Know someone who'd like this?
Read next
Two gears that never touch, both turned by a third gear below them through belts.
Correlation vs causation: why moving together is not proof
Correlation says two things move together. Causation says one changes the other. A hidden third factor can make correlation look causal.