Tel Aviv City Hall is lit up with the flag of the
United Arab Emirates as UAE and
Israel announced they would be establishing full diplomatic ties, Aug. 13, 2020, in
Tel Aviv,
Israel. (AP Photo/Oded Balilty, File) 2026-05-16T05:02:39Z JERUSALEM (AP) — The tight relationship between
Israel and the
United Arab Emirates is typically managed discreetly. But this week, it was thrust into the open, illuminating tensions underlying the alliance as the
Iran war embroils the entire region. The U.S. Ambassador to
Israel,
Mike Huckabee , first brought attention to the strengthening ties between
Israel and the UAE by revealing that
Israel had sent
Iron Dome air-defense weapons and personnel to operate them to help protect the UAE from Iranian attacks. Then, Israeli Prime Minister
Benjamin Netanyahu said he had quietly visited the UAE during the war, prompting a hasty public denial from the Gulf nation. As Netanyahu and the
Trump administration ballyhoo their alliances as part of an effort to bolster the region’s anti-
Iran factions, the Gulf states prefer to downplay these partnerships — a sign of how public ties to
Israel remain deeply controversial in the region. Here’s what you need to know about the
Israel-UAE relationship: 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); }); Why would the UAE deny Netanyahu’s visit? Netanyahu’s decision to reveal his wartime trip to
Abu Dhabi rocked the boat, particularly coming after Huckabee confirmed military cooperation between the two countries. Reports swirled that
Israel’s security chiefs had also visited. The UAE’s official
WAM news agency posted an article denying “reports circulating” about the visit. The agency wrote that the country’s relations with
Israel “are public and conducted within the framework of the well-known and officially declared
Abraham Accords, and are not based on non-transparent or unofficial arrangements.” The report also denied any Israeli military delegation was received in the UAE. /* 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 “It complicates
Abu Dhabi’s wartime-frame posture by forcing it into the open — which is why the denial was issued so quickly and worded so carefully,” said Hesham Alghannam, a Saudi Arabia-based scholar at the Malcolm H. Kerr Carnegie Middle East Center. 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); }); Though the UAE normalized relations with
Israel in 2020, its rulers like to keep the alliance somewhat quiet. Antipathy toward the Jewish state runs high in Arab and Muslim countries across the Middle East. The negative feelings were magnified by the war in Gaza, which began after Hamas, a militant group backed by
Iran, attacked
Israel on Oct. 7, 2023, killing some 1,200 people and taking 251 hostages.
Israel’s ensuing offensive in Gaza flattened much of the territory and has killed over 72,700 Palestinians, according to the Gaza Health Ministry, which does not distinguish between civilian and militant deaths. That conflict spilled across the region, with
Israel waging deadly and damaging campaigns against
Iran-backed militants in Lebanon and Yemen, and striking militant targets in Qatar and Syria. “We are the ugly duckling of the Middle East,” said Dan Diker, the president of the Jerusalem Center for Security and Foreign Affairs, a conservative Israeli think tank. Diker, who has had extensive talks and relationships with Abraham Accord countries in the region, said the regional officials with whom he often negotiated always asked to keep things under the radar. 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); }); What is the
Israel-UAE alliance based on?
Israel and the UAE collaborated militarily during the war with
Iran.
Israel benefited from having a defense foothold in a country geographically closer to its archenemy. The UAE, meanwhile, gained access to Israeli military technology, like the
Iron Dome air-defense system. The alliance has also been a boon for both countries’ economies, with trade between them rising steadily since 2020.
Israel, long isolated in the Middle East, gains legitimacy by partnering with an Arab country. And the UAE gains power in Washington. The UAE was the third Arab country, after Egypt and Jordan, to establish full diplomatic ties with
Israel. Why did Netanyahu publicize his visit? Netanyahu faces fierce domestic opposition headed into an election season in
Israel. He believes his image is bolstered if he can show his base that he is a Middle East power broker. The
Iran war did not much help the leader’s domestic popularity. One thing that could help it — while strengthening his strained relationship with President Donald Trump — would be more regional powers following the UAE’s lead.
Israel is currently in talks with Azerbaijan to join the
Abraham Accords. 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); }); But if Netanyahu was hopeful that broadcasting close
Israel-UAE ties could serve as a model for other countries, he may need to temper expectations. Saudi Arabia, a leader in the region that has resisted joining the
Abraham Accords, has taken a different approach throughout the war. It has maintained open lines of communication with Tehran, and has supported Pakistan’s mediation between the sides, said Alghannam, the Saudi Arabia-based scholar. “The aim is not to take a posture on
Israel, per se. It is to refuse entanglement in a war whose dynamics Riyadh did not set and cannot control,” he said. “Riyadh discussing the full range of options openly, with partners, without locking into one track, is itself a strategic signal,” he said. “The regional security architecture will be designed regionally, not inherited from whatever Washington and Tehran negotiate bilaterally.” ___ Kareem Chehayeb in Beirut contributed to this report. JULIA FRANKEL Frankel, based in Jerusalem, has reported from across
Israel and the Israeli-occupied West Bank. Her reporting focuses on war, human rights, displacement and criminal justice. twitter mailto