Doubling Time Calculator
Enter a growth rate to find how long it takes for a value to double. Shows both the Rule of 72 approximation (72 / rate) and the exact doubling time using ln(2) / ln(1 + r).
Doubling time is the time it takes for a value growing at a constant rate to double. It's a powerful way to grasp exponential growth: instead of thinking about percentages, think about how often the value doubles. A 10% growth rate doubles every ~7 years. A 7% rate every ~10 years. A 3% rate every ~24 years. Small rate differences compound to large time differences.
The **Rule of 72** is a famous mental math shortcut: divide 72 by the growth rate percentage to estimate doubling time. For 6% growth: 72/6 = 12 years to double. Accurate within ~5% for typical rates (2-12%). Quick and useful for back-of-envelope investment, demographic, or economic estimates.
The **exact formula** is t = ln(2) / ln(1 + r), where r is the rate as a decimal. ln(2) ≈ 0.6931, so t ≈ 0.693 / r for small r. Compare to Rule of 72: 72 / (100 × r) = 0.72/r. Close to the exact value, but slightly larger — exact gives smaller doubling time for high rates.
Doubling time is essential for understanding exponential phenomena: - **Investments**: how long until your portfolio doubles? - **Population**: when will the city's population double? - **Inflation**: how long until prices double? - **Bacteria**: how often do they double in count? - **Technology**: how fast does processing power double? (Moore's Law: ~2 years)
Common applications: financial planning (retirement, savings), demographic projections, epidemiology (disease spread), business growth, Moore's Law analysis, biological population growth, and any context involving exponential change.
Inputs
Results
Rule of 72 (Approx)
10.29 periods
Exact Doubling Time
10.2448 periods
Approximation Error
0.0409 periods
Tripling Time
16.2376 periods
Quadrupling Time
20.4895 periods
10x Time
34.0324 periods
Formula
How to use this calculator
- Enter growth rate as a percentage (e.g., 7 for 7%).
- Calculator returns Rule of 72 estimate and exact formula result.
- Rule of 72 quick: 72 / rate% = years to double.
- Exact: t = ln(2) / ln(1 + rate/100).
- For decay/half-life: similar formula with -ln(1 - rate).
- For tripling: use ln(3) instead of ln(2).
Worked examples
Investment doubling
**Scenario:** $10,000 invested in S&P 500 (historical 10% nominal return). Years to double? **Calculation:** Rule of 72: 72/10 = 7.2 years. Exact: ln(2)/ln(1.10) ≈ 7.27 years. **Result:** ~7.3 years to double — very close to Rule of 72. After 30 years (4+ doublings): ~$174,500. Compound growth makes a $10K investment worth nearly $175K after a working career.
Inflation impact
**Scenario:** Annual inflation 3.5%. Time for prices to double? **Calculation:** Rule of 72: 72/3.5 ≈ 20.6 years. Exact: ln(2)/ln(1.035) ≈ 20.15 years. **Result:** ~20 years to double prices at 3.5% inflation. $100 today buys what $200 will buy in 20 years. Salary keeping up with inflation must double in same time. Why long-term financial planning must consider inflation.
Bacterial doubling
**Scenario:** E. coli bacteria double every 20 minutes under ideal conditions. **Calculation:** Per-period growth: 100% (doubles every 20 min). Per minute: (2)^(1/20) - 1 ≈ 0.0353 = 3.53%. Daily doublings: 24×60/20 = 72. **Result:** After 24 hours: starting from 1 bacterium, you'd have 2^72 ≈ 4.7 × 10²¹ bacteria — about 4.7 sextillion. Of course, real conditions limit growth (nutrients, space) so this doesn't happen indefinitely. Demonstrates the staggering power of exponential growth.
When to use this calculator
**Use doubling time for:**
- **Investment planning**: when does money double? - **Demographic projections**: population doubling estimates. - **Inflation analysis**: how fast prices erode value. - **Disease tracking**: epidemic doubling time as a key metric. - **Technology**: Moore's Law, internet, AI capability. - **Energy**: renewable capacity growth rates. - **Business**: revenue, user, customer growth. - **Education**: building intuition for exponential change.
**Rule of 72 advantages:**
- **Easy mental math**: 72/8 = 9, much faster than logarithms. - **Reasonable accuracy**: within 5% for typical rates (2-12%). - **Memorable**: simple to remember and explain. - **Round numbers**: works well with common rates.
**When exact formula matters:**
- **High precision** financial calculations. - **Very high or low rates** where Rule of 72 errs. - **Scientific work**: bacterial cultures, radioactivity. - **Multi-decade projections**: small errors compound.
**Common applications:**
- **Stock market**: ~7-10% historical = 7-10 year doubling. - **Real estate**: ~3-4% appreciation = 18-24 year doubling. - **Inflation**: 2-3% = 24-36 year doubling. - **GDP**: ~2-3% = 24-36 year doubling. - **Population (developing nations)**: 2-3% = 24-36 year doubling. - **Compound interest savings**: depends on rate.
**Doubling examples in nature:**
- **Bacterial cells**: 20 min - hours. - **Yeast**: 90 min. - **Cancer cell lines**: 24-48 hours. - **Insects** (in season): days to weeks. - **Most mammal populations**: years to decades.
**Comparing investments:**
10% CAGR doubles every 7 years. Over 35 years (5 doublings): 32× initial. 7% CAGR doubles every 10 years. 35 years (3.5 doublings): ~10× initial.
The 3% rate difference compounds to 3× difference over a career.
**Software:**
- **Excel/Sheets**: =LN(2)/LN(1+rate%/100) - **Python**: import math; math.log(2)/math.log(1+r) - **Calculator**: scientific calculator with ln function. - **Mental math**: Rule of 72 is the go-to.
**Pitfalls:**
- **Constant growth assumption**: real growth varies year to year. - **Inflation ignored**: nominal vs real doubling. - **Taxes ignored**: pre-tax vs after-tax. - **Rule of 72 limits**: less accurate at high rates. - **Compounding period**: annual vs monthly vs continuous differ. - **Negative rates**: gives "halving time" for decay. - **Rate vs cumulative**: doubling time refers to constant rate.
**Demographic transitions:**
Most countries show declining growth rates over time: - **Developing world**: 2-3% (24-36 year doubling). - **Developed world**: 0.5-1% (72-144 year doubling). - **Aging societies (Japan, parts of Europe)**: negative (declining population).
Doubling time helps project future populations under various assumptions.
**Exponential vs linear:**
People underestimate exponential growth. Doubling time helps: - $1 doubling daily for 30 days: $1 billion! ($2^30). - $1 doubling weekly for a year: $4 × 10^15 — absurd.
Exponential change always surprises if you only think in linear terms.
**Rule of 72 origin:**
Records suggest mathematicians have used variations of this rule for 500+ years. Luca Pacioli (1494) used it. Mathematically, exact value depends on rate but converges to ln(2)/r ≈ 0.693/r. The number 72 works well for typical rates (5-10%) and has many divisors.
**Pitfalls:**
- **Mistaking simple growth for compound**: simple is linear, not doubling. - **Forgetting to convert percentage**: 7% rate = 0.07 in formula. - **Treating future as guaranteed**: past CAGR doesn't predict future. - **Ignoring withdrawals**: doubling time assumes no money removed. - **Halving time confusion**: for decay, use different formula. - **Single-period vs compound**: critical for accurate projection.
Common mistakes to avoid
- Confusing simple growth (linear) with compound (exponential).
- Forgetting to convert percentage to decimal in exact formula.
- Treating Rule of 72 as exact when high precision needed.
- Ignoring inflation when projecting purchasing power.
- Using doubling time without accounting for taxes.
- Mixing continuous vs discrete compounding (small but real difference).
- Assuming current growth rate continues indefinitely.
- For decay/halving: forgetting to negate the rate in formula.
Frequently Asked Questions
Sources & further reading
Related Calculators
Exponential Growth Calculator
Calculate exponential growth or decay using A = A0 * e^(kt).
Compound Growth Rate Calculator
Calculate compound growth rate for any value over time (CAGR for general use).
Compound Interest Calculator
See how your money grows over time with compound interest and regular contributions.