A savings calculator projects how a starting balance grows when you add regular deposits over a chosen period, separating the money you contributed from the interest earned on top. It takes five inputs — a starting balance, the deposit amount, how often you deposit (monthly, quarterly, or annually), an annual interest rate, and the number of years — and returns three figures: the projected future value, your total contributions, and the interest earned. The defining feature is recurring deposits: unlike a plain compound-interest calculator that grows one lump sum, this tool treats each new contribution as earning interest from the moment it lands. The model is an ordinary annuity, meaning deposits are assumed at the end of each period, which is the standard conservative assumption in finance. Because every input is adjustable, the projection updates in real time as you change the rate, the deposit amount, or the time horizon, so you can compare scenarios side by side without retyping anything. The result is an estimate built from your inputs, not a guarantee of what any real account will pay.

What a Savings Calculator Does
A savings calculator answers one practical question: if you keep putting money aside on a schedule, how much will you actually have later, and how much of that balance is your own money versus interest the rate you have entered pays you. It is built around recurring deposits, which is what separates it from a single-deposit compound-interest tool.
The output is a small set of numbers that together describe the full picture of your saving:
- Future value — what your balance is projected to be at the end of the period.
- Total contributions — your starting balance plus every deposit you make, summed.
- Interest earned — the difference between the future value and total contributions, so you can see growth separately from money you set aside.
That split is the part most people actually care about. Multiplying the deposit amount by the number of periods tells you how much you set aside. Calculating how much of the final balance is interest — and how that interest changes with rate, frequency, or time — is what the tool is for.
What You Enter and What Comes Out
The Savings Calculator takes five inputs and returns three numbers. Each input has a clear effect on the output.
- Starting balance — the amount already in the account when you begin.
- Deposit amount — how much you add each period.
- Deposit frequency — monthly, quarterly, or annually.
- Annual interest rate — the rate expressed as a percentage per year, applied per compounding period.
- Number of years — the time horizon you want to project.
What comes back is just as simple:
- Future value — the projected balance at the end of the period.
- Total contributions — starting balance plus every deposit made during the period.
- Interest earned — the future value minus total contributions.
Because every input is editable, you can adjust one and watch the others react. Try changing only the rate, then only the deposit amount, then only the years, and the three output numbers shift in real time. That immediate feedback is what makes the tool useful for scenario testing rather than a one-shot calculation.
How the Math Works Behind the Scenes
The future value is the sum of two standard pieces, both well-defined in finance references such as the Wikipedia entries on future value and compound interest.
The starting balance grows by compound interest:
starting × (1 + i)^N
The recurring deposits grow as a future value of an ordinary annuity — each deposit is assumed to arrive at the end of its compounding period:
deposit × ((1 + i)^N − 1) / i
Here, i is the periodic rate (the annual rate divided by the number of compounds per year) and N is the total number of compounding periods (compounds per year × years). When the rate is 0, the formula collapses to a simple addition — starting balance plus deposit × N — because nothing grows.
Total contributions are just starting balance plus every deposit you have made. Interest earned is the future value minus those contributions. That subtraction is what isolates growth from saving.
A short worked example makes the math visible. Suppose you start with $1,000, deposit $100 per month, and earn 5% annual interest over 10 years.
- Annual rate = 5%, compounds per year = 12, so i = 0.05 / 12 ≈ 0.004167.
- N = 12 × 10 = 120 periods.
- Starting portion: 1,000 × (1.004167)^120 ≈ 1,000 × 1.6470 ≈ $1,647.
- Annuity factor: (1.6470 − 1) / 0.004167 ≈ 0.6470 / 0.004167 ≈ 155.28.
- Deposit portion: 100 × 155.28 ≈ $15,528.
- Future value: 1,647 + 15,528 ≈ $17,175.
- Total contributions: 1,000 + (100 × 120) = 1,000 + 12,000 = $13,000.
- Interest earned: 17,175 − 13,000 = $4,175.
The split shows roughly $13,000 of your own money and about $4,175 of interest — a useful ratio to keep in mind when thinking about how much of your final balance is growth versus saving.
How to Use the Savings Calculator
The tool runs entirely in your browser, so there is no signup, no upload, and no waiting on a server.
- Enter your starting balance and the amount you deposit each period.
- Pick how often you deposit — monthly, quarterly, or annually — and enter the annual interest rate and number of years.
- Read the future value along with total contributions and interest earned, updated in real time as you adjust any input.
Open the Savings Calculator to work through your own numbers.
Where This Calculator Fits Among Other Tools
Not every savings tool answers the same question. The Savings Calculator is built for one specific pattern: a starting balance combined with recurring deposits on a schedule. Other tools in the finance category cover adjacent questions:
| Tool | Models | Best for |
|---|---|---|
| Savings Calculator | Starting balance + recurring deposits | Real savings plans, automatic transfers, emergency funds |
| Compound Interest Calculator | A single lump sum growing | One-time deposits, inheritance, windfalls |
| Simple Interest Calculator | Principal at a flat rate | Short-term loans or interest-bearing notes |
| Inflation Calculator | How a fixed rate erodes buying power | Estimating today's dollars in tomorrow's prices |
The key distinction is recurring versus single. A lump-sum tool tells you how one deposit snowballs. The Savings Calculator tells you what happens when you keep adding to it, period after period.
Reading the Result: Contributions vs. Interest
The split between contributions and interest is the most informative part of the output. Two scenarios can produce the same future value but tell very different stories — one mostly interest, one mostly deposits.
A rough rule of thumb: short horizons favor contributions, because deposits have not had time to compound much. Long horizons with a non-zero rate favor interest, because each deposit earns interest on interest over many periods. Switching the deposit frequency from annual to monthly at the same annual rate nudges the future value upward because interest is calculated and added more frequently. The direction and rough magnitude are visible by switching the dropdown in the Savings Calculator; the exact figure is what the tool returns.
For comparing two deposit schedules side by side — for example, $100 a month versus $200 — see the walkthrough at How to Calculate Savings Between Two Deposit Scenarios. The same deposit-versus-interest split makes it clear which plan is doing the heavy lifting in your final balance.
What the Calculator Does Not Do
The calculator gives an estimate based on the rate, deposit frequency, and horizon you enter. It does not account for:
- Fees or taxes on the account.
- Variable or changing interest rates over the period.
- Inflation or changes in purchasing power.
- Whether your deposits actually arrive at the end of each period. The ordinary annuity assumption is standard but conservative; start-of-period deposits would earn slightly more.
Estimates are general information, not financial advice. Actual returns depend on real account terms, so verify any figure with a licensed professional before acting on it. The calculator is a planning tool, not a forecast of what any specific bank or broker will pay.
If you're weighing options, Savings Calculator for Beginners: Get Started covers this in detail.