91³Ô¹ÏÍø

Watch CBS News

Why are the Academy Awards called the Oscars? Learn the nickname's origins

When presenters opened the envelopes on stage at the 2024 Academy Awards and announced who the Oscar goes to, they were using a nickname that's been around for almost as long as the award itself. 

The statuette given to winners is technically called the . It's based on a design by Cedric Gibbons, who was MGM art director at the time of the award's creation. He sketched a knight holding a sword and standing in front of a film reel, according to the Academy. In 1928, they began the process to turn that idea into a statue. 

No one is quite sure exactly when or why the Academy Award of Merit began to be known as an Oscar. One popular theory, according to the Academy Awards, is that Margaret Herrick — former Academy librarian in the 1930s and 40s and later executive director —thought that the her Uncle Oscar. After hearing that, Academy staff started referring to the award as Oscar. 

Oscar statues
A display case full of Oscar statuettes at the Academy Awards Carlo Allegri/Getty Images

Foster Hirsch, author of "Hollywood and the Movies of the Fifties," said there's another theory that he finds more plausible. He said some believe the term Oscar originated from Hollywood columnist Sidney Skolsky, who attended the Academy Awards in 1934. 

The  to the Academy Award as an Oscar came that year when Skolsky used it in his column in reference to Katharine Hepburn's first win as best actress.

"He thought that the ceremonies were pompous and self-important and he wanted to deflate them in his column," Hirsch said. So Skolsky referred to the statuette as an Oscar, in a reference to Oscar Hammerstein I, a theater owner who became the butt of jokes among vaudeville communities.

"So it was actually a sort of disrespectful or even snide attribution," Hirsch said of the nickname. "It was meant to deflate the pomposity of the Academy Award of Merit."

Another popular theory — though the least likely — is that Bette Davis came up with the Oscar name, Hirsch said. When she won the award for "Dangerous," in 1936, she apparently remarked that "the back of the Oscar reminded her of her husband" as he left the shower. Her husband's middle name was Oscar. 

However, Hirsch said the theory does not really hold up because there are earlier citations of the nickname Oscar being used.

In his book "75 Years of the Oscar: The Official History of the Academy Awards," TCM host and film historian Robert Osborne said the Oscar nickname spread and took hold, even though no one knows exactly who came up with it.

"[It was] warmly embraced by newsmen, fans and Hollywood citizenry who were finding it increasingly cumbersome to refer to the Academy's Award of Merit as 'the Academy's gold statue,' 'the Academy Award statuette' or, worse, 'the trophy,'" Osborne wrote. 

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