91³Ô¹ÏÍø

Watch CBS News

The Hunter's Moon this week will be a supermoon — the brightest in 2024

The next full moon is due to appear this week in night skies all over the world. When it emerges, the phenomenon will hold a couple of notable titles. 

First, it's the Hunter's Moon, a centuries-old name for the full moon immediately following the autumnal equinox and the September Harvest Moon that rises with it, which signals an acceleration in the hunting season. Some Native American tribes referred to the celestial event by different monikers — like the Blood Moon, Travel Moon or Dying Grass Moon, according to the Maine Farmer's Almanac — but each was used to mark a similar milestone shift in the year.

The upcoming full moon , where the moon appears brighter and larger to skywatchers on Earth because of its proximity to the planet, and this one is slated to be the most dazzling of the year so far. 

Why does the moon appear brighter during a supermoon?

Like Earth's orbit around the Sun, the moon's around Earth is elliptical, meaning oval-shaped. This means the space rock is positioned at various distances from the planet depending on the time of the month and where it's located along that orbital path. The distances range from about 226,000 miles and 251,000 miles, according to NASA.

Supermoon US
A supermoon rises Tuesday, Sept. 17, 2024, in Nashville, Tennessee. George Walker IV / AP

When the moon is hovering around one of those closer distances during a full moon, it becomes a supermoon. 

Supermoons only happen three or four times a year, since the moon's closeness to Earth rarely coincides with monthly full moons. They aren't identical, either. Astronomers generally consider a full moon to be "super" if the moon's position in orbit is at least 90% of the distance from its farthest point to Earth in the ellipses to its closest. The absolute closest point . 

When does the next full moon take place?

The Hunter's Moon this week will be the third of four consecutive supermoons, . It falls on Thursday, Oct. 17, and comes on the heels of the moon reaching perigee one day earlier. Because of that, the supermoon is expected to be the biggest and brightest of its kind in 2024, albeit, by a very small margin.

The moon will reach its nearest point to Earth at around 9 p.m. Eastern Time on Wednesday evening, with a full moon due to materialize less than 12 hours later, at around 7:30 a.m. in the same time zone. It will occur late Wednesday night for places west of the International Date Line and early Friday morning for places from New Zealand eastward.

People should be able to see the moon appearing full for three or so days around that time, from Tuesday night until Friday morning. Astronomers say the supermoon will be most striking right after sunset and advise looking just above the horizon for the best chances at visibility.

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