Microsoft Is Finally Racing the CPU to Sleep, and Somehow That's Controversial
Microsoft is testing a feature in Windows 11 that briefly maxes out the CPU clock whenever you open the Start menu, launch an app, or right-click for a context menu. Internally they're calling it the "Low Latency Profile," and early benchmarks from Windows Central show it cuts Start menu and context menu launch times by up to 70%, with in-box apps like Edge and Outlook opening about 40% faster. The mechanism is almost boringly simple: when a high-priority UI action triggers, the CPU spikes to maximum frequency for 1 to 3 seconds, finishes the work fast, and drops back to idle. This is the "race to sleep" pattern — burn a little more power right now to get back to a low-power state sooner — and it's been standard practice in processor design for years. The twist isn't the feature. It's that people got mad about it.
When news of the Low Latency Profile started circulating, a segment of Windows users accused Microsoft of "cheating" — leaning on raw CPU grunt instead of fixing its allegedly bloated code. Microsoft and GitHub VP Scott Hanselman responded with what I can only describe as the energy of someone who has been answering the same question since the Bush administration. "All modern operating systems do this, including macOS and Linux," he wrote. "It's not 'cheating'; this is how modern systems make apps feel fast: they temporarily boost the CPU speed and prioritize interactive tasks to reduce latency." He also added, with the weariness of a veteran forum-dweller, that "everything is a conspiracy when you don't know how anything works." Hanselman's not wrong — race-to-sleep is the reason your phone feels snappy when scrolling and then cool when idle, and Linux's cpufreq governors have been doing scheduler-driven frequency boosts for ages. But his defense dances around a more uncomfortable question, which Ars Technica's Andrew Cunningham was quick to flag: if this technique is so universal, why wasn't Windows already doing it for core UI elements like the Start menu?
The answer probably sits somewhere between legacy architecture and shifting priorities. Windows 11 inherited UI components that trace back through multiple generations of the NT kernel, and Microsoft spent the last few years pouring engineering resources into AI features — Copilot integrations, Recall, the whole generative push — while basic UI responsiveness became a recurring complaint thread on every Windows subreddit. The Low Latency Profile is part of the company's "Windows K2" quality push, which also includes refactoring legacy code paths and migrating components to WinUI 3. A burst of CPU clock speed isn't a substitute for well-architected software, but it's also not nothing. If the same hardware feels noticeably faster after an update, most people aren't going to care whether the improvement came from cleaner code or smarter scheduling. What's worth watching is whether this becomes a crutch — a reason to defer deeper fixes because the CPU can paper over the lag. The race to sleep works, but only if you're actually racing toward something better.
Sources
Comments
Post a Comment