91³Ô¹ÏÍø

Watch CBS News

Asteroid's odds of hitting Earth fluctuate as Webb telescope is tasked with studying potential "city-killer"

An asteroid has a small chance of hitting Earth less than eight years from now, and astronomers are enlisting the help of NASA's James Webb Space Telescope to study it. Characterized as a potential "city-killer," the asteroid was first detected in December and its odds of impacting our planet have fluctuated since then, according to NASA and the .

The space rock is formally named 2024 YR4. Scientists say the risk of it making contact with Earth is remote — with NASA giving it as high as a 3.1% chance before reducing its estimate to 0.28%, and the European agency putting it at 0.16%, down from around 2.8% — when it eventually reaches this part of the solar system on Dec. 22, 2032. Although the asteroid will most likely pass by without issue, those tasked with monitoring its physical attributes and potential have shifted upward the probability of a crash since 2024 YR4 was initially discovered. 

The European Space Agency in January placed the asteroid's odds of hitting Earth at roughly 1%, before NASA's Jet Propulsion Laboratory the risk was more like 1.6% at the tail end of the month. Officials at both agencies acknowledge the unlikelihood of 2024 YR4 causing problems, with the ESA saying that current risk estimates are probably unnecessarily high because the people studying it are still uncertain about some of the asteroid's key features.

Right now, astronomers estimate the asteroid is between 40 meters and 90 meters wide, which is roughly 130 to 295 feet wide. For reference, an American football field measures 100 yards — or 300 feet — long.

"It is very important that we improve our size estimate for 2024 YR4," the ESA said in a statement Monday, which noted "the hazard represented by a 40 m asteroid is very different from that of a 90 m asteroid."

On the slim chance the asteroid does strike Earth in 2032, its impacts would be localized. But 2024 YR4 has nonetheless received a Level 3 rating, out of 10, on the Torino Impact Hazard Scale, which is a fairly rare distinction meant to represent "a close encounter" that warrants public and scientific attention. 

2024-yr4.png
The yellow dots show the position uncertainty of asteroid 2024 YR4 when it encounters Earth in 2032, based on observations up to January 31, 2025. NASA

"An asteroid this size impacts Earth on average every few thousand years and could cause severe damage to a local region," the ESA said  about 2024 YR4.

If the asteroid does hit the planet, NASA said its potential impact sites could include areas over the eastern Pacific Ocean, northern South America, the Atlantic Ocean, Africa, the Arabian Sea and South Asia.

CBS News space consultant Bill Harwood said if it landed in a populated area, it would "be truly catastrophic," but the effects would be localized.

"It wouldn't be something like the rock that killed the dinosaurs," Harwood said. "It wouldn't affect the global climate, but it would certainly be a disaster of every proportion. So we're all hoping that doesn't happen." 

In order to gain a greater understanding of the asteroid and better prepare for whatever is to come, astronomers will use the Webb Telescope to collect data on its size that could not be observed as accurately without the telescope's technology, the ESA said. 

Where scientists are generally limited to observing the asteroid based on the amount of visible light it reflects from the sun, with brighter light typically signaling a larger asteroid, the Webb telescope can calculate its infrared emissions, allowing for more accurate estimates.

Webb will begin studying the asteroid in March, when it appears brightest, and again in May, according to the ESA. 2024 YR4 will disappear from view for a while after that, and astronomers will take time to interpret the telescope's data and determine what it could mean for the asteroid's route before it shows itself again in 2028.

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