Savings Goal Timeline Calculator
Find out how long it takes to reach a savings goal. Enter your target, current savings, monthly deposit and interest rate to see the number of months and a chart of your balance climbing to the goal.
How to use this tool
- Enter savings goal, current savings, monthly deposit and annual interest rate in the fields above.
- Results update instantly as you type — or click Calculate.
- Read your months to reach goal and the full breakdown beneath it.
Set a target and this calculator works out how many months of regular deposits — plus interest — it takes to get there, and charts your balance rising to the goal.
⚠ This tool provides general estimates for education only and is not financial, tax or legal advice. Figures may not reflect your situation — verify with a qualified professional.
Formula
Each month: Balance = Balance × (1 + i) + C
Where i = monthly interest rate (annual rate ÷ 12) and C = monthly deposit.
The calculator iterates month by month until Balance ≥ Goal (capped at 1,200 months / 100 years).
How it works
This calculator uses iterative month-by-month simulation to find how long it takes for a savings balance to reach a target amount. Each month, the current balance earns one month of interest and then receives the monthly deposit. The loop continues until the balance meets or exceeds the goal, making the approach exact for any combination of rate and contribution regardless of whether a closed-form solution exists.
At 0% interest the result reduces to simple division (goal ÷ monthly deposit, rounded up). The calculator caps the simulation at 1,200 months to prevent infinite loops when contributions are too small to ever reach an unrealistically high goal.
Worked example
- Goal = $1,000; Current savings = $0; Monthly deposit = $100; Annual rate = 0%.
- Monthly rate i = 0%, so each month: Balance = Balance + $100.
- After 10 months: Balance = $100 × 10 = $1,000 ≥ $1,000. Goal reached.
- Years = ⌊10 ÷ 12⌋ = 0; Remaining months = 10 mod 12 = 10.
Months to reach goal: 10; Years: 0; + Months: 10.
Common mistakes to avoid
- Setting a monthly deposit that is too small relative to the goal -- if interest rate is low and deposits are minimal, the timeline can exceed the 1,200-month cap and no result is shown.
- Forgetting that the interest rate field expects an annual rate that the calculator converts to monthly -- entering a monthly rate inflates projected growth by roughly 12x.
- Ignoring taxes on interest income in taxable accounts, which reduces the effective rate and extends the timeline beyond the calculator's estimate.
Key terms
- Savings goal
- The target dollar amount the saver wants to accumulate by making regular deposits over time.
- Monthly deposit
- A fixed cash contribution added to the savings account at the end of each month.
- Iterative simulation
- A calculation method that steps through each time period one at a time, updating the balance, rather than using a single closed-form equation.
- Interest rate (monthly)
- The annual interest rate divided by 12; the fraction of the current balance earned as interest in a single month.
- Time to goal
- The number of months (broken into years and remaining months) needed for cumulative deposits plus earned interest to reach the savings target.
Frequently asked questions
- Does interest speed things up?
- Yes. With a positive rate your balance compounds while you save, so you reach the goal a little sooner than deposits alone would suggest.