Compound Interest Calculator With Contributions
See how your money grows with compound interest. Choose your compounding frequency and add optional regular contributions to project your final balance.
Compound Interest Calculator
See how a lump sum plus regular contributions grows across any compounding frequency, from annual to continuous.
A = P(1 + r/n)^(nt) for periodic compounding, A = Pe^(rt) for continuous. Contributions are simulated month by month using the equivalent monthly rate. Tax on interest is not deducted.
How this compound interest calculator turns a nominal rate into a monthly simulation
Compound interest is the standard actuarial formula A equals P times one plus r over n, raised to the power of n times t, where P is principal, r is the annual rate, n is how many times per year interest compounds, and t is time in years. That formula alone is enough for a lump sum with no further deposits. The moment you add regular monthly contributions, the clean closed form formula stops being enough, so this tool switches to a month by month simulation instead.
Everything runs client side in JavaScript. There is no server, no account, and no stored data, the calculation exists only in your browser tab.
Converting a compounding frequency into a monthly rate
The tool supports annual, semiannual, quarterly, monthly, daily, and continuous compounding. To simulate month by month regardless of which frequency you pick, it first converts your chosen annual rate into an equivalent effective monthly rate, one that produces the same growth over twelve months as the original frequency would.
Worked example, illustrative only: $5,000 starting principal, an 8 percent annual rate compounded monthly, $200 added at the end of every month, for 10 years. The monthly rate works out to roughly 0.667 percent. After 120 months the principal alone grows to about $11,098, and the contributions grow to roughly $36,580 through the same compounding. Total contributed over the decade is $29,000, so the final balance lands near $47,700, of which about $18,700 is interest the money earned on its own.
| Component | Approximate value |
|---|---|
| Starting principal | $5,000 |
| Total contributed (10 yrs at $200/mo) | $29,000 |
| Total interest earned | ~$18,700 |
| Final balance | ~$47,700 |
The chart and the year-by-year table
Stacked bar chart
Drawn on an HTML canvas at device pixel ratio for sharp rendering on retina screens. Each yearly bar splits into the amount contributed so far and the interest earned on top of it, so you can see visually how the interest slice grows relative to your own deposits over time.
CSV export
The year-by-year breakdown, contributed total, interest earned, and running balance, downloads as a CSV file built entirely client side with a Blob, ready to open in a spreadsheet for further modeling.
What can throw off the comparison to a bank’s own number
Banks sometimes quote an annual percentage yield that already bakes in compounding, rather than a nominal rate you need to convert yourself. If your bank statement number differs slightly from this tool’s output, check whether you entered a nominal rate or an already compounded APY, and confirm whether your real account credits interest at the start or end of each period.
This tool is for education and planning. It does not account for taxes on interest, account fees, or variable rates that change year to year, and it is not investment or tax advice.
- U.S. SEC Investor.gov hosts a reference compound interest calculator with plain-language explanations of the underlying math.
- Consumer Financial Protection Bureau publishes savings and APY guidance useful for reading real bank rate disclosures correctly.
- Federal Reserve publishes the interest rate data that determines what a realistic annual rate assumption looks like at any given time.
Where compounding quietly does the work
Projecting a retirement account balance with a set monthly contribution, comparing a lump sum deposit against a drip fed savings plan, sizing how much a college fund needs monthly to hit a target by a given year, checking a certificate of deposit’s stated APY against your own math, and stress testing how much difference an extra one or two percent of annual return makes over a multi decade horizon.
Frequently Asked Questions
Compound interest is interest calculated on both your original principal and on interest that has already been added to your balance, so your money grows at an accelerating rate over time rather than a constant one. This is different from simple interest, which is always calculated only on the original principal, compound interest is why long-term investing rewards patience so heavily: the growth curve gets visibly steeper the longer money is left untouched.
For the same nominal annual interest rate, more frequent compounding produces a higher effective annual return, since interest is credited and starts earning its own interest sooner. The difference between annual and daily compounding is usually small for typical rates (a fraction of a percent in effective annual yield), but it grows more noticeable at higher interest rates or over very long time horizons.
Continuous compounding is the mathematical limit of compounding frequency as the number of compounding periods per year approaches infinity, calculated using the formula A = P × e^(rt), where e is Euler’s number (approximately 2.71828). While no real bank account compounds literally continuously, it’s used in academic finance and options pricing (including the Black-Scholes model) as a clean theoretical upper bound on how much compounding frequency alone can boost returns.
Contributing at the beginning of each period lets that deposit earn interest for the entire period instead of arriving too late to earn anything that period, which compounds into a larger final balance over many years, though the difference for any single month is small. If your paycheck or savings plan naturally deposits money at a specific time, use that setting to get the most accurate projection of your actual timeline.
Regular contributions, even modest ones, often end up contributing more to your final balance than the growth of your original principal alone, especially over multi-decade horizons, because each new contribution gets its own compounding runway. Try running the calculator with and without a monthly contribution on the same principal and time period to see just how large the gap becomes, it’s often a bigger lever than trying to find a slightly higher interest rate.
For interest-bearing accounts with a fixed, known rate (savings accounts, CDs, bonds held to maturity), yes, this calculator uses the exact standard compound interest formulas and produces bank-grade precision. For market-linked investments like stock index funds, actual annual returns vary significantly year to year rather than following a smooth fixed rate, so treat any single ‘expected return’ figure for stocks as a simplifying long-term average, not a guarantee.
No, this calculator projects gross growth before any taxes owed on interest, dividends, or capital gains, which vary by account type (taxable, tax-deferred, or tax-free) and jurisdiction. Interest earned in a taxable account is often taxed annually as ordinary income even if you don’t withdraw it, which reduces your effective compounding rate compared to a tax-advantaged account where growth compounds untaxed until withdrawal.
The Rule of 72 is a quick mental shortcut estimating how many years it takes an investment to double: divide 72 by the annual interest rate percentage. At 6% annual interest, that’s 72 ÷ 6 = 12 years to double, reasonably close to this calculator’s more precise result. It’s a handy sanity check, but this calculator’s month-by-month simulation with your exact compounding frequency and contributions will always be more accurate for actual planning.
From the blog
Money, explained without jargon
Longer pieces on the maths behind loans, investing and pay.