Skip to main content

Calculator Documentation

FHA Loan Calculator

Calculate FHA loan payments with upfront and annual MIP

Schema version 1.0.0 · Category: mortgage

Inputs

Property Details

Home purchase information

FieldTypeDefaultNotes
Purchase Pricecurrency$350,000Home purchase price
Down Paymentpercentage3.50%Minimum 3.5% for FHA loans (580+ credit score)

Loan Details

FHA loan terms

FieldTypeDefaultNotes
Interest Ratepercentage6.50%Annual interest rate
Loan Termselect30Loan term in years
Finance UFMIPselect1Finance upfront MIP into loan amount?

Monthly Expenses

Property taxes and insurance

FieldTypeDefaultNotes
Property Taxescurrency$350Monthly property tax amount
Homeowners Insurancecurrency$150Monthly insurance premium
HOA Duescurrency$0Monthly HOA fees (if applicable)

Adjustable Parameters

ParameterDefaultRangePurpose
Upfront MIP Rate0.01750.01 - 0.03UFMIP rate (currently 1.75%)
Annual MIP (High LTV)0.00550.003 - 0.015Annual MIP for term >15yr, LTV >95% (currently 0.55%)
Annual MIP (Mid LTV)0.0050.003 - 0.015Annual MIP for term >15yr, LTV ≤95% (currently 0.50%)
Annual MIP (Low LTV, 15yr)0.00150.001 - 0.01Annual MIP for 15yr loan, LTV ≤90% (currently 0.15%)

Calculations

Every figure this calculator produces, in evaluation order. Formulas reference input ids, parameters, and earlier calculations.

downPaymentDown payment amount
purchasePrice * downPaymentPercent
baseLoanAmountBase loan amount before UFMIP
purchasePrice - downPayment
ltvLoan-to-value ratio
if(purchasePrice > 0, (baseLoanAmount / purchasePrice) * 100, 0)
ufmipAmountUpfront MIP amount (1.75% of base loan)
baseLoanAmount * ufmipRate
financedUFMIPUFMIP added to loan if financed
if(financeUFMIP == 1, ufmipAmount, 0)
ufmipAtClosingUFMIP paid at closing if not financed
if(financeUFMIP == 0, ufmipAmount, 0)
totalLoanAmountTotal loan amount including financed UFMIP
baseLoanAmount + financedUFMIP
annualMipRateAnnual MIP rate based on LTV and term (post-March-2023 HUD schedule; 0.40% for 15yr LTV>90%)
if(loanTerm <= 15, if(ltv <= 90, annualMipLowLTV15yr, 0.0040), if(ltv > 95, annualMipHighLTV, annualMipMidLTV))
monthlyMIPMonthly MIP payment
(baseLoanAmount * annualMipRate) / 12
mipDurationYearsYears MIP is required (life of loan if LTV >90%)
if(ltv > 90, loanTerm, 11)
loanTermMonthsLoan term in months
loanTerm * 12
monthlyRateMonthly interest rate
interestRate / 12
monthlyPIMonthly principal and interest
if(monthlyRate == 0, totalLoanAmount / loanTermMonths, (totalLoanAmount * monthlyRate * pow(1 + monthlyRate, loanTermMonths)) / (pow(1 + monthlyRate, loanTermMonths) - 1))
monthlyTaxesInsuranceMonthly taxes, insurance, and HOA
propertyTaxes + homeInsurance + hoaDues
totalMonthlyPaymentTotal monthly PITI + MIP payment
monthlyPI + monthlyMIP + monthlyTaxesInsurance
paymentAfterMIPDropsMonthly payment after MIP ends
monthlyPI + monthlyTaxesInsurance
totalMIPCostTotal MIP cost over loan life
ufmipAmount + (monthlyMIP * mipDurationYears * 12)
estimatedClosingCostsCash needed at closing (down payment + UFMIP if not financed)
downPayment + ufmipAtClosing
annualPaymentAnnual payment amount
totalMonthlyPayment * 12
annualMIPAmountAnnual MIP amount
monthlyMIP * 12

Put this calculator on your site

Every plan includes the FHA Loan Calculator with your branding, share links, and PDF scenario reports.