Compound Interest (2024)

You may wish to read Introduction to Interest first

With Compound Interest, we work out the interest for the first period, add it to the total, and then calculate the interest for the next period, and so on ..., like this:

Compound Interest (1)

It grows faster and faster like this:

Compound Interest (2)

Here are the calculations for 5 Years at 10%:

Year

Loan at Start

Interest

Loan at End

0 (Now)

$1,000.00

($1,000.00 × 10% = ) $100.00

$1,100.00

1

$1,100.00

($1,100.00 × 10% = ) $110.00

$1,210.00

2

$1,210.00

($1,210.00 × 10% = ) $121.00

$1,331.00

3

$1,331.00

($1,331.00 × 10% = ) $133.10

$1,464.10

4

$1,464.10

($1,464.10 × 10% = ) $146.41

$1,610.51

5

$1,610.51

Those calculations are done one step at a time:

  1. Calculate the Interest (= "Loan at Start" × Interest Rate)
  2. Add the Interest to the "Loan at Start" to get the "Loan at End" of the year
  3. The "Loan at End" of the year is the "Loan at Start" of the next year

A simple job, with lots of calculations.

But there are quicker ways, using some clever mathematics.

Make A Formula

Let us make a formula for the above ... just looking at the first year to begin with:

$1,000.00 + ($1,000.00 × 10%) = $1,100.00

We can rearrange it like this:

Compound Interest (3)


So, adding 10% interest is the same as multiplying by 1.10

Compound Interest (4)

so this:$1,000 + ($1,000 x 10%) = $1,000 + $100 = $1,100
is the same as:$1,000 × 1.10 = $1,100

Note: the Interest Rate was turned into a decimal by dividing by 100:

10% = 10/100 = 0.10

Read Percentages to learn more, but in practice just move the decimal point 2 places, like this:

10% → 1.0 → 0.10

Or this:

6% → 0.6 → 0.06

The result is that we can do a year in one step:

Multiply "Loan at Start" by (1 + Interest Rate) to get "Loan at End"

Now, here is the magic ...

... the same formula works for any year!

  • We could do the next year like this: $1,100 × 1.10 = $1,210
  • And then continue to the following year: $1,210 × 1.10 = $1,331
  • etc...

So it works like this:

Compound Interest (5)

In fact we could go from the start straight to Year 5, if we multiply 5 times:

$1,000 × 1.10 × 1.10 × 1.10 × 1.10 × 1.10 = $1,610.51

And a series of multiplies can be done using Exponents (or Powers) like this:

$1,000 × 1.105 = $1,610.51

This does all the calculations in the top table in one go. Wow.

The Formula

We have been using a real example, but let's be more general by using letters instead of numbers, like this:

Compound Interest (6)

(This is the same as above, but with PV = $1,000, r = 0.10, n = 5, and FV = $1,610.51)

Here it is written with "FV" first:

FV = PV × (1+r)n

where FV = Future Value
PV = Present Value
r = annual interest rate
n = number of periods

Compound Interest (7)

This is the basic formula for Compound Interest.
Remember it, as it is very useful.

Examples

How about some examples ...
...what if the loan went for 15 Years? Change the "n" value like this:

$1,000 × 1.1015 = $4,177.25

... and what if the loan was for 5 years, but the interest rate was only 6%? Here:

$1,000 × 1.065 = $1,338.23

Did you see how we just put the6% into its place like this:Compound Interest (8)

... and what if the loan was for 20 years at 8%? Your turn to work it out!

$1,000 × ...= ... ?

Going "Backwards" to Work Out the Present Value

Let's say your goal is to have $2,000 in 5 Years. You can get 10%, so how much should you start with?

In other words, you know a Future Value, and want to know a Present Value.

We know that multiplying a Present Value (PV) by (1+r)n gives us the Future Value (FV), so we can go backwards by dividing, like this:

Compound Interest (9)

So the Formula is:

PV = FV(1+r)n

Now we can calculate the answer:

PV = $2,000(1+0.10)5

= $2,0001.61051

= $1,241.84

In other words, $1,241.84 will grow to $2,000 if you invest it at 10% for 5 years.

Another Example: How much do you need to invest now, to get $10,000 in 10 years at 8% interest rate?

PV = $10,000(1+0.08)10

= $10,0002.1589

= $4,631.93

So, $4,631.93 invested at 8% for 10 Years grows to $10,000

Compounding Periods

Compound Interest is not always calculated per year, it could be per month, per day, etc. But if it isn't per year it should say so!

Example: you take out a $1,000 loan for 12 months and it says "1% per month", how much do you pay back?

Just use the Future Value formula with "n" being the number of months:

