Finance · 5 min read

How to Calculate Compound Interest by Hand

Compound interest grows a balance faster than simple interest because each period's interest gets added to the principal before the next period's interest is calculated. Our compound interest calculator handles the arithmetic instantly, but the formula behind it is worth knowing so you can sanity check any number it gives you.

The formula

The standard compound interest formula is A = P(1 + r/n)^(nt), where A is the final amount, P is the starting principal, r is the annual interest rate as a decimal, n is the number of times interest compounds per year, and t is the number of years. Once you have those four inputs, the rest is arithmetic.

Working through an example

Take $5,000 invested at a 6% annual rate, compounded monthly, for 10 years. Here P is 5000, r is 0.06, n is 12, and t is 10. First divide r by n: 0.06 divided by 12 is 0.005. Add 1 to get 1.005. Raise that to the power of n times t, or 120: 1.005 to the 120th power is approximately 1.8194. Multiply by the principal: 5000 times 1.8194 gives about $9,097. That is $4,097 in interest on a $5,000 investment, more than the principal itself, purely from letting interest compound for a decade.

Why compounding frequency matters

The same rate compounded more often produces a slightly higher return, because interest starts earning its own interest sooner. Comparing $5,000 at 6% for 10 years across a few frequencies shows the pattern:

  • Compounded annually (n=1): about $8,954
  • Compounded monthly (n=12): about $9,097
  • Compounded daily (n=365): about $9,110

The jump from annual to monthly compounding is more meaningful than the jump from monthly to daily, since each further increase in frequency adds a smaller amount than the one before it.

Simple interest for comparison

Simple interest only ever applies to the original principal, calculated as P times r times t. The same $5,000 at 6% for 10 years under simple interest is 5000 times 0.06 times 10, or $3,000 in interest, well below the roughly $4,097 that compounding produces. The gap between simple and compound interest grows larger the longer the money sits and the higher the rate.

Estimating growth without the full formula

For a quick mental estimate, the rule of 72 gives you the approximate number of years needed to double an investment: divide 72 by the interest rate as a whole number. At 6%, that is 72 divided by 6, or 12 years to roughly double. It is not exact, but it is close enough for a fast gut check before you sit down to run the full formula or use the calculator.

Where this shows up in real decisions

The same formula applies whether you are estimating growth on a savings account, a retirement contribution, or the cost of carrying debt on a credit card, since interest on unpaid balances compounds the same way in reverse against you. Understanding the mechanics makes it clear why starting early matters more than contributing a larger amount later: an extra 5 years of compounding time often outweighs a meaningfully larger initial deposit. Plug your own numbers into the compound interest calculator to see the exact figure for your rate, timeframe, and compounding frequency.

Frequently asked questions

What is the formula for compound interest?

A = P(1 + r/n)^(nt), where A is the final balance, P is the starting principal, r is the annual rate as a decimal, n is the number of compounding periods per year, and t is the number of years.

How much difference does compounding frequency make?

Less than most people expect. Moving from annual to monthly compounding on $5,000 at 6% over 10 years adds roughly $143, while moving from monthly to daily adds only about $13 more.

What is the rule of 72?

A quick estimate for how many years it takes an investment to double: divide 72 by the interest rate as a whole number. At 6% interest, that is about 12 years.