91³Ô¹ÏÍø

Watch CBS News

Being a morning person could be in your genes

Whether you're an early riser or can't function in the mornings without five cups of coffee may come down to your DNA, according to a new study.

Researchers from the genetics company 23andMe say they've identified variances in 15 locations of the human genome associated with being a morning person.

The research -- one of the largest genome-wide association studies of its kind -- was published in Nature Communications.

"In this study we set out to discover more about an individual's preference toward early rising and were able to identify the genetic associations with 'morningness' as well as ties to lifestyle patterns and other traits," Youna Hu, Ph.D., who led 23andMe's research on the paper, said in a statement.

Hu and her team analyzed data on more than 89,000 23andMe customers. They found that no single area of the genome identifies someone as a morning person, but the more genes skew a certain way, the more likely you are to wake up with the sun.

Among the genetic variants, the researchers identified seven in or near genes already known to play a biological role in circadian rhythms. Four other variants could possibly be related to circadian rhythms and the remaining four are still a mystery in the role they play in sleep cycles.

The study also revealed that 56 percent of the participants considered themselves night owls, and that women and adults over the age of 60 are more likely to be morning people.

Early risers were also significantly less likely to have insomnia or suffer from depression and they did not require as much sleep per day as those who reported being more wakeful at night.

After taking into account other factors, including sex and age, the researchers found morning people are more likely to have lower BMI, or body mass index, a measure of body weight relative to height.

The authors are quick to point out that the study does not prove that these genes cause different sleep preferences, but say that the findings call for a deeper dive into the topic. For example, by learning more about what makes someone a morning person or night owl, scientists may be better able to understand the health conditions associated those differences, including depression, obesity, and insomnia.

the-genetics-of-being-a-morning-person56b0d163af339.png
23andMe
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(); } }); }); }); });