b2KIT

Rule of 72 Calculator

Calculate how long it takes to double your money at various interest rates using the Rule of 72, 69.3, and exact formulas.

Tested tool guide Tested browser tools Checked August 16, 2026

What Rule of 72 Calculator does, with a checked example

The Rule of 72 estimates how many years an investment takes to double: divide 72 by the annual rate. This calculator returns that quick figure alongside the 69.3 rule and the exact doubling time computed from logarithms, side by side, so you can see how far the shortcut drifts. The surprise most people hit: the rule is not equally accurate at every rate. It is calibrated to be near-exact around 8%, but at 24% it understates the true doubling time by about 7%. Enter the rate as a whole number - 8, not 0.08.

Worked example

A concrete input and expected output from the current implementation.

Input

8

Expected output

Rule of 72: 9.0 years. Rule of 69.3: 8.66 years. Exact (annual compounding): 9.01 years.

At 8% the three answers nearly converge because the Rule of 72 is calibrated to be near-exact around 6-8% for annual compounding: 72 / 8 = 9, while ln(2) / ln(1.08) = 9.006. The 69.3 figure matches the continuous-compounding value ln(2) / 0.08 = 8.66 years.

How the result is produced

1

Three answers, one rate

The calculator computes the shortcut 72 / r, the 69.3 rule, and the exact figure ln(2) / ln(1 + r), where r is the rate as a decimal. The exact figure is the true doubling time for annual compounding. The other two are approximations, and showing them together makes the shortcut's error visible instead of leaving it implicit.

2

Why 72 and 69.3

72 divides evenly by the common rates 6, 8, 9, and 12, so 72 / r often produces a clean round number, and it is calibrated to sit within about 1% of the exact figure for rates near 6-8%. The 69.3 rule is ln(2) x 100, which is exact for continuous compounding but yields awkward numbers like 8.66 that are harder to compute mentally.

Good uses

  • Checking how long a fixed-rate account takes to double: a 5% high-yield savings account or CD doubles in 72 / 5 = 14.4 years before you add anything to it.
  • Comparing strategies before committing: a 6% and a 9% expected return look close until you see the difference between roughly 12 years and 8 years to double.
  • Measuring how inflation erodes cash: at 3% inflation, purchasing power halves every 72 / 3 = 24 years, because the same doubling math applies to any decline in value.

Limits and checks

  • Accuracy falls off away from the 6-8% sweet spot. At 24%, the rule returns 3.0 years against an exact 3.22 - about 7% too low. Whenever the columns disagree, the exact figure is the one to trust.
  • It assumes the rate simply holds. Contributions, withdrawals, fees, taxes, and volatility all change the outcome, so a fund that averages 9% does not compound like a steady 9% return.
  • Enter the rate as a percent (8), not a decimal (0.08), or the answer is off by a factor of 100. The exact column assumes annual compounding; more frequent compounding doubles a bit sooner, which is what the 69.3 figure reflects.

Common questions

Why does this need three formulas when the Rule of 72 alone is the famous one?

The Rule of 72 exists for mental math: 72 divides evenly by 6, 8, 9, and 12 and is most accurate near 6-8%. The 69.3 rule is ln(2) x 100 and matches continuous compounding exactly. The third figure is the precise answer for annual compounding, so the errors of both shortcuts are right there to see.

Can I use it to find when my money triples or quadruples?

Not with this calculator - it is built around doubling. There is a common extension called the Rule of 114 for tripling, but the reliable general formula is t = ln(n) / ln(1 + r) for an n-fold increase. For any multiple other than two, that formula is the route to take.

References and verification

The example and behavioral notes were checked against the browser implementation. Standards and primary references below define the relevant format, formula, or platform behavior.

Related Tools