FV = PV × (1+r)n

= $1,000 × (1.01)12

= $1,000 × 1.12683

= $1,126.83 to pay back

And it is also possible to have yearly interest but with several compoundings within the year, which is called Periodic Compounding.

Example, 6% interest with "monthly compounding" does not mean 6% per month, it means 0.5% per month (6% divided by 12 months), and is worked out like this:

FV = PV × (1+r/n)n

= $1,000 × (1 + 6%/12)12

= $1,000 × (1 + 0.5%)12

= $1,000 × (1.005)12

= $1,000 × 1.06168...

= $1,061.68 to pay back

This is equal to a 6.168% ($1,000 grew to $1,061.68) for the whole year.

So be careful to understand what is meant!

APR

Compound Interest (10)
This ad looks like 6.25%,
but is really 6.335%

Because it is easy for loan ads to be confusing (sometimes on purpose!), the "APR" is often used.

APR means "Annual Percentage Rate": it shows how much you will actually be paying for the year (including compounding, fees, etc).

Here are some examples:

Example 1: "1% per month" actually works out to be 12.683% APR (if no fees).

Example 2: "6% interest with monthly compounding" works out to be 6.168% APR (if no fees).

If you are shopping around, ask for the APR.

Break Time!

So far we have looked at using (1+r)n to go from a Present Value (PV) to a Future Value (FV) and back again, plus some of the tricky things that can happen to a loan.

Now is a good time to have a break before we look at two more topics:

  • How to work out the Interest Rate if we know PV, FV and the Number of Periods.
  • How to work out the Number of Periods if we know PV, FV and the Interest Rate

Working Out The Interest Rate

We can calculate the Interest Rate if we know a Present Value, a Future Value and how many Periods.

Example: you have $1,000, and want it to grow to $2,000 in 5 Years, what interest rate do you need?

The formula is:

r = ( FV / PV )1/n − 1

Compound Interest (11)

Note: the little "1/n" is a Fractional Exponent, first calculate 1/n, then use that as the exponent on your calculator.

For example 20.2 is entered as 2, "x^y", 0, ., 2, =

Now we can "plug in" the values to get the result:

r = ( $2,000 / $1,000 )1/5 − 1

= (2)0.2 − 1

= 1.1487 − 1

= 0.1487

And 0.1487 as a percentage is 14.87%,

So you need 14.87% interest rate to turn $1,000 into $2,000 in 5 years.

Another Example: What interest rate do you need to turn $1,000 into $5,000 in 20 Years?

r = ( $5,000 / $1,000 )1/20 − 1

= (5)0.05 − 1

= 1.0838 − 1

= 0.0838

And 0.0838 as a percentage is 8.38%.

So 8.38% will turn $1,000 into $5,000 in 20 Years.

Working Out How Many Periods

We can calculate how many Periods if we know a Future Value, a Present Value and the Interest Rate.

Example: you want to know how many periods it will take to turn $1,000 into $2,000 at 10% interest.

This is the formula (note: it uses the natural logarithm function ln):

n = ln(FV / PV) / ln(1 + r)

Compound Interest (12)

The "ln" function should be on a good calculator.

You could also use log, just don't mix the two.

Anyway, let's "plug in" the values:

n = ln( $2,000/$1,000 ) / ln( 1 + 0.10 )

= ln(2)/ln(1.10)

= 0.69315/0.09531

= 7.27

Magic! It will need 7.27 years to turn $1,000 into $2,000 at 10% interest.

Example: How many years to turn $1,000 into $10,000 at 5% interest?

n = ln( $10,000/$1,000 ) / ln( 1 + 0.05 )

= ln(10)/ln(1.05)

= 2.3026/0.04879

= 47.19

47 Years! But we are talking about a 10-fold increase, at only 5% interest.

Compound Interest (13)

Calculator

I also made a Compound Interest Calculator that uses these formulas.

Summary

The basic formula for Compound Interest is:

FV = PV (1+r)n

Finds the Future Value, where:

  • FV = Future Value,
  • PV = Present Value,
  • r = Interest Rate (as a decimal value), and
  • n = Number of Periods

And by rearranging that formula (see Compound Interest Formula Derivation) we can find any value when we know the other three:

Find the Present Value when we know a Future Value, the Interest Rate and number of Periods:

PV = FV(1+r)n

Find the Interest Rate when we know the Present Value, Future Value and number of Periods:

r = (FV/PV)(1/n) − 1

Find the number of Periods when we know the Present Value, Future Value and Interest Rate (note: ln is the logarithm function):

n = ln(FV / PV)ln(1 + r)

Annuities

