91³Ô¹ÏÍø

Watch CBS News

1 of 6 missing crew members found dead after typhoon overturned U.S.-flagged ship in Pacific

Authorities have found the body of one of the six missing crew members from a U.S.-flagged cargo ship that overturned near the Northern Mariana Islands during a typhoon.

U.S. Air Force divers "used an underwater remotely operated drone to search the interior of the vessel" and recovered the body Tuesday, the U.S. Coast Guard said in a .

Additional divers from the Japan Coast Guard further examined the ship. They did not find any additional crew members, the U.S. Coast Guard said.

"Coast Guard aircrews continue to search for the five missing crewmen and an orange 12-person life raft in the vicinity of the Commonwealth of the Northern Mariana Islands," the news release said.

The guard and partnering agencies from Guam, Japan and New Zealand have covered more than 99,000 square miles, the guard said this week.

The crew of the ship, called the Mariana, notified the U.S. Coast Guard on April 15 that the 145-foot U.S.-registered vessel lost its starboard engine during Super Typhoon Sinlaku and needed assistance. The guard said it lost contact with the ship the next day.

U.S. Coast Guard searches for missing vessel offshore Saipan
A U.S. Coast Guard HC-130 Hercules airplane crew assigned to Coast Guard Air Station Barbers Point flies over an overturned vessel offshore Saipan, April 18, 2026.  U.S. Coast Guard photo Courtesy Air Station Barbers Point

"Our hearts are with the families of the Mariana crew members and the communities impacted by this tragic incident," Cmdr. Preston Hieb, search and rescue mission coordinator, Coast Guard Oceania District, said in a statement. "We continue to search in close coordination with our partners, using all available resources to support the ongoing response."

Heavy wind hindered initial search efforts, but the overturned ship was eventually spotted Saturday about 40 miles northeast of Pagan, one of the islands that make up the Northern Marianas, which is a U.S. territory. The ship had drifted 26 nautical miles northeast from where it was first located.

The U.S. Coast Guard that debris including a partially submerged inflatable life raft was spotted about 110 miles from the ship.

Super Typhoon Sinlaku battered the Northern Mariana Islands, causing wind damage and flooding.

The typhoon had sustained winds of up to 150 mph, equating to a strong Category 4, when it hit the islands of Tinian and Saipan, according to .

Before making landfall, the typhoon's maximum sustained winds stabilized at 175 mph, making it the strongest storm to develop in 2026, behind typhoons Narelle and Dudzai, which respectively peaked at 149 and 147 mph, said CBS News meteorologist Nikki Nolan. 

Cleanup crews were seen clearing debris in blustery conditions on Saipan in a social media  posted by the mayor's office.

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