$
%
$
$
%

Enter your details and hit Calculate

What is a Down Payment?

A down payment is the upfront cash you pay toward the purchase of a home or vehicle, reducing the amount you need to borrow. For a $400,000 home with a 20% down payment, you would pay $80,000 upfront and finance the remaining $320,000 with a mortgage.

The down payment percentage matters significantly. A 20% down payment on a home eliminates the need for Private Mortgage Insurance (PMI), which typically costs 0.5–1.5% of the loan amount annually. With less than 20% down, most conventional lenders require PMI until you reach 20% equity. FHA loans allow as little as 3.5% down but carry their own mortgage insurance premiums.

For a vehicle, a larger down payment (10–20%) reduces the loan amount, lowers monthly payments, and helps you avoid being "underwater" — owing more than the car is worth. Regardless of what you're buying, saving a meaningful down payment signals financial readiness and saves thousands in long-term interest costs.

Down Payment Savings Formula

This calculator uses the future value of an annuity formula to determine how long your savings will take to reach your goal:

Goal = Purchase Price × (Down Payment % ÷ 100)
Balancen+1 = Balancen × (1 + r) + Monthly Savings
  • r — Monthly interest rate (Annual Rate ÷ 12 ÷ 100).
  • Balance0 — Your current savings balance.
  • Monthly Savings — Amount added each month.
  • The calculator iterates month by month until the balance reaches the goal.

Example: Saving $80,000 at 4.5% Interest

You need an $80,000 down payment (20% of a $400,000 home). Here's how long it takes with different monthly savings amounts at 4.5% annual interest:

Monthly SavingsStarting BalanceTime to GoalInterest Earned
$500$011.2 years$4,180
$1,000$10,0005.4 years$5,960
$2,000$30,0001.9 years$3,170

Notice that a higher starting balance dramatically reduces the time needed. Depositing your down payment savings into a high-yield savings account (HYSA) at 4–5% APY earns meaningful interest — thousands of dollars over a multi-year savings journey.

At 4.5% annual interest compounded monthly. For illustrative purposes only.

Frequently Asked Questions

What is the minimum down payment for a home?

For conventional loans, the minimum is typically 3–5%. FHA loans allow 3.5% with a credit score of 580 or higher. VA and USDA loans offer 0% down for eligible borrowers. However, putting less than 20% down on a conventional loan requires PMI, which adds to your monthly cost.

What is PMI and how can I avoid it?

Private Mortgage Insurance (PMI) is required by most lenders when your down payment is less than 20% of the home's value. PMI typically costs 0.5–1.5% of the loan amount per year. You avoid PMI with a 20% down payment, a piggyback loan structure, or lender-paid PMI at a higher interest rate.

Should you always put 20% down?

Not necessarily. If putting 20% down depletes your emergency fund, it may be wiser to put 10% down and keep cash reserves. First-time buyer programs with low down payments can help you enter the market sooner, potentially capturing appreciation. Run the numbers on PMI cost versus the opportunity cost of waiting.

Can you use a gift for a down payment?

Yes, most loan programs allow gift funds from a family member for your down payment. Lenders typically require a signed gift letter stating the funds are a gift, not a loan. Different programs have different rules about how much of the down payment can be a gift — confirm with your lender.

function resetCalc() { document.querySelectorAll('.field-grid input, .field-grid select').forEach(function(el) { el.value = ''; }); var p = document.getElementById('placeholder'); var g = document.getElementById('resultsGrid'); if (p) p.style.display = ''; if (g) g.hidden = true; document.querySelectorAll('.result-value').forEach(function(el) { el.textContent = '—'; }); }