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.
->
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.