We have covered what happens to a value as time goes by ... but what if we have a series of values, like regular loan payments or yearly investments? That is covered in the topic of Annuities.

2294, 2295, 2296, 2297, 2298, 2299, 2300, 2301, 2302, 2303

Compound Interest (2024)

FAQs

Compound Interest? ›

Compound interest is interest calculated on both the initial principal and all of the previously accumulated interest. Generating "interest on interest" is known as the power of compound interest. Interest can be compounded on a variety of frequencies, such as daily, monthly, quarterly, or annually.

How much is $1000 worth at the end of 2 years if the interest rate of 6% is compounded daily? ›

Hence, if a two-year savings account containing $1,000 pays a 6% interest rate compounded daily, it will grow to $1,127.49 at the end of two years.

What is a compound interest for beginners? ›

Compound interest is when you earn interest on the money you've saved and on the interest you earn along the way. Here's an example to help explain compound interest. Increasing the compounding frequency, finding a higher interest rate, and adding to your principal amount are ways to help your savings grow even faster.

What is compound interest with an example? ›

Compound interest is the interest calculated on the principal and the interest accumulated over the previous period. It is different from simple interest, where interest is not added to the principal while calculating the interest during the next period. In Mathematics, compound interest is usually denoted by C.I.

Is compound interest good or bad why? ›

Compound interest makes your money grow faster because interest is calculated on the accumulated interest over time as well as on your original principal. Compounding can create a snowball effect, as the original investments plus the income earned from those investments grow together.

How long will it take $4000 to grow to $9000 if it is invested at 7% compounded monthly? ›

Answer. - At 7% compounded monthly, it will take approximately 11.6 years for $4,000 to grow to $9,000.

How much will $10,000 be worth in 20 years? ›

The table below shows the present value (PV) of $10,000 in 20 years for interest rates from 2% to 30%. As you will see, the future value of $10,000 over 20 years can range from $14,859.47 to $1,900,496.38.

What is the magic of compound interest? ›

When you invest, your account earns compound interest. This means, not only will you earn money on the principal amount in your account, but you will also earn interest on the accrued interest you've already earned.

Is compound interest a good way to make money? ›

The Bottom Line

Compound interest and compounding can supercharge your savings and retirement potential. Successful compounding lets you use less of your own money to reach your goals. However, compounding can also work against you, like when high-interest credit card debt builds on itself over time.

How do I compound my money? ›

You can simply follow the 8-4-3 rule of compounding to grow your money. Let's understand it with an example. For instance, if you invest a lump sum of Rs 21,250 every month in an instrument that earns 12% interest per annum and is compounded yearly, you will get your first Rs 33.37 lakh in eight years.

Do banks offer compound interest? ›

A savings account is a compound interest account that keeps your money accessible. Depending on your bank, interest may compound daily, monthly, quarterly or annually. Interest rates can vary widely, from 0.01% to above 5.00% APY in a high-yield savings account.

What is the rule for compound interest? ›

The compound interest is obtained by subtracting the principal amount from the compound amount. Hence, the formula to find just the compound interest is as follows: CI = P (1 + r/n)nt - P. In the above expression, P is the principal amount.

What is a real life example of compounding? ›

Let's take an example where 100 rupees are compounded for 2 years at a 10% annual rate of interest. At the end of 1 year, 100rs have become 110rs (i.e., 10% of 100rs). At the end of the second year, the final amount would be 121 rupees (i.e., 10% of 110 rupees).

What is better than compound interest? ›

It depends on whether you're saving or borrowing. Compound interest is better for you if you're saving money in a bank account or being repaid for a loan. If you're borrowing money, you'll pay less over time with simple interest. Simple interest really is simple to calculate.

What are the disadvantages of compound interest? ›

Disadvantages Explained

Works against consumers making minimum payments on high-interest loans or credit card debts: If you only pay the minimum, your balance could continue growing exponentially as a result of compounding interest. This is how people get trapped in a "debt cycle."

Top Articles
Latest Posts
Article information

Author: Duncan Muller

Last Updated:

Views: 5783

Rating: 4.9 / 5 (79 voted)

Reviews: 86% of readers found this page helpful

Author information

Name: Duncan Muller

Birthday: 1997-01-13

Address: Apt. 505 914 Phillip Crossroad, O'Konborough, NV 62411

Phone: +8555305800947

Job: Construction Agent

Hobby: Shopping, Table tennis, Snowboarding, Rafting, Motor sports, Homebrewing, Taxidermy

Introduction: My name is Duncan Muller, I am a enchanting, good, gentle, modern, tasty, nice, elegant person who loves writing and wants to share my knowledge and understanding with you.