The Rule of 72 is a simple way to determine how long an investment will take to double given a fixed annual rate of interest. By dividing 72 by the annual rate of return, investors obtain a rough estimate of how many years it will take for the initial investment to duplicate itself.

For example, the Rule of 72 states that $1 invested at an annual fixed interest rate of 10% would take 7.2 years ((72/10) = 7.2) to grow to $2. In reality, a 10% investment will take 7.3 years to double ((1.10^7.3 = 2).

The Rule of 72 is reasonably accurate for low rates of return. The chart below compares the numbers given by the Rule of 72 and the actual number of years it takes an investment to double.

Rate of Return Rule of 72 Actual # of Years Difference (#) of Years
2% 36.0 35 1.0
3% 24.0 23.45 0.6
5% 14.4 14.21 0.2
7% 10.3 10.24 0.0
9% 8.0 8.04 0.0
12% 6.0 6.12 0.1
25% 2.9 3.11 0.2
50% 1.4 1.71 0.3
72% 1.0 1.28 0.3
100% 0.7 1 0.3

Notice that although it gives an estimate, the Rule of 72 is less precise as rates of return increase. 

1:10

Rule Of 72

The Rule of 72 and Natural Logs

The Rule of 72 can estimate compounding periods using natural logarithms. In mathematics, the logarithm is the opposite concept of a power; for example, the opposite of 10³ is log base 10 of 1,000.

The Rule of 72 uses the natural log, sometimes called the inverse of e:

where ln(base e) = 1

and reverse is e1 = 2.718281828.

The natural logarithm is the amount of time needed to reach a certain level of growth with continuous compounding.

The time value of money (TVM) formula is the following:

Future Value(FV)=Present Value(PV) x (1+interest rate)number of time periods\text{Future Value} (FV) = \text{Present Value}(PV) \text{ x } (1+ \text{interest rate})^{\text{number of time periods}}Future Value(FV)=Present Value(PV) x (1+interest rate)number of time periods

To see how long it will take an investment to double, state the future value as 2 and the present value as 1.

2=1 x (1+interest rate)number of time periods2 = 1 \text{ x } (1 + \text{interest rate})^\text{number of time periods}2=1 x (1+interest rate)number of time periods

Simplify, and you have the following:

2=(1+interest rate)number of time periods2 = (1 + \text{interest rate})^\text{number of time periods}2=(1+interest rate)number of time periods

To remove the exponent on the right-hand side of the equation, take the natural log of each side:

ln(2)=number of time periods x ln(1+interest rate)ln(2) = \text{number of time periods x }ln(1 + \text{interest rate})ln(2)=number of time periods x ln(1+interest rate)

This equation can be simplified again because the natural log of (1 + interest rate) equals the interest rate as the rate gets continuously closer to zero. In other words, you are left with:

ln(2)=interest rate x number of time periodsln(2) = \text{interest rate x number of time periods}ln(2)=interest rate x number of time periods

The natural log of 2 is equal to 0.693 and, after dividing both sides by the interest rate, you have:

0.693/interest rate=number of time periods0.693 / \text{interest rate} = \text{number of time periods}0.693/interest rate=number of time periods

By multiplying the numerator and denominator on the left-hand side by 100, you can express each as a percentage. This gives:

69.3/interest rate percent=number of time periods69.3 / \text{interest rate percent} = \text{number of time periods}69.3/interest rate percent=number of time periods

How to Adjust the Rule of 72 for Higher Accuracy

The Rule of 72 is more accurate if it is adjusted to more closely resemble the compound interest formula – which effectively transforms the Rule of 72 into the Rule of 69.3.

Many investors prefer to use the Rule of 69.3 rather than the Rule of 72. For maximum accuracy – particularly for continuous compounding interest rate instruments – use the Rule of 69.3.

The number 72 has many convenient factors including 2, 3, 4, 6, and 9. This convenience makes it easier to use the Rule of 72 for a close approximation of compounding periods.

How to Calculate the Rule of 72 Using Matlab

The calculation of the Rule of 72 in Matlab requires running a simple command of "years = 72/return," where the variable "return" is the rate of return on investment and "years" is the result for the Rule of 72. The Rule of 72 is also used to determine how long it takes for money to halve in value for a given rate of inflation. For example, if the rate of inflation is 4%, a command "years = 72/inflation" where the variable inflation is defined as "inflation = 4" gives 18 years.