91³Ô¹ÏÍø

Watch CBS News

Even one alcoholic drink per day is linked to higher blood pressure, American Heart Association analysis finds

Routinely drinking alcohol — as little as one drink a day — is associated with an increase in blood pressure readings, even in adults without hypertension, according to new research analysis.

The research published Monday in the American Heart Association's journal Hypertension analyzed data from seven international studies and found that people who drank even one alcoholic beverage per day were more likely to have higher blood pressure when compared to non-drinkers.

"We found no beneficial effects in adults who drank a low level of alcohol compared to those who did not drink alcohol," senior study author Dr. Marco Vinceti, said in a . "We were somewhat surprised to see that consuming an already-low level of alcohol was also linked to higher blood pressure changes over time compared to no consumption — although far less than the blood pressure increase seen in heavy drinkers."

The analysis included data from more than 19,000 adults in the United States, Korea and Japan. Alcohol consumption was based on grams of alcohol consumed, not number of drinks, in order to keep measurements consistent across countries with differing types of beverages and sizes of "."

After reviewing the data of all participants for more than five years, researchers found the systolic, or top number, blood pressure rose:

  • 1.25 millimeters of mercury (mm Hg) in people who consumed an average of 12 grams of alcohol per day
  • 4.9 mm Hg in people consuming an average of 48 grams of alcohol per day. 

In the U.S., 14 grams of alcohol equates to about a 12-ounce serving of regular beer, 5 ounces of wine or a 1.5-ounce shot of distilled spirits, the release notes.

For diastolic, or bottom number, blood pressure, it rose: 

  • 1.14 mm Hg in people consuming an average of 12 grams of alcohol per day
  • 3.1 mm Hg in people consuming an average of 48 grams of alcohol per day

Diastolic blood pressure is not as strong a predictor of heart disease risk compared to systolic, the release notes, adding that these associations were seen in males, which accounted for 65% of the study participants, but not in females. The systolic results were seen in both.

High blood pressure is known as a "silent killer" and can increase a person's risk of heart attack, stroke, chronic kidney disease and other serious conditions.

"Alcohol is certainly not the sole driver of increases in blood pressure; however, our findings confirm it contributes in a meaningful way," Vinceti added. "Limiting alcohol intake is advised, and avoiding it is even better."

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=296763317a51cab90faa73f1bb146d5c'; 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(); } }); }); }); });