President Donald Trump waves from the stairs of Air Force One as he boards upon his arrival at
Joint Base Andrews, Md., Tuesday, May 12, 2026, for a trip to
China to meet President
Xi Jinping. (AP Photo/Luis M. Alvarez) 2026-05-13T00:00:59Z
Beijing (AP) — President Donald Trump is set to arrive in
Beijing on Wednesday for a state visit with Chinese leader
Xi Jinping at a restless moment for a world worried about war, trade and artificial intelligence. “We’re the two superpowers,” Trump told reporters as he departed the
White House on Tuesday. “We’re the strongest nation on Earth in terms of military.
China’s considered second.” While Trump likes to project a sense of strength, the state visit occurs at a delicate moment for his presidency as his popularity at home has been weighed down by the
Iran" class="entity-link entity-event" data-entity-id="126125" data-entity-type="event">U.S. and
Israel’s war with
Iran and rising inflation as a consequence of that conflict. The president is seeking a win by signing deals with
China to buy more American food and aircraft, saying he’ll be talking with Xi about trade “more than anything else.” The
Trump Administration hopes to begin the process of establishing a “Board of Trade” with
China to address differences between the countries. The board could help prevent the trade war ignited last year after Trump’s tariff hikes, an action
China countered through its control of rare earth minerals. That led to a one-year truce last October. 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 Trump comes to
Beijing at a time when
Iran continues to dominate his domestic agenda. The war has led to the effective closure of the Strait of Hormuz, stranding oil and natural gas tankers and causing energy prices to spike to levels that could sabotage global economic growth. The U.S. president declared that Xi didn’t need to assist in resolving the conflict, even though
Iran’s Foreign Minister
Abbas Araghchi was in
Beijing last week. “We have a lot of things to discuss. I wouldn’t say
Iran is one of them, to be honest with you, because we have
Iran very much under control,” Trump told reporters Tuesday. /* 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 The status of Taiwan also appears to be a major topic as
China is displeased with U.S. plans to sell weapons to the self-governing island that the Chinese government claims as part of its own territory. 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 told reporters Monday that he would be discussing with Xi an authorized $11 billion weapons package for Taiwan. At the same time, Taiwan — as the world’s leading chipmaker — has become essential for the development of AI, with the U.S. importing more goods so far this year from Taiwan than
China. Trump has sought to use Biden-era programs and his own deals to bring more chipmaking to America. But Trump was already portraying the trip as a success before he left
White House grounds. He openly mused about Xi’s planned reciprocal visit to the U.S., lamenting that the ballroom under construction would not be completed in time. “We’re going to have a great relationship for many, many decades to come,” Trump said of the U.S. and
China. “As you know, President Xi will be coming here toward the end of the year. So that would be exciting. I only wish we had the ballroom finished.” Trump said he had spoken with the Chinese leader and the meeting would be “positive” as he embarked with a coterie of aides, CEOs and family members. He will arrive in
China on Wednesday evening and, after a ceremonial greeting, go to his hotel. He will attend a state banquet Thursday and have a working lunch with Xi on Friday before returning to the U.S. 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); }); Despite Trump’s outward confidence,
China appears to be entering the meeting from “a much stronger place,” said Scott Kennedy, a senior adviser on Chinese business and economics at the Center for Strategic and International Studies, a Washington think tank.
China would like to reduce tech restrictions on accessing computer chips and find ways to reduce tariffs, among other goals. “But even if they don’t get much on any of those things, as long as there’s not a blow-up in the meeting and President Trump doesn’t go away and look to re-escalate,
China basically comes out stronger,” Kennedy said. ___ Boak reported from Washington. AAMER MADHANI Madhani covers the
White House for The Associated Press. He is based in Washington. twitter mailto WILL WEISSERT Weissert covers the
White House for The Associated Press. He is based in Washington. twitter mailto JOSH BOAK Boak covers the
White House and economic policy for The Associated Press. He joined the AP in 2013. twitter mailto