91³Ô¹ÏÍø

Watch CBS News

Heat dome map shows dangerous temperatures across U.S. Corn Belt, parts of the South

heat dome is trapping over 90 million Americans in extreme temperatures this week with the  issuing heat alerts from Nebraska to Florida.

Dangerous heat threatens to bake much of the Mississippi Valley and parts of the Southeast from Tuesday through at least Thursday, with temperatures over 100 degrees Fahrenheit expected in some areas. Some places could see heat index values, or feels-like temperatures, of 110 to 115 degrees.

While not expected to reach record highs, temperatures are still forecast to be about 10 to 15 degrees above average compared to what they typically are this time of year.

Maps show July heat alerts and forecasts

heat-alerts.png
Map shows active heat alerts on Monday, July 21, 2025. Nikki Nolan/CBS News

As the extreme heat hits parts of the Corn Belt, a region over part of the Plains and Central Mississippi Valley where heat index values could reach between 105 and 110 degrees, high humidity is also expected. The common phenomenon is known as corn sweat, which occurs when extreme heat beats down on corn crops and causes it to perspire and increase the humidity in the air.

Although record highs aren't forecasted this week, overnight lows in the mid 70s to low 80s could possibly break record high minimums in states like Alabama, Arkansas, Florida, Georgia, Kentucky, Louisiana, Missouri, South Carolina and Tennessee, according to , a nonprofit that analyzes climate change data.

High humidity coupled with extreme temperatures is dangerous because the combination significantly increases the likelihood of heat-related illnesses. Little to no overnight relief also poses a greater threat to health, NWS Prediction Center says.

3-days-highs-heat-index.png
Map shows heat forecast and the feels-like temperatures through Thursday, July 24, 2025. Nikki Nolan/CBS News
corn-belt.png
Map shows U.S. Corn Belt, the region impacted by extreme heat and humidity this week. Nikki Nolan/CBS News

Heat waves increasingly intensified by climate change

Climate change has made excessive heat in July at least three times more likely for nearly 160 million people in the U.S., nearly half the population, a Climate Central analysis found.

Using its calculation of data and what is called a (CSI), the nonprofit said Monday that human-caused climate change made this extreme heat at least five times more likely for certain areas, from Salt Lake City and Santa Fe, New Mexico, to Tallahassee, Florida, and Montgomery, Alabama.

The CSI uses real-time data to estimate how climate change has increased the likelihood of a particular daily temperature, according to Climate Central.

Last month, another heat dome exposed nearly half of the country to dangerously high temperatures. On June 24, seven states tied or broke monthly high temperature records, many exceeding triple digits. One of those states, Maryland, reported that 472 people needed medical assistance for heat-related illnesses during that time when the heat index topped 110 degrees in some places.

With such events becoming more common, Democratic lawmakers last week proposed legislation to classify extreme heat as a disaster, which would allow federal funding to flow into areas where hotter temperatures cause significant physical and economic distress.

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