91³Ô¹ÏÍø

Watch CBS News

D'Angelo, Grammy-winning R&B singer, dies of cancer at 51

R&B legend D'Angelo has died, his family confirmed to CBS News on Tuesday. The singer, whose real name was Michael D'Angelo Archer, was 51.

D'Angelo's family said the Grammy-winning artist died Tuesday after a "prolonged and courageous battle with cancer." 

"We are saddened that he can only leave dear memories with his family, but we are eternally grateful for the legacy of extraordinarily moving music he leaves behind," the family said. 

His family asked for privacy and that his fans "join us in mourning his passing while also celebrating the gift of song that he has left for the world." 

D'Angelo performs live at the Byron Bay Bluesfest on March 24, 2016, in Byron Bay, Australia.
D'Angelo performs live at the Byron Bay Bluesfest on March 24, 2016, in Byron Bay, Australia. Mark Metcalfe/Getty Images

D'Angelo was born in Virginia and dropped out of school as a teenager to try to break into the music industry. He first came to fame after co-producing Black Men United's 1994 single "U Will Know." He released his debut album "Brown Sugar" in 1995. The record was certified platinum. 

D'Angelo's next album, "Voodoo," was released in 2000. It won the Grammy Award for Best R&B Album, while a single on the album was awarded the Grammy for Best Male R&B Vocal Performance. In 2014, he released  "Black Messiah," his third album. It won the Grammy Award for Best R&B Album, and a song on the album won the award for Best R&B Song. It was also nominated for Record of the Year. 

During his career, D'Angelo collaborated with major artists including Lauryn Hill, Erykah Badu and Jay-Z. 

RCA Records called D'Angelo a "peerless visionary who effortlessly blended the classic sounds of soul, funk, gospel, R&B, and jazz with a hip hop sensibility" and a "known perfectionist" whose albums "were widely celebrated as masterpieces by both the music community and his beloved fans around the world." 

"D'Angelo's songwriting, musicianship, and unmistakable vocal styling has endured and will continue to inspire generations of artists to come," the company said. "Our hearts are with his family and friends during this difficult time."

In May 2025, D'Angelo was set to headline Roots Picnic, a Philadelphia music festival, but announced a week before the scheduled performance that he would no longer be able to do so because of an "unforeseen" delay related to an earlier surgery. In a , D'Angelo said that his doctors had advised he not perform. D'Angelo did not specify what kind of surgery he had had or what complications he was experiencing. 

In his statement, D'Angelo indicated that he was working on new music. 

D'Angelo is survived by three children: Imani, Michael and Morocco Archer. He was never married. 

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