The Rule of 72 is a quick mental shortcut: divide 72 by the return rate to estimate doubling time.
How the Rule of 72 Calculator works
placeholderExample calculation
placeholderTips for using the Rule of 72 Calculator
- Use 72 only as a sniff test, then confirm the dollar figure with the compound interest calculator - the rule tells you when money doubles, never how much you end with along the way.
- Switch the numerator to match the rate: use 72 near 8%, drop toward 70 below 4%, and nudge toward 73-74 above 15% to cut the drift, since one fixed constant cannot stay accurate across all rates.
- Use 69.3 (= ln 2 x 100) when interest compounds continuously or daily - it is the mathematically exact constant for that case, while 72 is tuned for once-a-year compounding.
- Apply 114 / rate to find tripling time and 144 / rate to find quadrupling time; these are not folklore - they approximate ln(3) x 100 = 109.9 and ln(4) x 100 = 138.6.
- Run 72 against your inflation rate, not your return: at 3% inflation, prices double in 24 years, which reframes 'risk-free' cash as a slow guaranteed loss in buying power.
- For real (inflation-adjusted) doubling, subtract inflation from your return first - 7% growth minus 3% inflation is 4%, so your purchasing power doubles in about 18 years, not 9.
- Reverse the rule to set targets: 72 / desired years = the return you need, so doubling in 6 years demands roughly 12% annually - a reality check before you trust any pitch.
- Watch the rule on debt: a 24% credit-card balance left unpaid roughly doubles in 3 years by the rule (the true figure is about 3.2 years), which is why the minimum-payment trap compounds against you as fast as investing compounds for you.
- Never plug in 0% or a negative rate - money never doubles at zero and shrinks below it, so the formula is undefined and any honest tool should flag it rather than return a number.
- Remember the rule assumes a single steady rate with no deposits; for variable or contributed savings it breaks down, so use the investment calculator when you add money monthly instead of a one-time lump.
Rule of 72 vs Rule of 70 vs Rule of 69.3
All three estimate doubling time the same way - divide the constant by the rate - but each constant is tuned for a different situation. The true target is ln(2) x 100 = 69.31. The number 72 rounds up from that because it divides cleanly by so many rates, making it the easiest to do in your head.
| Variant | Constant | Best for | At 8% it gives |
|---|---|---|---|
| Rule of 69.3 | 69.3 | Continuous / daily compounding (most exact) | 8.66 yrs |
| Rule of 70 | 70 | Low rates, inflation, easy division by 10 | 8.75 yrs |
| Rule of 72 | 72 | Annual compounding, mental math (5%-12%) | 9.00 yrs |
The exact ln answer for once-a-year compounding at 8% is 9.01 years, so Rule of 72 actually wins at typical annual market rates even though 69.3 is the mathematically purest constant. The reason: 69.3 and 70 are tuned for continuous compounding, which doubles money slightly faster, so they undershoot when interest is credited once a year. Use 70 for inflation and very low rates, 69.3 for continuous compounding, and 72 for everyday annual estimates. If you instead need the precise growth rate behind a known start and end value, the CAGR calculator backs that out exactly.
Common mistakes with the Rule of 72
The biggest error is treating the Rule of 72 as a precise projector instead of a back-of-envelope estimate. These are the traps to avoid:
- Entering the rate as a decimal. Use 8, not 0.08. Plugging in 0.08 gives 900 years - a sign you used the wrong form.
- Trusting 72 at extreme rates. Below 4% or above 15% the drift grows; at 20% the rule says 3.6 years but the truth is 3.8 years, and at 2% it says 36 years versus a true 35.
- Forgetting it assumes a single fixed rate. It ignores monthly contributions, fees, and taxes, so it understates how fast a funded account grows in dollars - use the investment calculator there.
- Confusing nominal with real growth. If you do not subtract inflation, you are measuring dollars, not buying power.
- Using your gross return. A 9% fund minus a 1% fee really compounds at 8%, which pushes the doubling year out by more than a year.
- Applying it to anything but doubling. For tripling use 114, for quadrupling use 144 - 72 only answers the 2x question.
How to do it by hand or in Excel
The shortcut is one division; the exact check is one logarithm formula. By hand, write the rate as a whole number and divide: at 6%, 72 / 6 = 12 years. That is the entire mental method.
To verify the exact answer in a spreadsheet, the constant 72 is not used at all - you compute the true doubling time directly:
- Exact doubling time:
=LOG(2)/LOG(1+r)where r is the rate as a decimal, e.g.=LOG(2)/LOG(1+0.08)returns 9.006. - The shortcut, in a cell:
=72/8returns 9. - Solve for the rate you need to double in a set time:
=2^(1/years)-1, e.g.=2^(1/9)-1returns 0.0801, about 8%. - Tripling and quadrupling:
=LOG(3)/LOG(1+r)and=LOG(4)/LOG(1+r).
Excel's LN() (natural log) works identically since the base cancels: =LN(2)/LN(1.08) also returns 9.006. The takeaway is that the spreadsheet never needs the rule - it computes the exact log directly. The rule's whole value is that it skips the logarithm and runs in your head. For full balance projections instead of doubling time, the spreadsheet function is =FV(rate,nper,pmt,pv), which is the territory of the future value calculator.
Is your doubling time good? Benchmarks to compare against
A healthy long-run doubling time for a diversified stock portfolio is roughly 7-10 years, which corresponds to about a 7%-10% annual return. Use these reference points to judge any rate:
| Rate | Doubles in (Rule of 72) | Typical real-world match |
|---|---|---|
| 1% | 72 yrs | Basic savings / near-cash |
| 3% | 24 yrs | Long inflation average |
| 5% | 14.4 yrs | Bonds / conservative mix |
| 8% | 9 yrs | Balanced stock portfolio |
| 10% | 7.2 yrs | Aggressive equity (long run) |
If a pitch promises doubling in 3-4 years, it implies an 18%-24% annual return sustained for years - far above broad-market history and a red flag worth questioning. On the inflation side, 72 / 3 = 24 years means prices double in a generation at 3%, so a return that merely matches inflation doubles your dollars but not your spending power. To stress-test purchasing power directly, pair this with the inflation calculator.
Variations: Rule of 114 (triple) and Rule of 144 (quadruple)
The same divide-a-constant trick extends past doubling: use 114 to triple your money and 144 to quadruple it. These constants mirror the doubling logic - 114 approximates ln(3) x 100 = 109.9 and 144 approximates ln(4) x 100 = 138.6 (which is exactly twice the doubling constant, since quadrupling is doubling twice).
- Triple (Rule of 114): at 8%, 114 / 8 = 14.25 years. The exact answer is ln(3) / ln(1.08) = 14.27 years - very close.
- Quadruple (Rule of 144): at 8%, 144 / 8 = 18.0 years, matching the exact 18.01 years.
A quick sanity check: quadrupling should take exactly twice as long as doubling. At 8% the rule gives 9 years to double and 18 years to quadruple - a clean 2x, which confirms the constants are internally consistent. Like the Rule of 72, these are sharpest in the 6%-12% band and drift at the extremes. For the precise multi-fold projection over decades, the compound interest calculator gives the exact balance at each year.
Where the Rule of 72 came from
The shortcut predates modern finance by centuries - it appears in Luca Pacioli's 1494 mathematics treatise Summa de Arithmetica, where he mentions the 72 rule for doubling at compound interest without deriving it. The math behind it is the natural logarithm: solving (1 + r)^t = 2 gives t = ln(2) / ln(1 + r), and for small rates ln(1 + r) is approximately r, which leaves t = ln(2) / r = 69.31 / r.
Practitioners rounded 69.31 up to 72 for one reason: divisibility. The number 72 splits evenly into 1, 2, 3, 4, 6, 8, 9, and 12 - the rates people actually quote - so the division stays mental. Purists who needed precision over convenience kept 69.3 or used 70 for round numbers. The trade-off has not changed in five centuries: 72 for speed, 69.3 for accuracy, 70 as the easy middle. The rule survives because it answers the one question compounding makes people ask first - how long until this doubles? - faster than any calculator can be opened.
Advanced use cases beyond investments
Because the rule is just a doubling estimator, it works on anything that grows or shrinks at a steady percentage - not only portfolios. A few high-value applications:
- Debt payoff in reverse. A balance at 24% APR roughly doubles in 3 years if ignored (72 / 24 = 3; the exact figure is about 3.2 years), the same math that grows savings but working against you - context the credit card payoff calculator turns into a dollar plan.
- Inflation and cost-of-living. 72 / inflation rate tells you when today's grocery bill doubles - 24 years at 3%, 14.4 years at 5%.
- Population, subscribers, or revenue growth. A business growing 12% a year doubles its revenue in 6 years (72 / 12).
- Real return doubling. Subtract inflation from your return before dividing to see when buying power - not just dollars - doubles.
- Fee drag. Compare doubling at 8% (9 years) versus 7% after a 1% fee (72 / 7 = about 10.3 years) to see what a single percentage point of cost actually costs in time.
For lump-sum retirement projections where doubling time is the first checkpoint, pair these estimates with the retirement calculator.
Rule of 72 Quick Reference: Doubling Time vs the Exact ln(2) Benchmark
The Rule of 72 is a mental-math shortcut, not a precise tool: divide 72 by the rate (as a percent) to estimate the years to double your money. It is most accurate from about 5% to 12% and drifts at the extremes. The table below recomputes the rule against the exact benchmark, ln(2) / ln(1 + r), so you can see exactly where the shortcut wins and where it slips. For exact balances, use a compound interest calculator.
| Rate | Rule of 72 (yrs) | Exact ln(2)/ln(1+r) (yrs) | Error | $10,000 doubles to |
|---|---|---|---|---|
| 2% | 36.0 | 35.0 | +1.0 | $20,000 |
| 4% | 18.0 | 17.7 | +0.3 | $20,000 |
| 6% | 12.0 | 11.9 | +0.1 | $20,000 |
| 8% | 9.0 | 9.0 | 0.0 | $20,000 |
| 10% | 7.2 | 7.3 | -0.1 | $20,000 |
| 12% | 6.0 | 6.1 | -0.1 | $20,000 |
| 20% | 3.6 | 3.8 | -0.2 | $20,000 |
Companion rules for other multiples: divide 114 by the rate to triple (3x) and 144 to quadruple (4x). At 8%, that is 114 / 8 = 14.25 years to triple (exact 14.27) and 144 / 8 = 18 years to quadruple (exact 18.01).
Related on this site
Compound Interest Calculator · Future Value Calculator · CAGR Calculator · Inflation Calculator · Investment Calculator · Millionaire Calculator
For a related deep dive, see SEC Investor.gov compounding basics.
Rule of 72 Calculator — frequently asked questions
- How accurate is it?
- Very close for rates between roughly 5% and 10%; it drifts at extremes.
- Rule of 70 or 69?
- Those variants are more precise for continuous compounding; 72 divides cleanly for mental math.
- How accurate is the Rule of 72?
- Very close for mid-range rates; it drifts at very low or very high rates.
- Can it estimate inflation's bite?
- Yes — 72 ÷ inflation rate estimates years for prices to double.
- How long does it take to double $10,000 at 8% using the Rule of 72?
- About 9 years. You divide 72 by the rate: 72 / 8 = 9 years, so $10,000 becomes roughly $20,000, and $40,000 after about 18 years. This is a mental-math estimate, not an exact projection. The precise benchmark is ln(2) / ln(1.08) = 9.01 years, and an exact <a href="/compound-interest-calculator/">compound interest calculator</a> gives $19,990.05 at 9 years.
- What is the exact formula the Rule of 72 approximates?
- The exact doubling-time formula is ln(2) / ln(1 + r), where r is the rate as a decimal. The Rule of 72 just approximates this with 72 / (rate as a percent) so you can do it in your head. For example at 6%, the exact value is ln(2) / ln(1.06) = 11.90 years, while 72 / 6 = 12 years - close, but the formula is the true benchmark for any precise check.
- At what interest rate is the Rule of 72 most accurate?
- The Rule of 72 is most accurate between roughly 5% and 12%, and nearly perfect near 8%. At 8% it gives 9.00 years versus an exact 9.01, an error under 0.1%. It drifts at the extremes: at 2% it says 36.0 years versus an exact 35.0, and at 20% it says 3.6 years versus an exact 3.8. For low rates, the Rule of 70 fits better; for high rates, the rule understates the true wait.
- Rule of 70 vs Rule of 72 vs Rule of 69.3 - which should I use?
- Use 72 for everyday mental math at typical 6-10% rates, 70 for low rates and easy division, and 69.3 for the most accurate continuous-compounding result. Their roots differ: 69.3 (which is 100 x ln 2) is the mathematically exact numerator for continuous compounding, 70 divides cleanly, and 72 has the most whole-number factors (2, 3, 4, 6, 8, 9, 12). At 7% they give 9.90, 10.00, and 10.29 years respectively, versus an exact discrete 10.24.
- What is the Rule of 114 and how does it estimate tripling time?
- The Rule of 114 estimates how long money takes to triple: divide 114 by the rate as a percent. At 8%, 114 / 8 = 14.25 years to go from $5,000 to $15,000, versus an exact ln(3) / ln(1.08) = 14.27 years. It works because 114 is roughly 100 x ln(3) = 109.9. It is the natural companion to the Rule of 72 (doubling) when you want a 3x target instead of 2x.
- What is the Rule of 144 for quadrupling money?
- The Rule of 144 estimates how long money takes to quadruple (4x): divide 144 by the rate as a percent. At 9%, 144 / 9 = 16 years for $10,000 to reach about $40,000, versus an exact ln(4) / ln(1.09) = 16.09 years. It is simply two doublings stacked, since 144 = 72 x 2. Use 72 for 2x, 114 for 3x, and 144 for 4x as a quick mental-math family.
- How do I calculate the Rule of 72 in Excel?
- Use the formula =72/(rate*100) if your rate is a decimal, or =72/rate if it is already a percent number. For the exact benchmark to compare against, use =LN(2)/LN(1+rate). For example, with 0.08 in cell A1, =72/(A1*100) returns 9, and =LN(2)/LN(1+A1) returns 9.01. The second formula is the precise doubling time the rule approximates.
- How long until prices double at 3% inflation using the Rule of 72?
- About 24 years. Divide 72 by the inflation rate: 72 / 3 = 24 years for the cost of goods to double, meaning a $100 item would cost about $200. The exact figure is ln(2) / ln(1.03) = 23.45 years. At 4% it is 72 / 4 = 18 years, and at 6% it is just 12 years. Try our <a href="/inflation-calculator/">inflation calculator</a> for precise purchasing-power figures.
- What annual return do I need to double my money in 10 years?
- About 7.2% per year. Flip the Rule of 72: divide 72 by the number of years, so 72 / 10 = 7.2%. The exact rate is (2^(1/10) - 1) = 7.18%, so the rule is essentially spot-on here. To double in 6 years you would need 72 / 6 = 12% (exact 12.25%), and to double in 8 years, 72 / 8 = 9% (exact 9.05%).
- How fast does credit card debt double at 20% APR using the Rule of 72?
- Unpaid debt at 20% APR doubles in about 3.6 years: 72 / 20 = 3.6 years, so a $3,000 balance becomes roughly $6,000 if you never pay. Because the rule drifts at high rates, the true figure is longer - ln(2) / ln(1.20) = 3.80 years - so treat 3.6 as a slightly aggressive estimate. To see real payoff timelines, use our <a href="/credit-card-payoff-calculator/">credit card payoff calculator</a>.
- Is the Rule of 72 accurate enough for retirement planning?
- No - use it for a quick sanity check, not for actual retirement numbers. It assumes one fixed rate, annual compounding, and no contributions, deposits, taxes, or fees, so it cannot model a real portfolio. At 8% it tells you $50,000 roughly doubles every 9 years - about 3.3 doublings over 30 years, near $500,000 - but for real figures with contributions use a <a href="/retirement-calculator/">retirement calculator</a> or <a href="/401k-calculator/">401k calculator</a>.
- How is the Rule of 72 different from a future value calculator?
- The Rule of 72 answers only one question - how long to double - using mental math, while a future value calculator computes the exact ending balance for any amount, rate, and time. The rule tells you $25,000 at 6% doubles in 72 / 6 = 12 years; a <a href="/future-value-calculator/">future value calculator</a> shows the precise $50,304.91 at 12 years and any year in between, plus contributions the rule ignores entirely.
- Does the Rule of 72 work with monthly compounding?
- Roughly, but it slightly overestimates the time because more frequent compounding doubles money a bit faster. The rule assumes annual compounding. At a 6% nominal rate, 72 / 6 = 12 years, but with monthly compounding the true doubling time is 11.58 years; at 8% the rule says 9 years versus 8.69 with monthly compounding. For exact monthly figures, use a <a href="/compound-interest-calculator/">compound interest calculator</a>.
- How can I make the Rule of 72 more accurate at high rates?
- Adjust the divisor by about 1 for every 3 percentage points away from 8%. Add to 72 for higher rates and subtract for lower ones. At 14%, use 74 instead of 72: 74 / 14 = 5.29 years, matching the exact 5.29, versus 5.14 from plain 72. At 5%, use 71: 71 / 5 = 14.20 years versus an exact 14.21. This tweak keeps the rule sharp well outside the 6-10% sweet spot.
- Why is 72 used instead of 69.3 if 69.3 is mathematically exact?
- Because 72 trades a tiny bit of accuracy for far easier mental math. The mathematically exact numerator for continuous compounding is 100 x ln(2) = 69.3, but 72 divides evenly by 2, 3, 4, 6, 8, 9, and 12, so most common rates give clean answers. The accuracy cost is small for annual compounding: at 8%, 72 / 8 = 9.00 versus 69.3 / 8 = 8.66, and the exact discrete answer is 9.01 - so 72 actually wins for everyday annual estimates.
- How many times will $2,000 double at 12% over 24 years?
- About 4 times, reaching roughly $32,000 in this estimate. At 12%, money doubles every 72 / 12 = 6 years, so 24 / 6 = 4 doublings: $2,000 to $4,000 to $8,000 to $16,000 to $32,000. Because the rule overestimates speed at 12% (exact double is 6.12 years), the true figure is a bit lower - an exact $2,000 x 1.12^24 = $30,357 - so read 4 doublings as the optimistic round number.
Guides & articles
Related calculators
Compound Interest Calculator · Simple Interest Calculator · Savings Calculator · CD Calculator · APY Calculator · Investment Calculator