ADVERTISEMENT

Sean 'Diddy' Combs gets 4 years in prison

Published Oct 4, 2025 12:13 pm

At A Glance

  • Since Combs has already served a year in jail, the sentence means that the 55-year-old could get out in about three years.
NEW YORK (AP) — Sean “Diddy” Combs was sentenced Friday to four years and two months in prison for transporting people across state lines for sexual encounters, capping a sordid federal case that featured harrowing testimony and ended in a forceful reckoning for one of the most influential figures in hip-hop.
Since Combs has already served a year in jail, the sentence means that the 55-year-old could get out in about three years. While prosecutors sought a sentence of more than 11 years, his lawyers wanted him freed immediately and said the time behind bars has already forced his remorse and sobriety.
Combs was convicted in July of flying his girlfriends and male sex workers around the country to engage in drug-fueled sexual encounters in multiple places and over many years. However, he was acquitted of sex trafficking and racketeering charges that could have put him behind bars for life.
“Why did it happen so long?” U.S. District Judge Arun Subramanian asked as he handed down the sentence. “Because you had the power and the resources to keep it going, and because you weren’t caught.”
Subramanian, who also fined Combs $500,000, the maximum allowed, praised the accusers who testified at trial. They effectively spoke for countless others who experienced abuse, the judge said: “You gave them a voice. You stood up to power.”
Combs, sitting at the defense table, looked straight ahead as the judge spoke. He remained subdued afterward and appeared dejected, with none of the enthusiasm and smiles he displayed while interacting with his lawyers and family earlier in the day.
“I’m sorry, I’m sorry,” he said to his family right before leaving the courtroom.
Combs’ lawyers said they’ll appeal.
“What we feel today is that the judge acted as a 13th juror, one we did not choose, and that he second guessed the jury’s verdict,” defense lawyer Marc Agnifilo told reporters after leaving court.
Before sentencing, Combs wept as his defense lawyers played a video portraying his family life, career and philanthropy, and he went on to make a plea for leniency.
“I ask your honor for a chance to be a father again,” Combs said, “a son again ... a leader in my community again ... for a chance to get the help that I desperately need to be a better person.”
He apologized to the people he hurt physically and mentally with his “disgusting, shameful” actions, and said the domestic violence was a burden he would carry for the rest of his life.
His nearly two-month trial in a federal court in Manhattan featured testimony from women who said Combs beat, threatened, sexually assaulted and blackmailed them.
Prosecutor Christy Slavik told the judge Friday that sparing Combs serious prison time would excuse years of violence.
“It’s a case about a man who did horrible things to real people to satisfy his own sexual gratification,” she said. “His currency was control. And he weaponized that currency to devastating effects on the victims.”
Combs was convicted under the Mann Act, which bans transporting people across state lines for any sexual crime. Defense attorney Jason Driscoll argued Friday the law was misapplied.
During testimony at the trial, former girlfriend Casandra “Cassie” Ventura told jurors that Combs ordered her to have “disgusting” sex with strangers hundreds of times during their decade-long relationship. Jurors saw video of him dragging and beating her in a Los Angeles hotel hallway after one such multiday “freak-off.”
“While nothing can undo the trauma caused by Combs,” Cassie’s attorneys, Douglas Wigdor and Meredith Firetog, said in a statement, “the sentence imposed today recognizes the impact of the serious offenses he committed.”
Another woman, identified as “Jane,” testified she was pressured into sex with male workers during drug-fueled “hotel nights” while Combs watched and sometimes filmed.
Combs’ lawyers argued at trial that the government was trying to criminalize consensual, if unconventional, sexual tastes.
Six of Combs’ seven children addressed the judge, pleading for mercy for their father. One daughter, D’Lila Combs, said she feared losing her father after the death of her mother, Kim Porter, in 2018.
“Please, your honor, please,” D’Lila said through tears, “give our family the chance to heal together, to rebuild, to change, to move forward, not as a headline, but as human beings.”
Outside the courthouse, journalists and onlookers swarmed, echoing scenes from Combs’ trial.
Sade Bess, a Combs fan from Brooklyn, left the court’s overflow observation room looking both sad and relieved.
“It’s devastating to see a pioneer of the Black community’s legacy nearly diminished,” she said. “But the judge showed mercy by giving him a second chance, while still honoring the victims.”
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.