91³Ô¹ÏÍø

Watch CBS News

Is a home equity loan tax-deductible?

gettyimages-967374580.jpg
Interest paid on a home equity loan may be tax-deductible if used for IRS-approved reasons. Getty Images/iStockphoto

The deadline for filing your 2022 taxes is just weeks away (April 18, to be exact). While many people can get their taxes done early by using an online tax preparation service, others may not even know where to begin. It can quickly become confusing trying to determine what tax bracket you're in and what deductions you are and aren't eligible to take. 

Homeowners can generally depend on a sizable deduction if they're still paying significant interest on their home loan. But if they've been in the home for an extended period of time - and the interest on the loan has dropped - they may not be able to deduct much when it comes time to file their return.

Fortunately, there is another way homeowners can take advantage of tax deductions. If the homeowner used a home equity line of credit (HELOC) or a home equity loan during the tax year in question, they may be able to deduct the interest they paid on their return. This can only happen in IRS-approved circumstances, but it's still worth pursuing, particularly if you took out a substantial amount of equity during the year in question.

Learn more about how a home equity loan can qualify as a tax deduction and why this type of credit may be worth it for some homeowners from a trusted expert. .

Is a home equity loan tax deductible?

In short: A home equity loan isn't tax-deductible, but the interest the homeowner paid on it may be if they used it for IRS-approved reasons.

"Interest on home equity loans and lines of credit are deductible only if the borrowed funds are used to buy, build, or substantially improve the taxpayer's home that secures the loan," the explains online. "The loan must be secured by the taxpayer's main home or second home (qualified residence), and meet other requirements.

"Generally, you can deduct the home mortgage interest and points reported to you on Form 1098 on Schedule A (Form 1040), line 8a," the IRS says. "However, any interest showing in box 1 of Form 1098 from a home equity loan, or a line of credit or credit card loan secured by the property, is not deductible if the proceeds were not used to buy, build, or substantially improve a qualified home."

Not sure if you'd qualify? Online tax services can help you sort through your return to help maximize your deductions.

.

Don't forget

Home equity loans are just one (important) item you can deduct when filing your taxes. If you used a HELOC, you may be eligible for a deduction there, too, assuming it met the same requirements your home equity loan did. And the mortgage interest deduction is still a substantial one for millions of homeowners. 

"You can deduct home mortgage interest on the first $750,000 ($375,000 if married filing separately) of indebtedness," the IRS says. "However, higher limitations ($1 million ($500,000 if married filing separately)) apply if you are deducting mortgage interest from indebtedness incurred before December 16, 2017."

And don't forget, while the tax deductions for home equity loans and HELOCs are favorable, you're still using your home as collateral for this sort of credit. So make sure you've explored all of your credit options thoroughly before signing on the dotted line. That said, both home equity loans and HELOCs generally offer lower interest rates than many other popular forms of credit, so the rate - combined with its interest deduction - may make these credit options your best bet.

Other information

Have more questions about home equity loans? Not sure if they're right for you? Learn more about this unique credit option by checking out these articles:

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });