91³Ô¹ÏÍø

Watch CBS News

A tie at 2026 Oscars for Best Live-Action Short marks 7th such rare award moment

A tie at the 2026 Oscars on Sunday marked a rare moment for the movie awards ceremony — the seventh time in the academy's history that two awards were given for one category.

As Kumail Nanjiani took the stage to announce the winner for Best Live-Action Short at the 98th annual Academy Awards, the actor and comedian exclaimed: "And the Oscar goes to ... it's a tie. I'm not joking. It's actually a tie."

The Oscars went to "The Singers," a musical comedy, and "Two People Exchanging Saliva," a French-language short drama. First up on stage was the team behind "The Singers."

"A tie, wow. I didn't know that was a thing, a tie, but we're happy to be up here," said "The Singers" director Sam Davis as he accepted the award.

Nanjiani then took the mic again and announced "Two People Exchanging Saliva" as the second winner.

"We love all of our fellow nominees, and we're so, so grateful to everyone who has supported our film," director Natalie Musteata said. "Thank you to the academy ... for supporting a film that is weird and that is queer and that is made by a majority of women."

image-2.jpg
At the 2026 Academy Awards there was a tie in the category of Best Live-Action Short. The Oscar went to the teams behind "The Singer," at left, and "Two People Exchanging Saliva," at right. Getty Images

Other ties at the Oscars include Katharine Hepburn and Barbra Streisand

There have been six  over the course of nearly a century.

At the 5th annual Academy Awards, actors Fredric March ("Dr. Jekyll and Mr. Hyde") and Wallace Beery ("The Champ") shared the award.

It was not a true tie, however, as March received one more vote than Beery, according to the Academy. But rules at the time said if the runner-up in any category came within three votes of the winner, they would both get rewarded. The rules have since been changed, and only an exact tie in votes now qualifies for two awards.

In 1949, the documentaries "A Chance to Live" and "So Much for So Little" tied in the short subject category.

In 1968, Katharine Hepburn ("The Lion in Winter") and Barbra Streisand ("Funny Girl") both received Oscars for Best Actress.

In 1986, the Feature Documentary category saw a tie between "Artie Shaw: Time Is All You've Got" and "Down and Out in America."

In 1994, another tie occurred in the Best Live-Action Short category. "Franz Kafka's It's a Wonderful Life" and "Trevor" received the same number of votes from Academy members.

The last tie occurred in 2012 in Sound Editing for "Skyfall" and "Zero Dark Thirty."

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