{{GOOGLE_VERIFICATION}} Mortgage Refinance Calculator for New Jersey (NJ) — Free Calculator | MortgageCalcTools
by tuditools.com

Mortgage Refinance Calculator for New Jersey

Free mortgage refinance calculator tailored for New Jersey (NJ). Calculate instantly with state-specific rates and rules.

Current Mortgage

New Mortgage

Current Monthly Payment
New Monthly Payment
Monthly Savings
Breakeven Point
Total Interest (Current)
Total Interest (New)
Net Savings (after closing costs)

Refinancing a Mortgage in New Jersey

With a median home value of $480,000 in New Jersey, many homeowners have accumulated significant equity since 2020. New Jersey benefited from NYC out-migration during COVID, pushing suburban prices sharply higher. Bergen, Morris, Monmouth, and Somerset counties carry the highest values and highest tax bills in the state.

Refinance Closing Costs in New Jersey

Refinancing costs approximately $7,200 in New Jersey. New Jersey has a Realty Transfer Fee (RTF) of up to 1.21% of sale price on the seller side. Buyers also pay a Mansion Tax of 1% on residential purchases above $1M. Combined, closing costs are among the highest in the nation. Your break-even is when cumulative monthly savings equal these upfront costs.

Conforming Refinance Limits

To qualify for a conventional rate-and-term refinance in New Jersey, your balance must stay under $1,089,300. All New Jersey counties qualify for high-cost conforming limits, ranging from $952,750 to $1,089,300 depending on the county.

Property Taxes After Refinancing

Refinancing doesn't trigger a property reassessment in New Jersey. Your 2.13% effective rate stays constant — only the principal and interest portion of your payment changes. New Jersey's property taxes are the highest in the nation in both rate and average dollar amount. A median-priced NJ home generates over $9,000/year in property taxes — roughly equivalent to the entire mortgage payment on a modest home in many other states.

Data: Tax Foundation (2024), US Census Bureau ACS 2023, Zillow, ATTOM Data Solutions. Updated 2024–2025. Figures reflect state averages — consult a licensed professional for personalized advice.

Mortgage Refinance Calculator for Other States

Frequently Asked Questions

How much does refinancing cost in New Jersey?
Refinancing closing costs in New Jersey typically run about $7,200. New Jersey has a Realty Transfer Fee (RTF) of up to 1.21% of sale price on the seller side. Buyers also pay a Mansion Tax of 1% on residential purchases above $1M. Combined, closing costs are among the highest in the nation.
What is the conforming refinance limit in New Jersey?
The conforming loan limit for refinancing in New Jersey is $1,089,300. All New Jersey counties qualify for high-cost conforming limits, ranging from $952,750 to $1,089,300 depending on the county.
How much home equity do I need to refinance in New Jersey?
Most lenders require at least 20% equity for the best rates (to avoid PMI). With New Jersey's median value of $480,000, that means keeping your balance under $384,000 after refinancing.
Will refinancing affect my property taxes in New Jersey?
No. Refinancing does not trigger a reassessment in New Jersey. Your effective rate remains at 2.13% and annual bill around $9,476.

More from TUDITOOLS

CalcuWealth
Free financial calculators for retirement, investing & budgeting
PropertyCalcTools
Free real estate & property calculators
Easy Calculators
100+ free everyday calculators
+v.toLocaleString('en-US',{minimumFractionDigits:2,maximumFractionDigits:2});};function pmt(r,n,pv){if(r===0)return pv/n;return pv*(r*Math.pow(1+r,n))/(Math.pow(1+r,n)-1);}window.calcRefinance=function(){var balance=parseFloat(document.getElementById('mr-balance').value)||0;var curRate=parseFloat(document.getElementById('mr-current-rate').value)||0;var curTerm=parseFloat(document.getElementById('mr-current-term').value)||27;var newRate=parseFloat(document.getElementById('mr-new-rate').value)||0;var newTerm=parseInt(document.getElementById('mr-new-term').value)||30;var closing=parseFloat(document.getElementById('mr-closing').value)||0;var cr=curRate/100/12;var cn=Math.round(curTerm*12);var curPmt=pmt(cr,cn,balance);var nr=newRate/100/12;var nn=newTerm*12;var newPmtVal=pmt(nr,nn,balance);var monthlySave=curPmt-newPmtVal;var breakeven=monthlySave>0?Math.ceil(closing/monthlySave):0;var curTotalInterest=(curPmt*cn)-balance;var newTotalInterest=(newPmtVal*nn)-balance;var netSave=curTotalInterest-newTotalInterest-closing;document.getElementById('mr-current-pmt').textContent=fmt(curPmt);document.getElementById('mr-new-pmt').textContent=fmt(newPmtVal);document.getElementById('mr-monthly-save').textContent=fmt(monthlySave);document.getElementById('mr-breakeven').textContent=breakeven>0?breakeven+' months':'N/A (no savings)';document.getElementById('mr-current-interest').textContent=fmt(curTotalInterest);document.getElementById('mr-new-interest').textContent=fmt(newTotalInterest);document.getElementById('mr-net-save').textContent=fmt(netSave);document.getElementById('mr-net-save').style.color=netSave>=0?'var(--green)':'var(--red)';document.getElementById('mr-result').classList.add('show');};})();