Benford's Law Calculator

Find the expected leading-digit frequency under Benford's law.

Expected frequency (%) 30.103

Formula: P(d) = log₁₀(1 + 1/d)

Step-by-step with your numbers:
1. Values used:
2. Leading digit (1-9) = 1
3.
4. Expected frequency = 30.103%
Did we solve your problem today?

Benford's law predicts that small leading digits appear far more often in natural data.

The math behind it

P(first digit = d) = log₁₀(1 + 1/d). Digit 1 appears ~30% of the time; 9 only ~4.6%.

Worked example

Digit 1 → 30.1%.

FAQ

Where is it used?

Detecting fraud in accounting, elections and scientific data.