The rollout of Windows 11 Version 25H2 (Build 26100.x) has introduced a significant performance regression for NVIDIA users. Reports across technical communities like r/Nvidia and r/PCMasterRace indicate that the NVDisplay.Container.exe process is consuming between 10% and 15% CPU usage at idle, directly impacting gaming stability and leading to persistent micro-stutters.
Unlike previous driver bugs, this issue is a complex conflict between the new Windows AI-powered Power Engine Plug-in (PEP) and NVIDIA’s legacy telemetry architecture. In this guide, we dive into the technical root causes and provide verified, high-level fixes to reclaim your system’s performance.

Technical Analysis: Why 25H2 Breaks NVIDIA Telemetry
In Windows 11 25H2, Microsoft introduced a more aggressive Kernel DMA Protection and a redesigned DPC (Deferred Procedure Call) scheduler. This was intended to optimize “AI PCs,” but it has created a “polling loop” error for NVIDIA users.
The NVDisplay.Container.exe process handles various tasks, including the NVIDIA Control Panel and GeForce Experience telemetry. In version 25H2, the Windows kernel incorrectly flags the container’s constant “pings” to the GPU as high-priority interrupts. This causes a buffer under-run or a “busy-wait” state where the CPU cycle remains open, waiting for a response that is delayed by the new power-saving protocols. The result is measurable DPC Latency spikes in nvlddmkm.sys.
| Component | Status / Version | Technical Impact |
| NVIDIA Driver | v570.xx – v591.xx | High Telemetry Polling Frequency |
| Windows Build | 26100.2830+ (25H2) | PEP (Power Engine Plug-in) Conflict |
| Affected GPUs | RTX 30 & 40 Series | Power State Transition Latency |
| Primary Latency | nvlddmkm.sys | Spikes > 1.5ms in LatencyMon |
Solution 1: Advanced Service Configuration via CMD
Traditional methods like “End Task” in Task Manager are temporary, as the 25H2 Service Manager is programmed to restart critical containers immediately. To stop the high CPU usage permanently, you must modify the service via an elevated Command Prompt.
-
Press Win + X and select Command Prompt (Admin) or Terminal (Admin).
-
Execute the following commands to disable the telemetry polling:
sc config “NvContainerLocalSystem” start= disabled
sc stop “NvContainerLocalSystem”
Solution 2: Registry Override for PowerMizer (The “Pro” Fix)
If you require NVIDIA features like ShadowPlay but need to eliminate the stuttering, you can manually override the GPU’s power-state transitions. This prevents the “wake-up lag” between the CPU and GPU.
-
Open Regedit (Registry Editor).
-
Navigate to the following path:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\nvlddmkm\Parameters -
Right-click and create a new DWORD (32-bit) Value named
PowerMizerEnable. Set its value to1. -
Create another DWORD (32-bit) Value named
PerfLevelSrc. Set its value to3322.-
Technical Context: The value
3322forces a fixed performance strategy for both AC and Battery modes, bypassing the buggy 25H2 power-throttling logic.
-
Solution 3: Flushing the DXCache and GLCache
Windows 11 25H2 often fails to invalidate old shader caches after a major kernel update, leading to “stuttering” even when CPU usage appears normal.
-
Navigate to
%LocalAppData%\NVIDIA\DXCacheand delete all contents. -
Navigate to
%LocalAppData%\NVIDIA\GLCacheand delete all contents. -
Restart your PC. Windows will rebuild these caches on the next game launch, ensuring smooth frame delivery.
Disclaimer: Modifying the Windows Registry can have system-wide effects. We recommend creating a System Restore point before proceeding with these advanced technical tweaks.
💬 Community Feedback & Support
Did this fix work for your specific NVIDIA GPU? Let us know in the comments below! Your feedback helps other members of our community solve these annoying Windows 11 errors and driver issues faster!
Read more: How to Fix Missing Intel NPU Drivers and “Intel AI Boost” Errors in Windows 11
🚀 Stay Connected with TechReviewGuide
Don’t miss any of our future video tutorials or tech deep-dives—follow us on our official channels
-
YouTube: Subscribe to our Channel for hands-on reviews.
-
Facebook: Like our Page for the latest tech news.
FAQ: Frequently Asked Questions
Does this affect FPS in games like Spider-Man 2 or Cyberpunk 2077?
Yes. While your “Average FPS” might remain high, the 1% Lows (which determine how smooth the game feels) are severely affected by nvlddmkm.sys latency spikes. Applying these fixes usually restores smooth frame pacing.
Is this fix safe for my GPU?
Absolutely. These Registry and Service tweaks simply stop the “telemetry noise” and prevent the GPU from entering “too deep” of a sleep state during active sessions. It does not involve overclocking or undervolting.
Should I wait for an official NVIDIA Hotfix?
NVIDIA has acknowledged similar issues in the past (e.g., Hotfix v581.94), but the 25H2 specific bug involves the Windows Kernel. Until a new WHQL driver is released, these manual overrides are the most effective solution for enthusiasts.





