91³Ô¹ÏÍø

Watch CBS News

More women are drinking themselves sick. The Biden administration is concerned.

When Karla Adkins looked in the rearview mirror of her car one morning nearly 10 years ago, she noticed the whites of her eyes had turned yellow.

She was 36 at the time and working as a physician liaison for a hospital system on the South Carolina coast, where she helped build relationships among doctors. Privately, she had struggled with heavy drinking since her early 20s, long believing that alcohol helped calm her anxieties. She understood that the yellowing of her eyes was evidence of jaundice. Even so, the prospect of being diagnosed with alcohol-related liver disease wasn't her first concern.

"Honestly, the No. 1 fear for me was someone telling me I could never drink again," said Adkins, who lives in Pawleys Island, a coastal town about 30 miles south of Myrtle Beach.

A smiling brown-haired woman sits on an outdoor staircase wearing a green sweater and jeans, her bare feet on the sand.
Karla Adkins works as a coach to help people quit drinking alcohol. After she nearly died from liver failure 10 years ago, she thought her social life was over. "Honestly, the No. 1 fear for me was someone telling me I could never drink again." Allison Duff

But the drinking had caught up with her: Within 48 hours of that moment in front of the rearview mirror, she was hospitalized, facing liver failure. "It was super fast," Adkins said.

Historically, alcohol use disorder has disproportionately affected men. But from the Centers for Disease Control and Prevention on deaths from excessive drinking shows that rates among women are climbing faster than they are among men. The Biden administration considers this trend alarming, with one new estimate predicting women will of alcohol-associated liver disease costs in the U.S. by 2040, a $66 billion total price tag.

It's a for the Department of Health and Human Services and the Department of Agriculture, which together will release updated national dietary guidelines next year. But with marketing for alcoholic beverages increasingly geared toward women, and social drinking already a huge part of American culture, change isn't something everyone may be ready to raise a glass to.

"This is a touchy topic," said Rachel Sayko Adams, a research associate professor at the Boston University School of Public Health. "There is no safe level of alcohol use," she said. "That's, like, new information that people didn't want to know."

Over the past 50 years, women have increasingly entered the workforce and delayed motherhood, which likely has contributed to the problem as when they became mothers.

"Parenthood tended to be this protective factor," but that's not always the case anymore, said Adams, who studies addiction.

More than 600,000 people in the U.S. died from causes related to alcohol from 1999 to 2020, according to , positioning alcohol among the in this country behind tobacco, poor diet and physical inactivity and illegal drugs.

The and various studies have found that for human health. Even light drinking has been linked to health concerns, like and an .

More recently, the COVID-19 pandemic "significantly exacerbated" binge-drinking, said George Koob, director of the National Institute on Alcohol Abuse and Alcoholism at the National Institutes of Health, as people used alcohol to cope with stress. That is particularly true of women, who are more likely to drink alcohol because of stress than men, he said.

chrissie-bonner-drinking-illustration.png
Research indicates stress is one of the main reasons that people misuse alcohol. Experts also say unique burdens lead many mothers to rely on alcohol. "It's a vulnerable group," says Rachel Sayko Adams, a research associate professor at the Boston University School of PublicHealth. Chrissie Bonner

But women are also frequently the focus of gender-targeted advertising for alcoholic beverages. The growth of and , for example, has exploded in recent years. published by the International Journal of Drug Policy in February found that the "pinking of products is a tactic commonly used by the alcohol industry to target the female market."

Also at play is the emergence of a phenomenon largely perpetuated by women on social media that makes light of drinking to deal with the difficulties of motherhood. The misperception of "mommy wine culture," said Adams, is that "if you can drink in a normal way, a moderate way, if you can handle your alcohol, you're fine."

And while it's unclear to what extent memes and online videos influence women's drinking habits, the topic merits further study, said Adams, who with colleagues last year found that women without children at age 35 are still at the highest risk for binge-drinking and alcohol use disorder symptoms among all age groups of women. But over the past two decades, the research concluded, the risk is escalating for both childless women and mothers.

These factors at play, coupled with the pressure to fit in, can make excessive drinking a difficult conversation to broach. "It's a very taboo topic," Adams said.

And when it does come up, said Stephanie Garbarino, a transplant hepatologist at Duke Health, it's often surprising how many patients are unaware how their drinking affects their health.

"Often, they didn't know there was anything wrong with what they're doing," she said. She is more frequently seeing younger patients with liver disease, including men and women in their 20s and 30s.

And public health and addiction experts fear that alcohol-related liver disease among women will become a costly issue for the nation to address. Women accounted for 29% of all costs associated with the disease in the U.S. in 2022 and are expected to account for 43% by 2040, estimated in the American Journal of Gastroenterology in February.

National dietary guidelines advise women to drink no more than one alcoholic drink a day. Those guidelines are by the USDA and HHS, which has called a special committee to examine, among other questions, the relationship between alcohol consumption and cancer risks. The report will be made public in 2025.

When Canada in 2023 advising that drinking any more than two alcoholic beverages a week carried health risks, Koob sparked backlash when his suggested that U.S. guidelines might move in the same direction. The CDC report suggested that an increase in alcohol taxes could help reduce excessive alcohol use and deaths. Koob's office would not comment on such policies.

It's a topic close to Adkins' heart. She now works as a coach to help others — mostly women — stop drinking, and said the pandemic prompted her to publish a book about her near-death experience from liver failure. And while Adkins lives with cirrhosis, this September will mark 10 years since her last drink.

"The amazing thing is, you can't get much worse from where I got," said Adkins. "My hope is really to change the narrative."

is a national newsroom that produces in-depth journalism about health issues and is one of the core operating programs at — the independent source for health policy research, polling and journalism.

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