91³Ô¹ÏÍø

Watch CBS News

Chevrolet Bolt owners win $150 million settlement after electric vehicles caught fire

General Motors and LG are establishing a $150 million fund to compensate Chevrolet Bolt owners after a faulty battery caused some of the electric vehicles to burst into flames. 

The $150 million is part of a legal settlement between GM and Bolt owners who filed a against the Michigan automaker in 2020 for allegedly selling them a vehicle with a defective battery. Bolt owners who installed special software that GM offered to fix the battery issue can receive $1,400 from the fund, according to court  filed late Thursday in Michigan. Bolt owners who sold their car before that date, or drivers who leased the Bolt before then, are eligible for a $700 payment, according to the documents. 

"GM, LG Energy Solution and LG Electronics have agreed to a settlement with plaintiffs to resolve class-action litigation related to the Bolt EV battery recall," GM said in a statement on Friday. "As a result, Bolt owners who received a battery replacement or who have installed the latest advanced diagnostic software may qualify for compensation."

GM partnered with subsidiaries of South Korea-based electronics company LG to create the batteries used in the Bolt, which debuted in 2015. In the following years, drivers noticed their cars would spontaneously catch fire, leading to owners to file  about the problel with GM and the National Highway Traffic Safety Administration. 

GM traced the fires to a manufacturing defect in the battery modules, which the automaker said caused a short in the battery cell. Some of the incidents took place in Bolts with battery cells made in South Korea, while other fires came from cells made at a LG plant in Michigan. In 2021, GM recalled all Bolts worldwide.

Electric vehicle incentives | On Your Side 02:41

GM sold just under 25,000 Bolts in the U.S. before telling dealers to stop selling them. The company ceased production of the vehicle in December of 2023, a major financial and reputational blow for GM as automakers raced to enter the electric vehicle market. The automaker has  $1.8 billion recalling the Bolt because of its battery issues. 

The Bolt was one of GM's first all-electric vehicles, second only to the Spark EV, which debuted in June 2013. Since then, GM has rolled out an electric Hummer, Chevrolet Silverado and Cadillac Lyriq. 

GM has said it plans to stop manufacturing gas-powered cars by 2035 and will spend $35 billion to roll out more than 30 new EVs globally by 2025, including about 20 in North America. By the end of the decade, GM expects to generate $90 billion in additional annual revenue from EVs.

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