91³Ô¹ÏÍø

Watch CBS News

Can Ozempic, Wegovy reduce alcohol, nicotine and other cravings? Doctor weighs in on what to know.

Patients who take drugs like Wegovy or Ozempic for weight loss may notice another side effect, according to some users, including reduced cravings for alcohol, nicotine and even opioids.

In an interview with CBS News' Anne-Marie Green, Dr. Tamika Henry, founder of the California-based Unlimited Health Institute, explained Ozempic works with the reward centers in our brain.

"When we think about the reward centers, it releases dopamine, which is our feel-good hormone. So what happens is, when you do a certain activity, dopamine surges — and you're like, 'Oh, I want to keep doing that,' whether that's indulging in alcohol, nicotine or even gambling," she said. "How Ozempic works is, it decreases the surge of dopamine, and therefore the desire for that particular activity is decreased."

So in the same way it can help people who may eat compulsively, some think it could also help people with other compulsive behaviors. But, as Henry said, there's not enough evidence yet.

"There are studies that are done in rats and there has been anecdotal stories," she said, but added "we need more studies to verify."

Earlier this month, another study showed Wegovy can also reduce the risk of a heart attack or stroke by 20%.

While this clinical trial performed by drugmaker Novo Nordisk is not yet peer-reviewed, Henry said decreasing health concerns like diabetes does have a "long-term effect of decreasing the risk for cardiovascular events."

"Anytime you're losing weight, reducing the need for medication — yes, you will get reduced in this particular area," she said.

The risk of negative side effects is also a factor to consider with these drugs, including for uses beyond weight loss.

"As you're thinking about decreasing an addiction, yes, you want to do that, but is there also going to be some association with nausea? Are you also going to have problems with heartburn, fatigue?" Henry says. "The other thing is taking a medication is just part of it. You need to start to do the other things that help you along the way. Because if the medication is removed, then what happens?"

As weight loss drugs rise in popularity, doctors have warned about the potential side effects, including life-threatening complications if they need surgery or other procedures that require empty stomachs for anesthesia. 

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(); } }); }); }); });