US Abrams Tanks' Armor Is Failing in Ukraine

🎙️ Voice is AI-generated. Inconsistencies may occur.

Amid the ongoing Russia-Ukraine war, U.S-supplied Abrams tanks' armor is failing as a series of weaknesses were found, according to Ukrainian crews working on the tanks who spoke to CNN.

The U.S. has supplied Ukraine with Abrams tanks, specifically the M1A1 models, as part of its military aid to support Kyiv's efforts against Russian forces. The delivery of the tanks was initially announced in January 2023, with each tank costing about $10 million.

According to President Joe Biden's announcement about the armored vehicles, the tanks are known for their advanced capabilities that require significant logistical support and maintenance, which the U.S. has committed to providing.

However, the tanks have faced significant challenges on the battlefield, primarily due to Russian drone warfare tactics. The drones have made it increasingly difficult for the tanks to operate without being detected and targeted, leading to the withdrawal of the hardware from the front lines to prevent further losses.

According to The Associated Press, five of the 31 American Abrams sent to Ukraine since January 2023 have already been lost to Russian action.

On Wednesday, according to CNN, Ukrainian crews who trained in Germany reiterated the difficulties and said the vehicles lacked armor that could stop modern weapons.

Abrams Tank
US soldiers on an Abrams tank in Korzeniewo, Poland, on March 4, 2024. Amid the ongoing Russia-Ukraine war, U.S-supplied Abrams tanks’ armor is failing as a series of weaknesses were found, according to Ukrainian crews... WOJTEK RADWANSKI/AFP/Getty Images

"Its armor is not sufficient for this moment," said one crew member with the call sign Joker. "It doesn't protect the crew. For real, today this is the war of drones. So now, when the tank rolls out, they always try to hit them."

Newsweek has reached out to the Pentagon and the Ukrainian Defense Ministry via email for comment.

"Without defense, the crew doesn't survive at the battlefield," another crew member, Dnipro, told CNN, adding they are the "number one target."

According to officials in the 47th Mechanized Brigade, all 31 Abrams deployed to Ukraine are engaged near the front line in the east.

This comes after U.S. officials said in April that the Abrams were being withdrawn from the front line due to the threat of Russian attack drones. However, according to the 47th some were still in action.

Moscow has repeatedly vowed to destroy advanced Western weapons systems sent to Ukraine, claiming that aid from the U.S. and its allies will only prolong—not help win—Kyiv's war against Russia.

Last September, Kremlin spokesman Dmitry Peskov told reporters at a press briefing, "There is no panacea, no single weapon that can change the balance of power on the battlefield."

\
\

Newsweek is committed to challenging conventional wisdom and finding connections in the search for common ground.

\ \
';uncommonKnowledgeItems[0].insertAdjacentHTML('afterend',uncommonKnowledgeContainerHtml);let uncommonKnowledgeContainerElement=document.getElementsByClassName('uncommon-knowledge');let itemsContainerElement=document.getElementById('uncommon-knowledge-items-container');uncommonKnowledgeContainerElement[0].style.display='block';uncommonKnowledgeItems.forEach((itemUncommon)=>{document.getElementById('uncommon-knowledge-items-container').insertAdjacentHTML('beforeend','
'+itemUncommon.innerHTML+'
');itemUncommon.remove()});jQuery('.start-slider').owlCarousel({loop:!1,margin:10,nav:!0,items:1}).on('changed.owl.carousel',function(event){var currentItem=event.item.index;var totalItems=event.item.count;if(currentItem===0){jQuery('.owl-prev').addClass('disabled')}else{jQuery('.owl-prev').removeClass('disabled')} if(currentItem===totalItems-1){jQuery('.owl-next').addClass('disabled')}else{jQuery('.owl-next').removeClass('disabled')}})}})})
Newsweek Logo

fairness meter

fairness meter

Newsweek is committed to journalism that's factual and fair.

Hold us accountable and submit your rating of this article on the meter.

Newsweek is committed to journalism that's factual and fair.

Hold us accountable and submit your rating of this article on the meter.

Click On Meter To Rate This Article

About the writer

Natalie Venegas is a Weekend Reporter at Newsweek based in New York. Her focus is reporting on education, social justice issues, healthcare, crime and politics while specializing on marginalized and underrepresented communities. Before joining Newsweek in 2023, Natalie worked with news publications including Adweek, Al Día and Austin Monthly Magazine. She is a graduate of the University of Texas at Austin with a bachelor's in journalism. Languages: English. Email: [email protected]



