91³Ô¹ÏÍø

Watch CBS News

Ford pauses production on its F-150 Lightning truck over "battery issue"

Ford Motor will pause production on its F-150 Lightning until at least February 24 because the electric pickup truck has a battery problem. 

The Michigan automaker spotted a potential battery issue this week during a pre-delivery quality inspection and started investigating the cause. Ford said it's not aware of battery issues impacting vehicles already out on the road. 

"We believe we have identified the root cause of this issue," Ford spokeswoman Emma Bergg told CBS MoneyWatch on Wednesday. "By the end of next week, we expect to conclude our investigation and apply what we learn to the truck's battery production process."

Applying that process "could take a few weeks," Bergg said. 

"We will continue holding already-produced vehicles while we work through engineering and process updates," she said. 

Ford began selling its F-150 Lightning last year. The production pause threatens Ford's plan to deliver 600,000 Lightning trucks in 2023. 

Since their release last May, Ford has 15,617 of the electric trucks, according to the most recent company data available. The company 2,436 of them in October, the most ever sold in one month.

Soaring demand for EVs

Ford is betting big on the F-150 Lightning,  millions of dollars on a new facility for a vehicle that's already been named the 2023 MotorTrend Truck of the Year.

When company officials first announced the truck in 2021, demand quickly soared as the pre-order list surpassed 100,000 within three weeks. Workers are building the vehicle in a new plant in Dearborn, Michigan.

Ford's pause comes as interest and demand for electric vehicles continue to rise in the U.S. A  from motor club AAA found that about a quarter of Americans say they want to get an electric vehicle as their next car purchase. Research from Recurrent, a car industry analysis company,  that interest in buying an electric vehicle has soared 70% since last January.

General Motors president discusses new fully electric Corvette and future of electric vehicles 09:07

Ford raised the price of the F-150 Lightning in October as it sought to offset rising manufacturing costs. Other automakers also hiked the cost of their EV lines — including Rivian, GM and Tesla — amid surging metal prices and higher costs for components like , which is used to make batteries. 

Ford earlier this month reported $1.3 billion in profit for the fourth quarter of 2022, down roughly 89% from the same period last year. CEO Jim Farley said in an earnings call this month that he's frustrated with the 2022 performance "because the year could have been so much more for us at Ford."

Ford's stock price fell nearly 1% on Wednesday to about $12.80 a share, its second day of declines.

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