Interest Calculator
Calculate the final accumulated balance and total interest earned on a principal balance, with a choice of annual, semi-annual, quarterly, or monthly compounding.
How It's Calculated
Formula
FV = P \left(1 + \dfrac{r}{n}\right)^{nt}This calculator projects how a single principal balance grows under compound interest — no recurring deposits involved. Enter a principal balance, a nominal annual interest rate, a time period, and how often interest compounds (annually, semi-annually, quarterly, or monthly), and it returns your final accumulated balance and the total interest earned on top of what you started with. Because compounding periodically applies interest to both your original balance and any interest already earned, a higher compounding frequency produces a larger final balance for the same nominal rate. If you want to model adding regular deposits over time — a monthly savings contribution, for example — use the Investment Calculator or Compound Interest Calculator instead; this tool intentionally covers only the simpler, principal-only case.
Worked Examples
Annual compounding: $10,000 principal, 5% annual rate, 5 years
- Periodic rate r/n = 0.05 / 1 = 0.05
- Total periods n·t = 1 × 5 = 5
- FV = 10000 × (1.05)^5 ≈ $12,762.82
- Total interest earned = $12,762.82 − $10,000 = $2,762.82
Quarterly compounding: $10,000 principal, 5% annual rate, 5 years
- Periodic rate r/n = 0.05 / 4 = 0.0125
- Total periods n·t = 4 × 5 = 20
- FV = 10000 × (1.0125)^20 ≈ $12,820.37
- Total interest earned = $12,820.37 − $10,000 = $2,820.37
- Same principal, rate, and duration as the annual example above, but quarterly compounding earns $57.55 more because interest starts earning its own interest sooner and more often.
Frequently Asked Questions
What's the difference between this and Compound Interest Calculator?
This calculator only handles a single principal balance — there's no field for recurring deposits. Compound Interest Calculator supports everything this one does plus an optional periodic deposit (e.g. adding $100 every month), and also shows a year-by-year growth table and chart. Use this calculator when you're modeling a lump sum on its own; use Compound Interest Calculator when you're also contributing to the balance over time.
Which compounding frequency should I choose?
Use whatever your account or loan actually compounds at — check the account terms or statement. Many savings accounts and CDs compound daily or monthly (internally), but often state an annual or monthly figure for comparison; many bonds and some loans compound semi-annually or quarterly. If you're just comparing scenarios rather than modeling a specific real account, monthly is a reasonable default.
Why does a higher compounding frequency produce a higher balance for the same nominal rate?
More frequent compounding means interest is calculated and added to your balance more often, so each new round of interest starts earning its own interest sooner. For the same nominal annual rate, monthly compounding (12 periods a year) produces a higher final balance than quarterly (4 periods), which in turn produces a higher balance than annual (1 period) — even though the stated rate never changes.
Should I enter my bank's APY or the nominal rate?
Enter the nominal annual rate — the stated rate before any compounding effect is factored in (e.g. "5" for 5%). This calculator derives the actual per-period rate itself based on your chosen compounding frequency, so entering an already-compounded APY would double-count the compounding effect.
Can I model recurring deposits with this calculator?
Not with this tool — it's deliberately scoped to a single principal balance with no ongoing contributions. If you want to add a recurring deposit on top of (or instead of) a starting balance, use Compound Interest Calculator or Investment Calculator, both of which support a periodic contribution amount.
Why is "total interest earned" not just balance minus what I typed in?
It is exactly that: total interest earned equals the final accumulated balance minus your principal balance. Because this calculator has no recurring-deposit field, the principal you enter is the only amount you put in, so this subtraction isolates the growth that compounding itself produced.