Latest Cannabis News: January 21, 2026

Latest Cannabis News: January 21, 2026

Sabrina
JANUARY 21ST, 2026

Stay up to date with the latest legalization and cannabis news with the C.B. Advisors. Every week, we will release a snippet of what’s happening with each state in the cannabis industry. Did you miss last week? No worries – click here for last week’s cannabis news.

 

Low THC, High CBD

Indiana: Indiana lawmakers advanced legislation this week to restrict and regulate hemp-derived THC products, approving a bill that would impose new limits on intoxicating hemp cannabinoids and establish clearer oversight of the sector. Supporters say the bill is intended to close regulatory gaps and align state law with evolving federal guidance, while critics argue it could significantly disrupt existing hemp businesses and reduce consumer access to popular products.

In a separate but related development, the Indiana House rejected an amendment that would have allowed farmers to cultivate marijuana seeds, an idea proponents framed as a way to prepare for potential federal cannabis rescheduling. Lawmakers opposing the measure said it conflicted with Indiana’s current prohibition on marijuana and went too far beyond existing law, signaling continued resistance to any steps that could be seen as laying groundwork for broader cannabis legalization.

Sources: https://www.marijuanamoment.net/indiana-lawmakers-approve-bill-to-restrict-and-regulate-hemp-thc-products/

https://www.marijuanamoment.net/indiana-house-rejects-amendment-to-let-farmers-begin-cultivating-marijuana-seeds/

 

Texas: Texas regulators are proposing new rules that would significantly tighten restrictions on hemp derived THC products, including changes that could effectively ban smokable hemp flower and sharply increase licensing fees for businesses. The rules, developed by the Department of State Health Services following a directive from the governor, would expand testing and packaging requirements and raise annual fees to levels critics say could force many small hemp operators out of the market.

Source: https://www.statesman.com/news/article/texas-hemp-rules-weed-ban-smokable-cannabis-21290208.php

 

Medical

Alabama: The Alabama Cannabis Coalition has launched an advocacy effort during the 2026 legislative session to push for the repeal of House Bill 445, the controversial law signed in 2025 that imposed major restrictions on hemp and THC products in the state. The coalition says HB 445 has harmed the state’s hemp industry and limited access to hemp-derived products, and it plans to rally public support and lobby lawmakers at the State Capitol to overturn the restrictions and restore broader legal access.

Source: https://www.alreporter.com/2026/01/16/alabama-cannabis-coalition-announces-push-for-hemp-ban-repeal/

 

Florida: Florida’s 2026 legislative session is beginning with multiple cannabis-related bills already filed, including proposals affecting medical marijuana regulations and renewed efforts to legalize recreational cannabis. Lawmakers are also revisiting policy changes following the narrow failure of a 2024 adult-use ballot initiative, setting the stage for another year of debate over the state’s cannabis framework.

Source: https://www.tallahassee.com/story/news/politics/2026/01/13/florida-legislative-session-recreational-medical-marijuana-bills/88142592007/

 

Pennsylvania: Pennsylvania lawmakers and stakeholders held a Harrisburg hearing on January 15 to spotlight a regulatory vacuum around intoxicating hemp products amid recent federal action restricting unregulated THC products.

Testifiers including law enforcement and industry groups emphasized that the 2018 federal Farm Bill created loopholes allowing high-THC hemp products to proliferate without oversight, and that impending federal THC limits could leave the state lacking clear protections for consumers and responsible businesses unless the legislature acts to create a cohesive regulatory framework.

Source: https://www.cannabisbusinesstimes.com/us-states/pennsylvania/news/15814865/harrisburg-hearing-highlights-regulatory-vacuum-in-pennsylvania-as-congress-acts-on-intoxicating-hemp

 

Recreational

Ohio: Ohio’s Attorney General has rejected the summary language for a citizen-led petition that sought to repeal key changes to the state’s marijuana law, ruling that the wording was not a fair and truthful representation of the measure.

Attorney General Dave Yost said the petition’s summary contained omissions and misstatements that could mislead potential signers about the scope and effect of Senate Bill 56, which reworks the adult-use cannabis statute voters approved and bans intoxicating hemp products. Petition organizers say they will revise the language, collect additional signatures and try again in hopes of qualifying a referendum for the November ballot.

