91³Ô¹ÏÍø

Watch CBS News

Trump signs executive order to begin dismantling Department of Education

Washington — President Trump announced the signing of an executive order that would begin the process of dismantling the Department of Education "once and for all."

"We're going to eliminate it, and everybody knows it's right," the president said of the department at the White House Thursday. He added, "We're not doing well with the world of education in this country, and we haven't for a long time."

The U.S. spends "more money per pupil, yet we rank near the bottom of the list in terms of success," Mr. Trump said. 

He claimed that 70% of eighth graders "are not proficient in either reading or math," and "40% of fourth graders lack even basic reading skills." The president said that the administration would be returning education "back to the states, where it belongs."

President Trump Signs Executive Order To Shut Down Department Of Education
President Trump stands with Secretary of Education Linda McMahon after signing an executive order to reduce the size and scope of the Education Department during a ceremony at the White House on March 20, 2025. Chip Somodevilla / Getty Images

After he signed the executive order, flanked by schoolchildren at desks on either side of him, the president held it up and invited Education Secretary Linda McMahon to stand with him on stage. Several Republican governors were on hand for the signing, too, including Governors Ron DeSantis of Florida, Mike DeWine of Ohio, Michael Braun of Indiana, Gregg Abbott of Texas and Kim Reynolds of Iowa.

In the two months since Mr. Trump took office, the Education Department's staff has already been slashed in half, and the administration is making plans to transfer some of its functions to other departments. 

Despite the president's rhetoric, fully eliminating the Department of Education would require an act of Congress. To advance most legislation in the Senate requires 60 votes, meaning seven Democrats would need to vote for it along with all Republicans. 

During the signing ceremony, Mr. Trump seemed to acknowledge that he'll need the backing of some Democratic lawmakers: "I hope they're going to be voting for it because ultimately, it may come before them." 

White House press secretary Karoline Leavitt said Thursday on Fox News, ahead of the signing, that the Education Department would be much smaller than it is currently. 

A White House official told CBS News on Wednesday that the following services will not be affected by the order: Student loans, Pell grants and Title I, which provides financial assistance to school districts for children from low-income families, and the Individuals with Disabilities Education Act. 

A White House official said Thursday that student loans, IDEA enforcement, and enforcing civil rights laws will remain at a smaller Education Department "for now," but they will eventually be transferred to other departments.

Upon naming Linda McMahon as education secretary, Mr. Trump said he wanted her to "put herself out of a job." After she was confirmed by the Senate earlier this month, she sent a letter to the department titled "Our Department's Final Mission," saying Mr. Trump had "tasked us with accomplishing the elimination of bureaucratic bloat here at the Department of Education — a momentous final mission — quickly and responsibly."

Mr. Trump said Thursday that "hopefully she will be the last secretary of education." 

Nearly two dozen Democratic attorneys general last week filed a lawsuit against the Trump administration to halt its efforts to slash the Education Department's workforce, calling it unconstitutional. 

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=fd53910ecf4604072044ab7c46d9b028'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });