91³Ô¹ÏÍø

Watch CBS News

Annual UFO report finds 21 cases of more than 700 received need more analysis

The Pentagon office investigating reports of unidentified anomalous phenomena, the government's term for UFOs, received 21 reports last year that contain enough data for the intelligence community to continue actively investigating. 

The majority of the reports the office received described orbs, lights, cylinders, but about 4% fell into the category of "other" and included unique descriptions like "green fireball," "a jelly fish with [multicolored] flashing lights" or a "silver rocket approximately six feet long" (these were not necessarily among the 21 that the intelligence community will continue to actively investigate).

"There are interesting cases that with my physics and engineering background and time in the [intelligence community], I do not understand, and I don't know anybody else understands them," Dr. Jon Kosloski, director, All-domain Anomaly Resolution Office (AARO) told reporters during a briefing on the unclassified version of the annual report mandated by Congress.  

Kosloski said the office has found "no evidence of extraterrestrial beings, activity, or technologies," and he said none of the cases point to foreign adversaries or breakthrough technologies. 

In total, the All-domain Anomaly Resolution Office received 757 reports of UAP between May 1, 2023, and June 1, 2024. Of the 757 received, 485 occurred during that time, while 272 occurred outside of the reporting period but were not included in previous reports. 

The office resolved 49 cases by identifying the object as various types of balloons, birds or drones, and it expects to resolve 243 others by identifying them as one of those objects, as well. 

Another 444 didn't have enough data to keep investigating, so the office will go into its active archive to see if other data can be found.

Twenty-one merit further analysis, and these cases Kosloski found interesting because they correspond with the typical shapes the office receives reports on, like orbs, triangles, and cylinders, and at least "one of those cases has been happening for an extended period of time." 

Kosloski acknowledged that even though investigators have not identified any cases as breakthrough technologies, the office can't rule it out. 

"We're open to that as an explanation for it, but we're just not attributing breakthrough technology as the explanation to it," Kosloski said. "An open mind works both ways. So if we don't understand what it is, we can't say that it is or it is not breakthrough technology."

The AARO expects to soon release the second volume of the U.S. Government Involvement with Unidentified Anomalous Phenomena detailing the government's investigatory efforts from November 2023 to April 2024. The first volume released earlier this year looked at efforts from 1945 to 2023.  

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