91³Ô¹ÏÍø

In Texas, where more pickups are sold than any other state, one in every five new vehicles sold is a full-size pickup. It's one in every seven nationwide, according to Ford research.

"There's really nothing more important to us than the F-Series," Ford CEO Jim Hackett said in an interview. The aluminum body, he said, gives the trucks an advantage in handling over competitors that will carry over into the new version, he said.

Office space

Company research pointed toward revamping interiors to make it easier to do office work in the cab, said Sam Pack, one of the dealers who advises Ford on new vehicles. Pack owns four Dallas-area Ford dealerships and says the F-Series accounts for well over 40% of his sales.

Before doing the redesign, Ford employees lived with owners to see how they used their pickups, said Dawn Piechocki, the truck's engineering manager. They found that nearly one-third use a laptop in the truck, yet there was no place for it to sit because the gearshift was in the way.

Many rigged up computer holders with plywood or bungee cords, Hackett said, yet they still prefer conventional shift levers to dials or buttons that would free up space.

ford-f-150-041.jpg
Ford's F-150 series now includes a flat surface that can be used to hold a laptop, documents or food.

So the design team figured out how to collapse the shifter to make the center console box lie flat, creating a desk-like space for laptops, he said. The flat space is an option on all trim levels.

There's also a new tailgate work surface that has its own ruler, and customers can get optional front bucket seats that recline to lie almost flat for snoozing between jobs.

The hybrid powertrain, with a 3.5-liter turbocharged V6 engine, can produce enough power to serve as an onsite generator. One version can run enough tools to frame a house, powered from outlets in the bed, Ford said. The battery can run the tools alone, but the engine may turn on depending on how much electricity is being used. Trucks powered by gas or diesel engines also have a generator feature available, although engines must be running.

ford-f-150-027.jpg
The bed of Ford's 2021 F-150 depicted with standard clamp pockets so customers can hold materials down for precision work, standard cleats mounted to the sides of the tailgate and a tailgate work surface including integrated rulers, a mobile device holder, cup holder and pencil holder. Ford

Ford expects the hybrid system to produce the most torque and horsepower of any light-duty full-size pickup, although gas mileage, power and other specifications weren't released. The company predicts 10% of buyers will choose the hybrid because of its extra power and generator.

All F-150s will have internet-connected modems so owners can send documents directly from the truck. The modems also will let Ford fix problems and update software wirelessly — a first for big pickups. The trucks come with standard safety features including automatic emergency braking and pedestrian detection.

Available is Ford's new hands-free driver assist system, which can be used on over 100,000 miles of divided highways in the U.S. and Canada. The system uses a camera to make sure the driver is paying attention.

The truck, to be built in Dearborn, Michigan, and Kansas City, Missouri, arrives in showrooms in the fall. The price wasn't announced. The current truck starts at just under $29,000 but can run close to $80,000.

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