Child Savings Calculator
Estimate how much you'll save for your child by a target age.
Enter your values and click Calculate
How It Works
The formula used is the future value of an ordinary annuity with monthly compounding: FV = PMT × ((1 + r)^n − 1) / r, where PMT is the monthly contribution, r is the monthly interest rate (annual rate ÷ 12), and n is the total number of months (years × 12). The numerator (1 + r)^n − 1 represents the compounding growth factor minus 1, and dividing by r converts that growth into a monetary total. As a worked example: $100/month at 6% annual rate for 10 years gives r = 0.06 / 12 = 0.005 and n = 120. The growth factor is (1.005)^120 ≈ 1.8194. FV = 100 × (1.8194 − 1) / 0.005 = 100 × 163.88 = $16,388. Of that total, $12,000 came from contributions (100 × 120) and $4,388 came from interest — meaning compound growth added roughly 37% on top of what was deposited. If the rate is zero, the formula reduces to PMT × n, which is simple multiplication with no growth component.