Down Payment Calculator

See how your down payment affects your mortgage payment, PMI requirement, and total home buying costs.

Down Payment Amount
Loan Amount
Monthly P&I Payment
PMI Required?
Estimated Monthly PMI
Total Monthly Payment (P&I + PMI)
Total Interest Over Loan Life

Down Payment Comparison

How Much Down Payment Do You Need?

The down payment is the portion of the home price you pay upfront at closing. While 20% has traditionally been considered the standard, many buyers put down significantly less. The average first-time homebuyer puts down about 6-7%, and some loan programs require as little as 3% down (conventional) or 0% down (VA and USDA loans).

Your down payment directly affects several aspects of your mortgage. A larger down payment means a smaller loan amount, lower monthly payments, less total interest paid, and potentially a better interest rate. Most importantly, putting down at least 20% eliminates the need for Private Mortgage Insurance (PMI).

PMI protects the lender if you default on your loan and is required when your down payment is less than 20% on a conventional loan. PMI typically costs 0.3% to 1% of the loan amount annually, depending on your credit score and down payment percentage. This can add $100-$300+ per month to your housing costs.

The good news is that PMI is not permanent. Once you reach 20% equity in your home (through payments and/or appreciation), you can request PMI removal. By law, lenders must automatically cancel PMI when your equity reaches 22% of the original purchase price.

Down Payment Calculator by State

Frequently Asked Questions

What is the minimum down payment required?
Minimum down payments vary by loan type. Conventional loans require as little as 3% down, FHA loans require 3.5%, VA and USDA loans offer 0% down payment options. However, a larger down payment reduces your monthly costs and total interest.
What is PMI and how much does it cost?
Private Mortgage Insurance (PMI) is required when you put less than 20% down on a conventional loan. It protects the lender against default. PMI typically costs 0.3% to 1% of your loan amount per year. On a $280,000 loan, that is $70-$233 per month.
When can I stop paying PMI?
You can request PMI cancellation when your equity reaches 20% of the original purchase price. Lenders must automatically cancel PMI at 22% equity. You can reach this through regular payments, extra payments, or home value appreciation (which may require a new appraisal).
Is it better to put 20% down or invest the difference?
This depends on your situation. Putting 20% down eliminates PMI and lowers your payment. However, if your investment returns exceed your mortgage rate plus PMI cost, investing may build more wealth. Also consider that a smaller down payment preserves cash for emergencies.
Can I use gift money for a down payment?
Yes, most loan programs allow gift funds for down payments. Conventional loans, FHA, and VA loans all permit gift money, though documentation requirements vary. You typically need a gift letter stating the money is a gift and not a loan. Some programs require that a portion of the down payment come from your own funds.
+v.toLocaleString('en-US',{minimumFractionDigits:2,maximumFractionDigits:2});};document.getElementById('dp-amount').textContent=fmt(downAmt);document.getElementById('dp-loan').textContent=fmt(loan);document.getElementById('dp-monthly').textContent=fmt(monthly);document.getElementById('dp-pmi-req').textContent=needsPMI?'Yes (LTV > 80%)':'No';document.getElementById('dp-pmi-req').style.color=needsPMI?'#f97316':'#22c55e';document.getElementById('dp-pmi').textContent=needsPMI?fmt(monthlyPMI):'$0.00';document.getElementById('dp-total-monthly').textContent=fmt(totalMonthly);document.getElementById('dp-total-int').textContent=fmt(totalInt);var pcts=[3,5,10,15,20,25];var tbl='';for(var i=0;i=15)pmiR=0.003;else if(dp>=10)pmiR=0.005;else if(dp>=5)pmiR=0.007;else pmiR=0.01;}var mPMI=la*pmiR/12;var tot=mp+mPMI;var hl=dp===pct?' style="background:#1a1a1f;border-bottom:1px solid #222;"':' style="border-bottom:1px solid #222;"';tbl+='';}tbl+='
Down %Down AmtLoanMonthly P&IPMI/moTotal/mo
'+dp+'%'+fmt(da)+''+fmt(la)+''+fmt(mp)+''+(dp<20?fmt(mPMI):'--')+''+fmt(tot)+'
';document.getElementById('dp-compare-table').innerHTML=tbl;document.getElementById('dp-result').classList.add('show');};})();