91³Ô¹ÏÍø

Watch CBS News

Type of insurance can make a big difference when it comes to home fires

While wildfires may grab the headlines in Southern California, home fires are a threat to homeowners and renters, and the kind of insurance you carry can make a big difference.

When it comes to your insurance, there are important differences in coverage for a wildfire versus a fire that starts inside the house.

In Southern California, much of the focus is on fires that start beyond our front door, wildfires. But homeowners and renters need to ensure they have adequate coverage if a fire starts inside the home.

"Some policies will actually have a different deductible for house fires versus wildfires," said insurance expert Karl Susman. "The wildfires will have larger deductibles. The house fires are typically just your standard deductible that you have on your policy."

Susman said homeowners should consider the extent of the damage before they file a claim.

"Once I've met that deductible, maybe it's going to cost $7,000, so you say, 'Well, that's over my deductible. I should file it,'" Susman said. "Then you want to ask yourself, 'Do I want to have a claim to get $2,000 back?' The answer might be no, especially if you can write that check anyway."

Susman said homeowners also tend to get better deals when they're the ones writing the check.

"When they see an insurance company involved, the rates go up on what they're going to charge versus if you tell them, 'Look, I'm paying this out of a pocket, what's the best you can do for me?'" Susman said. "I've seen rates that they're getting quoted half of what they are getting quoted to the insurance companies."

Susman explained that multiple factors can determine how much your premium will increase if you file a claim.

At the very least, Susman said you'll lose your claim-free discount, which typically saves you 10% on your premium.

The new year is a good time to ensure your home is fire-safe. Start by checking your smoke alarm, changing the battery, or, if it's hard-wired, doing a system test.

"Another thing to be assured is that you have fire extinguishers in the house, and that they work, and you know how to use it," Susman said. "A lot of times you'll buy it, and you've tucked it underneath the table or put it wherever in the cabinet. Nobody knows how to use it. And a fun fact, they expire."

Susman recommends replacing them every couple of years.

If your insurance broker uses a model to determine the cost to rebuild, Susman said, keep in mind that contractors are charging upwards of $500 a square foot right now due to increased construction among Palisades and Altadena fire survivors. The industry-standard $ 300-per-square-foot rate no longer applies in Southern California. 

Insurance checklist for house fires
Page of
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=50747257b890e014813016b79ece0fb2'; 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(); } }); }); }); });