91³Ô¹ÏÍø

Watch CBS News

Trump says he's directing Pentagon to release any files on UFOs and "alien and extraterrestrial life"

President Trump on Thursday directed his administration to release files on UFOs and any "alien and extraterrestrial life," an issue that has drawn decades of public fascination — and spawned more than a few wild theories.   

In a post, the president told Defense Secretary Pete Hegseth and other agency heads "to begin the process of identifying and releasing" any relevant files. 

Mr. Trump also called for the release of "any and all other information connected to these highly complex, but extremely interesting and important, matters." 

It's not clear what files on UFOs might be released — or what information they might contain. The Pentagon has tracked reports of what it calls unidentified aerial phenomena, or UAPs, for decades. But the military said in a 2024  there's no evidence that any government investigation into UAPs has confirmed the existence of extraterrestrial life.

Mr. Trump's announcement came just days after one of his predecessors, former President Barack Obama, made waves by telling a podcaster that aliens are real. He later clarified that he never saw evidence of contact between humans and extraterrestrial life during his time in the White House, and he primarily believes that extraterrestrial life is real because "statistically, the universe is so vast that the odds are good there's life out there."  

Asked Thursday about Obama's comments, Mr. Trump told reporters he isn't sure whether or not aliens exist, but added that the former president "made a big mistake" and "gave classified information." 

"I may get him out of trouble by declassifying," Mr. Trump said.

Public interest in UAPs has grown in recent years. Pilots and military service members have reported spotting hundreds of unexplained objects in the sky, leading some lawmakers to press the Pentagon to investigate the phenomena and determine whether they pose a threat to safety or national security.  

Last year, one House Republican released a whistleblower video of a U.S. missile striking an unidentified glowing orb in the sky and bouncing off it. And in another case, a former Navy pilot told "60 Minutes" about frequent sightings of strange, fast-moving objects in restricted airspace.

A large number of UAP reports can be explained by birds, balloons, drones, satellites and other everyday phenomena, according to the military's . But many cases remain unresolved. 

"It is important to underscore that, to date, AARO has discovered no evidence of extraterrestrial beings, activity, or technology," the office said in a 2024 report. The office also noted that it has "no indication or confirmation that these activities are attributable to foreign adversaries." 

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