91³Ô¹ÏÍø

Watch CBS News

Texas never more prepared for winter storm, Gov. Greg Abbott says

Texas Gov. Greg Abbott met with leaders of multiple state agencies Thursday morning for a briefing on plans to prepare for and respond to the looming winter storm and sub-freezing temperatures.

The meeting, at the State Operations Center in Austin, included heads of the Texas Department of Emergency Management, TxDOT, the Public Utilities Commission and ERCOT, among others. 

Abbott announced a disaster declaration for 134 counties that might be impacted, but said that the state has never been more prepared for a winter storm like the one that is coming.

Abbott says Texas power grid shouldn't fail

Abbott and officials from the PUC and ERCOT all spoke about what the state has done since the catastrophic winter storm in 2021, when more than 200 people died amid widespread power outages that lasted for days in parts of the state.

"We are confident there will be abundant power available throughout this entire storm," he said.

The leaders stressed multiple times that any power outages would not be a sign of power grid failure, but would likely be due to ice or winds taking down power lines.

PUC commissioner Thomas Gleeson said the power grid is "positioned to perform extremely well" due to "historic investments" since 2021. The grid has added 40,000 megawatts of generation capacity in the last five years, officials said, and new laws, like a mandate for power plants to have alternative sources of fuel, will ensure there is not a repeat.

Gleeson said a law that was signed in 2023 enabled ONCOR, the power distributor to most of North Texas, to replace 20,000 more power poles and clear trees from 8,000 more miles of power lines than what they would have done without the law.

Pablo Vegas, the president and CEO of ERCOT, said that any power generation facilities that were offline will be activated and all of the grid's capacity will be available. They also have a new system in place to improve grid efficiency and get power to where it's needed most.

Abbott said that local power providers like ONCOR have never been more prepared for, and they have crews and supplies in place to repair downed power lines as quickly as possible.

Texas roads and highways during the winter storm

TxDOT executive director Marc Williams said highways across the state are being pre-treated with brine solution to help ice melt more easily. He warned that the brine will not prevent all ice, and that dangerous conditions are expected. A map with the latest road conditions statewide is available at .

More than 5,000 TxDOT personnel and hundreds of vehicles will be in position across the state to respond to accidents and help clear ice or debris like downed trees, Williams said.

Drivers can also expect some toll or express lanes to be closed due to less traffic on the highways and the need for slower speeds. Williams also urged anyone who needs to drive to give plows as much distance as possible.

Texas emergency management

Nimm Kid, the chief of the Texas Division of Emergency Management, said the state has 3,700 employees focused on the storm, with more people and equipment to be added to the effort. TDEM also has a . 

Nearly 300 warming shelters have been activated in coordination with TDEM, with a . 

Kidd encouraged people to get their homes ready, and keep space heaters away from anything flammable. He also warned Texans with gas generators to not run them inside of their homes due to the risk of carbon monoxide poisoning.

The Texas National Guard is also on standby with trucks stocked with food, water, cots and blankets. The Guard will be able to deliver resources to warming shelters that may need them and respond to help stranded drivers.

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