... | 🕐 --:--
-- -- --
عاجل
⚡ عاجل: كريستيانو رونالدو يُتوّج كأفضل لاعب كرة قدم في العالم ⚡ أخبار عاجلة تتابعونها لحظة بلحظة على خبر ⚡ تابعوا آخر المستجدات والأحداث من حول العالم
⌘K
AI مباشر
30070 مقال 232 مصدر نشط 38 قناة مباشرة 7495 خبر اليوم
آخر تحديث: منذ ثانية

US expected to send thousands more soldiers to Middle East, according to sources

العالم
Express Tribune
2026/03/25 - 01:52 503 مشاهدة
The Pentagon is expected to send ​thousands of soldiers from the US Army's elite 82nd Airborne Division to the Middle East, two people familiar with the ‌matter told Reuters on Tuesday, adding to a massive US military buildup even as President Donald Trump talks about a possible deal with Tehran to end the war. Reuters first reported on March 18 that Trump's administration was considering deploying thousands of additional US troops, a move that would expand options to include the deployment of forces ​inside Iranian territory. Such an escalation could dramatically raise the stakes in the conflict, which is already in its fourth week ​and has roiled global markets. Read: Trump sends Iran peace plan as Strait of Hormuz reopens to ‘non-hostile’ ships The officials, speaking on the condition of anonymity, did not specify where in the ⁠Middle East the troops would go or when they would arrive in the region. The soldiers are stationed at Fort Bragg, North Carolina. The ​US military referred questions to the White House, which said all announcements on troop deployments would come from the Pentagon. "As we have said, President Trump ​always has all military options at his disposal," White House spokeswoman Anna Kelly said. No decision had been made to send troops into Iran itself, one of the sources told Reuters, but they will build up capacity for potential future operations in the region. One of the sources said the Pentagon was set to send between ​3,000 and 4,000 soldiers. The soldiers' deployment follows Reuters' March 20 report about the US decision to send thousands of Marines and sailors aboard ​the USS Boxer, an amphibious assault ship, along with its Marine Expeditionary Unit and accompanying warships to the Middle East. Prior to the additional forces being sent ‌to the ⁠region, there were 50,000 US troops there. News of reinforcements comes just a day after Trump postponed threats to bomb Iranian power plants, saying there had been "productive" talks with Iran. But after Trump's Truth Social comment on Monday, Iran denied that any talks had been held. Read more: Iran denies talks with US as Trump claims 'major points of agreement' The US has carried out strikes against 9,000 targets inside Iran since US and Israeli military operations against Iran started on February 28. According to a US official, thirteen US troops have been killed so ​far in the war and 290 ​have been wounded. While 10 remain seriously wounded, 255 troops have returned to duty. Trump weighs next steps Sources had previously said the US military was looking at options in the Iran war, including securing the Strait of ​Hormuz, potentially by deploying U.S. forces to Iran's shoreline. The Trump administration has also discussed options to send ​ground forces to Iran's ⁠Kharg Island, the hub for 90% of Iran's oil exports, Reuters has reported. The 82nd Airborne Division, which can deploy within 18 hours of receiving orders, specialises in carrying out parachute assaults. Any use of US ground troops - even for a limited mission - could pose significant political risks for Trump, given low ⁠American public ​support for the Iran campaign and Trump's own pre-election promises to avoid entangling the ​US in new Middle East conflicts. A Reuters/Ipsos poll published on Tuesday found that 35% of Americans approve of the US strikes on Iran, down from 37% in a survey ​conducted last week. Some 61% disapproved of the strikes, compared to 59% last week.
مشاركة:
\n

مقالات ذات صلة

// Coin System - Track article read (function() { const email = localStorage.getItem('khabr_user_email'); if (!email) return; const articleId = 34275; // Record read (+1 coin) fetch('/api/coins/read', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email, article_id: articleId}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { // Show coin earned toast const toast = document.createElement('div'); toast.innerHTML = '🪙 +' + data.coins_earned + ' coin! (Balance: ' + data.balance + ')'; toast.style.cssText = 'position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(245,158,11,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 3000); } }).catch(() => {}); // Daily login check const lastLogin = localStorage.getItem('khabr_daily_login'); const today = new Date().toDateString(); if (lastLogin !== today) { fetch('/api/coins/daily-login', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { localStorage.setItem('khabr_daily_login', today); setTimeout(() => { const toast = document.createElement('div'); toast.innerHTML = '🔥 Daily bonus +' + data.coins_earned + ' coins! (Streak: ' + data.streak + ' days)'; toast.style.cssText = 'position:fixed;bottom:70px;right:20px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(239,68,68,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 4000); }, 1500); } }).catch(() => {}); } })();
// Coin System - Track article read (function() { const email = localStorage.getItem('khabr_user_email'); if (!email) return; const articleId = 34275; // Record read (+1 coin) fetch('/api/coins/read', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email, article_id: articleId}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { // Show coin earned toast const toast = document.createElement('div'); toast.innerHTML = '🪙 +' + data.coins_earned + ' coin! (Balance: ' + data.balance + ')'; toast.style.cssText = 'position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(245,158,11,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 3000); } }).catch(() => {}); // Daily login check const lastLogin = localStorage.getItem('khabr_daily_login'); const today = new Date().toDateString(); if (lastLogin !== today) { fetch('/api/coins/daily-login', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { localStorage.setItem('khabr_daily_login', today); setTimeout(() => { const toast = document.createElement('div'); toast.innerHTML = '🔥 Daily bonus +' + data.coins_earned + ' coins! (Streak: ' + data.streak + ' days)'; toast.style.cssText = 'position:fixed;bottom:70px;right:20px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(239,68,68,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 4000); }, 1500); } }).catch(() => {}); } })();
AI
يا هلا! اسألني أي شي 🎤