All tools

Rule of 72 / Doubling Time Calculator

Math

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

financeinterestinvestmentdoubling-timerule-of-72

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

Why does the Rule of 72 estimate differ from the exact value?
The Rule of 72 is a linear approximation of a logarithmic curve. It is closest to exact for rates around 6 to 10 percent and increasingly overstates or understates the true doubling time as the rate moves further from that range.
Does this account for taxes, fees, or inflation?
No. It is the pure doubling-time formula applied to a nominal rate you supply, the same shortcut used for quick mental estimates before any real-world adjustments.
What rate should I use for compounding that isn't annual?
Convert your rate to an effective annual rate first (the APR / APY Converter tool can do this), since the Rule of 72 assumes the rate you enter compounds once per year.
Is my data sent anywhere?
No, the browser tool computes everything client-side. The REST API and SDKs process whatever numbers you send them, same as any other API call.

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 →