Natalie Venegas is a Weekend Reporter at Newsweek based in New York. Her focus is reporting on education, social justice ... Read more

'} const div=createElementWithHtml('div',linkElement);div.classList.add('promo-link');element.parentNode.insertBefore(div,element.nextSibling)} function insertElementHtml(element,id){if(!element){console.error('insertElementHtml: element is not a DOM node');return} if(document.getElementById(id)){const div=createElementWithHtml('div',document.getElementById(id).innerHTML);element.parentNode.insertBefore(div,element.nextSibling)}} function createElementWithHtml(tag,html){const element=document.createElement(tag);element.innerHTML=html;return element} function checkSlideStart(){if(!slide_started)check_slide()} function removeEmbeddedTitles(){const embTIs=document.querySelectorAll('#v_article .embTI');embTIs.forEach(element=>element.remove());work_editor()} function processMobilePromoLink(){if(!mobile_device||(xuaInfo.device!=='mobile'&&xuaInfo.device!==''))return;const promoLink=document.querySelector('.promo-link');const newsletterSignup=document.getElementById('newsletterSignupHorizontal');if(!promoLink){return} if(!newsletterSignup){return} if(!promoLink.parentNode){return} promoLink.parentNode.insertBefore(newsletterSignup,promoLink.nextSibling)} function addReadMoreComponent(element){if(document.querySelectorAll('.read-more-embedded').length===0&&document.getElementById('readMoreTopics')){fetch('https://d.newsweek.com/json/read-more-articles?article_id=1905927&article_link=us-abrams-tanks-amor-failing-ukraine-1905927&article_category=News&source=by_parsely&article_keyword_related=9456&article_written=1717000877&size=4&days_old=4d&return=html&topic_label=Ukraine&topic_link=topic/ukraine').then(response=>response.json()).then(data=>{if(data&&data.html&&data.html.length>0){var readMoreTopicsElement=document.getElementById('readMoreTopics');readMoreTopicsElement.innerHTML=data.html;insertElementHtml(element,'readMoreTopics');readMoreTopicsElement.remove();let readmoreContainer=document.querySelector('.read-more-topics');let categoryGtm=document.querySelector('body').getAttribute('data-gtm-category');let actionGtm=readmoreContainer.getAttribute('data-gtm-action');let readmoreLinks=readmoreContainer.querySelectorAll('a');setGtmEventLinks(readmoreLinks,categoryGtm,actionGtm)}else{if(document.getElementById('readMoreTopics')){document.getElementById('readMoreTopics').remove()}}}).catch(error=>{console.error('Error fetching read more articles:',error)})}} function addLatestArticlesRightRail(elementId){if(document.getElementById(elementId)){fetch('https://d.newsweek.com/json/get-latest-articles?gtm_source=Latest_Updates_Right_Trail&return=html').then(response=>response.json()).then(data=>{if(data!==undefined&&data.json.length>0){const element=document.getElementById(elementId);element.innerHTML=data.html;element.style.display='';let latestArticlesContainer=document.querySelector('.articles-single-column-container');let categoryGtm=document.querySelector('body').getAttribute('data-gtm-category');let actionGtm=latestArticlesContainer.getAttribute('data-gtm-action');let latestArticlesLinks=latestArticlesContainer.querySelectorAll('a');setGtmEventLinks(latestArticlesLinks,categoryGtm,actionGtm)}}).catch(error=>{console.error('Error fetching latest articles:',error)})}} function getTrendingCommentsCount(data){const articles=data.json;Object.values(articles).forEach(({a_id})=>{if(typeof getMessageCount==='function'){getMessageCount(a_id,`article-${a_id}`,"comments")}})} function addTrendingArticlesRightRail(elementId){if(document.getElementById(elementId)){fetch('https://d.newsweek.com/json/get-trending-articles?return=html&limit=5').then(response=>response.json()).then(data=>{if(data!==undefined&&data.json.length>0){const element=document.getElementById(elementId);element.innerHTML=data.html;element.style.display='';let trendingArticlesContainer=document.querySelector('.numbered-list-container');let categoryGtm=document.querySelector('body').getAttribute('data-gtm-category');let actionGtm=trendingArticlesContainer.getAttribute('data-gtm-action');let trendingArticlesLinks=trendingArticlesContainer.querySelectorAll('a');setGtmEventLinks(trendingArticlesLinks,categoryGtm,actionGtm);getTrendingCommentsCount(data)}}).catch(error=>{console.error('Error fetching trending articles:',error)})}}