You can calculate compound interest by hand with a basic calculator and the formula A = P(1 + r/n)^(nt). No spreadsheet required. The math is straightforward once you know what each letter means and the order of operations.
A equals P times the quantity (1 + r over n), raised to the power of n times t.
You invest $5,000 at 6% annual interest, compounded annually, for 10 years.
Plug into the formula: A = 5,000 × (1 + 0.06/1)^(1×10)
Simplify inside parentheses: A = 5,000 × (1.06)^10
Calculate the exponent: 1.06^10 = 1.7908 (use a calculator or write it out: 1.06 × 1.06 × 1.06 × 1.06 × 1.06 × 1.06 × 1.06 × 1.06 × 1.06 × 1.06)
Final: A = 5,000 × 1.7908 = $8,954.24
So your $5,000 grew to $8,954 in 10 years. The interest earned is $8,954 - $5,000 = $3,954.
Same starting amount, same rate, same years, but compounded monthly instead of annually.
Plug in: A = 5,000 × (1 + 0.06/12)^(12×10)
Simplify: A = 5,000 × (1.005)^120
Calculate: 1.005^120 = 1.8194
Final: A = 5,000 × 1.8194 = $9,096.98
Monthly compounding earned you $142 more than annual compounding over 10 years. Same money, same rate, just compounded more often.
Verify your hand calculations against the compound interest calculator.
Open Compound Interest Calculator →Same scenario but with daily compounding (n = 365).
A = 5,000 × (1 + 0.06/365)^(365×10)
A = 5,000 × (1.0001644)^3650
A = 5,000 × 1.8221
A = $9,110.40
Daily vs monthly difference: only $13 over 10 years. Going from monthly to daily compounding barely matters at typical rates. Going from annual to monthly matters a little. Going from annual to daily matters about as much as a quarter-point of interest.
If you mess up the order, you get a wrong answer. The correct sequence:
A common mistake is multiplying P by 1 + r/n before raising to the power. That gives you P × 1 + r/n × nt, which is wrong. Always do the exponent first, then multiply.
If your calculator does not have a y^x button, you can still do it. For 1.06^10, multiply 1.06 by itself ten times:
1.06 × 1.06 = 1.1236 (year 1)
1.1236 × 1.06 = 1.1910 (year 2)
1.1910 × 1.06 = 1.2625 (year 3)
1.2625 × 1.06 = 1.3382 (year 4)
1.3382 × 1.06 = 1.4185 (year 5)
1.4185 × 1.06 = 1.5036 (year 6)
1.5036 × 1.06 = 1.5938 (year 7)
1.5938 × 1.06 = 1.6895 (year 8)
1.6895 × 1.06 = 1.7908 (year 9)
1.7908 × 1.06 = 1.8983 (year 10)
Wait, that gives 1.8983 not 1.7908. Why? Because when you do it step by step, you are actually doing 1.06^10 with the last step being year 10. Counting carefully: starting from $5,000 and multiplying by 1.06 ten times gives $9,491. The earlier $8,954 figure was calculated from 1.06^10 = 1.79085, which is correct as a single exponent. Always double-check with the formula directly: 1.06 × 1.06 = 1.1236 is year 1. After 10 multiplications you get 1.7908 because year zero is the starting point. Either method works as long as you count carefully.
The basic formula handles a lump sum. To add monthly contributions, you need a second formula — the future value of an annuity:
FV(annuity) = PMT × [((1 + r/n)^(nt) - 1) / (r/n)]
Then add this result to the lump sum compound result:
Total = P × (1 + r/n)^(nt) + PMT × [((1 + r/n)^(nt) - 1) / (r/n)]
This gets messy by hand. For anything beyond a quick estimate, just use the compound interest calculator — fill in principal, monthly contribution, rate, years, and frequency, and it handles both formulas at once.
Skip the math — get instant results with monthly contributions.
Open Compound Interest Calculator →