Pentagon revokes mandatory flu vaccine policy, calling it ‘absurd’
Pentagon chief Pete Hegseth announced the military is doing away with a longstanding vaccination policy, requiring service members to receive the flu shot.
In a video posted to X on April 21, Hegseth called the new policy a move to “restore freedom and strength” to U.S. forces. He criticized the previous mandate as “overly broad and not rational.”
“We’re seizing this moment to discard any absurd, overreaching mandates that only weaken our war-fighting capabilities. In this case, this includes the universal flu vaccine and the mandate behind it,” Hegseth said in the video announcement.
The Pentagon declined to share additional details about the policy, including the effective date, when contacted by USA TODAY.
The revocation of the flu vaccine requirement comes just under a year after the Pentagon scaled down its mandatory seasonal influenza shot policy, saying it applied only to service members and only “when doing so most directly contributes to readiness.”
The Centers for Disease Control and Prevention recommends annual flu vaccines for adults and children, six months and older. The agency says the vaccine has been shown to reduce the risk of flu-related illnesses and potentially serious flu complications that can result in hospitalization or death.
In his announcement, Hegseth compared the mandatory vaccination to COVID-19 vaccine requirements. He said the new policy is a choice individual service members can make for themselves.
“If you, an American warrior, entrusted to defend this nation, believe that the flu vaccine is in your best interest, then you are free to take it, you should,” he says. “But we will not force you, because your body, your faith, your convictions are not negotiable.”
The U.S. military has a long history of requiring vaccinations and has provided mass immunizations to soldiers throughout its history. Researchers have tracked one of the first influenza vaccine mandates for military personnel back decades, to 1945.
Trump administration’s changing flu vaccine policies
The Pentagon’s policy is the latest change to flu vaccine recommendations under the Trump administration.
The CDC issued a memo in January removing universal recommendations for childhood vaccines that protect against rotavirus, flu, meningococcal disease, COVID-19 and hepatitis A and B. Instead, it said these vaccines are subject to “shared decision-making,” a process during which parents consult with health care providers on whether to administer the shots.
Some of these changes, specifically those concerning COVID-19 and Hep B immunizations, were blocked by a federal judge in March. HHS has vowed to appeal the decision. In the meantime, the official CDC webpage for the flu, last updated in September 2025, still recommends the flu vaccine for “everyone 6 months and older in the United States, with rare exception.”
It also says that vaccination “has been shown to have many benefits, including reducing the risk of flu illnesses, hospitalizations and even the risk of flu-related death” for all ages.
Kathryn Palmer is a politics reporter for USA TODAY. You can reach her at kapalmer@usatoday.com and on X @KathrynPlmr. Sign up for her daily politics newsletter here.
(function () { let route = window.ga_data.route, headline = route.headline || document.title, url = route.url, sponsoredText = (route.sponsoredSeries || route.sponsoredStory) ? 'Story From ' + route.sponsoredName + ': ' : '';
nsbFacebookURL(url, headline); nsbTwitterURL(url, headline, sponsoredText); nsbEmailURL(url, headline, sponsoredText); nsbSMSURL(url, headline, sponsoredText);
function nsbFacebookURL(url, headline) { let ele = document.querySelectorAll('.nsb-facebook'); if (!ele) return;
nsbSetLink(ele, `https://www.facebook.com/dialog/feed?app_id=${window.ga_data.site.facebook.appid}&redirect_uri=${window.location.href}&link=${url}&name=${encodeURIComponent(headline)}`); }
function nsbTwitterURL(url, headline, sponsoredText) { let ele = document.querySelectorAll('.nsb-twitter'); if (!ele) return;
let text = encodeURIComponent(`${sponsoredText}${headline}`); nsbSetLink(ele, `https://twitter.com/intent/tweet?text=${text} ${url} via @${window.ga_data.site.twitter.primary_account}`); }
function nsbEmailURL(url, headline, sponsoredText) { let description = document.querySelector('meta[name="description"]') ? encodeURIComponent(document.querySelector('meta[name="description"]').getAttribute('content')) : null, siteName = window.ga_data.site.publicationName, text = encodeURIComponent(`${sponsoredText}${headline}`);
if (!description && text) ele.remove(); else nsbSetLink(document.querySelectorAll('.nsb-email'), `mailto:?subject=${siteName} ${text}&body=From ${siteName}%0D%0A${text}%0D%0A${description}%0D%0A%0D%0A${url}%0D%0A%0D%0A%0D%0A%0D%0A`); }
function nsbSMSURL(url, headline, sponsoredText) { let ele = document.querySelectorAll('.nsb-text'); if (!ele) return;
let text = encodeURIComponent(`${sponsoredText}${headline}`) + '%0A%0A'; nsbSetLink(ele, `sms:?&body=${text}${encodeURIComponent(url)}`); }
function nsbSetLink (ele, url) { let links = ele; links.forEach(link => { link.setAttribute('href', url); }); } })();
function fireNavShareAnalytics (type) { try { let analytics = document.getElementById("pageAnalytics"), section = ga_data.route.sectionName || ga_data.route.ssts.split('/')[0]; if (analytics) { analytics.fireEvent(`${ga_data.route.basePageType}:${section}:nav-share-buttons:${type}`); } else { if (window.newrelic) window.newrelic.noticeError('page analytics tag not found'); } } catch (e) { if (window.newrelic) window.newrelic.noticeError(e); } }