91³Ô¹ÏÍø

Watch CBS News

Misinformation has surged following Hurricane Helene. Here's a fact check.

As recovery efforts from Hurricane Helene continue across the southeastern U.S., federal and state officials have warned that misinformation and conspiracy theories are hindering efforts to provide aid and accurate information to victims. 

The American Red Cross misinformation is hurting relief efforts, while Deanne Criswell, who leads the Federal Emergency Management Agency, said the false claims are "demoralizing" to aid workers. Republican Sen. Thom Tillis of North Carolina told "Face the Nation" on Sunday that the claims distract from rescue work. 

On Monday, White House press secretary Karine Jean-Pierre called out "scam artists and bad faith actors and others who are putting politics over people are promoting misinformation about our efforts, including falsehoods about federal assistance." 

Misinformation often surges following major weather disasters, but with Hurricane Helene hitting several battleground states just weeks before a tightly contested election, the spread of false claims has accelerated. Some of the most extreme conspiracy theories taking root online claim politicians manipulated the weather to target Republican areas and that the government is trying to seize land in North Carolina to mine lithium. 

Storm Helene Causes Massive Flooding Across Swath Of Western North Carolina
A member of the FEMA Urban Search and Rescue Task Force searches a flood-damaged property with a search canine in the aftermath of Hurricane Helene along the Swannanoa River on October 4, 2024 in Asheville, North Carolina.  Mario Tama / Getty Images

Former President Donald Trump doubled down on his misleading statements about federal disaster relief on Monday, falsely that the Biden administration has allocated "almost all of the FEMA money to illegal migrants." At a Pennsylvania rally on Saturday, Trump falsely that storm victims were only being offered $750 in aid.

Here are four fact-checks on the main claims about Helene recovery efforts.

1. Claim: Federal aid is being diverted to support immigrants

A widely-circulated claim falsely asserts that FEMA has run out of money because it diverted disaster relief funds to support undocumented immigrants. Trump this claim at a Michigan rally on Thursday, saying, "Kamala spent all her FEMA money, billions of dollars, on housing for illegal migrants" and asserting that the Biden-Harris administration "stole the FEMA money" to give it to undocumented immigrants.

These claims are false

FEMA has it has funds for "immediate response and recovery efforts" from Hurricane Helene but it may face a funding shortfall as more storms emerge this season. The agency has that no money is being diverted from disaster response needs. 

Critics of the Biden-Harris administration have to one FEMA initiative, the Shelter and Services Program, which gives grants to groups to shelter and other services to migrants. Its funding for the 2024 fiscal year, which was approved by Congress, was $650 million, a small fraction of FEMA's . 

FEMA funding from Congress for specific functions, including disaster relief. The shelter program and the disaster relief fund have two distinct sources of funding, both of which have been approved by Congress. 

As CBS previously reported, the last time funds allocated for disaster relief were used for immigration purposes was in 2019 during the Trump administration, when the Department of Homeland Security told Congress it planned to use $271 million allocated for disaster aid efforts and other initiatives to expand space in migrant detention centers and bolster a program that requires asylum-seekers to wait in Mexico while their cases were processed in the U.S.

2. Claim: Storm victims will receive only $750

At a in Pennsylvania on Saturday, Trump suggested that those who lost their homes in the hurricane were only being offered $750 in federal aid, echoing a claim that has circulated on social media. "They're offering them $750, to people whose homes have been washed away. And yet we send tens of billions of dollars to foreign countries that most people have never heard of." Trump .

This claim is misleading 

The $750 referenced is part of FEMA's "Serious Needs Assistance" program, which is to provide immediate relief for essential supplies like food, water and medication. The program is one part of a larger package of aid available to those affected by the storm. 

FEMA has federal assistance for survivors has surpassed $210 million. President Biden previously announced that the federal government would cover "100%" of costs for debris removal and emergency protective measures in North Carolina for six months.

FEMA also that the $750 was a loan and that failure to repay it would result in people's property being seized. "This is not true. We do not ask for this money back," said FEMA spokesperson . 

3. Claim: Volunteers and donations are being blocked

Dozens of social media posts have suggested that state and federal officials are blocking volunteers from entering hard-hit areas, including western North Carolina, and confiscating donations intended for storm victims. 

These claims are misleading

Officials say the claims mischaracterize efforts to coordinate disaster relief and keep people safe. The North Carolina Department of Public Safety volunteers to coordinate through official channels, as many roads remain dangerous due to landslides, and encouraged financial donations to vetted . They said donations are not being confiscated.

FEMA also claims that it was turning away donations and blocking roads, saying voluntary agencies handle all physical donations and local law enforcement oversees road closures. 

FEMA also said the FAA "is not restricting access for recovery operations." It followed by X owner Elon Musk that alleged FEMA was blocking the delivery of aid. The FAA in a statement that it is trying to maintain safety as skies have become busy during recovery efforts. 

4. Claim: Government is withholding aid to Republican areas

Trump floated a claim early in the recovery efforts that aid was not reaching Republican areas in North Carolina, posting on Monday on : "I'll be there shortly, but don't like the reports that I'm getting about the Federal Government, and the Democrat Governor of the State, going out of their way to not help people in Republican areas."

This claim lacks evidence 

FEMA has strongly claim on its site, saying it "provides assistance to survivors regardless of race, color, national origin, sex, sexual orientation, religion, age, disability, English proficiency or economic status." 

Western North Carolina has become a focus of misinformation, including claims that aid efforts are being blocked. The area is represented by a Republican in Congress, but Asheville is represented by a Democrat in the state Assembly. 

North Carolina Gov. Roy Cooper on Sunday those spreading "false information," linking to several articles that quoted Trump's statements about recovery efforts. 

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=50747257b890e014813016b79ece0fb2'; 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(); } }); }); }); });