Oil tankers and cargo ships line up in the
Strait of Hormuz as seen from
Khor Fakkan,
United Arab Emirates, Wednesday, March 11, 2026. (AP Photo/Altaf Qadri,File) 2026-04-13T03:55:11Z CAIRO (AP) — The U.S. military announced it will begin a blockade of all Iranian ports and coastal areas on Monday, tempering President
Donald Trump ‘s earlier vow to entirely block the strategic
Strait of Hormuz as early reports indicated that ships had stopped crossing the waterway. The move came after marathon U.S.-
Iran ceasefire talks in
Pakistan ended without an agreement, and it set the stage for a showdown. Iranian leaders vowed to counter the blockade.
U.S. Central Command announced the blockade would begin on Monday at 10 a.m. EDT, or 5:30 p.m. in
Iran, and would be “enforced impartially against vessels of all nations entering or departing Iranian ports and coastal areas, including all Iranian ports on the
Arabian Gulf and
Gulf of Oman.” CENTCOM said it would still allow ships traveling between non-Iranian ports to transit the strait, a step down from the president’s earlier threat to blockade the entire strait. freestar.queue.push(function () { window.fsAdCount = window.fsAdCount + 1 || 0; let customChannel = '/dynamic_' + fsAdCount; let adList = document.querySelectorAll(".fs-feed-ad") let thisAd = adList[fsAdCount]; let randId = Math.random().toString(36).slice(2); thisAd.id = randId; let thisPlacement = fsAdCount == 0 ? "apnews_story_feed" : "apnews_story_feed_dynamic"; freestar.newAdSlots({ placementName: thisPlacement, slotId: randId }, customChannel); }); The announcement of the blockade halted the limited ship traffic that resumed in the strait since the ceasefire, said an early report from Lloyd’s List intelligence. Marine trackers say over 40 commercial ships have crossed since the start of the ceasefire, down from roughly 100 to 135 vessel passages per day before the war. Later Sunday, Trump extended his feud over the war with
Pope Leo XIV, lashing out in a Truth Social post that called the Catholic leader “terrible on foreign policy.” The extraordinary broadside came after Leo denounced the war and demanded that political leaders stop and negotiate peace. The blockade could have far-reaching effects The blockage is likely intended to add pressure on
Iran, which has exported millions of barrels of oil since the war began, much of it likely carried by so-called “dark” transits that evade Western government sanctions and oversight. Trump also hopes to undercut
Iran’s control over the
Strait of Hormuz after demanding that it reopen the waterway where 20% of global oil transited before fighting began. A U.S. blockade could further rattle global energy markets . Oil prices rose in early market trading after the blockade announcement. The price of U.S. crude rose 8% to $104.24 a barrel, and Brent crude oil, the international standard, rose 7% to $102.29. Brent crude cost roughly $70 per barrel before the war in late February. /* Desktop-first: fully collapse by default */ #ap-readmore-embed { display: none; margin: 0; padding: 0; height: 0; min-height: 0; overflow: hidden; text-align: center; position: relative; z-index: 2; } /* Only show on mobile */ @media (max-width: 767px) { #ap-readmore-embed { display: block; margin: 28px 0; height: auto; overflow: visible; } } #ap-readmore-embed .ap-readmore-btn { appearance: none; -webkit-appearance: none; border: 0; background: #000; color: #fff; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border-radius: 999px; font-family: inherit, "AP Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif; font-weight: 700; font-size: 16px; letter-spacing: 0.2px; line-height: 1; box-shadow: 0 10px 18px rgba(0,0,0,0.12); transition: transform 120ms ease, box-shadow 120ms ease, opacity 120ms ease; touch-action: manipulation; -webkit-tap-highlight-color: transparent; position: relative; z-index: 3; } #ap-readmore-embed .ap-readmore-btn:hover { transform: translateY(-1px); box-shadow: 0 14px 22px rgba(0,0,0,0.16); } #ap-readmore-embed .ap-readmore-btn:active { transform: translateY(0); box-shadow: 0 10px 18px rgba(0,0,0,0.12); opacity: 0.95; } #ap-readmore-embed .ap-readmore-btn:focus-visible { outline: 3px solid rgba(228, 0, 43, 0.35); outline-offset: 3px; } #ap-readmore-embed .ap-readmore-icon { width: 10px; height: 10px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); margin-top: -2px; } #ap-readmore-embed .ap-readmore-fade { display: none; height: 48px; margin-top: -48px; pointer-events: none; background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1)); } Read More (function () { var APRM_EMBED_ID = "ap-readmore-embed"; var APRM_MOBILE_MQ = "(max-width: 767px)"; function APRM_onReady(fn) { if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", fn); } else { fn(); } } APRM_onReady(function () { var APRM_embedEl = document.getElementById(APRM_EMBED_ID); if (!APRM_embedEl) return; // 🚨 DESKTOP: remove entire module wrapper and bail early if (!window.matchMedia(APRM_MOBILE_MQ).matches) { var APRM_rootModule = APRM_embedEl.closest(".HTMLModuleEnhancement") || APRM_embedEl.closest(".HtmlModule"); if (APRM_rootModule && APRM_rootModule.parentNode) { APRM_rootModule.parentNode.removeChild(APRM_rootModule); } else if (APRM_embedEl.parentNode) { APRM_embedEl.parentNode.removeChild(APRM_embedEl); } return; // stop the rest of the script from running } }); })(); (function () { var EMBED_ID = "ap-readmore-embed"; var BTN_ID = "apReadMoreBtn"; var FADE_ID = "apReadMoreFade"; var STOP_SELECTOR = ".Page-below"; var SIGN_IN_GATE_SELECTOR = ".sign-in-gate-content"; var HIDDEN_ATTR = "data-ap-readmore-hidden"; var MOBILE_MQ = "(max-width: 767px)"; function ready(fn) { if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", fn); } else { fn(); } } function isElementNode(n) { return n && n.nodeType === 1; } function cancelEvent(e) { if (!e) return; if (typeof e.preventDefault === "function") e.preventDefault(); if (typeof e.stopPropagation === "function") e.stopPropagation(); if (typeof e.stopImmediatePropagation === "function") e.stopImmediatePropagation(); e.cancelBubble = true; e.returnValue = false; } function collapseDesktopEmbed(embed) { if (!embed) return true; if (!window.matchMedia(MOBILE_MQ).matches) { var maybeWrappers = [ embed.parentElement, embed.closest(".html-embed"), embed.closest("[data-type='htmlembed']"), embed.closest("[class*='embed']"), embed.closest("[class*='Embed']") ].filter(Boolean); embed.style.display = "none"; embed.style.margin = "0"; embed.style.padding = "0"; embed.style.height = "0"; embed.style.minHeight = "0"; embed.style.overflow = "hidden"; maybeWrappers.forEach(function (el) { el.style.margin = "0"; el.style.padding = "0"; el.style.height = "0"; el.style.minHeight = "0"; el.style.overflow = "hidden"; }); if (embed.parentNode) { embed.parentNode.removeChild(embed); } return true; } return false; } ready(function () { var embed = document.getElementById(EMBED_ID); var btn = document.getElementById(BTN_ID); var fade = document.getElementById(FADE_ID); if (!embed || !btn) return; if (collapseDesktopEmbed(embed)) return; var signInGate = document.querySelector(SIGN_IN_GATE_SELECTOR); if (signInGate) { embed.innerHTML = ""; return; } // — Analytics: impression when embed enters viewport — if ("IntersectionObserver" in window) { var io = new IntersectionObserver(function (entries, observer) { if (entries[0].isIntersecting) { window.dataLayer = window.dataLayer || []; window.dataLayer.push({ event: "ap_readmore_impression" }); observer.disconnect(); } }, { threshold: 0 }); io.observe(btn); } var stopEl = document.querySelector(STOP_SELECTOR); if (!stopEl) return; var rootCandidates = [ embed.closest(".Page"), embed.closest("article"), embed.closest("main"), document.body ].filter(Boolean); var root = rootCandidates.find(function (c) { return c.contains(stopEl); }) || document.body; var all = root.getElementsByTagName("*"); var hidden = []; for (var i = 0; i
Iran says ‘if you fight, we will fight’ A chorus of top-ranking Iranian officials threatened retaliation. Mohsen Rezaei, a military adviser and a former Revolutionary Guard Commander, wrote on X that the country’s armed forces had “major untouched levers” to counter a Hormuz blockade. He said
Iran would not be coerced by “tweets and imaginary plans.” Iranian parliament speaker, Mohammad Bagher Qalibaf, who led
Iran’s side in the talks, addressed Trump in a statement on his return to
Iran: “If you fight, we will fight.”
Iran’s Revolutionary Guard later said the strait remained under
Iran’s “full control” and was open for non-military vessels, but military ones would get a “forceful response,” two semi-official Iranian news agencies reported. During the 21-hour talks this weekend in
Pakistan, the U.S. military said two destroyers had transited the strait ahead of mine-clearing work, a first since the war began.
Iran denied it. freestar.queue.push(function () { window.fsAdCount = window.fsAdCount + 1 || 0; let customChannel = '/dynamic_' + fsAdCount; let adList = document.querySelectorAll(".fs-feed-ad") let thisAd = adList[fsAdCount]; let randId = Math.random().toString(36).slice(2); thisAd.id = randId; let thisPlacement = fsAdCount == 0 ? "apnews_story_feed" : "apnews_story_feed_dynamic"; freestar.newAdSlots({ placementName: thisPlacement, slotId: randId }, customChannel); }); No word on what happens after ceasefire expires The face-to-face talks that ended early Sunday were the highest-level negotiations between the longtime rivals since the 1979 Islamic Revolution. Trump said Tehran’s nuclear ambitions were the core reason for the talks’ failure. In comments to Fox News, he again threatened to strike civilian infrastructure if it didn’t give up its nuclear program. “In one half of a day they wouldn’t have one bridge standing, they wouldn’t have one electric generating plant standing, and they’re back in the stone ages,” Trump said. freestar.queue.push(function () { window.fsAdCount = window.fsAdCount + 1 || 0; let customChannel = '/dynamic_' + fsAdCount; let adList = document.querySelectorAll(".fs-feed-ad") let thisAd = adList[fsAdCount]; let randId = Math.random().toString(36).slice(2); thisAd.id = randId; let thisPlacement = fsAdCount == 0 ? "apnews_story_feed" : "apnews_story_feed_dynamic"; freestar.newAdSlots({ placementName: thisPlacement, slotId: randId }, customChannel); }); Vice President JD Vance, who led the U.S. side in the talks, said Washington would need “an affirmative commitment that they will not seek a nuclear weapon.” Iranian negotiators could not agree to all U.S. “red lines,” said a U.S. official who spoke on condition of anonymity because they were not authorized to describe positions on the record. Those red lines included
Iran never obtaining a nuclear weapon, ending uranium enrichment, dismantling major enrichment facilities and allowing retrieval of its highly enriched uranium, along with opening the
Strait of Hormuz and ending funding for Hamas, Hezbollah and Houthi rebels. freestar.queue.push(function () { window.fsAdCount = window.fsAdCount + 1 || 0; let customChannel = '/dynamic_' + fsAdCount; let adList = document.querySelectorAll(".fs-feed-ad") let thisAd = adList[fsAdCount]; let randId = Math.random().toString(36).slice(2); thisAd.id = randId; let thisPlacement = fsAdCount == 0 ? "apnews_story_feed" : "apnews_story_feed_dynamic"; freestar.newAdSlots({ placementName: thisPlacement, slotId: randId }, customChannel); }); Iranian officials said talks fell apart over two or three key issues, blaming what they called U.S. overreach. Qalibaf, who noted progress in negotiations, said it was time for the
United States “to decide whether it can gain our trust or not.”
Iran’s foreign minister claimed that the U.S. tanked the negotiations when they were within “inches” of an agreement, but did not provide evidence. “We encountered maximalism, shifting goalposts, and blockade,” wrote Abbas Araghchi on X. Neither
Iran nor the U.S. indicated what will happen after the ceasefire expires on April 22. Pakistani Foreign Minister Ishaq Dar said his country will try to facilitate a new dialogue in the coming days.
Iran said it was open to continuing dialogue, state-run IRNA news agency reported. freestar.queue.push(function () { window.fsAdCount = window.fsAdCount + 1 || 0; let customChannel = '/dynamic_' + fsAdCount; let adList = document.querySelectorAll(".fs-feed-ad") let thisAd = adList[fsAdCount]; let randId = Math.random().toString(36).slice(2); thisAd.id = randId; let thisPlacement = fsAdCount == 0 ? "apnews_story_feed" : "apnews_story_feed_dynamic"; freestar.newAdSlots({ placementName: thisPlacement, slotId: randId }, customChannel); });
Iran’s nuclear program is a key sticking point
Iran’s nuclear program was at the center of tensions long before the U.S. and Israel launched the war on Feb. 28. The fighting has killed at least 3,000 people in
Iran, 2,055 in Lebanon, 23 in Israel and more than a dozen in Gulf Arab states, and damaged infrastructure in half a dozen countries. Tehran has long denied seeking nuclear weapons but insists on its right to a civilian nuclear program. The landmark 2015 nuclear deal , which Trump later pulled the U.S. out of, took well over a year of negotiations. Experts say
Iran’s stockpile of enriched uranium, though not weapons-grade, is only a short technical step away. ___ Metz reported from Ramallah, West Bank, Boak from Miami and Magdy from Cairo. Associated Press writers E. Eduardo Castillo in Beijing; Collin Binkley and Ben Finley in Washington; Kareem Chehayeb in Beirut; Brian Melley in London; Ghaya Ben MBarek in Tunis; Hannah Schoenbaum in Salt Lake City and Julia Frankel and Mae Anderson in New York contributed to this report. SAMY MAGDY Magdy is a Middle East reporter for The Associated Press, based in Cairo. He focuses on conflict, migration and human rights abuses. twitter facebook mailto