ADVERTISEMENT

'One Battle After Another' dominates SAG's Actor Awards with 7 nominations

Published Jan 8, 2026 07:35 am
A scene from the film 'One Battle After Another' (AP)
A scene from the film 'One Battle After Another' (AP)
“One Battle After Another” dominated nominations to the Actor Awards on Wednesday, with Paul Thomas Anderson’s ragtag revolutionary saga landing a record seven nods in the annual SAG-AFTRA honors.
In the 31 years of the Actor Awards, formerly known as the Screen Actors Guild Awards, no movie has received more than five nominations. Along with a nod for the guild’s top award, best ensemble, the cast of “One Battle After Another” was showered with nominations for Leonardo DiCaprio, Chase Infiniti, Teyana Taylor, Sean Penn, Benicio Del Toro and its stunt performers.
The four other nominees for best ensemble are: “Sinners,” “Hamnet,” “Marty Supreme” and “Frankenstein.” Usually, to win best picture at the Oscars, a movie needs a SAG ensemble nomination. Only four films in the last three decades have managed the feat without that. Among the films that missed the cut this year were “Sentimental Value,” “Wicked: For Good” and “Train Dreams.”
“Sinners” had an especially good result. Along with a best male actor nod for Michael B. Jordan, supporting actors Miles Caton and Wunmi Mosaku were both nominated. It collected five nominations in total.
In television, Apple’s “The Studio,” HBO’s “White Lotus” and Netflix’s “Adolescence” lead the nominees.
Historically, the Actor Awards have been one of the strongest Oscar indicators. Actors make up the largest branch of the film academy, and, in the past, individual SAG nominees have overlapped with the Oscar field at a rate of roughly four out of five. The Actor Awards are presented by the Screen Actors Guild-American Federation of Television and Radio Artists.
That means the nominees Wednesday may closely resemble those headed to the Oscars. They are:
Best male actor: DiCaprio, Timothée Chalamet (“Marty Supreme”), Michael B. Jordan (“Sinners”), Ethan Hawke (“Blue Moon”) and Jesse Plemons (“Bugonia”). The only surprise of that group was Plemons. The favorite remains the 30-year-old Chalamet who won the same award last year for “A Complete Unknown” and vowed to pursue “greatness” in his acceptance speech.
Best female actor: Infiniti, Jessie Buckley (“Hamnet”), Rose Byrne (“If I Had Legs I’d Kick You”), Kate Hudson (“Song Sung Blue”) and Emma Stone (“Bugonia”).
In the supporting male actor category, the nominees are: Del Toro, Penn, Caton, Jacob Elordi (“Frankenstein”) and Paul Mescal (“Hamnet”).
The nominees for best supporting female actor are: Taylor, Mosaku, Ariana Grande (“Wicked: For Good”), Amy Madigan (“Weapons”) and Odessa A’zion (“Marty Supreme”). The biggest surprise in that category was the 25-year-old A’zion.
Snubbed altogether was Joachim Trier’s acclaimed Norwegian drama “Sentimental Value.” Both Renate Reinsve, in lead female actor, and Stellan Skarsgård, for supporting male actor, have been viewed as shoo-ins. Many analysts have even considered Skarsgård the favorite to win. With more than 122,000 voting members, the actors guild has tended to skew more populist and the guild often shies away from non-English language nominees.
Membership in the academy, meanwhile, has grown increasingly international. Along with “Sentimental Value,” movies like the Iranian revenge drama “It Was Just an Accident” and the Brazilian political thriller “The Secret Agent” should have greater success come Oscar nominations on Jan. 22.
There have been some prominent differences between SAG and the Oscars. Last year, Chalamet won best male actor but lost to Adrien Brody (“The Brutalist”) at the Oscars. The papal drama “Conclave” took best ensemble, but Sean Baker’s “Anora” won best picture at the Academy Awards.
On the television side, the leader in comedy was “The Studio,” which scored nods for its ensemble, Seth Rogen, Kathryn Hahn, Catherine O’Hara and Ike Barinholtz. The top drama was “The White Lotus,” which collected four nominations including best ensemble and nods for Parker Posey, Walton Goggins and Aimee Lee Wood. The limited series “Adolescence” also landed four nominations, for Owen Cooper, Stephen Graham, Erin Doherty and Christine Tremarco.
The Actor Awards will take place Sunday, March 1, at the Shrine Auditorium in Los Angeles. Netflix will stream the ceremony live. Harrison Ford will be presented with the guild’s life achievement award.
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.