Savings Calculator
Final Balance
$0
Total Contributed
$0
Interest Earned
$0
How the Savings Calculator Works
This savings calculator helps you project how your money will grow over time when you combine an initial deposit with regular monthly contributions and compound interest. It uses monthly compounding to calculate the future value of your savings, giving you a clear picture of how consistent saving habits can build substantial wealth over the years.
The calculation works in two parts. First, it computes the future value of your initial deposit using the compound interest formula: FV = P(1 + r/12)12t. Then it adds the future value of your monthly contributions as a growing annuity: FV = M × [((1 + r/12)12t − 1) / (r/12)]. Together, these give you the total balance at the end of your savings period.
The stacked area chart below the results visually breaks down your final balance into two components: the total amount you contributed out of pocket and the interest earned on top. This makes it easy to see how much of your wealth comes from your own deposits versus the returns generated by compound interest. Even modest monthly contributions can grow into significant sums over 10, 20, or 30 years. The key is starting early and staying consistent. Use this calculator to set realistic savings targets for an emergency fund, a down payment, education expenses, or any other financial goal.
Formula
FV = P(1 + r/12)12t + M × [((1 + r/12)12t − 1) / (r/12)]
Where:
- FV = future value of savings
- P = initial deposit
- M = monthly contribution
- r = annual interest rate (as a decimal)
- t = number of years
Example Calculation
Scenario: $5,000 initial deposit, $200/month contributions, 4.5% APY, 10 years
- Step 1: Monthly rate = 4.5% ÷ 12 = 0.00375, periods = 120
- Step 2: Initial deposit growth = $5,000 × (1.00375)120 = $7,832
- Step 3: Contribution growth = $200 × [((1.00375)120 − 1) / 0.00375] = $30,089
- Result: Total savings = $37,921 | Total deposited = $29,000 | Interest earned = $8,921