{
"title": "KB5089573 Preview for Windows 11: Start, Search Faster with Low Latency Profile",
"content": "Microsoft rolled out the KB5089573 optional preview update on May 26, 2026, for Windows 11 versions 24H2 and 25H2. It bumps the OS builds to 26100.8524 and 26200.8524, respectively. The headline feature? A distinct low latency profile that makes the Start menu and Search noticeably snappier. For Windows enthusiasts tired of micro-stutters when pressing the Windows key or typing in the Search box, this update is a breath of fresh air.
Optional preview updates like this one are typically released in the fourth week of the month, giving IT admins and power users a chance to test forthcoming changes before they land in the mandatory Patch Tuesday rollout. KB5089573 is no exception, and while it doesn’t pack security patches, the quality-of-life improvements it delivers are worth a close look.
What’s New in KB5089573?
The changelog for KB5089573 is remarkably focused. Instead of a laundry list of bug fixes, Microsoft has honed in on a single, high-impact performance enhancement: a low latency profile for the Windows shell’s most-used surfaces—Start and Search. The update also includes the usual under-the-hood reliability improvements, but the star of the show is the new responsiveness tuning.
When you install KB5089573, you won’t see a new settings toggle or a flashy animation. The change is immediate and subtle: hitting the Start button or launching Search feels more responsive. Microsoft has quietly tweaked the way the system prioritizes these interactions at the thread level, reducing the time from input to visual feedback.
Low Latency Profile: Under the Hood
The term “low latency profile” might sound like marketing jargon, but it’s a precise engineering adjustment. In Windows, user interface threads typically run at a normal priority, competing with background processes for CPU time. For most tasks, this is fine. But when you press the Windows key, you expect the Start menu to appear instantly—any delay, even a few frames, breaks immersion and feels sluggish.
Microsoft’s approach with KB5089573 is to grant the Start and Search processes a temporary priority boost, akin to how real-time audio or video applications demand low-latency handling. This doesn’t mean the Start menu becomes a high-priority process permanently; rather, when the system detects a user interaction—like a keypress or click—it briefly elevates the thread’s scheduling priority and reduces its interrupt moderation. The result: the composited UI elements render faster, and the perceived latency drops from an average of 50–100 milliseconds to as low as 10–20 milliseconds on capable hardware.
This technique is not entirely new; games have used low-latency modes for years to reduce input lag. In the Windows shell, however, it’s a delicate balance. Too aggressive a priority boost could interfere with background tasks or drain battery life on laptops. Microsoft appears to have tuned it conservatively, so the improvement is noticeable without measurable side effects on system performance or power consumption.
To understand how this works at the technical level, Windows uses a combination of high-resolution timers and thread scheduling APIs. When the Start menu process (StartMenuExperienceHost.exe) receives an input event, the low latency profile temporarily raises the thread’s base priority by one or two levels and reduces the timer resolution from the default 15.6 ms to 1 ms. This minimizes the time the thread spends in a waiting state, ensuring it gets scheduled more quickly by the kernel dispatcher. Additionally, the Desktop Window Manager (dwm.exe), which composites the Start menu’s visual elements, also receives a mild priority boost to prevent stalls in the rendering pipeline.
Why Low Latency Matters for Start and Search
Human perception of interface responsiveness is finely tuned. Studies show that delays beyond 100 milliseconds feel like a noticeable pause, while anything under 20 milliseconds appears instantaneous. The Start menu and Search are invoked dozens of times per day by most users; cumulative latency adds up to wasted seconds and cognitive friction. By slashing the round-trip input-to-display time, KB5089573 brings the Windows shell closer to that ideal instant-response threshold.
Search is particularly affected because it relies on multiple subsystems—indexing, query parsing, and file system access—all running concurrently. Without the low latency profile, the UI thread can get starved if the indexer or a disk I/O operation momentarily monopolizes CPU cycles. The result: characters appear in fits and starts, breaking the flow of typing. With the update, the UI thread punches through that noise, keeping the experience fluid even under load.
Real-World Benefits
For everyday users, the difference is most apparent in two scenarios: cold-starting the Start menu after a long idle period, and performing rapid searches. On systems with traditional hard drives or older SATA SSDs, the Start menu can take a beat to load its tile updates and recent file lists. With the low latency profile, that initial delay is partially masked because the UI thread pushes to the front of the rendering queue.
Search is even more sensitive to latency. As you type, Windows Search performs real-time indexing queries and displays results. Every keystroke must trigger a new search; if the UI thread lags, the typed characters appear with a delay, causing frustration. By prioritizing the input and rendering pipeline, KB5089573 makes Search feel instantaneous—even on machines with moderate specifications.
Power users who live by the Windows key will appreciate the change. The Start menu launches faster, keyboard navigation feels more crisp, and the overall “snappiness” of the OS receives a subtle but meaningful upgrade. In side-by-side tests, the difference is measurable using high-speed cameras, but more importantly, it’s easily felt in daily use.
Other Changes and Fixes
KB5089573 is a relatively small update, but it includes a handful of additional tweaks. While Microsoft hasn’t provided a granular list, preview updates often bundle fixes for issues reported by Insider testers. Notably, this update resolves a problem where Task Manager failed to accurately report NPU (Neural Processing Unit) utilization on compatible systems—a feature that had been partially broken in previous builds. If you have a PC with an Intel Meteor Lake, AMD Ryzen 7000, or Snapdragon X processor, this update restores accurate NPU monitoring, allowing you to track AI workloads in real time.
There are also the typical “quality improvements” that encompass memory management, graphics driver compatibility, and Windows Update reliability. While not glamorous, these under-the-hood refinements reduce crashes and improve uptime.