Every fixed-deposit ad, PPF brochure and mutual-fund pitch in India comes with a number attached — 7.1%, 12% CAGR, “doubles in 5 years.” Most people either trust the number blindly or can't do anything with it beyond that. The Rule of 72 (and its less-famous siblings, the Rule of 114 and the Rule of 144) turn any stated interest rate into a doubling, tripling or quadrupling time in your head, in seconds — and knowing where these shortcuts come from is what lets you catch the difference between an honest number and a marketing one.
Markets · Personal Finance · Math
The Rule of 72, the Rule of 114, and How to Actually Check an Interest-Rate Claim
Published · v1.0.0 · Ministry of Finance small-savings notification, Q2 FY2026-27
Where 72 actually comes from
It's an approximation of a logarithm, chosen because it's easy to divide by.
Compound interest grows a sum by a fixed factor (1 + r) every period. Money doubles when (1 + r)n = 2, which means the exact number of years to double is n = ln(2) / ln(1 + r). For the interest rates most savings products actually pay — roughly 3% to 15% — ln(1 + r) is very close to r itself (in decimal form), and ln(2) ≈ 0.6931. So the exact formula collapses to approximately n ≈ 0.6931 / r, or 69.3 / r when r is expressed as a percentage. That's the real constant. It gets rounded up to 72 for one practical reason: 72 divides evenly by 2, 3, 4, 6, 8, 9 and 12, so “72 ÷ 8” or “72 ÷ 6” can be done in your head, while “69.3 ÷ 8” can't. The trade-off is a small, predictable bias — the Rule of 72 slightly overstates doubling time at low rates and slightly understates it at high rates, because 72 is bigger than 69.3.
Exhibit 1
Rule of 72 vs the exact compound-interest doubling time, by rate
Exact time uses n = ln(2) / ln(1 + r). Error is the Rule-of-72 estimate minus the exact figure.
| Annual rate, % | Rule-of-72 estimate, years | Exact doubling time, years | Error, years |
|---|---|---|---|
| 3 | 24.00 | 23.45 | +0.55 |
| 4 | 18.00 | 17.67 | +0.33 |
| 6 | 12.00 | 11.90 | +0.10 |
| 7.1 (PPF) | 10.14 | 10.11 | +0.04 |
| 8 | 9.00 | 9.01 | −0.01 |
| 10 | 7.20 | 7.27 | −0.07 |
| 12 | 6.00 | 6.12 | −0.12 |
| 15 | 4.80 | 4.96 | −0.16 |
| 20 | 3.60 | 3.80 | −0.20 |
| 30 | 2.40 | 2.64 | −0.24 |
Calculated directly from the compound-interest doubling formula n = ln(2)/ln(1+r). PPF rate of 7.1% per the Ministry of Finance's small-savings notification for Q2 FY2026-27 (July–September 2026), unchanged since April 2020.
Two things stand out. First, the Rule of 72 is remarkably accurate in exactly the band that matters for Indian savings products — PPF at 7.1%, most bank and post-office FDs, and typical debt-fund returns all sit between 6% and 9%, where the error is under a tenth of a year. Second, the error direction flips around 8%: below that, 72 overestimates how long doubling takes (so your money actually doubles slightly faster than the rule says); above it, 72 underestimates (your money takes slightly longer). At 20%+ — the range equity investors and get-rich-quick pitches like to quote — the rule is off by two to three months, which matters less for a rough gut-check but is worth knowing before you rely on it for a real projection.
The Rule of 114 (tripling) and the Rule of 144 (quadrupling)
Same logic, different multiple — and a different rounding trade-off each time.
Tripling requires (1 + r)n = 3, and ln(3) ≈ 1.0986, so the exact continuous-compounding tripling-time constant is 109.9 — not simply rounded up to arrive at 114, the same way 72 itself isn't a simple rounding of the doubling constant 69.3. Both 72 and 114 are conventional constants nudged upward from their exact continuous-compounding values, chosen to stay accurate across the range of interest rates these rules actually get used at (roughly 4–15%) while keeping useful integer divisors (114 = 2 × 3 × 19). Quadrupling is the cleanest of the three mathematically, because ln(4) = 2 × ln(2) exactly — quadrupling your money is just doubling it twice, so unlike 72 and 114, the Rule of 144 constant isn't independently derived from a continuous-compounding constant at all: it's simply 2 × 72 = 144, making “144 ÷ r” the same as taking the Rule-of-72 doubling time and doubling it, which is both intuitive and exactly right (since doubling twice literally is quadrupling).
Exhibit 2
All three rules applied to the same set of rates
Years to reach each multiple, using the rounded constant divided by the rate.
| Annual rate, % | Double (72 ÷ r), years | Triple (114 ÷ r), years | Quadruple (144 ÷ r), years |
|---|---|---|---|
| 6 | 12.0 | 19.0 | 24.0 |
| 7.1 | 10.1 | 16.1 | 20.3 |
| 8 | 9.0 | 14.3 | 18.0 |
| 10 | 7.2 | 11.4 | 14.4 |
| 12 | 6.0 | 9.5 | 12.0 |
| 15 | 4.8 | 7.6 | 9.6 |
All figures are rounded-constant approximations (72, 114, 144), not the exact logarithmic values; see Exhibit 1 for how closely the doubling column tracks the true figure at each rate.
What these rules are actually for — and where they break
A mental sanity-check, not a substitute for the real formula.
The practical use is catching implausible claims fast. If a pitch says an investment “doubles your money in 4 years,” the Rule of 72 tells you instantly that it's implicitly promising an 18% annual compounded return (72 ÷ 4 = 18) — a real number you can then judge against what that asset class has actually delivered historically, rather than nodding along to “doubles in 4 years” as a vague good-sounding phrase. The same works in reverse: knowing PPF pays 7.1% lets you say, without a calculator, that a PPF deposit today roughly doubles by 2036 and roughly triples by the early 2040s — useful for a retirement napkin-sketch even though nobody actually holds one static deposit for 30 years.
The formula underneath all of this, for anyone who wants the exact answer rather than the shortcut, is straightforward: Final amount = Principal × (1 + r)n, where r is the annual rate as a decimal and n is the number of years. Rearranged to solve for time, n = ln(multiple) / ln(1 + r) — the same formula Exhibit 1's “exact” column uses for doubling (multiple = 2), and it works identically for any target multiple by swapping in ln(3) for tripling or ln(10) for a tenfold increase. A calculator with a natural-log function reproduces every number in this article; the Rule of 72/114/144 exist purely so you don't need one at the moment someone is pitching you a return.
Sources. The compound-interest doubling/tripling/quadrupling formulas and their logarithmic derivations (Exhibits 1 and 2) are standard financial mathematics, calculated directly for this article using n = ln(multiple)/ln(1+r); no external claim is being cited for the mathematics itself. PPF interest rate of 7.1% for Q2 FY2026-27 (July–September 2026), unchanged since April 2020 — Ministry of Finance (Department of Economic Affairs) notification on small savings scheme interest rates, announced 30 June 2026, as reported contemporaneously by financial press; this article did not independently locate and read the notification's own gazette text and relies on that contemporaneous reporting for the rate figure and effective dates.
About this article: Researched, written and edited by Umashankar Triplicane Dwarakanathan, with AI research assistance; every figure is meant to trace to the primary source cited. See the Editorial Policy for how sourcing, AI use and corrections work.