May 27, 2010
45 min. read time
Learn

Mortgage insurance explained: PMI vs FHA MIP, and how to stop paying it

Published May 27, 2010 · Updated July 24, 2026 · 7 min read

Valley West Mortgage is an independent mortgage lender, NMLS #65506, and is not affiliated with or endorsed by the Federal Housing Administration (FHA), HUD, the U.S. Department of Veterans Affairs, Fannie Mae, or Freddie Mac. This article is educational; every figure shown is an illustrative example - not a quote, offer, approval, or commitment to lend.

Quick answer: Mortgage insurance is a monthly cost that protects the lender, not you, when you buy with less than 20% down. On a conventional loan it is called PMI and it can be cancelled once you reach roughly 20% equity. On an FHA loan it is called MIP, it includes a 1.75% upfront fee plus an annual fee, and with less than 10% down it usually lasts for the life of the loan - which is why many FHA buyers later refinance out of it.

Key takeaways

  • PMI (conventional) is removable; FHA MIP with under 10% down usually is not - the exit is a refinance.
  • You can request PMI cancellation at 80% of original value; servicers must drop it at 78% (federal Homeowners Protection Act).
  • FHA annual MIP is 0.55% or 0.50% for most 30-year borrowers under HUD's 2023 premium cut, still in effect in 2026.
  • Your credit score changes PMI pricing a lot; it does not change FHA MIP at all.

What is mortgage insurance, and who does it actually protect?

Mortgage insurance reimburses the lender if a low-down-payment loan defaults. You pay for it, but you are not the insured party. Its real value to a buyer is access: instead of saving 20% down - easily six figures on a Las Vegas home - qualified buyers can close with 3% down conventional or 3.5% down FHA and start building equity years sooner. The idea is older than PMI itself: government loan insurance is the 1934 invention that the history of the modern mortgage is built around.

PMI vs FHA MIP: what is the difference?

Private mortgage insurance vs FHA mortgage insurance premium (2026)
Conventional PMIFHA MIP
When requiredDown payment under 20%Every FHA loan, regardless of down payment
Upfront feeNone (monthly PMI)1.75% of the loan amount (can be financed)
Annual costVaries with credit score and LTV0.55% (under 5% down) or 0.50% (5%+ down) for most 30-year loans
Credit score effectLarge - strong credit pays far lessNone - same premium at 580 or 780
How it endsRequest at 80% LTV; automatic at 78%11 years with 10%+ down; otherwise life of loan
Typical exitTime, appreciation, or extra principalRefinance to conventional once equity allows

When can you stop paying PMI?

The federal Homeowners Protection Act gives conventional borrowers two exits. You can request cancellation once your balance falls to 80% of the home's original value, if your payments are current. Your servicer must automatically terminate PMI when the balance reaches 78% on schedule. If Las Vegas prices have pushed your equity up faster than your amortization schedule, ask your servicer about cancellation based on current value - most investors allow it with a new valuation and a good payment history. Our step-by-step guide: how to remove PMI.

How does FHA MIP work in 2026?

FHA charges an upfront premium of 1.75% of the loan amount, usually financed into the loan, plus an annual premium paid monthly. Under the premium schedule HUD set in March 2023 - still in effect in 2026 - most 30-year FHA borrowers pay 0.55% annually with less than 5% down, or 0.50% with 5% or more down. With less than 10% down, that annual MIP stays for the life of the loan; with 10% or more down it ends after 11 years. Full numbers, worked examples, and current Clark County loan limits: FHA mortgage insurance in 2026.

Example borrower scenario

Two buyers purchase the same $400,000 Las Vegas home with 3.5% down. The FHA buyer pays the same MIP whether their score is 600 or 760. The conventional buyer with a 760 score may pay meaningfully less monthly insurance than the FHA buyer - but the conventional buyer with a 620 score may pay more. This is why we price both paths on the same file before you choose. Illustrative only; your numbers will differ.

Can you avoid mortgage insurance without 20% down?

Sometimes. Eligible veterans can use a VA loan with no monthly mortgage insurance at all. Some conventional lenders offer lender-paid PMI in exchange for a slightly higher rate - worth pricing, not automatically better. And many FHA homeowners eventually refinance into a conventional loan once equity reaches 20%, dropping MIP entirely.

Paying mortgage insurance and not sure you still need to?

Ten minutes with a Las Vegas loan officer tells you whether cancellation, a new valuation, or a refinance is the cheaper exit. No obligation.

Get your fast quote

Mortgage insurance FAQ

Is PMI the same as FHA mortgage insurance?

No. PMI is private insurance on conventional loans and is cancellable at 20% equity. FHA MIP is a government premium with an upfront and an annual component, and under 10% down it usually lasts the life of the loan.

When can I stop paying PMI?

Request cancellation at 80% of original value; your servicer must drop it automatically at 78% if you are current (Homeowners Protection Act).

How much is FHA mortgage insurance in 2026?

1.75% upfront plus 0.55% or 0.50% annually for most 30-year borrowers, per the HUD schedule set in 2023 and unchanged in 2026.

Does mortgage insurance protect me?

No - it protects the lender. Your benefit is being able to buy with far less than 20% down.

Can I avoid mortgage insurance without 20% down?

Sometimes: VA loans for eligible veterans, lender-paid PMI, or refinancing out of FHA MIP once you have the equity. Each has tradeoffs worth pricing.

Reviewed by
Vatche Saatdjian
President, Valley West Mortgage · NMLS #69363 · Company NMLS #65506

Las Vegas mortgage expert since 2004 · Equal Housing Opportunity. Valley West Mortgage is an independent mortgage lender operating in 32+ states and DC, with offices at 8010 W Sahara Ave Ste 140, Las Vegas, NV. Find a loan officer →

'; o.addEventListener('click',function(ev){ if(ev.target===o||ev.target.className==='vw-bbp-close'){ o.remove(); } }); document.addEventListener('keydown',function esc(ev){ if(ev.key==='Escape'){ var x=document.querySelector('.vw-bbp-overlay'); if(x)x.remove(); document.removeEventListener('keydown',esc); } }); document.body.appendChild(o); } function fire(){ if(stopped())return; mark(); teardown(); loadBB(function(ok){ if(ok){ var called=false; try{ BB.api.openModal('leadWorkflow'); called=true; }catch(e){} if(called){ /* openModal can return silently with the modal never displayed on this origin; verify it is actually visible, else fall back */ var n=0,iv=setInterval(function(){ var f=document.querySelector('iframe[src*="global_modal"]'); if(f){ var cs=window.getComputedStyle(f); if(cs.display!=='none'&&f.offsetWidth>0){ clearInterval(iv); return; } } if(++n>=8){ clearInterval(iv); fallback(); } },250); return; } } fallback(); }); } var timers=[]; function onExit(e){ if(e.clientY<=8&&!e.relatedTarget)fire(); } function onScroll(){ var d=document.documentElement; var max=d.scrollHeight-window.innerHeight; var y=window.scrollY||d.scrollTop||document.body.scrollTop||0; if(max>0&&y/max>=0.6)fire(); } function teardown(){ document.removeEventListener('mouseout',onExit); window.removeEventListener('scroll',onScroll); document.body.removeEventListener('scroll',onScroll); timers.forEach(clearTimeout); } if(stopped())return; document.addEventListener('mouseout',onExit); window.addEventListener('scroll',onScroll,{passive:true}); document.body.addEventListener('scroll',onScroll,{passive:true}); timers.push(setTimeout(fire,45000)); })();
Continue with your rate quote

⏰ Your offer will be delivered to your inbox in less than a minute!