Savings Calculator
This savings calculator estimates how a savings balance may grow over time based on your starting amount, monthly contribution, annual interest rate, time horizon, and compounding frequency. Enter what you already have saved, how much you plan to add each month, and the interest rate your account pays, and the tool projects an ending balance along with total contributions and total interest earned. It works for a regular savings account, a high-yield savings account, a money market account, or any goal where you are setting aside a fixed amount on a schedule and letting interest compound in the background. The projection is a planning estimate, not a guarantee, since real bank rates change and most people adjust their contributions as income and priorities shift.
Quick answer
Ending balance depends on four inputs working together: starting balance, monthly contribution, annual interest rate, and time horizon in years.
What this tells you
- •Ending balance depends on four inputs working together: starting balance, monthly contribution, annual interest rate, and time horizon in years.
- •Compounding frequency (monthly, quarterly, or annually) controls how often interest gets added to the balance and starts earning its own interest.
- •Your monthly contribution is converted to match the compounding schedule you pick, so a monthly amount still applies correctly under quarterly or annual compounding.
- •Consistent contributions matter more than the interest rate for most short and medium-term goals, since deposits build the base balance that interest is calculated on.
- •Total interest earned is the difference between the ending balance and the sum of your starting balance plus all contributions.
- •Outputs are projections based on fixed assumptions, not guaranteed account performance.
How to Use
- 1Enter your starting savings balance. Use 0 if you are starting a new account or new goal from scratch.
- 2Enter your planned monthly contribution, the amount you intend to deposit every month regardless of the compounding frequency you choose.
- 3Enter the annual interest rate your account pays as a percentage, such as 4.5 for 4.5%, not 0.045.
- 4Enter the number of years you plan to save, using decimals for partial years such as 2.5 for two and a half years.
- 5Choose a compounding frequency (monthly, quarterly, or annually) and calculate to see your estimated ending balance, total contributions, total saved, and total interest earned.
How It Works
Formula
Each period: balance(next) = balance(current) + interest + contribution
interest = balance(current) x periodic rate
periodic rate = annual rate / 100 / compounds per year
contribution per period = (monthly contribution x 12) / compounds per yearThe calculator steps forward one compounding period at a time. In every period it calculates interest as the current balance multiplied by the periodic rate, adds that interest to a running interest total, then adds both the interest and the contribution for that period to the balance. The periodic rate is your annual rate divided by 100 and divided by the compounding frequency, so a 4.5% annual rate with monthly compounding uses a 0.375% monthly rate. Your monthly contribution is annualized (multiplied by 12) and then divided by the compounding frequency, which is how a monthly dollar amount still lines up correctly if you pick quarterly or annual compounding instead of monthly. Total periods equal years multiplied by compounding frequency, rounded to the nearest whole period. This model assumes the interest rate and contribution amount stay fixed for the entire time horizon.
Calculation note: values are processed in the order shown above, using the current input units.
Worked Examples
Steady monthly saver
Over 120 monthly periods at a 0.375% monthly rate, total contributions reach $36,000 on top of the $5,000 starting balance, for $41,000 total saved. The remaining $12,194.39 of the ending balance comes from compounded interest, which is more than 30% of everything contributed.
Starting an emergency fund from zero
With no starting balance, the full $12,000 in contributions over 5 years builds the base, and interest adds $929.34 on top. This is a realistic timeline for building a 3 to 6 month emergency fund from scratch in a standard savings account.
Long-term goal with annual compounding
Across 20 annual periods, total contributions of $120,000 plus the $10,000 starting balance add up to $130,000 saved, while compounding adds $94,928.70 in interest. Annual compounding credits interest less often than monthly compounding, so the same rate and contributions produce a smaller ending balance than an equivalent monthly-compounding scenario would.
Short-term goal with quarterly compounding
Over 12 quarterly periods, $3,600 in contributions plus the $1,000 starting balance reach $4,600 total saved, and interest contributes $162.35. Short time horizons and modest rates mean interest plays a small role compared to the deposits themselves.
High-yield savings account boost
A higher 4.8% rate on a shorter 2-year horizon still adds a meaningful $371.66 in interest on top of $3,600 in contributions and the $2,000 starting balance. This scenario reflects how a high-yield savings account can noticeably outperform a standard low-rate account even over a short period.
Lump sum with no ongoing contributions
With no monthly contributions, the entire $4,837.71 in growth comes from compounding alone on the original $15,000. This isolates what pure compound interest does to a lump sum when nothing else is added, which is useful for comparing a deposit-only account to one you plan to keep funding.
Common mistakes
- Assuming the annual interest rate stays fixed for the entire time horizon, when real savings account rates move up and down with the broader rate environment.
- Entering the interest rate as a decimal such as 0.045 instead of a percentage such as 4.5, which produces a projection with almost no growth.
- Ignoring that this projection is pre-tax. Interest earned in a standard savings account is generally taxable income, which reduces the real amount you keep.
- Treating the monthly contribution as something that never changes, when most savers increase or pause contributions as income and expenses shift over time.
- Confusing compounding frequency with how often interest actually gets credited at your specific bank, which can differ from the monthly, quarterly, or annual options modeled here.
- Overlooking account fees, minimum balance requirements, or promotional introductory rates that step down to a lower standard rate after a set number of months.
Limitations
This calculator assumes a constant annual interest rate, a fixed monthly contribution, and a fixed compounding schedule for the entire time horizon you enter. It does not account for taxes on interest earned, account fees, minimum balance rules, promotional or introductory rates that expire, inflation eroding purchasing power, or contribution amounts that change over time. Real savings and money market accounts also frequently adjust their posted rates, so an estimate over a multi-year horizon becomes less precise the further out it projects.
Embed this calculator on your site
Drop this single line where you want the calculator to appear. It is responsive, mobile-friendly, resizes automatically, and is free to use with attribution.
<script src="https://calctide.com/embed.js" data-tool="savings-calculator" async></script>Preview the embed at /embed/savings-calculator/.