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

---
# Rule of 72 Reverse: Rate Needed to Double Money in 10 Years

> What annual return rate is needed to double an investment in 10 years, using the Rule of 72 in reverse.

Interactive calculator: https://awesomecalcs.com/rule-of-72-calculator/10-years-rate-needed

Keywords: rule of 72 reverse, rate to double money in 10 years

## Scenario inputs

```json
{
  "inputs": {
    "mode": "reverse",
    "years": 10
  }
}
```

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

## Frequently asked questions

### Why use the Rule of 72 in reverse?

It's useful when you have a doubling goal, like doubling your savings before a specific milestone, and want a quick sense of what return rate would get you there, before comparing that target against realistic investment options.
