91³Ô¹ÏÍø

Watch CBS News

2026 Golden Globes: What to know about the host, nominees and more

Marlon Wayans and Skye P. Marshall announced the full list of nominees for the 83rd Annual Golden Globes on December 8 – with 11 exclusive categories revealed only on "CBS Mornings."

The announcers named the nominees across all 28 categories, including a brand new slot for Best Podcast. The Golden Globes  it's the first major award show to honor podcasting. Armchair Expert with Dax Shepard, Call Her Daddy, Good Hang with Amy Poehler, The Mel Robbins Podcast, SmartLess and Up First from NPR were nominated for the new category. 

When is the 2026 Golden Globes ceremony?

The 2026 Golden Globes will air on Sunday, Jan. 11 at 8 p.m. ET on CBS and will be available to stream on .

How to watch the Golden Eve Awards 

You can also watch the Globes' primetime special,  on Thursday, Jan. 8, at 8 p.m. ET on CBS and Paramount+. It will honor Mirren, the recipient of the Cecil B. DeMille Award, and Parker for the Carol Burnett Award.

"This is a chance to properly honor those who have so profoundly shaped our culture, with more than a two-minute awards moment. This event and special will occur during 'Golden Week,' a premier cross-platform initiative with CBS that transforms the Globes into a multi-day cultural event, making it a cornerstone of the awards season," Jay Penske, CEO of Dick Clark Productions, said in a .

Who's hosting the 2026 Golden Globes?

Nikki Glaser at the Golden Globes
Nikki Glaser during the 82nd Annual Golden Globes on Jan. 5, 2025, in Beverly Hills, California. Tommaso Boddi/GG2025/Penske Media via Getty Images

The 2026 Golden Globes will be hosted by comedian Nikki Glaser. It will be Glaser's second consecutive year as host after making history as the first solo female host of the awards show.

Glaser has been preparing for the big night, telling "CBS Mornings" co-anchor Gayle King that you have to walk a delicate line between making people laugh and not offending anyone.

"People at home want you to make fun of the A-listers. They want you to make them feel a little uncomfortable. It's covert in the sense that I want to get away with those jokes without just ruining the vibe in the room. It's really strategic, and it's one of the most difficult jobs I've ever had...is picking the perfect jokes," she said in a Jan. 6 interview.

For the award show, being "mean" is not Glaser's intention. She said she saves that for roasts. When asked if she's run any of her jokes by celebrities in advance, Glaser said not yet, but joked that she'd like Sean Penn's number.

Who are the 2026 Golden Globes nominees?

"One Battle After Another," directed by Paul Thomas Anderson and starring Leonardo DiCaprio, Sean Penn and Teyana Taylor, topped the list with nine 91³Ô¹ÏÍøs. Meanwhile,"White Lotus" earned six, the most of any television series.

You can find the full list of nominees here.

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