Trump administration eases regulation on state-licensed marijuana
The order from the Department of Justice moves state-licensed medical marijuana from a Schedule I drug to Schedule III, which is less restrictive.
The Department of Justice is easing federal restrictions on medical marijuana products licensed by states, reclassifying them as less dangerous substances in another big step toward reorienting federal policy around a drug that has been strictly controlled at the federal level for decades.
Acting Attorney General Todd Blanche signed an order April 23 that moves medical marijuana products approved by the Food and Drug Administration or with a state license from Schedule I, the highest level of regulation, to the less strict Schedule III.
“This rescheduling action allows for research on the safety and efficacy of this substance, ultimately providing patients with better care and doctors with more reliable information,” Blanche said in a statement.
The Department of Justice also is expediting the hearing process to more broadly reclassify marijuana under federal law, following through on President Donald Trump‘s Dec. 18 executive action aimed at finalizing a reclassification push begun under President Joe Biden. The Drug Enforcement Administration will hold an administrative hearing on the issue June 29.
Schedule 1 drugs are considered the most dangerous, with the DEA describing them as substances with no “medical use and a high potential for abuse.” They include heroin, LSD and ecstasy. The DEA considers Schedule III drugs as having “a moderate to low potential for physical and psychological dependence.”
Marijuana isn’t legal at the federal level under Schedule I, but the change makes it easier for the industry to operate and for research to be conducted.
Marijuana is legal for medical or recreational use in 45 states and 64% of Americans supported legalization in a Gallup survey from last year, up from 36% two decades ago. Support for legalization has dipped recently among Republicans, though, Gallup found.
Trump has taken an aggressive approach to drug enforcement during his second term, most notably with military strikes against alleged drug vessels off the coast of Venezuela. His stance on marijuana has been less restrictive, though. During the 2024 campaign, Trump supported a ballot measure, which ultimately failed, that would have legalized the drug in the state of Florida.
Biden ordered the Department of Health and Human Services to review marijuana’s classification in 2022, and the next year HHS called for listing marijuana as Schedule III. The Biden administration in 2024 proposed a rule to reschedule marijuana, but it was put on hold.
Trump also recently signed an executive aimed at speeding access to medical treatments that use psychedelic drugs.
Contributing: Bart Jansen
(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); } }