91³Ô¹ÏÍø

Watch CBS News

A severe geomagnetic storm has hit Earth. Here's what could happen.

A severe geomagnetic storm that hit Earth has the potential to knock out power and electronics this weekend, but it could also bring a spectacular light show from the aurora borealis as far south as Alabama and Northern California.

After days of heightened solar activity, NOAA's Space Weather Prediction Center issued Thursday its first watch for a — the second-strongest rating on a — in nearly 20 years. It then upgraded it to a G5 on Friday. 

The prediction center in a social media post that "extreme (G5) geomagnetic conditions" were "observed" for the first time since October 2003. Friday's G5 conditions were first observed at 6:54 p.m. Eastern Time and could continue through the weekend, the agency said. 

The G5 storm in 2003 caused power outages in Sweden and damaged transformers in South Africa, according to prediction center. 

"Geomagnetic storms can impact infrastructure in near-Earth orbit and on Earth's surface, potentially disrupting communications, the electric power grid, navigation, radio and satellite operations," the NOAA said in an earlier statement. "[The Space Weather Prediction Center] has notified the operators of these systems so they can take protective action."

Risks to the power grid

A G5 geomagnetic storm is considered "extreme" and has the potential to cause widespread voltage control problems to the power grid, damage transformers, and even cause complete blackouts. According to the , in a G5, "high frequency radio propagation may be impossible in many areas for one to two days, satellite navigation may be degraded for days," and "low-frequency radio navigation can be out for hours"

These types of effects on power systems were and have been reported throughout the years, with incidents including a power blackout in 1958, equipment tripping and voltage stability issues in 1972 and a nine-hour blackout in Canada in 1989, according to NOAA.

The last time there was a G5 or "extreme" geomagnetic storm was in October 2003, when it caused power outages in Sweden and damaged transformers in South Africa.

Effect on satellite and radio operations

As of Friday afternoon, NOAA had also observed a moderate solar radiation storm that could expose people in high-flying aircraft to "elevated radiation risk" and could cause infrequent issues with satellite operations. 

With a G5 storm, "satellite navigation could be degraded for days," it warns.

Radio blackouts have also been detected with an R3 designation, meaning that the blackouts were "strong" on a scale from R1 (minor) to R5 (extreme). At this level, wide blackouts of high-frequency radio communication is expected, as well as loss of radio contact, for about an hour on the sunlit side of Earth, as low-frequency navigation signals decline for roughly an hour.

Expansion of northern lights

The same phenomenon that causes these disruptions is also responsible for making the aurora borealis viewable in places you normally can't see them. 

"Earth's magnetic field guides the electrons such that the aurora forms two ovals approximately centered at the magnetic poles," . "During major geomagnetic storms these ovals expand away from the poles such that aurora can be seen over most of the United States."

Vivid displays were visible over parts of Europe and the U.K. on Friday night.

Spring weather May 11th 2024
The aurora borealis, also known as the northern lights, glow on the horizon at St Mary's Lighthouse in Whitley Bay on England's Northeast Coast, May 10, 2024. Owen Humphreys/PA Images via Getty Images

"If you happen to be in an area where it's dark and cloud free and relatively unpolluted by light, you may get to see a fairly impressive aurora display," Rob Steenburgh, a space scientist with the National Oceanic and Atmospheric Administration's Space Weather Prediction Center, told reporters Friday. "and that's really the gift from space weather, is the aurora."

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