Skip to main content
Home Blog About Contact

Mortgage Calculator

Calculate monthly mortgage payments, total interest, and amortization schedule. Compare fixed vs refinance interest rates free online.

✓ Free • No Signup • Client-Side Only

Mortgage & Refinance Calculator

Calculate monthly mortgage payments, interest breakdown, and amortization schedule.

Total Monthly Payment
$2,424
Principal & Interest: $2,022
Property Tax / Mo: $400
Total Loan Amount: $320,000
Total Interest Paid: $408,183
← Back to All Tools
+ Math.round(totalMonthly).toLocaleString(); document.getElementById('mortPI').textContent = ' + Math.round(pi).toLocaleString(); document.getElementById('mortTax').textContent = ' + Math.round(tax).toLocaleString(); document.getElementById('mortPrincipal').textContent = ' + Math.round(principal).toLocaleString(); document.getElementById('mortTotalInterest').textContent = ' + Math.round(totalInterest).toLocaleString(); } catch(e) {} } document.addEventListener('DOMContentLoaded', calcMortgage);