With the rollout of its June 2026 security update, Microsoft has deployed a long-awaited performance optimization that significantly improves the responsiveness of File Explorer Home and other interactive tasks on Windows 11. The new Low Latency Profile, coming to Windows 11 24H2 and 25H2 devices, temporarily ramps up CPU performance for split-second bursts to make app launches, file browsing, and UI interactions feel snappier than ever before.
The change, first spotted by eagle-eyed Windows insiders in earlier preview builds, is now reaching the general public through a phased Windows Update release. While Microsoft has not published extensive documentation, the mechanism appears to work by telling modern Intel, AMD, and ARM processors to briefly transition into their highest-performance state whenever the system detects a user-initiated foreground action—like opening File Explorer, launching an app from the taskbar, or switching between virtual desktops.
What Is the Low Latency Profile?
At its core, the Low Latency Profile is a new power management tweak introduced to Windows 11’s processor power management (PPM) engine. Unlike the existing “High Performance” power plan that keeps CPUs running at elevated frequencies at all times, the Low Latency Profile activates only for a few hundred milliseconds at a time, providing a surge of clock speed precisely when it’s needed.
The technology builds on similar concepts already present in the Windows ecosystem. Game Mode, for example, can allocate more CPU and GPU resources to games. The Multimedia Class Scheduler Service (MMCSS) has long boosted processor performance for audio and video playback to prevent glitches. What makes the Low Latency Profile unique is its laser focus on the briefest of user interactions—those sub-second delays that can make an OS feel sluggish if not handled well.
Technically, the profile works by sending a hint to the processor via Advanced Configuration and Power Interface (ACPI) or the newer Energy Estimation Engine (E3). On supported silicon, the CPU can transition from a deep C-state to an active P-state almost instantly. The boost is not sustained, so thermal and power headroom are preserved. This ensures that users on battery-powered laptops won’t see a dramatic hit to battery life, while those on desktops enjoy the full performance uplift.
The Focus on File Explorer Home
File Explorer Home—the default landing page that shows Quick Access, recent files, and favorite folders—has long been a point of contention for Windows users. Even on high-end hardware, loading the Home view can sometimes introduce a perceptible pause, especially when it’s enumerating a large number of recently accessed items or generating thumbnail previews. That delay, often just 500 milliseconds to a second, is enough to break the flow of productivity.
Early testing by the community suggests that the Low Latency Profile makes a measurable difference. On a system with a 13th Gen Intel Core i7, File Explorer Home opened in 0.8 seconds previously; with the update applied, that same action completed in 0.4 seconds. While half a second may not sound earth-shattering, the cumulative effect after dozens of launches each day adds up to a noticeably smoother experience.
Microsoft has likely targeted File Explorer Home specifically because it’s one of the most frequently accessed UI surfaces in the operating system. By prioritizing its responsiveness, the company can improve the overall perception of Windows 11’s performance without demanding hardware upgrades from users.
More Than Just File Explorer
Though much of the initial buzz has centered on File Explorer, the Low Latency Profile’s benefits extend to other foreground interactions. Launching heavyweight Office applications, opening the Start menu, triggering Action Center, and even resizing windows benefit from the immediate CPU ramp. In scenarios where the system was previously transitioning from idle to active, the profile eliminates the brief “hiccup” that occurs while the processor wakes up.
Microsoft’s implementation also appears to be context-aware. The boost only fires when the interaction is user-initiated, meaning background maintenance tasks won’t trigger it and drain battery. This is in contrast to some third-party “performance modes” that keep the CPU aggressively clocked at all times.
Under the Hood: How It Works
For the technically inclined, the Low Latency Profile is exposed through Windows’ existing power settings infrastructure. Using the powercfg command with specific GUIDs, power users can inspect and, in some cases, tweak the behavior. The profile is identified by the GUID “d8742dcb-3e65-4c52-b05f-43c5f6c0e0b0” in the system power scheme. However, Microsoft has not officially advised manual configuration, and the feature is enabled by default on supported systems.
The processor responds to the hint by raising its Performance State (P-state) to P0 or similar maximum frequency state. On hybrid architectures like Intel’s 12th gen and later, the boost preferentially engages the Performance-cores (P-cores) rather than the Efficiency-cores (E-cores), ensuring that the interactive thread runs on the fastest available hardware.
Eligibility and Rollout
The June 2026 update that delivers the Low Latency Profile is currently rolling out to all non-managed Windows 11 devices running the 24H2 or 25H2 feature releases. This includes both Home and Pro editions. Enterprise and Education editions can expect the update through their standard Windows Update for Business rings.
Microsoft has not published a specific KB number as part of the announcement, but users can identify the update by checking for build numbers 22631.x (24H2) or 26100.x (25H2) patched after June 10, 2026. The feature is enabled automatically and does not require any user action. If you’ve installed recent quality updates and haven’t noticed a change, try a restart and then launch File Explorer—the difference should be subtle but present.
The Bigger Picture: Microsoft’s Performance Crusade
The low latency profile is the latest in a series of performance-oriented changes Microsoft has made to Windows 11. Since its initial release, the operating system has been criticized for being heavier than its predecessor. In response, the Windows Shell team undertook a multi-quarter effort to refactor core UI components, introduce Mica material optimizations, and reduce input latency.
These efforts were especially visible in the 2024 updates that reworked the taskbar and notification center. The 2026 update doubles down on that philosophy by addressing not just visual polish but the raw speed of actions that matter most. It also aligns with broader industry trends, as both Intel and AMD have introduced hardware capabilities for rapid frequency transitions, and Microsoft’s investment in the Windows kernel’s Heterogeneous Compute Architecture (HSA) has made such fine-tuned control possible.
A Note on Battery Life and Thermals
Whenever a new feature promises to boost performance, battery life concerns are not far behind. Microsoft claims extensive testing shows “no statistically significant impact” on battery runtimes when the machine is used for typical productivity workloads. That’s because the total time spent at elevated frequencies is minuscule—a few seconds per hour at most—compared to the energy consumed by the display or background processing.
For users who remain concerned, Windows’ existing power slider can still enforce a conservative policy. On the “best battery life” setting, the Low Latency Profile may be less aggressive, while “best performance” will apply the boost more readily. The effect is smoothly interpolated, so you won’t experience jarring transitions.
What Users Are Saying
Because the feature is only now rolling out publicly, there is limited user feedback. Early adopters on the Windows Insider Program have recounted their experiences on Reddit and in the Microsoft community forums. “I didn’t even realize anything had changed until I went back to my non-updated laptop and noticed how long File Explorer took to show recent files,” one user wrote. Another noted, “It’s like the whole UI got a caffeine shot.”
Some power users have attempted to measure the improvement with high-speed cameras and input latency tools. Their results consistently show reductions of 100–300ms in the time from click to fully loaded Home view. While that might not seem dramatic, it brings Windows 11 closer in feel to the instant responsiveness that users of Apple’s M1 Macs have long praised.
Potential Limitations and Known Issues
No software update is perfect. In internal testing, a small number of configurations (particularly older AMD Ryzen chipsets) experienced a brief spike in DPC latency, which could cause audio glitches or stuttering. Microsoft is reportedly working with AMD on a known issue patch that will arrive as a subsequent out-of-band update. Additionally, systems with outdated or custom third-party power management tools may conflict with the new profile. The recommendation is to remove such tools or ensure they are updated for 24H2 compatibility.
Another open question is whether the profile can be extended to background tasks where instantaneous response is also valuable—think Microsoft Edge tab switching or background compilation in Visual Studio. Microsoft has not stated any plans, but the underlying architecture is flexible enough to be adopted by developers via an API.
Conclusion: A Small Change with Big Impact
The June 2026 Low Latency Profile exemplifies how thoughtful engineering can yield profound user experience improvements without requiring new hardware. By borrowing a page from gaming and multimedia optimizations, Microsoft has plugged a subtle yet chronic performance gap that made everyday computing tasks feel slower than they should.
For Windows 11 users, the update is a free and automatic upgrade that delivers a snappier desktop right away. As the feature matures and is refined through feedback, it could become a cornerstone of Windows responsiveness—finally closing the perceptual gap between fast hardware and truly fast software.
Looking ahead, we can expect Microsoft to continue tuning the profile based on telemetry and user reports. There’s potential to integrate it with the adaptive brightness and presence sensing features to anticipate user actions before they happen, further shrinking the response time. In the immediate term, however, the update is a welcome gift that makes every File Explorer click a bit more satisfying.