Source: https://www.newsandsentinel.com/news/local-news/2026/01/rolling-paperwork-ohio-ag-rejects-summary-language-for-marijuana-law-repeal-petition/

 

Virginia: A new bill in Virginia would set November 1, 2026 as the earliest possible start date for legal adult-use cannabis retail sales, according to Outlaw Report. While possession and home cultivation are already legal, the state still lacks a regulated retail market, and the proposal is designed to move Virginia closer to launching licensed cannabis stores.

If approved, the Virginia Cannabis Control Authority would oversee licensing and regulation of the adult-use market. The November 2026 date is a minimum timeline, meaning sales could begin later depending on legislative action, regulatory readiness, and political support.

Source: https://outlawreport.com/virginia-bill-sets-earliest-cannabis-retail-launch-for-november-1-2026/

 

 

The Cannabis Business Advisors have more than thirty years of combined industry experience, spanning across the U.S. and around the globe. C.B. Advisors offers a comprehensive suite of services, including application and licensing preparation, operational analysis, merger and acquisition support, policy and procedures, exit strategy guidance, and business development planning. Stay up to date on the latest cannabis news with The CB Advisors!

Contact Info@thecannabisbusinessadvisors.com for more information on how to apply for a cannabis business license.

YOU MIGHT ALSO BE INTERESTED IN

SIGN UP TO STAY INFORMED

IT’S TIME TO GET GROWING.

Better growth and a clear plan forward is what your business needs. Reach out to us to book a consultation or get your action plan
started.
CONTACT

/* CBA native share bar — replaces the retired AddThis shortcode in .share-it on single posts */ (function () { function initShare() { var box = document.querySelector('.share-it'); if (!box || box.querySelector('.cba-share')) return; if (!document.getElementById('cba-share-css')) { var css = document.createElement('style'); css.id = 'cba-share-css'; css.textContent = '.share-it{font-size:0}.share-it h5{font-size:14px;letter-spacing:.08em}' + '.cba-share{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}' + '.cba-share a,.cba-share button{font:500 13px/1 inherit;padding:8px 14px;border:1px solid #cfd6cf;' + 'border-radius:999px;color:#2f6b34;background:#fff;text-decoration:none;cursor:pointer;transition:.15s}' + '.cba-share a:hover,.cba-share button:hover{background:#2f6b34;border-color:#2f6b34;color:#fff}'; document.head.appendChild(css); } Array.prototype.slice.call(box.childNodes).forEach(function (n) { if (n.nodeType === 3 && /\[addthis/i.test(n.textContent)) box.removeChild(n); }); var url = encodeURIComponent(location.href); var title = encodeURIComponent((document.title || '').replace(/\s*\|\s*CB Advisors\s*$/i, '').trim()); var links = [ ['X', 'https://x.com/intent/tweet?url=' + url + '&text=' + title], ['LinkedIn', 'https://www.linkedin.com/sharing/share-offsite/?url=' + url], ['Facebook', 'https://www.facebook.com/sharer/sharer.php?u=' + url], ['Email', 'mailto:?subject=' + title + '&body=' + url] ]; var bar = document.createElement('div'); bar.className = 'cba-share'; links.forEach(function (l) { var a = document.createElement('a'); a.href = l[1]; a.textContent = l[0]; a.setAttribute('aria-label', 'Share on ' + l[0]); if (l[0] !== 'Email') { a.target = '_blank'; a.rel = 'noopener noreferrer'; } bar.appendChild(a); }); var copy = document.createElement('button'); copy.type = 'button'; copy.textContent = 'Copy link'; copy.setAttribute('aria-label', 'Copy link'); copy.addEventListener('click', function () { var label = copy.textContent, done = function () { copy.textContent = 'Copied'; setTimeout(function () { copy.textContent = label; }, 1500); }; if (navigator.clipboard && navigator.clipboard.writeText) navigator.clipboard.writeText(location.href).then(done, done); else done(); }); bar.appendChild(copy); box.appendChild(bar); } if (document.readyState !== 'loading') initShare(); else document.addEventListener('DOMContentLoaded', initShare); })();