A savings calculator is a browser-based tool that takes five inputs — your starting balance, the amount you deposit each period, how often you deposit (monthly, quarterly, or annually), the annual interest rate, and the number of years you plan to save — and turns them into a single future value. That future value is built from two standard pieces of finance math: the compound interest formula, which grows your starting balance, and the future value of an ordinary annuity formula, which grows every recurring deposit you make. Adding the two pieces together gives you the projected balance at the end of the horizon, and subtracting your total contributions from that balance leaves the interest earned on top. The whole thing recalculates instantly when you change any input, so you can compare scenarios like $100 versus $200 a month, or 4 percent versus 5 percent, and see the number move in real time. Because every input is independent, you can also stretch or compress the horizon, drop the deposit to zero to model a one-off balance, or hold everything else fixed and watch how a single variable changes the outcome.

What a Savings Calculator Actually Does
The job of a savings calculator is to answer one practical question: if I keep putting money aside on a schedule, how much will I actually have later, and how much of that is my own money versus interest the account pays me. The Savings Calculator is built around recurring deposits, which is what sets it apart from a plain compound-interest calculator. A compound-interest tool grows a single lump sum and shows how that one deposit snowballs over time. A savings calculator instead models a stream of contributions: every period you add more, and each new deposit starts earning interest from the moment it lands. That pattern matches how real savings accounts, automatic transfers into an emergency fund, and recurring transfers into a brokerage cash account actually behave, so the future value it returns reflects disciplined, ongoing saving rather than a one-off deposit.
The Inputs and What Each One Controls
Five inputs drive every calculation, and each one controls a different lever in the result:
- Starting balance — the money already in the account when you begin the projection. This amount grows by compound interest for the full horizon.
- Deposit amount — how much you add each period. This is the contribution that becomes the annuity leg of the calculation.
- Deposit frequency — monthly, quarterly, or annually. The frequency sets how many times per year interest is compounded and how many deposits are made.
- Annual interest rate — the percentage the account pays per year, expressed as a number like 4.5. The calculator divides this by the number of periods per year to get the periodic rate.
- Number of years — the horizon over which you want the projection, which sets the total number of periods in the formula.
Change any one of these and the projected future value, the total contributions, and the interest earned all update at the same time, so the relationship between the inputs stays visible.
How to Project Your Savings Step by Step
- Enter your starting balance and the amount you plan to deposit each period.
- Pick the deposit frequency — monthly, quarterly, or annually — and enter the annual interest rate and the number of years you want to project.
- Read the future value, the total contributions, and the interest earned shown below the inputs; the numbers update in real time as you adjust any field.
That three-step flow is the entire user journey. Under the hood, the calculator does the formula work for you, but you can also see why each input matters by toggling one variable at a time. Doubling the monthly deposit does not simply double the future value, because the new deposit also starts earning interest from its own landing date onward. Extending the horizon by a few years has a larger effect than a small bump in rate, because every period multiplies both the starting-balance leg and the deposit leg by one plus the periodic rate.
The Two Formulas Behind the Future Value
The savings calculator combines two standard finance formulas, both well documented in reference material on compound interest and future value.
Your starting balance grows by compound interest using the formula initial × (1 + i)^N, where i is the periodic interest rate and N is the total number of periods. Your recurring deposits grow using the future value of an ordinary annuity formula, contribution × ((1 + i)^N − 1) / i. The two pieces are added together to produce the projected future value:
FV = initial × (1 + i)^N + contribution × ((1 + i)^N − 1) / i
In this formula, i is the annual rate divided by the number of periods per year, and N is the number of periods per year multiplied by the number of years. Total contributions are simply the starting balance plus every deposit you make across the horizon, and interest earned is the future value minus those contributions. When the annual rate is zero, the future value reduces to initial + contribution × N, because there is nothing to compound.
A worked example makes the formula concrete. Suppose the starting balance is $500, the monthly deposit is $100, the annual rate is 6 percent, and the horizon is 3 years. The periodic rate is 0.06 / 12 = 0.005, and the total number of periods is 12 × 3 = 36. Computing (1.005)^36 gives roughly 1.19668. The starting-balance leg is therefore 500 × 1.19668 ≈ $598.34. The annuity leg is 100 × (1.19668 − 1) / 0.005 = 100 × (0.19668 / 0.005) = 100 × 39.336 ≈ $3,933.60. Adding the two legs gives a future value of $598.34 + $3,933.60 ≈ $4,531.94. Total contributions are 500 + (100 × 36) = 500 + $3,600 = $4,100. Interest earned is therefore $4,531.94 − $4,100 ≈ $431.94, which is the gap the calculator reports as growth on top of your own deposits.
Reading the Three Output Numbers
The calculator returns three figures together so you can decompose the result instead of staring at one big number. Here is what each one represents and how to use it:
| Output | What it includes | What it tells you |
|---|---|---|
| Projected future value | Starting balance grown by compound interest plus every deposit grown as an ordinary annuity | The total balance you would have at the end of the horizon |
| Total contributions | Starting balance plus the deposit amount multiplied by the total number of periods | The portion of the future value that came out of your own pocket |
| Interest earned | Future value minus total contributions | The portion of the future value that came from the account paying you interest |
The interest-earned figure is usually the one that surprises people the first time they see it, because a stream of small deposits turns into a much larger compound-interest tail than a single lump sum would. Watching that column grow faster than the contributions column as you extend the horizon is a good visual reminder that time in the account is doing as much work as the rate itself.
How Deposit Frequency Changes the Result
Switching the frequency from annually to monthly on the same annual rate produces a slightly higher future value, because the periodic rate becomes smaller but is applied more often, and because the deposits land sooner and therefore earn interest for longer. The relationship is straightforward and qualitative: more frequent compounding and more frequent deposits both push the future value up, with the deposit-frequency effect being larger than the compounding-frequency effect for typical savings-account rates. You can verify the size of the change for any scenario by switching the frequency control and reading the new future value; the calculator will show the same total contributions, because the deposit amount times the number of periods times the years stays the same once you account for the per-period amount.
Because deposits are assumed to arrive at the end of each period — the ordinary-annuity assumption — the result is a standard, slightly conservative number. Real accounts may differ due to fees, taxes, variable rates, and the exact day of the month a transfer posts, but the calculator gives you the textbook baseline that most product disclosures and personal-finance guides use. If your account credits interest daily or accepts deposits at the start of the period, the actual outcome would be a little higher than the figure shown here.
For a deeper walk-through of how the deposit stream itself builds up over time, the step-by-step savings growth guide covers the same inputs from a planning angle, and the calculator itself stays the fastest way to test any new scenario the moment a number changes in your head.
Estimates from the savings calculator are for general information only and are not financial advice; actual returns depend on real account terms, fees, taxes, and rate changes, so verify any figure with a licensed professional before acting on it.
For a deeper look, see Calculate Simple Interest for 5 Years: Formula and Example.