b2KIT

Savings Goal Calculator

Calculate how much to save monthly to reach a financial goal by a target date with interest and contribution adjustments.

Tested tool guide Tested browser tools Checked August 16, 2026

What Savings Goal Calculator does, with a checked example

Set the destination first: the amount you need and the date you need it. The calculator works backward to the monthly deposit that gets you there, compounding each dollar at the annual rate you expect the account to pay, including any balance already saved. Contribution adjustments show what changes if you save more or less each month. The surprise is how much the assumed rate dominates: on a 20-year goal, one percentage point of return moves the required monthly amount by about 12 percent. Dividing the goal by the months and treating interest as a side bonus underestimates what you need by a wide margin.

Worked example

A concrete input and expected output from the current implementation.

Input

Goal: $12,000. Deadline: 24 months from now. Expected annual return on the account: 6%. Starting balance: $0.

Expected output

Save $471.85 per month for 24 months. Total deposits: $11,324.40. Interest earned covers the remaining $675.60 of the goal.

Compounding at 0.5 percent per month (6 percent annual divided by 12), one dollar saved monthly grows to ((1.005)^24 - 1)/0.005 = 25.432 dollars by month 24. Dividing the $12,000 goal by 25.432 gives $471.85. Over 24 months the deposits total $11,324.40, so interest supplies the remaining $675.60.

How the result is produced

1

Backward compound interest

The goal is a future value that must be reached by the deadline. Money already saved grows for the full horizon; each monthly deposit grows for the months remaining. The tool solves for the single payment whose future value, added to the grown starting balance, equals the goal: one dollar saved monthly becomes ((1 + r/12)^n - 1)/(r/12) dollars by month n, where r is the annual rate.

2

Rate and timing conventions

The annual figure becomes a monthly compounding rate, so a 6 percent nominal rate earns about 6.17 percent over a full year. The common convention counts deposits at month end; counting them at month start gives each deposit one extra month of interest and trims the required amount. Conventions vary between calculators, so check which timing applies before comparing results.

Good uses

  • A house down payment with a purchase date in mind: the exact monthly deposit the deadline demands.
  • Testing what changes when you raise or cut the monthly amount: the completion date moves, and the calculator shows by how much.
  • A hard-dated expense like a wedding, sabbatical, or equipment purchase, where interest on early deposits covers part of the cost.

Limits and checks

  • The output is a target, not a promise: the entered rate must actually be earned, and account rates change. If the account pays less than assumed, the deadline slips or the deposit must rise; re-run the calculation when rates move.
  • Even monthly deposits are assumed. Plans with lump sums, skipped months, or irregular income produce different results; the single monthly figure is not directly comparable with such schedules.
  • If the goal is a future purchase, inflation raises its price. Entering today's price without adjusting it understates the amount you need to save, even though interest on your deposits is included.

Common questions

I can afford $X a month. Will I reach the goal in time?

Compare X with the amount the calculator returns. If your budget figure is higher, you finish early; if lower, the deadline moves out unless the assumed rate is optimistic. Some tools let you adjust the contribution and read the new completion date directly. If yours only solves for the payment, raise the target date until the computed amount matches your budget, then compare that date with your plan.

I already have some money saved. Should I enter it?

Yes - it compounds for the entire horizon, so it does real work. For a $12,000 goal at 6 percent over 24 months, each $1,000 you already have cuts the required monthly deposit by about $44. Enter the balance even if it looks small: money saved early earns interest for longer than money added near the end, so the starting balance is worth more per dollar than any future deposit.

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