Rule of 72 / Doubling Time Calculator
MathEstimate how many years it takes an investment to double at a given rate, or the rate needed to double in a given number of years, using the Rule of 72 shortcut compared against the exact logarithmic result
Enter an annual rate to estimate how many years it takes an investment to double, or enter a number of years to estimate the rate needed to double in that time, using the well-known Rule of 72 shortcut of dividing 72 by the rate or by the years. Alongside the quick estimate, it also computes the exact doubling time from the logarithmic formula ln(2) divided by ln(1 plus the rate), so you can see how far the shortcut drifts from the real number. The Rule of 72 is a mental-math approximation that happens to be most accurate for rates in the roughly 6 to 10 percent range and gets noticeably less precise well outside it, which the approximation error figure makes visible instead of hiding.
How to use Rule of 72 / Doubling Time Calculator
- 1.Choose a direction: estimate years to double from a rate, or estimate the rate needed to double in a chosen number of years.
- 2.Enter the rate percent or the number of years and read off the Rule of 72 estimate alongside the exact logarithmic value.
- 3.Check the approximation error percent to see how much the shortcut is over or understating the real doubling time at that rate.
Frequently asked questions
Use via API, SDK, or MCP
cURL# Free: 1,000 req/day · Pro: 10,000 req/day
curl -X POST https://api.utilix.tech/v1/tools/rule-of-72-calculator \
-H "Authorization: Bearer utx_live_..." \
-H "Content-Type: application/json" \
-d '{"value":8,"direction":"rate-to-years"}'Get an API key from your dashboard · Full API docs →