Motorbikes drive past a billboard with graphic showing the late Iranian Supreme Leader Ayatollah Ali Khamenei, who was killed in the U.S. and Israel strikes on Feb. 28, with his framed fist amongst his supporters framed fists in downtown Tehran, Iran, Wednesday, May 6, 2026. (AP Photo/Vahid Salemi) 2026-05-11T09:28:20Z DUBAI, United Arab Emirates (AP) — Iran and the United States reached an impasse again Monday over how to end their war while their ceasefire grew increasingly shaky, with the two sides exchanging fire in recent days, ships and Gulf states being targeted, and fighting flaring between Israel and the Lebanese militant group Hezbollah. The volatility could tip the Middle East back into open warfare and prolong the worldwide energy crisis sparked by the conflict, with Iran’s chokehold on the Strait of Hormuz and America’s blockade of Iranian ports still in place. U.S. President Donald Trump is expected to use a trip this week to China to urge Chinese President Xi Jinping to pressure Iran into making concessions and end the current limbo. Beijing is the biggest buyer of the Islamic Republic’s sanctioned crude oil, giving it leverage. But getting to any deal likely remains tough work. Iran insists it wants to see the American blockade end and sanctions lifted before beginning negotiations over its stockpile of highly enriched uranium . The U.S. — and Israel — want that material removed since it could be used to eventually build a bomb, should Iran choose to do so. Tehran insists its program is peaceful, but it has enriched uranium beyond the levels needed for civilian power generation. 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); }); Israel insists enriched uranium must be taken out of Iran Trump said Sunday that Iran’s response to his latest proposal was “TOTALLY UNACCEPTABLE!” Ending the blockade before discussing Iran’s nuclear program would eliminate a major point of leverage for Trump in the talks. In the meantime, the standoff over the strait, which is a key transit point for the world’s oil and natural gas exports, has sent fuel prices skyrocketing and rattled world markets. Israeli Prime Minister Benjamin Netanyahu, who launched the war with Trump on Feb. 28, insisted that the conflict was “not over,” telling CBS’ “60 Minutes” in an interview that aired Sunday that a critical goal is getting the nuclear material out of Iran. If that can’t be accomplished with negotiations, Netanyahu said that Israel and the U.S. agree “we can reengage them militarily.” Netanyahu also said the current Iranian government’s “days are numbered — but it could take a lot of days.” The U.S. and Israel have killed dozens of high-ranking Iranian officials, including the country’s supreme leader in the opening salvos of the war, and the conflict has inflicted heavy damage to Iran’s economy, but its theocracy maintains its grip on power. /* 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 and the US blame each other for the impasse Trump immediately rejected a new Iranian proposal sent Sunday to him via Pakistan. In it, Iran demanded war reparations from the U.S., full Iranian sovereignty over the Strait of Hormuz , an end to sanctions and the release of its seized assets abroad, Iranian state television reported. Iran also called for an immediate end to the war, including the fighting between Israel and Hezbollah — which have repeatedly exchanged fire though technically also in a ceasefire. That conflict has seen Israeli strikes into Lebanon, its occupation of Lebanese territory and deadly Hezbollah attacks, including one that killed another Israeli soldier, the Israeli military said Monday. 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); }); “We did not demand any concessions — the only thing we demanded was Iran’s legitimate rights,” Iranian Foreign Ministry spokesman Esmail Baghaei said Monday. “The American side still insists on its one-sided views and unreasonable demands.” 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 did, however, offer to dilute part of its highly enriched uranium, and transport the rest to a third country, and called for 30-day negotiations to finalize details, two regional officials involved in the negotiations told The Associated Press. The officials spoke on condition of anonymity to discuss the sensitive diplomacy taking place. Russian President Vladimir Putin has offered to take the uranium from Iran. Russia runs Iran’s sole nuclear power plant at Bushehr and also took some of Iran’s uranium stockpile in Tehran’s 2015 nuclear deal with world powers. Asked Monday about Putin’s comments, Baghaei said: “At the current stage, our focus is on ending the war.” 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 keeps up its executions Meanwhile, Iran executed another man it accused of spying for both the CIA and Israel’s Mossad intelligence service. Iran’s state-run IRNA news agency identified the prisoner as Erfan Shakourzadeh, saying he had worked on satellite communications and relayed classified information to those intelligence services. Iran has carried out a string of executions since nationwide protests swept the country in January . Activist groups have long accused Iran of carrying out closed-door trials during which defendants are unable to fully defend themselves. Iran’s judiciary chief has repeatedly said that Tehran would increase the speed with which it carried out hangings to fight back against its enemies at home and abroad. ___ Magdy reported from Cairo. JON GAMBRELL Gambrell is the news director for the Gulf and Iran for The Associated Press. He has reported from each of the Gulf Cooperation Council countries, Iran and other locations across the world since joining the AP in 2006. twitter instagram mailto 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
SRCAssociated Press (AP)
WORDS1 662
MON · 2026-05-11 · 09:53 GMTBRIEF NSR-2026-0511-75249
NSR-2026-0511-75249·
Iran and the US are at an impasse ahead of Trump’s China trip
Motorbikes drive past a billboard with graphic showing the late Iranian Supreme Leader Ayatollah Ali Khamenei, who was killed in the U.S. and Israel strikes on Feb. 28, with his framed fist amongst his supporters framed fists in downtown Tehran, Iran, Wednesday, May 6, 2026. (AP Photo/Vahid Salemi)
Associated Press (AP)Filed 2026-05-11 · 09:53 GMTRead · 7 min
Associated Press (AP)FIG 01
Reading time
7min
Word count
1 662words
Sources cited
—cited
Entities identified
0entities
Quality score
0%
§ 04