Elon Musk Backtracks on $2 Trillion DOGE Budget-Cutting Ambition

Elon Musk has backtracked on his earlier goal of cutting $2 trillion from the federal budget.

In a live interview on X, formerly Twitter, with Stagwell CEO Mark Penn on Wednesday, Musk said slashing $2 trillion from the budget would be "the best-case outcome," but he thinks there is a "good shot" of cutting half that amount.

"We'll try for $2 trillion. I think that's like the best-case outcome," he said. "I think if we try for $2 trillion, we've got a good shot at getting one."

Newsweek reached out to President-elect Donald Trump's transition team for comment via email.

Why It Matters

Musk, the world's richest man, has been tapped by Trump along with Vivek Ramaswamy to lead a so-called Department of Government Efficiency (DOGE) tasked with recommending ways to slash spending and make the federal government more efficient.

Musk said in October that he could cut the federal budget by "at least $2 trillion"—which amounts to nearly a third of total annual government spending. However, budget experts dismissed that figure as unrealistic.

Elon Musk on Capitol Hill
Elon Musk in Washington, D.C., on December 5, 2024. Musk has walked back his earlier pledge of cutting the federal budget by at least $2 trillion. Anna Moneymaker/Getty Images

What To Know

In the interview, Musk said it would still be "an epic outcome" if the federal budget is cut by $1 trillion.

"If we can get, drop the budget deficit from $2 trillion to $1 trillion, and kind of free up the economy to, you know, have additional growth such that the output of goods and services keeps pace with the increase in the money supply, then there will be no inflation," he said. "So that, I think, would be an epic outcome."

Penn asked if Musk had identified cuts that he thinks will be successful.

Musk did not mention anything specific but said the government is a "very target-rich environment for saving money."

He added: "It's like being in a room full of targets, like you could close your eyes and you can't miss."

What People Are Saying

Democratic fundraiser Jon Cooper, on X: "Gosh, what a f****** surprise. It's always a con with these guys."

Economist James Meadway, on X: "Lol. Walking back already. $2tr cuts aren't going to happen - not even close. Prediction: Federal govt will be bigger, as share of GDP, at end of Trump second term than start."

Philip Wallach, a senior fellow at the American Enterprise Institute, previously told Newsweek: "There's a lot of us out here who are skeptical that they're really going to be able to come in out of nowhere and figure out all these savings that nobody else has been able to figure out all these years."

What's Next

Trump will return to the White House for a second term on January 20. What cuts to the budget Musk and Ramaswamy's DOGE ultimately recommend remains to be seen.

\
\

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


Khaleda Rahman is Newsweek's National Correspondent based in London, UK. Her focus is reporting on abortion rights, race, education, sexual ... 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=2012419&article_link=elon-musk-backtracks-doge-federal-budget-cut-2012419&article_category=Politics&source=by_parsely&article_keyword_related=2965&article_written=1736441700&size=4&days_old=4d&return=html&topic_label=Elon Musk&topic_link=topic/elon-musk').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)})}}