Microsoft pushed the June 2026 Patch Tuesday update on June 9, 2026, delivering KB5094126 to Windows 11 versions 25H2 and 24H2. The update bumps OS builds to 26200.8655 for 25H2 and 26100.8655 for 24H2. The headliner is a new Low Latency Profile, a system-level performance mode that reshapes how Windows handles real-time audio and video workloads. It’s not just a driver tweak—Microsoft is surfacing this feature directly in Settings, a signal that low-latency computing has gone mainstream.

KB5094126 arrives as a mandatory cumulative update, meaning it will install automatically for most users. Alongside the Low Latency Profile, the patch includes the usual security fixes—Microsoft addressed 67 vulnerabilities, including three zero-days actively exploited in the wild. Nine of those flaws carry a Critical rating. The update also delivers several quality-of-life improvements, such as faster wake-from-sleep on devices with modern NVMe drives and a fix for a long-standing File Explorer memory leak when working with network shares.

What is the Low Latency Profile?

The Low Latency Profile is a new Windows feature that optimizes system resource scheduling and power management for latency-sensitive applications. Think live audio processing in DAWs (Digital Audio Workstations), real-time video conferencing under heavy system load, competitive gaming where every millisecond counts, and edge computing scenarios that demand deterministic responses. Microsoft first previewed this capability in the Windows Insider Dev Channel back in March 2026, but it’s now reaching all supported Windows 11 PCs.

When enabled, the profile makes several under-the-hood adjustments. The kernel’s thread scheduler boosts the priority of processes tagged as low-latency aware. The operating system also clamps down on background activity—Windows Update, search indexing, and maintenance tasks are deferred more aggressively than in standard performance modes. Power management adopts a latency-tolerant design: CPU cores park less frequently, and devices like USB audio interfaces and Thunderbolt docks get preferential interrupt handling.

The result is a measurable reduction in jitter and DPC (Deferred Procedure Call) latency. In internal testing, Microsoft observed up to a 30% improvement in round-trip audio latency for a Focusrite Scarlett 2i2 interface when the profile was active, compared to the default Balanced power plan on the same hardware. For video pipelines, the profile cut encoder lag by 15–20% when streaming at 4K/60fps via OBS Studio.

How to Enable the Low Latency Profile

Microsoft isn’t hiding this feature behind a command line or registry key. Head to Settings → System → Power & battery → Power mode. There, alongside “Best power efficiency,” “Balanced,” and “Best performance,” you’ll find “Low Latency Profile.” Select it, and the changes take effect immediately—no reboot required.

For enthusiasts and IT pros, the new profile can also be controlled via Group Policy (under Administrative Templates → System → Power Management → Power Throttling Settings) and PowerShell using the powercfg /setacvalueindex and powercfg /setdcvalueindex commands with the new GUID f2a18b0d-5a7e-4f88-9f07-c1e2b511c25e (for AC) and d1e6b0e5-6b87-4e54-b12f-99f11d42ed03 (for DC). This makes enterprise-wide rollout straightforward.

Notably, the Low Latency Profile respects Windows’ existing application QoS (Quality of Service) policies. Apps already using the AvSetMmThreadCharacteristics API with the Pro Audio or Low Latency tags will see even greater benefits, but the profile pushes the entire system closer to their performance ceiling. For developers, Microsoft has published updated documentation on the Windows Developer Portal detailing how to declare an application’s latency requirements via new manifests, allowing Windows to automatically toggle the profile when such an app starts.

Other Notable Fixes and Improvements in KB5094126

While the Low Latency Profile grabs headlines, this cumulative update also delivers a sizable bundle of fixes. Here are the highlights:

  • Security patches: 67 CVEs fixed, including CVE-2026-30041 (Windows Kernel Elevation of Privilege), CVE-2026-30052 (Windows Graphics Component Remote Code Execution), and CVE-2026-30068 (Microsoft Office Security Feature Bypass). Three zero-days were exploited in targeted attacks against defense and energy sectors prior to the patch.
  • Wake-from-sleep speed: A fix for the “slow resume” bug that affected some NVMe SSDs after Modern Standby. Devices now recover their network and display states up to 2 seconds faster, depending on hardware.
  • File Explorer memory leak: A regression from the May 2026 preview update caused File Explorer to consume excessive RAM when navigating large network shares with thousands of files. This leak is now plugged.
  • Printing subsystem: Addressed an issue where certain USB printers would stop responding after waking the PC, requiring a power cycle.
  • Windows Hello for Business: Improved reliability of PIN-less authentication on devices with enhanced sign-in security.
  • Graphics: Fixed a bug that caused flickering or black screens on some laptops with hybrid graphics (NVIDIA Optimus/AMD Switchable) when switching between power modes.

Microsoft also reintroduced the “Show Desktop” button on the far right of the taskbar for users who had lost it after a previous update—a small but welcome quality-of-life change.

Known Issues and Community Feedback

No Patch Tuesday is flawless, and KB5094126 carries a few known issues. Microsoft’s release health dashboard flags two problems at launch:

  1. Audio crackling with certain USB DACs: Some users with external DACs (reported models include the Schiit Fulla E and iFi Zen DAC V2) experience intermittent crackling when the Low Latency Profile is enabled and the device is connected via a USB hub. Microsoft suggests connecting the DAC directly to the PC as a temporary workaround; a fix is expected in the late July optional update.
  2. CPU utilization spikes on Intel 14th-gen mobile: A small subset of laptops with Intel’s Raptor Lake Refresh mobile processors show brief 100% CPU spikes when the Low Latency Profile transitions from battery to AC power. This does not affect sustained performance and is being investigated.

Community reaction on the Windows Insider forums and Reddit has been predominantly positive. Creators report smoother recording sessions in Ableton Live and Reaper. Gamers see fewer hitches in CPU-bound titles like Counter-Strike 2. However, some power users lament that Windows can’t automatically enable the profile when specific applications launch—at least not without third-party tools. Microsoft has hinted that a future update will add per-app profile assignment within the Game Bar or Power Settings.

Why Low Latency Matters More in 2026

The push for low-latency computing isn’t just about gaming or music production. In 2026, AI-assisted real-time translation, spatial audio for virtual meetings, and cloud-based rendering rely on deterministic system behavior. Microsoft’s own Recall and Copilot+ features demand instant-on responsiveness; stuttering UI or delayed audio can break the illusion of a seamless AI companion. By baking a low-latency mode into the OS, Microsoft ensures that Windows remains competitive with specialized operating systems used in embedded and real-time fields, while keeping the door open for developers who want to target Windows as a latency-optimized platform.

It’s also a strategic move against Apple’s macOS, which has long benefited from tight hardware-software integration and low-latency audio via Core Audio. Windows’ new profile levels that playing field, at least partially. Combined with the recent improvements in Windows Subsystem for Linux (WSL) real-time kernel support, Microsoft is signaling that Windows is no longer a second-class citizen for audio professionals and real-time data processing pipelines.

How to Install KB5094126

Most consumer devices will receive KB5094126 automatically via Windows Update. To check manually:

  1. Open Settings → Windows Update.
  2. Click Check for updates.
  3. If the update is offered, it will download and install, prompting a restart.

For enterprise environments, the update is available through Windows Server Update Services (WSUS), Microsoft Update Catalog, and Endpoint Manager. The direct download link from the Update Catalog is here (placeholder).

IT admins should note that this update includes the servicing stack update 10.0.26200.8645, which ensures the update process itself is robust. The combined package size is approximately 1.2 GB for x64 systems.

Under the Hood: Technical Deep Dive

The Low Latency Profile is more than a restart of the old “High Performance” power plan. Under the hood, Microsoft has introduced a new kernel component called Latency-Aware Scheduling (LAS). LAS interacts with the existing CPU and I/O priority systems but adds a layer of temporal coherence—it not only boosts thread priorities but also aligns their execution windows with the expected deadlines of real-time streams. For audio, that deadline is typically the buffer interval (e.g., 1 ms at 192 kHz). LAS uses timer coalescing and DPC suppression to ensure these deadlines are met.

Another innovation is the Adaptive Thermal Buffer: on ultra-thin laptops where thermals can throttle performance, the Low Latency Profile dynamically allocates thermal headroom to latency-sensitive cores while slowing background threads on efficiency cores. This keeps the chassis cooler while still delivering consistent performance.

System performance counters have been updated. Sysinternals Process Explorer and the Windows Performance Recorder now show a new “Latency State” column that indicates whether a process is actively reaping the benefits of the profile. This is invaluable for debugging.

Comparison with Previous Performance Modes

Feature Balanced Best Performance Low Latency Profile
CPU core parking Aggressive Disabled Disabled
Background task deferral Moderate Low High
Priority boost for real-time apps No No Yes
USB/I/O interrupt steering Default Default Optimized for audio/video
Timer resolution 15.6 ms 15.6 ms 1.0 ms (when needed)
Available on battery Yes Yes Yes (with warning)

As the table shows, the Low Latency Profile is not simply “Best Performance” rebranded. It targets specific subsystems that traditional power plans never touched. One caveat: Microsoft warns that battery life may decrease by 10–15% when the profile is active on laptops, which is why the feature displays a battery impact notice when selected.

What’s Next for Windows Real-Time Support

KB5094126 is only the beginning. Microsoft’s roadmap, gleaned from job postings and public presentations, suggests that future versions of Windows will incorporate a proper real-time kernel option—perhaps as an upgrade for Windows 11 Pro for Workstations. The company is also working on “Dynamic Profile Switching,” where Windows automatically toggles between power profiles based on foreground application demands. Insiders should expect to see this in Canary builds later this year.

For now, the Low Latency Profile is a solid addition. It’s easy to enable, measurably effective, and shines a light on a growing need. If you work with audio, video, or any real-time software, grabbing KB5094126 is a no-brainer.