91³Ô¹ÏÍø

Watch CBS News

Warner Bros. Discovery signals it may be open to a sale, says it has received interest from "multiple parties"

Warner Bros. Discovery has signaled that it may be open to a sale of its business just months after announcing plans to split into two companies.

In an , the entertainment giant said it had initiated a review of "strategic alternatives" in light of "unsolicited interest" it had received from "multiple parties" for both the entire company and Warner Bros specifically.

"Through this process, the Warner Bros. Discovery Board will evaluate a broad range of strategic options, which will include continuing to advance the Company's planned separation to completion by mid-2026, a transaction for the entire company, or separate transactions for its Warner Bros. and/or Discovery Global businesses," it said.

Warner Bros. in recent weeks rejected a bid from Paramount Skydance, according to  and other media outlets (Paramount Skydance owns CBS News). 

Warner Bros.' stock price jumped in early trading, rising nearly 10% to $20.12. The shares have climbed 91% this year, especially in recent weeks as speculation has grown on Wall Street that the company was in play. 

The company's market value on Tuesday hovered around $49 billion, and Wall Street analysts estimate that the price of any deal to buy Warner Bros. would likely top $60 billion. 

Split or sell?

In June, Warner Bros. announced that it planned to split into two companies by mid-2026, one focusing on streaming and films, and the other housing TV services/channels brands including CNN and TNT Sports. Warner Bros. CEO David Zaslav said Tuesday that the restructuring remains on track. 

"We took the bold step of preparing to separate the Company into two distinct, leading media companies, Warner Bros. and Discovery Global, because we strongly believed this was the best path forward," Zaslav said in a statement. 

Still, he added, "it's no surprise that the significant value of our portfolio is receiving increased recognition by others in the market."

Equity analysts with MoffettNathanson said potential bidders for all or parts of Warner Bros include Paramount Skydance, Comcast and Sony. Tech giants such as Amazon, Apple and Netflix, all of which produce streaming content, are less likely to explore a deal, according to the the investment advisory firm.

"[W]e do expect the demand for Warner Bros. streaming and studio to command a premium multiple," the analysts said in a note to investors. "Whether multiple bidders emerge for just these assets will likely determine if the price can reach levels high enough to move forward with this alternative plan."

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