Calc Hub

Mortgage & Home Equity Calculator

Estimate your full monthly mortgage payment (PITI) or calculate home equity loan and HELOC payments with LTV analysis, draw periods, and repayment schedules.

Last updated: 2026-03-27

Mortgage calculator

Enter mortgage details

Include taxes, insurance, and HOA to estimate your full monthly housing payment.

Purchase price of the property.

Enter the down payment dollar amount.

Common fixed terms include 15 and 30 years.

Enter APR as a percent, for example 6.75.

Annual tax rate based on home value.

Estimated monthly homeowners insurance premium.

Optional monthly HOA dues.

Total Monthly Payment (PITI)

$2,362.85

Principal + interest + taxes + insurance

Principal & Interest

$1,862.85

Monthly Property Tax

$350.00

Monthly Insurance

$150.00

Loan Amount

$280,000.00

Total Interest Paid

$390,624.92

Total Cost (PITI x 360 months)

$850,624.92

See how extra payments accelerate payoff → Loan Payoff Calculator

This page contains affiliate links. We may earn a commission at no cost to you.

Example scenarios

Apply a preset to compare common homebuying situations quickly.

First-Time Buyer

$350,000 home, 20% down, 30-year fixed

Common conventional mortgage scenario that shows full monthly PITI with taxes and insurance.

Result: $2,362.85/mo total PITI, $390,624.92 total interest

15-Year Fixed

$200,000 home, 10% down, 15-year term

Shorter term increases monthly payments but sharply reduces lifetime interest paid.

Result: $1,834.66/mo total PITI, $102,238.79 total interest

Condo with HOA

$450,000 condo, 25% down, HOA included

Illustrates how HOA can materially change the true monthly payment lenders use in underwriting.

Result: $3,189.84/mo total PITI, $491,344.18 total interest

HELOC — Home Renovation

$400K home, $250K mortgage, $50K HELOC draw

Home equity line of credit with 10-year draw period and 20-year repayment. Shows interest-only payments during draw phase.

Result: Home equity mode: $354.17/mo draw phase, $434.85/mo repayment phase

How Your Mortgage Payment is Calculated

A mortgage calculator helps you estimate the true monthly cost of owning a home. Most buyers focus on the purchase price, but your actual monthly obligation includes several components that lenders evaluate together. Understanding each piece lets you budget accurately and compare loan scenarios before committing.

Understanding PITI: The Full Payment

Lenders use PITI — principal, interest, taxes, and insurance — to assess affordability. Principal is the portion that reduces your loan balance each month. Interest is the cost your lender charges for borrowing. Property taxes and homeowners insurance are typically collected into an escrow account and paid on your behalf. Some properties also include HOA fees, which can add hundreds to your monthly cost for condos and planned communities.

P&I payment formula

M = P[r(1+r)^n] / [(1+r)^n - 1]

P is the loan amount (home price minus down payment), r is the monthly interest rate (annual rate divided by 12), and n is the total number of monthly payments. At 0% APR, the payment simplifies to loan amount divided by term months.

How Down Payment Affects Your Mortgage

A larger down payment reduces your loan amount, which directly lowers both your monthly payment and total interest paid over the life of the loan. Putting down at least 20% typically eliminates the need for private mortgage insurance (PMI), an additional monthly cost that protects the lender if you default. PMI can add $50 to $300 or more per month depending on loan size and credit profile.

Choosing Between 15-Year and 30-Year Terms

A 30-year mortgage offers lower monthly payments, making homeownership more accessible. A 15-year mortgage comes with higher monthly payments but dramatically reduces total interest — often saving tens of thousands of dollars. Many buyers start with a 30-year term and make extra payments when cash flow allows, combining flexibility with interest savings.

Property tax rates vary significantly by location, typically ranging from 0.5% to 2.5% of assessed home value annually. Always verify your county's rate for a more accurate estimate. Homeowners insurance costs depend on coverage level, location, and home characteristics.

This calculator provides estimates for educational and planning purposes. Actual obligations can vary by lender, escrow policy, local tax assessments, and insurance underwriting. Consult a mortgage professional for binding quotes.

Frequently Asked Questions

Common questions about mortgage payments, PITI, and homebuying tradeoffs.

PITI stands for Principal, Interest, Taxes, and Insurance. It is the all-in monthly housing cost many lenders use to evaluate affordability. HOA fees may be added in some underwriting cases.

Explore more calculators and tools to help you plan.

Was this calculator helpful?

Your feedback helps us improve future calculators.

Disclaimer

This calculator is for educational purposes only and does not constitute financial advice. Results are estimates based on the inputs provided. Consult a qualified mortgage professional for personalized advice.

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/mortgage-calculator"
  width="100%"
  height="600"
  frameborder="0"
  title="Mortgage & Home Equity 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>