US may pull 10,000 troops from eastern Europe - NBC


About 100,000 American troops are currently stationed in Europe


WASHINGTON — The United States could withdraw 10,000 troops from eastern Europe, NBC News reported Tuesday, in a move some analysts fear would embolden Russia.

About 20,000 extra troops were deployed to the region in 2022 under former president Joe Biden, reinforcing NATO's eastern flank after Russia invaded Ukraine.

NBC cited six US and European officials confirming discussions about halving the deployment, focused on cutting numbers in Romania and Poland.

President Donald Trump is pushing for a speedy end to the more than three-year war in Ukraine since taking office but has failed to yet reach a breakthrough.

He has repeatedly criticized NATO, and insisted that Europe take more responsibility for its defense by boosting military spending and taking the lead in arming Ukraine.

Any downsizing of US forces would increase President Vladimir Putin's "willingness to meddle in various ways across the spectrum in Europe," Seth Jones, of the Center for Strategic and International Studies, told NBC.

About 100,000 American troops are currently stationed in Europe, with 65,000 based permanently on the continent, while the rest are rotating staff and reinforcements.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });