Reports Mercedes-Benz's reversal as driven by converging evidence from customer satisfaction surveys, warranty complaints, and Euro NCAP's updated scoring methodology — all pointing to touchscreens being measurably worse for in-car interactions performed while driving.
Highlights the Vi Bilägare study showing a 2005 Volvo with physical buttons completed four common tasks in 10 seconds with zero glances away, while a touchscreen-dependent MG Marvel R took 44.9 seconds. Frames this as a quantified safety case that makes the argument against touchscreens definitive, not subjective.
Emphasizes that Mercedes was among the most aggressive adopters of the tablet-on-wheels philosophy with the 56-inch MBUX Hyperscreen, and that this reversal is driven by customer feedback metrics and Euro NCAP scoring changes — not a sentimental return to old designs. Frames it as a concrete product direction change affecting upcoming models.
Notes that Euro NCAP's updated scoring methodology now penalizes touchscreen-dependent interfaces, creating a market incentive beyond just customer complaints. The convergence of safety ratings, insurance implications, and consumer dissatisfaction creates a structural force pushing the entire industry back toward physical controls.
Mercedes-Benz has publicly committed to reintroducing physical buttons, knobs, and switches across its vehicle lineup, reversing a multi-year push toward touchscreen-dominated interiors. The announcement signals a concrete product direction change, not just executive musing — upcoming models will restore tactile controls for high-frequency functions like climate control, volume, and driving mode selection.
This is a significant retreat. Mercedes was among the most aggressive adopters of the "tablet on wheels" philosophy. The 2021 EQS flagship launched with the MBUX Hyperscreen, a 56-inch curved glass panel stretching across the entire dashboard, burying nearly every function behind touch interfaces or voice commands. It was a design statement. It was also, by customer feedback metrics, a usability regression.
The company's reversal isn't driven by nostalgia — it's driven by data. Customer satisfaction surveys, warranty complaint patterns, and crucially, Euro NCAP's updated scoring methodology have all converged on the same conclusion: touchscreens are measurably worse for in-car interactions that drivers perform while driving.
### The safety case is now quantified
The pivotal study came from Sweden's Vi Bilägare magazine in 2022. Researchers tested 12 cars, timing how long drivers took to perform four common tasks: adjust climate, turn on the heated seat, reset the trip computer, and lower the dashboard brightness. In a 2005 Volvo V70 with physical buttons, all four tasks took a combined 10 seconds and 0 glances away from the road. In an MG Marvel R with a touchscreen interface, the same tasks took 44.9 seconds. That's not a marginal difference. That's the difference between checking a mirror and reading a text message.
The study found that cars with physical controls consistently completed tasks in 5–15 seconds, while touchscreen-dependent cars ranged from 25–45 seconds. At highway speeds, 45 seconds of divided attention translates to over half a kilometer of effectively unmonitored driving.
Euro NCAP — the European crash testing authority whose ratings directly impact sales — took notice. Starting with their 2026 protocols, vehicles that require touchscreen interaction for turn signals, hazard lights, windscreen wipers, or horn functions receive scoring penalties. This created a direct financial incentive for every automaker selling in Europe to reconsider their interior design philosophy.
### The industry domino effect
Mercedes isn't alone, and that's what makes this significant rather than anecdotal. At least four major automakers have now publicly reversed course on touchscreen-only interiors.
Porsche was arguably first to signal the shift. The Taycan's second generation restored physical climate controls that the first generation had removed. Porsche's interior design chief was quoted acknowledging that haptic feedback is not a nice-to-have but a functional requirement for controls operated without visual attention.
Volkswagen brought back physical buttons for the Golf's climate controls after the Mk8 Golf's capacitive touch strip became one of the most complained-about features in the car's history. The ID-series electric vehicles followed suit in subsequent revisions.
Hyundai and its luxury brand Genesis have adopted a hybrid approach, maintaining large central screens for navigation and media while restoring physical knobs and buttons for climate and audio volume — the functions drivers adjust most frequently.
Even BMW, which popularized the iDrive rotary controller twenty years ago (to initial criticism that itself later proved prescient), has maintained physical controls throughout the touchscreen era. BMW's consistency on this point now looks less like conservatism and more like correct product judgment.
### The UX pattern behind the pattern
For software engineers, this story resonates beyond automotive design because it's a textbook case of a known UX failure mode: replacing direct manipulation with indirection for the sake of implementation uniformity.
Touchscreens appealed to automakers for the same reason that modal dialogs appeal to lazy UI developers — they reduce the design surface at the cost of user efficiency. One screen can theoretically handle every function, which simplifies manufacturing (fewer part numbers, fewer wiring harnesses, lower BOM cost) and enables over-the-air updates to the interface. The economics were rational. The ergonomics were not.
The parallel in software is exact. We've watched this cycle in developer tools repeatedly: a GUI replaces a CLI, abstracts away the direct affordances, and then power users revolt because the abstraction doesn't support their muscle-memory workflows. Kubernetes dashboards don't replace `kubectl`. Slack's WYSIWYG editor doesn't replace markdown shortcuts. The lesson is always the same — when the user's eyes and hands are occupied with a primary task, secondary controls must be operable by touch and spatial memory alone.
This is not a Luddite argument against screens. It's a fidelity argument. Screens are superior for browsing, searching, and displaying complex information. Physical controls are superior for frequent, eyes-free binary or analog adjustments. The correct design uses both, matched to the interaction pattern. Mercedes spent several years and considerable customer goodwill learning this experimentally.
If you work on any interface that people use while their primary attention is elsewhere — monitoring dashboards, IDE sidebars, DevOps alert panels, or anything operated during an incident response — Mercedes just ran an expensive A/B test on your behalf.
The takeaways map directly:
Preserve keyboard shortcuts even when building GUIs. Every time you move a frequent action behind an extra click or a hamburger menu, you're doing the touchscreen thing. If your users are doing something 20 times a day, it needs a dedicated, stable affordance — not a discoverable one buried in a context menu.
Distinguish browse-mode from operate-mode interactions. Setup and configuration can live in a rich, exploratory UI. But actions taken under time pressure or divided attention need fixed spatial positions and immediate feedback. The Mercedes mistake was treating all in-car interactions as browse-mode when half of them are operate-mode. The same error shows up in incident management tools that require four clicks to acknowledge an alert.
Beware the "one surface to rule them all" instinct. Consolidating every control onto a single interface substrate (one touchscreen, one web dashboard, one Slack bot) is architecturally appealing and ergonomically dangerous. The best interfaces are heterogeneous — they match the input modality to the task.
The touchscreen-only era in automotive lasted roughly 2018–2025, about the same duration as the flat design era in web UI and the "chatbot for everything" phase in enterprise software. Each followed the same arc: a real insight (screens are flexible; flat is clean; natural language is intuitive) was over-applied until empirical feedback forced a correction. The pattern isn't that the new technology was wrong — it's that monocultures are always wrong. Mercedes will ship cars with both screens and buttons, which is what they should have done from the start. The lost years were the cost of confusing aesthetic simplicity with functional simplicity.
But do you have to look at the display to tell what the buttons and knobs are doing.If you have, say, a HVAC fan speed knob with mechanical stops at the low and high end, and a detent, you never have to look at it. If you have an increase/decrease switch, you may need to look at the display to
I think they should distinguish between controls and settings.Settings are great on a touchscreen. A wide variety of options, easily navigated to and explained. They suck on physical buttons, it ends up being like setting the time on a VCR.Controls on the other hand deserve physical buttons. Or leve
And for those commands that do not deserve a physical button and are only accessible via touch, please adhere to a few simple rules.1. Put them always in the same place. Especially the "back" or "exit" button!2. Each button should do one thing, not switch between 3 or more modes
Last time it was VW bringing it back, then Mazda bringing it back, and so on. Also luxury cars will not use touch controls, thats only for cheap cars.It appears wishful thinking that physical buttons are coming back. This would be an idea whose time has gone. It does not even matter companies that p
Top 10 dev stories every morning at 8am UTC. AI-curated. Retro terminal HTML email.
I’m quite suspicious that they do that not because they understood or learned something, but because China requires physical buttons starting next year. And they simply don’t want to lose one of their biggest markets.