Monthly Savings Calculator
Calculate how much you need to save each month to reach a savings goal.
Enter your values and click Calculate
How It Works
The calculator uses the future value of an annuity formula in reverse to find the required monthly deposit. First, any existing savings are projected forward: FV_current = currentSaved × (1 + r)^n, where r is the monthly interest rate (annual rate ÷ 12) and n is the number of months. The remaining amount that new contributions must cover is goal − FV_current. The required monthly payment is then: PMT = remaining × r ÷ ((1 + r)^n − 1). When the annual rate is 0%, the formula simplifies to PMT = remaining ÷ n. If the projected growth of existing savings already meets the goal, the calculator returns zero — no new contributions are needed.