ADVERTISEMENT

US completes withdrawal from World Health Organization

Published Jan 23, 2026 10:10 am
President Donald Trump applauses during a signing ceremony on his Board of Peace initiative at the Annual Meeting of the World Economic Forum in Davos, Switzerland, Thursday, Jan. 22, 2026. (AP Photo/Markus Schreiber)
President Donald Trump applauses during a signing ceremony on his Board of Peace initiative at the Annual Meeting of the World Economic Forum in Davos, Switzerland, Thursday, Jan. 22, 2026. (AP Photo/Markus Schreiber)
NEW YORK (AP) — The U.S. has finalized its withdrawal from the World Health Organization, one year after President Donald Trump announced America was ending its 78-year-old commitment, federal officials said Thursday.
But it's hardly a clean break.
The U.S. owes more than $130 million to the global health agency, according to WHO. And Trump administration officials acknowledge that they haven't finished working out some issues, such as lost access to data from other countries that could give America an early warning of a new pandemic.
The withdrawal will hurt the global response to new outbreaks and will hobble the ability of U.S. scientists and pharmaceutical companies to develop vaccines and medicines against new threats, said Lawrence Gostin, a public health law expert at Georgetown University.
“In my opinion, it’s the most ruinous presidential decision in my lifetime,” he said.
The WHO is the United Nations’ specialized health agency and is mandated to coordinate the response to global health threats, such as outbreaks of mpox, Ebola and polio. It also provides technical assistance to poorer countries; helps distribute scarce vaccines, supplies and treatments; and sets guidelines for hundreds of health conditions, including mental health and cancer.
Nearly every country in the world is a member.
Trump cited COVID-19 in pulling US from WHO
U.S. officials helped lead the WHO's creation, and America has long been among the organization's biggest donors, providing hundreds of millions of dollars and hundreds of staffers with specialized public health expertise.
On average, the U.S. pays $111 million a year in member dues to the WHO and roughly $570 million more in annual voluntary contributions, according to the U.S. Department of Health and Human Services.
In an executive order issued right after taking office, Trump said the U.S. was withdrawing from WHO due to the organization’s mishandling of the COVID-19 pandemic and other global health crises. He also cited the agency’s “failure to adopt urgently needed reforms” and its “inability to demonstrate independence from the inappropriate political influence of WHO member states.”
WHO, like other public health organizations, made costly mistakes during the pandemic, including at one point advising people against wearing masks. It also asserted that COVID-19 wasn’t airborne, a stance it didn’t officially reverse until 2024.
Another Trump administration complaint: None of WHO's chief executives — there have been nine since the organization was created in 1948 — have been Americans. Administration officials view that as unfair given how much the WHO relies on U.S. financial contributions and on U.S. Centers for Disease Control and Prevention personnel.
Public health experts say US exit will hobble responses to threats
Experts say the U.S. exit could cripple numerous global health initiatives, including the effort to eradicate polio, maternal and child health programs, and research to identify new viral threats.
Dr. Ronald Nahass, president of the Infectious Diseases Society of America, called the U.S. withdrawal “shortsighted and misguided” and “scientifically reckless.”
The U.S. has ceased official participation in WHO-sponsored committees, leadership bodies, governance structures and technical working groups. That would seem to include the WHO group that assesses what flu strains are circulating and makes critical decisions about updating flu shots.
It also signals the U.S. is no longer participating in global flu information-sharing that guides vaccine decisions.
Such disease intelligence has helped Americans be “at the front of the line” when new outbreaks occur and new vaccines and medicines are quickly needed to counteract them and save lives, Gostin said.
Trump administration officials say they already have public health relationships with many countries and are working to ensure direct sharing of that kind of information, rather than having WHO serve as a middleman. But U.S. officials did not give specifics about how many such arrangements are in place.
Gostin, an expert on international public health treaties and collaborations, said it's unlikely the U.S. will reach agreements with more than a couple dozen countries.
Many emerging viruses are first spotted in China, but “is China going to sign a contract with the United States?” Gostin said. “Are countries in Africa going to do it? Are the countries Trump has slapped with a huge tariff going to send us their data? The claim is almost laughable.”
Gostin also believes Trump overstepped his authority in pulling out of WHO. The U.S. joined the organization through an act of Congress and it is supposed to take an act of Congress to withdraw, he argued.
US still owes money, WHO says
The U.S. is legally required to give notice one year in advance of withdrawal — which it did — but also to pay any outstanding financial obligations.
The U.S. has not paid any of its dues for 2024 and 2025, leaving a balance of more than $133 million, according to WHO.
An administration official denied that requirement Thursday, saying the U.S. had no obligation to pay prior to withdrawing as a member.

Related Tags

WORLDNEWS World Health Organization (WHO)
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.