Tested tool guide
Tested browser tools
Checked August 15, 2026
What Compound Interest Calculator does, with a checked example
This tool projects how a starting balance grows when interest is credited and reinvested at fixed intervals, optionally with regular deposits added along the way. You enter a principal, an annual rate, how often interest compounds (annually, monthly, daily, etc.), a time span, and an optional contribution amount, and it steps through each compounding period applying the rate before returning the ending balance, total contributed, and total interest earned. The most common surprise: raising the compounding frequency while keeping the stated annual rate the same still increases the payout, because interest is credited and starts earning its own interest more often - two runs with the same 'rate' but different frequencies will not match.
Worked example
A concrete input and expected output from the current implementation.
Input
Principal: $10,000, Annual rate: 6%, Compounding: monthly, Time: 10 years, Contributions: $0
->
Expected output
Ending balance: $18,193.97 (total interest: $8,193.97)
Monthly compounding over 10 years applies the rate 120 times at 0.5% per period, so the balance grows by a factor of (1 + 0.06/12)^120 = 1.819397, giving 10,000 x 1.819397 = 18,193.97.