In this photo released by the
Taiwan-presidential-office" class="entity-link entity-organization" data-entity-id="128135" data-entity-type="organization">
Taiwan Presidential Office,
Taiwan's President
Lai Ching-te speaks during a press conference on "
Taiwan-U.S. Economic Prosperity Partnership" in Taipei,
Taiwan on Feb. 3, 2026. (
Taiwan-presidential-office" class="entity-link entity-organization" data-entity-id="128135" data-entity-type="organization">
Taiwan Presidential Office via AP, File) 2026-05-16T13:35:43Z Recent comments by U.S. President
Donald Trump that
arms sales to
Taiwan are a “very good negotiating chip” in the
United States’ dealings with
China are heightening anxieties on the island democracy that Beijing claims as its own. Trump made the comment in a
Fox News interview with
Bret Baier that aired right after the U.S. president wrapped up a high-stakes visit to
China on Friday.
China sees
Taiwan as a breakaway province, to be retaken by force if necessary. The U.S., like all countries that have formal ties with Beijing, doesn’t recognize
Taiwan as a country but has been the island’s strongest backer and arms supplier. Trump is now suggesting that is open to negotiation. Asked if he would approve a $14 billion arms package to
Taiwan that has been held up for months, Trump said that’s up to
China. “I’m holding that in abeyance and it depends on
China,” he said. “It’s a very good negotiating chip for us, frankly. It’s a lot of weapons.” 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 U.S. is bound by its own laws to provide
Taiwan with the means to defend itself and sees all threats to the island as a matter of grave concern. By conditioning U.S.
arms sales to
Taiwan on his negotiations with
China, Trump may play into one the island’s “nightmare scenarios,” said
William Yang, a Northeast Asia senior analyst for
International Crisis Group: that
Taiwan, instead of being at the negotiating table, is on the menu. Although Trump didn’t say specifically what he would want from
China in return for denying
Taiwan the weapons, he has been pressing Beijing to buy more American goods and to help put pressure on
Iran. Trump and the U.S. Congress already approved in December a separate $11 billion
arms sales package to
Taiwan. Beijing reacted furiously by staging live fire drills around the island. /* 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
China warned of ‘clashes and even conflicts’ over
Taiwan China has framed
Taiwan as “the most important issue in
China-U.S. relations” during Chinese President Xi Jinping’s recent summit with Trump. The visit is to be followed next week by a trip by Russian President Vladimir Putin to Beijing. In one of his strongest statements to date, Xi on Thursday warned Trump of “clashes and even conflicts” if the issue of
Taiwan is not handled properly.
Taiwan’s presidential office on Saturday sought to smooth over the tensions by highlighting “that the consistent U.S. policy and position toward
Taiwan remain unchanged.” 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 Republic of
China is a sovereign, independent, democratic country; this is self-evident, and Beijing’s claims are therefore without merit,” said Presidential Office Spokesperson Karen Kuo, referring to
Taiwan’s official name. She added that the island remains grateful to Trump for his support and stressed that U.S.
arms sales to
Taiwan are stipulated by law. 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 wants
Taiwan’s microchip makers to move to the U.S. Another statement that raised concerns on the island was Trump’s call for
Taiwan’s microchip sector — the world’s largest and most advanced — to pick up and move to the U.S. “I’d like to see everybody making chips over in
Taiwan come into America,” Trump told
Fox News, describing such a move as “the greatest thing you can do.” Trump has long pressed Taiwanese chipmakers, which produce more than 90% of the world’s most advanced chips, which are used for artificial intelligence, smartphones and military equipment, to base some of their production in the U.S.
Taiwan’s leading chipmaker, TSMC, has committed an investment of $165 billion in a mega-campus in Arizona. The island’s government, in a sweeping trade agreement with the U.S. earlier this year, pledged $250 billion in investment in the U.S. microchip sector, which included TSMC’s previous commitment. Trump also reiterated older accusations that
Taiwan “stole” its chipmaking sector from the U.S. decades ago. 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 seems to embrace Xi’s narrative on
Taiwan While Trump during his summit with Xi did not alter U.S. policy wording on
Taiwan — which many observers had feared he would — he did seem to adopt some of the Chinese president’s own narrative about the island’s government. Beijing has branded Taiwanese President
Lai Ching-te as a “
Taiwan independence diehard,” and warned that he would bring war and destruction to the island. Trump and other top U.S. officials don’t usually communicate with Taiwanese leaders but have shown support in the past for example by allowing former Taiwanese President Tsai Ing-wen to transit on U.S. soil en route to visiting Latin American countries. Lai, who is about to reach his presidency’s two-year mark, has yet to set foot on the U.S. mainland, and some observers have interpreted that as a rollback of support by the Trump administration. In his interview with
Fox News, Trump stressed that he didn’t want to see a change of status quo between
Taiwan and Beijing. “But they have somebody there now that wants to go independent,” he said, likely referring to Lai. “They’re going independent because they want to get into a war and they figure they have the
United States behind them.” He added that he is not looking to fight a war thousands of miles away. 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 worrying statements about
Taiwan may be another instance of “his transactional rhetoric being turned up to the max,” said Wen-Ti Sung, a fellow with the Atlantic Council. “What matters more is the substance, which
Taiwan is holding its collective breath for.” 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