91³Ô¹ÏÍø

Watch CBS News

Wildfires in Chile kill at least 15 people, force more than 50,000 to evacuate

Wildfires burning out of control in southern Chile have killed at least 15 people and forced more than 50,000 to evacuate, the government said Sunday.

Security Minister Luis Cordero gave the tolls for 14 blazes burning for two days now in the Nuble and Biobio regions about 300 miles south of Santiago.

President Gabriel Boric declared a state of emergency as nearly 4,000 firefighters battled flames fueled by gusting winds and hot weather in the southern hemisphere summer. Temperatures were expected to reach up to 100 degrees Fahrenheit in the region on Sunday and Monday, the Reuters news agency reported.

"We face a complicated situation," Interior Minister Alvaro Elizalde said.

The president announced the state of emergency in Nuble and Biobio in a .

"All resources are available," Boric wrote.

APTOPIX Chile Wildfires
A member of the Gonzalez family pets his dog after the family's home caught fire during wildfires in Lirquen, Chile, Sunday, Jan. 18, 2026. Javier Torres / AP

According to Chile's CONAF forestry agency, more than 20 forest fires were being fought across the country as of Sunday.

"That is why a call is being made to everyone to, above all, avoid traveling through the areas where emergency teams are working," the .

Among other things, the declaration means the armed forces will now get involved.

Alicia Cebrian, the director of the National Service for Disaster Prevention and Response, said most of the evacuations were in the Biobio towns of Penco and Lirquen, which have a combined population of around 60,000 people.

Matias Cid, a 25-year-old student who lives in Penco, described fast-moving flames burning through the night and devouring homes.

"We had to leave with the shirts on our back. If we had stayed another 20 minutes we would have burned to death," Cid told AFP.

All but one of the fatalities so far were in Penco, its mayor Rodrigo Vera said.

Lirquen, a small port town, was also hit hard, with many people saving themselves by rushing to the beach, said resident Alejandro Arredondo, 57.

"There is nothing left standing," he said as he surveyed a burning landscape of metal and wood that used to be people's homes.

Forest fires in Chile leave more than 10,000 hectares consumed
A view of several burned-out cars after a wildfire in the municipality of Penco, Chile, on January 18, 2026.  Lucas Aguayo Araos/Anadolu via Getty Images

The weather forecast Sunday was bad for firefighters -- high temperatures and strong winds, said Esteban Krause, the head of a forest preservation agency in Biobio.

Wildfires have severely impacted south-central Chile in recent years.

In February 2024, several fires broke out simultaneously near the city of Vina del Mar, northwest of Santiago, resulting in 138 deaths, according to the public prosecutor's office.

About 16,000 people were affected by those fires, authorities said.

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(); } }); }); }); });