Skip to content
Join readers who trust AllThings.How for practical guides Opens in a new tab

How to verify Low Latency Profile is running on Windows 11 (HWiNFO method)

How to verify Low Latency Profile is running on Windows 11 (HWiNFO method)

Low Latency Profile speeds up core shell interactions on Windows 11 by briefly pushing the processor to its maximum frequency for one to three seconds when you open things like the Start menu, Windows Search, and Notification Center. The catch is that it runs silently in the background. There is no toggle in Settings, no notification, and no status indicator anywhere in the operating system. The only reliable way to know it is active is to watch how your CPU behaves the moment you trigger those shell elements.

Quick answer: Open HWiNFO, let the system idle for a minute, then open the Start menu, Search, and Notification Center one at a time. If all cores jump to maximum or near-maximum frequency for one to three seconds and immediately drop back to idle each time, Low Latency Profile is active.
windows-11-low-latency-profile-active-he
Low Latency Profile boosts CPU frequency in short bursts during shell interactions.

What you need before testing Low Latency Profile

The feature ships inside Windows 11 builds 26200.8524 or 26100.8524 (KB5089573) and later cumulative updates for versions 25H2 and 24H2. To confirm your build, open Settings, go to System, then About, and check the build number. If it reads 26200.8524 / 26100.8524 or newer, your PC already has the underlying code.

Having the code does not guarantee the feature is switched on. Microsoft uses Controlled Feature Rollout (CFR) to enable it gradually, so many machines that installed the update still have it disabled while stability is monitored. If you find no spikes during the tests below, the feature is most likely sitting dormant on your system and can be force-enabled manually.

Task Manager can show clock speed on the Performance tab, but its polling rate is too slow to reliably catch microsecond-scale frequency bursts. A dedicated hardware monitor gives a far clearer reading. HWiNFO is the lightweight tool used here because it exposes per-core frequency in real time.

⏱️
Note: After opening HWiNFO, let the desktop sit idle for one to two minutes. Background startup apps generate their own CPU spikes, and a settled baseline makes the shell-triggered bursts much easier to spot.

Install HWiNFO to monitor CPU frequency

Step 1: Open Start, search for Command Prompt or Terminal, right-click the top result, and choose Run as administrator.

Step 2: Install the monitoring utility through Windows Package Manager by running the command below. You can also grab it directly from the official HWiNFO download page.

winget install --id XP9CS6FHQ00B8J

Step 3: Launch HWiNFO from the Start menu. Choose Sensors-only or Full mode and click Start, then position the CPU frequency or per-core sensors where you can see them while you interact with the desktop.


Three tests to confirm Low Latency Profile is active

The goal is repetition, not a before-and-after comparison. Run each test several times and look for the same response every time. With the system idle and HWiNFO visible, work through the three shell elements the feature targets.

Step 1: Press the Windows logo key to open the Start menu. Watch the per-core frequency during the open animation. You should see a short, sharp burst where multiple cores hit their maximum or near-maximum frequency for one to three seconds, then fall back to idle.

Step 2: Press Windows key + S to open Windows Search. Look for the same synchronized spike aligned with the opening animation, followed by an immediate return to low power.

Step 3: Press Windows key + N to open Notification Center. Confirm the cores spike briefly once more. Consistency across repeated attempts matters more than any single reading.

📌
At the moment, Low Latency Profile only accelerates OS flyouts such as the Start menu, Notification Center, Search, and context menus. App launches are not yet boosted on retail builds, so don't expect a spike when opening Outlook, Edge, or the Microsoft Store. Support for application launches is planned for a later update.

What a working Low Latency Profile looks like

When the feature is running, the CPU shows a very specific signature. Use the table below to match what you see in HWiNFO against the expected behavior.

SignalActiveNot active
Core frequency on shell actionSharp jump to max / near-maxLittle or no change
Spike durationAbout 1 to 3 secondsNone or sustained drift
After the spikeImmediate return to idleNo clear pattern
Menu renderingOpens instantly, no slide-in hesitationMicro-stutter on open
Sustained loadNo long high-CPU periodN/A

Alongside the frequency reading, look for a behavioral cue. Active menus pop up with no visible frame delay and open smoothly across repeated tries. That combination of an instant frequency burst and a frame-perfect open is the clearest confirmation the feature is doing its job.


Enable Low Latency Profile with ViveTool if no spikes appear

If your build is current but the tests produce no spikes, your PC is in the group still waiting on Microsoft's rollout queue. You can bypass that wait and switch the feature on yourself using ViveTool. This only makes sense after KB5089573 or a later update is installed, since the command activates code that already exists on the system.

Step 1: Download the latest ViveTool release as a .zip from the ViveTool GitHub releases page, then extract it to a simple folder such as C:\ViveTool.

Step 2: Open Start, type cmd, right-click Command Prompt, and select Run as administrator. Navigate to the folder you extracted the files to.

cd C:\ViveTool

Step 3: Run the enable command. The single ID below is enough to turn on the core feature.

vivetool /enable /id:58989092

Step 4: Restart the PC to apply the change. After it boots, wait for background apps to settle, then repeat the three HWiNFO tests above. To undo the change, run the same command with /disable in place of /enable. Once the feature becomes default on your device, the disable option no longer takes effect.

🗓️
If you'd rather not touch ViveTool, the feature reaches more PCs automatically with the broader June 2026 Patch Tuesday rollout, which begins deploying on June 9, 2026. Availability still depends on region, hardware, and software configuration.

Why results vary by hardware

The size of the effect depends heavily on the machine. Low-end and older PCs gain the most, because those are the systems that visibly struggle to open menus and flyouts in the first place. On a constrained dual-core setup, the difference is dramatic, with the Start menu opening instantly where it used to lag.

On modern, high-end desktops and premium laptops, the change is subtle. The hardware was already fast enough to open shell elements without delay, so the benefit shows up as extra smoothness rather than a measurable speed jump. That is exactly why the HWiNFO frequency reading is the dependable test. The visual improvement may be too small to notice, but the synchronized core spike is not.

Because the boost lasts only a brief moment before the processor drops back to idle, the impact on battery life and temperatures stays minimal. The feature does not add a new workload. It simply changes how the system prioritizes and schedules the work it already does the instant you interact with the shell, which is the same race-to-idle approach other modern platforms rely on.