b2KIT

Savings Calculator

Project savings account growth over time with initial deposit, recurring contributions, interest rate, and compounding frequency.

Tested tool guide Tested browser tools Checked August 16, 2026

What Savings Calculator does, with a checked example

A savings calculator turns an interest rate into a dollar path. Give it an initial deposit, a monthly contribution, an annual rate, a compounding frequency, and a term, and it projects the balance period by period, crediting interest on top of interest so growth accelerates over time. The number people most often misread is the rate itself: it is a nominal annual rate, not the effective yield, so 6% compounded monthly actually earns about 6.17% per year. The projection also assumes the rate and the contribution never change, which no bank guarantees.

Worked example

A concrete input and expected output from the current implementation.

Input

Initial deposit: $1,000
Monthly contribution: $100
Annual interest rate: 6%
Compounding frequency: Monthly
Term: 5 years

Expected output

Ending balance: $8,325.85
Total contributed: $7,000.00
Total interest earned: $1,325.85

Each of the 60 months applies a 0.5% rate (6% divided by 12). The initial $1,000 compounds to $1,348.85, and $100 per month accumulates to $6,977.00 via the annuity factor 69.7700, for a total of $8,325.85. Interest is the balance minus the $7,000.00 actually deposited, assuming contributions are made at the end of each month.

How the result is produced

1

Period-by-period compounding

The calculator divides the year into equal compounding periods - monthly, quarterly, or annually. Each period it applies the annual rate divided by the number of periods to the current balance, credits that interest, then repeats for the next period. Because interest is computed on interest already credited, the balance grows exponentially rather than linearly: later years add far more interest than early ones.

2

The two numbers behind the balance

The result separates money you put in - the initial deposit plus every contribution - from interest the balance earned. In the first years contributions dominate; only after roughly two decades at a 6% rate does earned interest exceed total deposits. Comparing the two lines shows how much of the ending balance is effort you control versus the rate the bank pays.

Good uses

  • Compare a high-yield savings account with cash left in checking: enter the HYSA's current APY and see what the same deposits produce over three to five years.
  • Set a monthly contribution toward an emergency fund or house down payment: start with the current balance and adjust the contribution until the projection hits the target by the goal date.
  • Test whether a 0.5% better rate justifies switching banks: run identical deposits at both rates and compare the ending balances and interest totals.

Limits and checks

  • The projection assumes a constant rate and a constant contribution for the entire term. Bank APYs change with market rates, so the balance is a planning estimate, not a guarantee - re-run the calculation whenever the account's rate moves.
  • Results are nominal, pre-tax dollars. At 2-3% inflation the projected balance buys less in real terms than it appears to, and interest in a taxable account is reportable 1099-INT income that reduces what you actually keep.
  • Conventions change the output. A rate advertised as an APY already includes compounding, so entering it as the annual rate while also selecting monthly compounding counts interest twice; and contributions credited at the start of each period earn roughly one extra period of interest compared with end-of-period contributions.

Common questions

Does compounding monthly instead of annually really change much?

Modestly. On the initial $1,000 alone at 6% nominal over 5 years, monthly compounding ends at $1,348.85 versus $1,338.23 with annual compounding - about 0.8% more. The gap grows with higher rates and longer terms, which is why banks advertise the effective annual yield (6.17% for 6% compounded monthly) next to the nominal rate.

Is the final balance what I will actually have?

Not exactly. The tool assumes one fixed rate and one fixed contribution for the whole term, and banks change APYs whenever they like, so a real balance will drift from the projection. Use it to compare scenarios and set contribution targets, then re-run it when the account's rate changes. In a taxable account, interest becomes 1099-INT income, so what you keep is the balance minus tax on the interest.

References and verification

The example and behavioral notes were checked against the browser implementation. Standards and primary references below define the relevant format, formula, or platform behavior.

Related Tools