Savings Goal, Emergency Fund & 529 College Calculator
Calculate how much to save each month, estimate timelines, build an expense-based emergency fund, or project 529 college savings with state tax benefits and age-based allocation.
Last updated: 2026-03-27
Savings goal calculator
Plan your savings target
Choose a savings mode: deadline, budget, emergency fund, or 529 college plan.
Monthly Contribution Required
$460.45
3 years deadline
Goal Amount
$20,000.00
Current Savings
$2,000.00
Remaining to Save
$18,000.00
Total Contributions
$16,576.20
Interest Earned
$1,424.01
Compare high-yield savings rates → Compound Interest Calculator
Year-by-year breakdown
See how contributions and interest move your balance toward the target.
| Year | Starting Balance | Contributions This Year | Interest This Year | Ending Balance | Progress to Goal |
|---|---|---|---|---|---|
| 1 | $2,000.00 | $5,525.40 | $207.28 | $7,732.68 | 38.7% |
| 2 | $7,732.68 | $5,525.40 | $470.64 | $13,728.71 | 68.6% |
| 3 | $13,728.71 | $5,525.40 | $746.09 | $20,000.21 | 100.0% |
This page contains affiliate links. We may earn a commission at no cost to you.
Example scenarios
Try realistic goals and apply any preset to the form instantly.
House Down Payment
$60,000 goal in 3 years
Saving for a 20% down payment with $10,000 already set aside. Deadline mode solves the required monthly amount.
Result: $1,263/month required
Emergency Fund — 6 Months
$4,500/mo expenses, 6-month target
Building a 6-month emergency fund based on $4,500 in monthly essential expenses. Shows current runway and time to fully fund.
Result: ~36 months to fully funded, current runway 1.1 months
Vacation Fund
$5,000 target at $300/mo
A short-term travel savings plan with $500 already saved.
Result: 15 months (1 year 3 months)
529 Plan — Newborn, Public University
Newborn, public in-state, $200/mo
Starting a 529 plan for a newborn targeting public in-state university. The age-based glide path starts aggressive (8% growth) and shifts to conservative as college approaches.
Result: Projected 4-year cost ~$133K, 529 balance at enrollment ~$96K
How the Savings Goal Calculator Works
A savings goal calculator takes the guesswork out of financial planning. Whether you are saving for a house down payment, an emergency fund, a vacation, or any other target, this tool answers two essential questions: how much you need to save each month to reach your goal by a specific date, and how long it will take to reach your goal with a fixed monthly budget.
Deadline Mode: How Much to Save Monthly
In deadline mode, you set your target amount and timeframe, and the calculator solves for the required monthly contribution. It accounts for interest earned on your existing savings and each monthly deposit, so the required amount is often lower than simply dividing the remaining gap by the number of months.
Deadline mode formula
PMT = (Goal - Current x (1 + r)^n) x r / ((1 + r)^n - 1)
Where r is the monthly interest rate (annual rate / 12) and n is the number of months until your deadline.
Budget Mode: How Long Will It Take
In budget mode, you set a fixed monthly contribution amount and the calculator determines how many months it will take to reach your goal. It runs a month-by-month simulation, applying interest to your growing balance and adding your contribution each period. This approach handles edge cases cleanly and mirrors how real savings accounts grow over time.
Why Starting Sooner Matters
Existing savings begin earning interest immediately, which reduces the monthly contribution needed or shortens your timeline. Even a modest head start can save you months of saving. For example, having $5,000 already saved toward a $30,000 goal at 4.5% APY means interest alone contributes several hundred dollars over a 3-year period, lowering your required monthly deposit.
For the most accurate results, use the current APY from your savings account or the expected return rate of your investment vehicle. This calculator uses nominal dollars and does not adjust for inflation — for multi-year goals, consider increasing your target amount to account for rising costs.
Savings goal calculator FAQs
Common questions about rates, timelines, and planning assumptions.
What is the difference between deadline, budget, and emergency fund modes?
Deadline mode solves for the monthly contribution needed by a target date. Budget mode solves for the time required based on a fixed monthly contribution. Emergency fund mode sets the goal automatically based on your monthly expenses and a target coverage period (3–12 months), then shows your current runway and time to fully fund.
How much should I have in an emergency fund?
Most financial advisors recommend 3 to 6 months of essential living expenses. If you have variable income, are self-employed, or support dependents, 9 to 12 months may be more appropriate. The emergency fund mode calculates this target automatically from your expenses.
What is a 529 plan and which states offer tax deductions?
A 529 plan is a tax-advantaged savings account for education expenses. Earnings grow tax-free when used for qualified education costs. Over 30 states offer income tax deductions or credits for 529 contributions — the calculator estimates the benefit for the top 15 states.
What interest rate should I enter?
Use the annual yield of the account where you plan to save. For conservative planning, use the current APY from your target savings account rather than optimistic assumptions.
Does this calculator include inflation?
No. This version uses nominal dollars and does not adjust for inflation. For multi-year goals, consider increasing your target to account for future price changes.
What if my current savings already meet the goal?
The calculator will show that your goal is already reached and no additional monthly contribution is required for this target.
Why is required monthly contribution rounded up?
Required contributions are rounded up to the nearest cent so the plan fully funds your goal by the stated deadline instead of ending slightly short.
Related tools
Explore more calculators and tools to help you plan.
Was this calculator helpful?
Share quick feedback so we can improve this savings planning tool.
Disclaimer
This calculator is for educational and planning purposes only and does not constitute financial advice. Results are estimates based on the inputs provided and assume a fixed interest rate and consistent monthly contributions. Actual savings returns may vary. Consult a qualified financial advisor for personalized guidance.
Embed this calculator
Copy the code below to embed this calculator on your website or blog. It's free — no API key needed.
<iframe src="https://calc.mintloop.dev/embed/finance/savings-goal-calculator" width="100%" height="600" frameborder="0" title="Savings Goal, Emergency Fund & 529 College Calculator" loading="lazy"> </iframe>
Optional: auto-resize script
<script>
var CALC_HUB_ORIGIN = 'https://calc.mintloop.dev';
window.addEventListener('message', function(e) {
if (e.origin !== CALC_HUB_ORIGIN) return;
if (!e.data || e.data.type !== 'calc-hub-resize') return;
var frames = document.querySelectorAll('iframe[src*="calc.mintloop.dev"]');
frames.forEach(function(f) {
if (f.contentWindow === e.source) {
f.style.height = String(Math.max(0, Number(e.data.height) || 0)) + 'px';
}
});
});
</script>