Microsoft’s June 2026 cumulative update for Windows 11, KB5094126, introduces a hidden performance booster called the Low Latency Profile that temporarily ramps up the CPU clock speed whenever you interact with the Windows shell—making the Start menu, search, and Action Center noticeably snappier.
Windows Latest first uncovered the feature after poking through the update’s internals. The profile sits disabled by default but can be forced on via a simple registry tweak, and early testing shows a dramatic reduction in the micro-delays that have plagued Windows 11 since launch.
What Exactly Is the Low Latency Profile?
The Low Latency Profile is a new power management feature that instructs the CPU to boost its frequency for up to 200 milliseconds following specific user interactions with the Windows shell. “Shell interactions” include opening the Start menu, typing in the search box, clicking the Action Center, or right-clicking the taskbar.
In normal operation, modern processors aggressively downclock in idle to save power. When you tap the Start key, the CPU must quickly spin up to render animations and populate content. That split-second hesitation is latency—and it’s what the Low Latency Profile aims to eliminate.
Unlike the old “High Performance” power plan that keeps clocks permanently elevated, this profile is interactive and short-lived. It’s a scalpel rather than a sledgehammer: precisely applied boost when you need it, immediate relaxation when you don’t.
How KB5094126 Delivers the Feature
KB5094126 is a non-security quality update that began rolling out via Windows Update on June 9, 2026. Alongside the usual batch of bug fixes (it addresses a memory leak in File Explorer and an issue where the taskbar would disappear on multi-monitor setups), the update silently adds the Low Latency Profile infrastructure.
The feature is not exposed in the Settings app or Control Panel. Instead, it lives in the Windows power scheme registry hive, controlled by a new GUID and a couple of DWORD values. Windows Latest discovered the keys and measured the effect using high-precision frame‑time logging.
Enabling the Profile Manually
Enthusiasts can switch it on now—though Microsoft intends to activate it selectively based on device telemetry in a future moment update. To enable it manually:
- Open Registry Editor and navigate to
HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\Power\\PowerSettings\\54533251-82be-4824-96c1-47b60b740d00\\c3b6f284-5d87-4564-be61-7d82393b43e1. - Create a new DWORD called
Attributesand set its value to2. - Open Control Panel > Power Options, click “Change plan settings” for your active plan, then “Change advanced power settings”.
- Under “Processor power management” you’ll now see “Low Latency Profile”. Expand it and set “On battery” and “Plugged in” to “Enabled”.
After a reboot, the profile becomes active. Early adopters on a Core i7‑1260P laptop reported the Start menu’s first-frame paint time dropping from 85ms to 12ms. On a Ryzen 7 5800X desktop, the search flyout appeared in under 20ms versus 110ms before.
Real‑World Impact on Shell Responsiveness
Windows Latest forced the profile onto a 2021‑era Dell XPS 15 (Intel i7‑11800H, 32 GB RAM, NVMe SSD). The results were unambiguous:
- Start menu: Average open latency fell from 77ms to 9ms. The animation no longer shows the half‑painted state that has irked users since Windows 11’s launch.
- Search: Typing “notepad” and pressing Enter now launches the app before the search flyout fully animates, removing the brief dead‑zone where you wonder if the keyboard missed a key.
- Action Center: Quick Settings toggles (Wi‑Fi, Bluetooth) react immediately, with the panel’s slide‑in animation completing in a single vsync rather than two.
- Taskbar thumbnails: Hover‑over previews render without the usual 200‑500ms stall.
Subjectively, the OS feels more fluid, especially on older or thermally‑constrained hardware where clock ramping is slower. The difference is most pronounced on battery, when the CPU default power policy is ultra‑conservative.
Power and Thermal Considerations
Any feature that increases CPU frequency will raise power draw. However, the Low Latency Profile’s brief bursts keep the total energy cost remarkably low. In Windows Latest’s 30‑minute scripted shell‑interaction test (opening Start, searching, toggling Quick Settings 200 times each), the battery drain on the Dell XPS 15 increased by just 2.3 percent points compared to the balanced profile—from 8.2% to 10.5%.
Thermals remained within the laptop’s passive cooling envelope; the CPU package temperature peaked at 58°C, only 4°C above the non‑profile run. For desktop users, the power impact is negligible, and the fan curve barely twitched.
Microsoft’s telemetry‑driven approach suggests the company will likely enable the profile only on devices where it won’t cause fan‑noise complaints. Tablets and 2‑in‑1s may see it kept off to preserve fanless operation.
Why Microsoft Shipped This as a Hidden Tweak
The company has a history of burying performance levers in cumulative updates while it collects diagnostic data. The NTFS “large sector” support in the 2020s arrived the same way—a registry tweak initially, then a default months later. With the Low Latency Profile, the gradual rollout reduces risk: a bug that causes excessive boosting could hurt battery life at scale, so Microsoft will likely enable it via a server‑side flip once stability is confirmed.
Additionally, the profile makes the biggest difference on hardware that fails to meet Windows 11’s original “instant‑on” ambitions. Microsoft may not want to publicly highlight a fix that disproportionately benefits older PCs, preferring instead to let enthusiasts discover and share it.
Community Reaction and Broader Context
Notifications about the profile lit up Reddit’s r/Windows and the ElevenForum within hours. The consensus: “Why wasn’t this there from day one?” Many commenters tied the improvement to long‑standing frustrations with Windows 11’s responsiveness compared to Windows 10, where Start and search often felt quicker on the same hardware.
One power user on the forum documented that combining the Low Latency Profile with a cores‑parking policy of 0% (no core parking) yielded Start‑menu times under 5ms. While that setup isn’t practical for laptops, it shows how much headroom the Windows shell has been leaving on the table.
The discovery also reignited discussion about Windows 11’s animation architecture. Much of the UI is drawn using XAML on the GPU, and the composition pipeline introduces additional latency beyond raw CPU bottlenecks. The Low Latency Profile doesn’t address that part of the stack, so further gains might come from DirectUI refinements in future builds.
How It Compares to Past Performance Optimizations
Microsoft has experimented with CPU‑boosting strategies before:
- Foreground Priority Boost (Windows 10): Gave the active window’s threads a higher scheduler priority. Effective but could starve background tasks.
- Game Mode (Windows 10/11): Temporarily dedicates CPU and GPU resources to the foreground game. Off by default for non‑game apps.
- High Performance Power Plan: Locks the CPU at base frequency or higher. Kills battery life and generates heat.
- Intel Speed Select / AMD CPPC2: Vendor‑specific technologies that adjust boost behavior, but require OEM cooperation and aren’t universally enabled.
The Low Latency Profile is more surgical than any of these, targeting only the moments when the user is actively interacting with chrome. It doesn’t alter thread priorities or core‑allocation algorithms, so background stability is unaffected.
What to Expect Going Forward
If telemetry supports it, the profile will almost certainly become a standard toggle inside Settings > Power & battery > Power mode, likely introduced with the Windows 11 24H3 or 25H1 feature update. Insiders might see an experimental flag appear in the Dev Channel within weeks.
For now, adventurous users willing to edit the registry can enjoy the snappiness today. The tweak is fully reversible; simply setting the power option back to “Disabled” or deleting the registry key restores the default behavior.
The Bigger Picture: Shell Performance as a Feature
The Low Latency Profile represents a philosophical shift. Instead of treating shell responsiveness as a static characteristic determined by hardware, Microsoft is beginning to treat it as a tunable software feature. This aligns with the broader industry trend of “adaptive performance,” where OSes and chipsets collaborate to deliver responsiveness without sacrificing efficiency.
For Windows 11 users, it’s a small but meaningful step toward the ideal of an OS that feels instantly reactive—no waiting for flyouts, no half‑drawn icons, no lag between keypress and result. Whether you enable it today or wait for Microsoft’s official rollout, KB5094126 finally gives Windows 11 the latency‑busting tool it’s needed all along.