President Donald Trump, left, and Chinese President
Xi Jinping, right, shake hands before their meeting at Gimhae International Airport in
Busan,
South Korea, Oct. 30, 2025. (AP Photo/Mark Schiefelbein, File) 2026-05-11T09:30:06Z
Washington (AP) — President Donald Trump, in his return to the White House, has demonstrated greater ambivalence toward
Taiwan, an approach that’s raising questions ahead of this week’s summit with Chinese President
Xi Jinping about whether the U.S. leader could be open to dialing back support for the island democracy that Beijing views as its breakaway province. Trump in December authorized an $11 billion arms package for
Taiwan — the largest weapons sale ever to the island — but has not yet moved forward with delivery and even acknowledged that he’s discussed the sale with Xi . He’s groused that
Taiwan “stole” America’s semiconductor business and called on
Taiwan to pay the U.S. for protection. All the while, Trump has, with the threat of hefty tariffs, prodded Taipei to agree to massive investments in U.S. semiconductor manufacturing and to purchase billions of dollars’ worth of U.S. liquefied natural gas and crude oil. 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); }); Trump’s rhetoric is fueling speculation in Beijing, Taipei and
Washington about America’s commitment to help the island defend itself and whether the Republican president could be persuaded to cede ground on the long-standing U.S. posture toward the island.
Taiwan’s backers are concerned that Taipei will be “on the menu” when Trump and Xi sit down for talks, said retired U.S. Navy Rear Adm.
Mark Montgomery. “I do worry that we have a transactional president and a transactional opportunity could arise, and then we would have a challenge,” said Montgomery, now with the
Foundation for Defense of Democracies, a
Washington think tank that supports robust U.S. backing of
Taiwan. /* 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 Rubio says US policy is unchanged The Chinese have signaled they intend to make
Taiwan a central part of the talks between Xi and Trump this week . Chinese Foreign Minister Wang Yi raised
Taiwan during a call with Secretary of State Marco Rubio to prepare for the trip, and urged the
United States to “make the right choices” about its policies toward the island in order to safeguard “stability” between the two nations, according to a statement by the Chinese Foreign Ministry. But Rubio said U.S. policy has not changed. “We don’t want to see any forced or compelled change in the situation,” he told reporters in Rome on Friday, saying it “would be destabilizing to the world.” He noted that
Taiwan would not be “a feature of our trip, but it’ll certainly be an item that’s discussed.” 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); }); White House officials have underscored that Trump, who also approved $330 million in aircraft parts for
Taiwan’s military in November, has already approved more in military sales for
Taiwan in the first year of his second term than the roughly $8.4 billion that Democratic President Joe Biden approved over his four years in office.
Taiwan has been under pressure from the Trump administration to increase its defense spending, and on Friday its lawmakers broke months of gridlock to approve $25 billion in arms purchases. It was significantly less than the $40 billion proposal put forward last year by
Taiwan President Lai Ching-te. A senior Trump administration official, who spoke to reporters on the condition of anonymity under ground rules set by the White House, said it was disappointing that the parliament did not fully fund Lai’s proposal. 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); }); Taiwanese government officials have expressed concern about
China’s rhetoric ahead of the summit, though they’ve also taken some comfort from Rubio’s measured comments. “(
China) may attempt some maneuvering during the talks, but the U.S. has repeatedly reiterated, through both public and private channels, that its policy toward
Taiwan remains unchanged,” National Security Bureau Director-General Tsai Ming-yen told reporters. Xi may look to loosen US-
Taiwan ties The key question,
China experts say, is just how far Xi will try to go in his effort to prod Trump closer to Beijing’s view.
China sees the self-ruled
Taiwan as a renegade province, to be annexed by force if necessary. It prohibits countries it has diplomatic relations with from having formal ties with Taipei. Since establishing diplomatic relations with modern
China in 1979, the U.S. has managed to stay within the framework of Beijing’s demands while maintaining informal support for
Taiwan and providing it with arms. 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); }); As part of the U.S. ambiguity on
Taiwan,
Washington acknowledges Beijing’s position that
Taiwan is part of
China but does not explicitly endorse it. The U.S. has also historically stated it “does not support”
Taiwan’s independence and opposes unilateral changes to the status quo between
Taiwan and
China. But analysts say Xi could seek to persuade Trump — who already has demonstrated a willingness to blur the lines of traditional diplomacy — to loosen ties with
Taiwan through curbs on U.S. arms sales or with informal limits on visits by prominent U.S. officials to the island. In February, Trump suggested he broke from longstanding U.S. policy and consulted with Xi on arms sales to
Taiwan. 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); }); “Even if we don’t see something as dramatic as a formal shift in declaratory policy, this time around, there is always a risk that President Trump may make an off-the-cuff remark given he’s not necessarily somebody who appreciates the nuances of longstanding policy language,” said Patricia Kim of the Assessing
China Project at Brookings Institution in
Washington. White House sits out Japan-
China rift A row between U.S. ally Japan and
China has also raised speculation about the strength of Trump’s commitment to
Taiwan. In November, Japanese Prime Minister Sanae Takaichi said a Chinese attack on
Taiwan was of concern to the region and could constitute “a survival-threatening situation” for Japan, requiring the use of force. Trump made back-to-back calls with Takaichi and Xi that same month, though he’s remained largely silent about the spat. “I know they have a little bit of an edgy relationship,” Trump said as he hosted Takaichi for talks in March. He added, “I’ll be speaking Japan’s praises when I’m in
China with President Xi.” Additionally, Trump’s backing of
Taiwan faced scrutiny after the 2026 U.S. National Defense Strategy omitted direct mention of the island. The best-case scenario for
Taiwan One card
Taiwan holds is its robust semiconductor sector, the world’s largest, which the U.S. relies on to maintain an edge in its advanced-technology race against
China. “Trump at the very least realizes the role that
Taiwan plays in the U.S.’s economic growth,” said Lev Nachman, a political science professor at National
Taiwan University. “So I think that is sort of the main silver lining in thinking that nothing drastic will change in terms of policy toward
Taiwan.” While Trump is known for his transactional nature, his administration has not viewed difficult aspects of the U.S.-
China relationship as “fungible” issues that can be traded, said Edgard Kagan, a former senior State Department official who served under Trump and Biden on East Asia policy issues. “The president understands leverage. My experience of being in meetings with him, he has a very, very acute sense of how to use it,” said Kagan, who is now the
China Studies chair at the Center for Strategic and International Studies in
Washington. “And so I think that the idea that there’s going to be a trade where the president sort of sacrifices U.S. interests in
Taiwan in order to get other things — I think it’s unlikely based on my own experience of how he operates.” In the end, whether the island comes out of the Xi-Trump summit on a stronger or weaker footing will likely be judged by the leaders’ public statements. After his last face-to-face encounter with Xi in October, Trump claimed that Xi hadn’t broached the issue and that Chinese officials “know the consequences” of taking military action against
Taiwan. “I think the best-case scenario
Taiwan can hope for is that
Taiwan is not talked about publicly or, at the very least, in a minimal way,” Nachman said. ___ Mistreanu reported from Taipei. Associated Press writer Giada Zampano in Rome contributed to this report. AAMER MADHANI Madhani covers the White House for The Associated Press. He is based in
Washington. twitter mailto SIMINA MISTREANU Mistreanu is a Greater
China reporter for The Associated Press, based in Taipei,
Taiwan. She has reported on
China since 2015. twitter mailto