ADVERTISEMENT

NATO allies bewildered by Trump's about-face on US troop moves in Europe

Published May 22, 2026 06:54 pm

NATO Secretary General Mark Rutte speaks to media at the NATO Foreign Ministers' meeting in Helsingborg, Sweden, Friday, May 22, 2026. (Johan Nilsson/TT News Agency via AP)

NATO Secretary General Mark Rutte speaks to media at the NATO Foreign Ministers' meeting in Helsingborg, Sweden, Friday, May 22, 2026. (Johan Nilsson/TT News Agency via AP)

HELSINGBORG, Sweden (AP) — NATO allies and defense officials expressed bewilderment on Friday at U.S. President Donald Trump’s announcement that he would send 5,000 U.S. troops to Poland just weeks after he ordered the same number of forces pulled out of Europe.

The apparent change of mind came after weeks of statements from Trump and his administration about reducing — not increasing — the American military footprint in Europe. Trump's initial order set off a flurry of action among military commanders and left allies already doubtful about America's commitment to Europe's security to ponder what forces they might have to backfill on NATO's eastern flank with Russia and Ukraine.

Earlier this month, the Trump administration said it was reducing levels in Europe by about 5,000 troops, and U.S. officials confirmed about 4,000 service members were no longer deploying to Poland. The dispatch to Germany of U.S. personnel trained to fire long-range missiles was also halted.

But in a post on Truth Social on Thursday, Trump said he would send "an additional 5,000 Troops to Poland,” citing his strong ties with Polish President Karol Nawrocki, whom Trump endorsed in elections last year.

“It is confusing indeed, and not always easy to navigate,” Swedish Foreign Minister Maria Malmer Stenergard told reporters at a meeting Friday that she was hosting of her NATO counterparts, including U.S. Secretary of State Marco Rubio.

Ministers from the Netherlands and Norway were sanguine about Trump’s latest move, as was Latvian Foreign Minister Baiba Braže, who said allies knew the U.S. troop “posture was being reconsidered, and now there is no change of posture. For now.”

U.S. defense officials also expressed confusion. “We just spent the better part of two weeks reacting to the first announcement. We don’t know what this means either,” said one of two officials who spoke on condition of anonymity to discuss sensitive military matters.

But Rubio played down the issue. He said that “the United States continues to have global commitments that it needs to meet in terms of our force deployment, and that constantly requires us to reexamine where we put troops.”

Trump's vow to withdraw US forces came after Merz criticized the US

The latest surprise came despite a U.S. pledge to coordinate troop deployments, including one from NATO’s top military officer, U.S. Lt. Gen. Alex Grynkewich, on Wednesday.

Trump's initial announcement that he would withdraw troops came as he fumed over remarks by German Chancellor Friedrich Merz, who said that the U.S. was being “humiliated” by the Iranian leadership and criticized what he called a lack of strategy in that war.

Trump told reporters that the U.S. would be cutting even more than 5,000 and also announced new tariffs on European cars. Germany is the continent’s biggest auto producer.

Rubio insisted that Trump’s decision “is not a punitive thing. It’s just something that’s ongoing.” He has often been called on to offer a less antagonistic U.S. presence at meetings with European partners, but Rubio did skip the last NATO gathering of foreign ministers in December.

The US has a commitment to keep at least 76,000 troops in Europe

About 80,000 U.S. troops are stationed in Europe. The Pentagon is required to keep at least 76,000 troops and major equipment on the continent unless NATO allies are consulted and there is a determination that such a withdrawal is in U.S. interests.

The withdrawal of 5,000 troops might drop numbers below that limit.

But Trump's latest post suggests that troop numbers in Europe would not change. Polish Foreign Minister Radek Sikorski welcomed the decision to send more forces to his country, saying it ensures that “the presence of American troops in Poland will be maintained more or less at previous levels.”

NATO Secretary-General Mark Rutte also welcomed the move. On Thursday, before Trump took to Truth Social again, Rutte had underlined that it was important for Europe to take care of its own security. “We have a process in place. This is normal business,” he told reporters.

Friday's NATO meeting in Helsingborg, Sweden, was aimed at preparing for a summit of Trump and his counterparts in Turkey in July.

Related Tags

world news
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.