91³Ô¹ÏÍø

Watch CBS News

Three Mile Island nuclear plant to reopen, sell power to Microsoft

U.S. nuclear plant Three Mile Island, the site of the worst nuclear accident in American history, is to restart operations in a deal to sell power to Microsoft, Constellation Energy said Friday.

The firm announced the 20-year deal would involve the restart of the Unit 1 reactor, "which operated at industry-leading levels of safety and reliability for decades before being shut down for economic reasons exactly five years ago today."

Microsoft will buy energy from the plant as part of its goal to help match the power its data centers use with carbon-free technology, according to a . The reactor is expected to be online in 2028, pending approval from the U.S. Nuclear Regulatory Commission. 

In a statement, Constellation Energy CEO Joe Dominguez said the "plant was among the safest and most reliable nuclear plants on the grid, and we look forward to bringing it back with a new name and a renewed mission to serve as an economic engine for Pennsylvania."

Georgia Institute of Technology nuclear science professor Anna Erickson, a nuclear energy expert, says demand for energy is exploding in part due to artificial intelligence.

"AI requires energy that is 24-7," Erickson told CBS News. "And the nuclear power is one of the best sources to provide that consistent need for energy."

An economic impact study commissioned by the Pennsylvania Building & Construction Trades Council found that reopening the plant will create 3,400 direct and indirect jobs, according to the news release. It would also add up to 837 megawatts of carbon-free electricity to the power grid that can power more than 800,000 average homes.

The plant's restart will also add $16 billion to the state's GDP and generate more than $3 billion in state and federal taxes, according to the report. 

The Unit 1 reactor was not involved in the 1979 partial nuclear meltdown at the site in Pennsylvania. "Significant investments" are being made to restore the reactor, including updating its turbine, generator, cooling and control systems and main power transformer, according to the news release.

The plant will be renamed the Crane Clean Energy Center, in honor of former Constellation Energy CEO Chris Crane, who died in April. 

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