President Donald Trump talks during an arrival ceremony Wednesday, May 13, 2026, at
Beijing Capital International Airport in
Beijing, with Eric Trump, right. (AP Photo/Mark Schiefelbein) 2026-05-14T00:00:18Z
Beijing (AP) — President Donald Trump on Thursday kicks off the busiest portion of his
China visit, a summit expected to be long on pageantry and symbolism but unlikely to feature major breakthroughs on key issues like trade, U.S. relations with
Taiwan or the war in
Iran. He arrived at an elaborate welcome ceremony on Wednesday night, and his motorcade rolled past a series of American and Chinese flags, as well as skyscrapers lit with Chinese characters reading “
Beijing Welcome.” The Republican president headed to his hotel afterward and had no public events. Chinese leader
Xi Jinping is set to meet Trump during a ceremony on Thursday at the
Great Hall of the People, a hub for legislative action by the communist government and a center for key cultural and social events on the Western side of
Tiananmen Square. They will have a bilateral meeting before Trump visits the
Temple of Heaven — a religious complex dating to the 15th century that symbolizes the relationship between heaven and earth. Trump and Xi will also attend a state banquet. 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); }); On Friday, Trump and Xi are planning a working tea and lunch. The
White House has insisted that Trump wouldn’t be making the trip without an eye toward securing results before he leaves — suggesting that there could be announcements coming on trade , including a Chinese commitment to buy U.S. soybeans, beef and aircraft. Trump administration officials also want to work toward establishing a Board of Trade with
China to address commercial differences between the countries. But neither side has yet offered concrete details on what might come out of the three-day visit at a time when
Beijing’s close economic ties to
Iran could complicate matters. /* 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 Economic questions follow Trump to
China The president’s
Beijing swing comes as
Iran continues to dominate his domestic agenda and stoke fears about the prospect of a weakening U.S. economy as the election season ahead of November’s midterms — when Republicans will be looking to maintain control of Congress — begins heating up. The U.S. and Israel’s war in
Iran has led to the effective closure of the Strait of Hormuz , stranding oil and natural gas tankers and causing energy prices to spike, threatening global economic growth. Spending so much time with Xi — especially against splendiferous backdrops — will afford ample time for Trump to discuss a series of thorny topics. Those include
Iran and trade, but also
Taiwan and a possible three-way nuclear arms deal featuring Washington,
Beijing and Russia. 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); }); Still, progress beyond pleasantries — and lots of praise between Trump and Xi, who have spent years effusively complimenting each other publicly — might prove elusive. “Neither side will make much progress on the two major foreign policy issues,” predicted Jim Lewis, a tech policy fellow at the Center for European Policy Analysis. “Trump will press the Chinese to help him on
Iran. They’ll be unwilling. The Chinese will press Trump to make concessions on
Taiwan. We’ll see what we get out of that.” Back in Washington, the politics of the war got more complicated. Senate Republicans on Wednesday again blocked Democratic legislation to halt hostilities in
Iran -- but Alaska Republican Sen. Lisa Murkowski bucked her party, becoming the third Republican in the chamber to vote against continuing 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); });
China is the largest purchaser of Iranian oil , yet Trump has sought to downplay suggestions that he will press Xi to do more to pressure
Iran to open the strait — even as
White House officials say he will be making that case to
China’s leader behind closed doors. The president also says pressure on the U.S. economy won’t compromise U.S. demands as he negotiates with
Iran in the midst of a fragile ceasefire . Asked as he left the
White House if the financial stability of ordinary Americans factors into Iranian negotiations, Trump responded, “Not even a little bit.” “I don’t think about Americans’ financial situation. I think about one thing: We cannot let
Iran have a nuclear weapon,” Trump said, before going on to suggest that “every American understands” such a position. 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 the administration has struggled to deliver a consistent message on inflation and the war. Vice President JD Vance insisted at a Wednesday news conference that Trump was “laser focused” on inflation, but he denied Trump’s own words that the U.S. economy was not a factor in resolving the war. “Well, I don’t think the president said that,” Vance said after being asked about the comments. “I think that’s a misrepresentation of what the president said.” 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); }); Trade and
Taiwan discussions also could be intense Looming large is the status of
Taiwan, given that
China is displeased with U.S. plans to sell weapons to the self-governing island that the Chinese government claims as part of its territory. The Trump administration has approved an $11 billion weapons package for
Taiwan, but has yet to begin fulfilling it. Trump has also demonstrated greater ambivalence toward
Taiwan — an approach that’s raising questions about whether he might be open to dialing back support for the island democracy.
Taiwan is the world’s leading chipmaker, producing components essential to the development of artificial intelligence. Trump has sought to bolster trade deals with
Taiwan that can stimulate chip production in the U.S. Trump personally called Nvidia’s Jensen Huang to invite him to hop on Air Force One during a refueling stop in Alaska on the way to
Beijing — one of a large group of CEOs from the tech, defense, finance and agriculture sectors who are part of the delegation. Other officials on the visit include Secretary of State Marco Rubio, Treasury Secretary Scott Bessent and Defense Secretary Pete Hegseth, as well as Trump’s son Eric and Lara Trump, his daughter-in-law. Also in
China is Elon Musk, the SpaceX chief who once led Trump’s effort to slash federal jobs and cut back the size of government. The U.S. and
China reached a trade truce last year that calmed each side’s threats to impose steep tariffs on the other. The
White House says there have been ongoing discussions and mutual interest in extending the agreement, though it is unclear whether any such announcement could come during Trump’s visit. Trump has said he will ask Xi to give U.S. firms greater access to the Chinese market, urging his Chinese counterpart to “‘open up’
China so that these brilliant people can work their magic.” He’s also seeking to extend a deal that allows
China to continue exporting rare earth minerals to the U.S., prompting
China to hold off on limiting the global supply in response to Trump’s threatened tariffs. Top American officials have also said Trump will raise the idea of the U.S.,
China and Russia signing a pact setting limits on the nuclear weapons each nation keeps in its arsenal — an idea
Beijing has previously viewed skeptically. ___ Associated Press writer Seung Min Kim in Washington contributed to this report. WILL WEISSERT Weissert covers the
White House for The Associated Press. He is based in Washington. twitter mailto AAMER MADHANI Madhani covers the
White House for The Associated Press. He is based in Washington. twitter mailto