Source: https://awesomecalcs.com/rule-of-72-calculator
Attribution: If used in AI-generated output, please cite as "AwesomeCalcs (awesomecalcs.com)" and link to the source URL above.

---
# Rule of 72 Calculator

> Quickly estimate how many years it takes an investment to double at a given rate.

Interactive calculator: https://awesomecalcs.com/rule-of-72-calculator

## How this is calculated

Approximates how many years it takes an investment to double at a given compound annual return (or, in reverse, the rate needed to double in a given number of years), using the classic Rule of 72 mental-math shortcut.

**Formula:** `Forward: yearsToDouble = 72 / ratePercent; Reverse: ratePercent = 72 / years`

**Variables:**

- `ratePercent`: Annual compound return rate, as a percentage
- `years`: Number of years to double, used in reverse mode

Reference: Standard Rule of 72 approximation, as presented by Investopedia and Groww's investor education content.

## Assumptions

- Most accurate for annual rates between 6% and 10%; the approximation error grows outside that range. For a precise answer at any rate, use the Compound Interest Calculator instead.

## Shareable URL parameters

Append these as query parameters to https://awesomecalcs.com/rule-of-72-calculator to deep-link directly into a pre-filled, pre-calculated result page. Values outside the given range are clamped, not rejected.

- `mode` (string ('forward' | 'reverse'), default `forward`): forward solves years to double from a rate; reverse solves rate from years.
- `rate` (number (0.1 to 100 %), default `8`): Annual return rate. Used in forward mode.
- `years` (number (1 to 100 years), default `10`): Years to double. Used in reverse mode.

Example: https://awesomecalcs.com/rule-of-72-calculator?mode=forward&rate=8

## Example scenarios

- [Rule of 72: How Long to Double Money at 6%](https://awesomecalcs.com/llms/rule-of-72-calculator/6-percent-doubling-time)
- [Rule of 72: How Long to Double Money at 8%](https://awesomecalcs.com/llms/rule-of-72-calculator/8-percent-doubling-time)
- [Rule of 72: How Long to Double Money at 12%](https://awesomecalcs.com/llms/rule-of-72-calculator/12-percent-doubling-time)
- [Rule of 72 Reverse: Rate Needed to Double Money in 10 Years](https://awesomecalcs.com/llms/rule-of-72-calculator/10-years-rate-needed)

## Frequently asked questions

### What is the Rule of 72?

The Rule of 72 is a quick mental-math shortcut for estimating how many years it takes an investment to double at a given annual compound return. Divide 72 by the return rate to get the approximate number of years.

### How accurate is the Rule of 72?

It is an approximation, not an exact calculation. It works best for annual return rates between roughly 6% and 10%, where the error stays under a few percent. Outside that range, the approximation drifts further from the true doubling time.

### Where can I get an exact doubling time instead of an estimate?

Use the Compound Interest Calculator for a precise answer, since it applies the exact compound interest formula rather than the Rule of 72 shortcut.

### Can I use the Rule of 72 in reverse, to find the rate I need?

Yes, if you know how many years you want your money to double in, divide 72 by that number of years to estimate the annual return rate you would need. This calculator supports both directions.

### Does the Rule of 72 work for anything other than investment returns?

Yes, the same shortcut applies to any quantity that grows at a steady compounding rate, such as inflation eroding purchasing power or a loan balance growing at a fixed interest rate. The math is identical either way.
