Watch CBS News

14th Annual SAG Awards Winners List

14th Annual Screen Actors Guild award winners and nominees:

(Winners noted in bold.)

Theatrical Motion Pictures

Outstanding Performance by a Male Actor in a Leading Role

  • George Clooney as Michael Clayton - "Michael Clayton"
  • Daniel Day-Lewis as Daniel Plainview - "There Will Be Blood"
  • Ryan Gosling as Lars Lindstrom - "Lars And The Real Girl"
  • Emile Hirsch as Christopher McCandless- "Into The Wild"
  • Viggo Mortensen as Nikolai - "Eastern Promises"

    Outstanding Performance by a Female Actor in a Leading Role

  • Cate Blanchett as Queen Elizabeth I - "Elizabeth: The Golden Age"
  • Julie Christie as Fiona - "Away From Her"
  • Marion Cotillard as Edith Piaf - "La Vie En Rose"
  • Angelina Jolie as Mariane Pearl - "A Mighty Heart"
  • Ellen Page as Juno MacGuff - "Juno"

    Outstanding Performance by a Male Actor in a Supporting Role

  • Casey Affleck as Robert Ford - "The Assassination of Jesse James By The Coward
  • Robert Ford"
  • Javier Bardem as Anton Chigurh - "No Country For Old Men"
  • Hal Holbrook as Ron Franz - "Into The Wild"
  • Tommy Lee Jones as Ed Tom Bell - "No Country For Old Men"
  • Tom Wilkinson as Arthur Edens - "Michael Clayton"

    Outstanding Performance by a Female Actor in a Supporting Role

  • Cate Blanchett as Jude - "I'm Not There"
  • Ruby Dee as Mama Lucas - "American Gangster"
  • Catherine Keener as Jan Burres - "Into The Wild"
  • Amy Ryan as Helene McCready - "Gone Baby Gone"
  • Tilda Swinton as Karen Crowder - "Michael Clayton"

    Outstanding Performance by a Cast in a Motion Picture

  • "3:10 To Yuma"
  • "American Gangster"
  • "Hairspray" (New Line Cinema)
  • "Into The Wild"
  • "No Country For Old Men"

    Primetime Television

    Outstanding Performance by a Male Actor in a Television Movie or Miniseries

  • Michael Keaton as James Jesus Angleton - "The Company (TNT)
  • Kevin Kline as Jacques - "As You Like It" (HBO)
  • Oliver Platt as George Steinbrenner - "The Bronx is Burning" (ESPN)
  • Sam Shepard as Frank Whiteley - "Ruffian" (ABC)
  • John Turturro as Billy Martin - "The Bronx is Burning" (ESPN)

    Outstanding Performance by a Female Actor in a Television Movie or Miniseries

  • Ellen Burstyn as Posey Benetto - "Mitch Albom's For One More Day" (ABC)
  • Debra Messing as Molly Kagan - "The Starter Wife" (USA)
  • Anna Paquin as Elaine Goodale - "Bury My Heart at Wounded Knee" (HBO)
  • Queen Latifah as Ana - "Life Support " (HBO)
  • Vanessa Redgrave as Woman - "The Fever" (HBO)
  • Gena Rowlands as Melissa Eisenbloom - "What If God Were the Sun?" (Lifetime)

    Outstanding Performance by a Male Actor in a Drama Series

  • James Gandolfini as Tony Soprano - "The Sopranos" (HBO)
  • Michael C. Hall as Dexter Morgan - "Dexter" (Showtime)
  • Jon Hamm as Don Draper - "Mad Men" (AMC)
  • Hugh Laurie as Dr. Gregory House - "House" (FOX)
  • James Spader as Alan Shore - "Boston Legal" (ABC)

    Outstanding Performance by a Female Actor in a Drama Series

  • Glenn Close as Patty Hewes - "Damages" (FX)
  • Edie Falco as Carmela Soprano - "The Sopranos" (HBO)
  • Sally Field as Nora Walker - "Brothers & Sisters" (ABC)
  • Holly Hunter as Grace Hanadarko - "Saving Grace" (TNT)
  • Kyra Sedgwick as Deputy Police Chief Brenda Johnson - "The Closer" (TNT)

    Outstanding Performance by a Male Actor in a Comedy Series

  • Alec Baldwin as Jack Donaghy - "30 Rock" (NBC)
  • Steve Carell as Michael Scott - "The Office" (NBC)
  • Ricky Gervais as Andy Millman - "Extras" (HBO)
  • Jeremy Piven as Ari Gold - "Entourage" (HBO)
  • Tony Shalhoub as Adrian Monk - "Monk" (USA)

    Outstanding Performance by a Female Actor in a Comedy Series

  • Christina Applegate as Samantha Newly - "Samantha Who?" (ABC)
  • America Ferrera as Betty Suarez - "Ugly Betty" (ABC)
  • Tina Fey as Liz Lemon - "30 Rock" (NBC)
  • Mary-Louise Parker as Nancy Botwin - "Weeds" (Showtime)
  • Vanessa Williams as Wilhelmina Slater - "Ugly Betty" (ABC)

    Outstanding Performance by an Ensemble in a Drama Series

  • "Boston Legal" (ABC)
  • "The Closer" (TNT)
  • "Grey's Anatomy" (ABC)
  • "Mad Men" (AMC)
  • "The Sopranos" (HBO)

    Outstanding Performance by an Ensemble in a Comedy Series

  • "30 Rock" (NBC)
  • "Desperate Housewives" (ABC)
  • "Entourage" (HBO)
  • "The Office" (NBC)
  • "Ugly Betty" (ABC)

    SAG Honors For Stunt Ensembles

    Outstanding Performance by a Stunt Ensemble in a Motion Picture

  • "300"
  • "The Bourne Ultimatum"
  • "I Am Legend"
  • "The Kingdom"
  • "Pirates Of The Caribbean: At World's End"

    Outstanding Performance by a Stunt Ensemble in a Television Series

  • "24" (FOX)
  • "Heroes" (NBC)
  • "Lost" (ABC)
  • "Rome" (HBO)
  • "The Unit" (CBS)

    Screen Actors Guild Awards 44th Annual Life Achievement Award
  • Charles Durning

  • View CBS News In
    CBS News App Open
    Chrome Safari Continue
    `; function showPrivacyMessage() { document.querySelectorAll('iframe[data-source="codesnippet"], script[data-src], script[data-cmp-src]').forEach(el => { if (el.tagName === 'IFRAME') { const doc = el.contentDocument || el.contentWindow.document; // Inject external stylesheet into the iframe's const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = 'https://www.cbsnews.com/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=d28384e2f39682c9d0b59d8b1005bcce'; 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 = '
    '; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i