ADVERTISEMENT

Eddie Murphy gets lifetime achievement award from AFI, earns standing ovation at star-studded tribute

Published Apr 20, 2026 07:17 pm

At A Glance

  • The tribute, which also featured appearances from Bill Burr, Kevin Hart, Eva Longoria, Da'Vine Joy Randolph and Kenan Thompson, will premiere as a special on Netflix on May 31.

LOS ANGELES (AP) — Eddie Murphy took a moment to look out at the star-studded room at the American Film Institute ceremony — at his family, his peers, the people who have shared his journey — and let it all sink in.

“Seeing all of my family, all my kids, my beautiful wife, and seeing all the different people I worked with, I’m just really filled up,” said Murphy, who received the life achievement award at the Dolby Theatre in Los Angeles on Saturday night. “This is a special moment. I wish y’all could feel what I’m feeling, see what I’m seeing. I almost teared up. I’m going to get backstage and cry.”

Just before accepting the award, Murphy was met with a standing ovation, stepping onstage and moving through the ballroom as the applause followed. Along the way, he passed Spike Lee, Martin Lawrence, Dave Chappelle, Chris Rock, Arsenio Hall and Judge Reinhold.

The tribute, which also featured appearances from Bill Burr, Kevin Hart, Eva Longoria, Da’Vine Joy Randolph and Kenan Thompson, will premiere as a special on Netflix on May 31.

Murphy, 65, has moved from a teenage stand-up sensation to a breakout force on “Saturday Night Live” to a box office mainstay with films like “Beverly Hills Cop,” “Coming to America,” “The Nutty Professor” and the “Shrek” franchise.

Large images from those defining moments filled the venue stage, tracing a career that has crossed stand-up, television and film.

“Eddie made us laugh and made our nation feel better,” said Lee, who presented the award to Murphy. “I took a camera and told stories on how our nation could be better. … We both pushed culture forward. ... Every step of this journey, Eddie has been true to himself.”

Comedians pointed to Murphy’s influence across generations.

“There is no us without you,” Rock said.

Lawrence, who starred in the film “Life” with Murphy, shared a personal moment from early in his career, recalling how Murphy once declined his request for a photo. But now, that shouldn’t be a problem since their children married each other in 2025.

“Now I can get all the pictures I want,” Lawrence said with a smile. “Because we’re in-laws.”

Arsenio Hall, Murphy’s longtime collaborator on “Coming to America,” spoke about Murphy advocating for him in the film and highlighted the depth of his talent.

“When Eddie does a family film, he plays a whole damn family,” Hall said.

Chappelle reflected on studying Murphy’s stand-up as a teenager watching “Raw.” He described Murphy as one of the defining figures in the industry and shared a recent visit to his home, where seeing Murphy’s grandchildren playing offered a deeper perspective on his life.

Sign up for Morning Wire:Our flagship newsletter breaks down the biggest headlines of the day.Email addressSign up

“I would watch him every day after school like I was taking a class,” said Chappelle, who also spoke on an interview where he considered revisiting "Chappelle's Show," a project he once stepped away from, calling it one of the most meaningful experiences of his career.

Chappelle said Murphy encouraged him to revisit the idea, and even joked about joining the project if it comes to fruition.

“You are still the hero I want to be,” he said.

Stevie Wonder described Murphy’s impact as something that extends beyond comedy. He showed his deep admiration for the comedian-actor.

“Laughter can make life livable,” Wonder said. “Eddie is more than a comedian … he is a universal reminder.”

Mike Myers, who co-starred in the “Shrek” films with Murphy, credited him with helping define one of animation’s most beloved characters, calling his character portrayal of Donkey a “masterpiece.”

Jennifer Hudson delivered a musical tribute with performances from “Dreamgirls,” backed by a house band led by Rickey Minor.

The gala, which raised more than $2.5 million to support AFI’s nonprofit education programs, also included the presentation of the Franklin J. Schaffner Alumni Medal to cinematographer Autumn Durald Arkapaw, who spoke about finding her voice through the institute.

Murphy’s career has spanned nearly 50 years, from stand-up stages to blockbuster films, with a versatility that has kept him relevant across generations. In 2023, he received the Cecil B. DeMille Award at the Golden Globes and has spoken about embracing a deeper appreciation for his journey.

“Thank you for giving me this night that I will remember forever and ever and ever,” Murphy said. “I love you.”

Related Tags

Eddie Murphy AFI Life Achievement Award American Film Institute Hollywood tribute
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.