Found technical proof for the Win11 KB5086672 input lag/hotkey bug?

Posted by Gullible_Client_1721@reddit | sysadmin | View on Reddit | 25 comments

Are your shortcuts (Ctrl+C, Ctrl+V, etc.) suddenly failing on Windows 11 24H2?

(or Are you experiencing issues where holding down keys (like Left Ctrl) fails to trigger repeated actions or breaks shortcuts on Windows 11 24H2?)

I’ve analyzed the recent KB5086672 update using the Win32 API and found that the OS is literally dropping input messages.

The data shows:

  1. Your hardware is working fine (GetAsyncKeyState detects it).
  2. But the Windows Message Queue is failing to dispatch the events to your apps.

I’ve uploaded a simple C++ PoC tool to GitHub that proves this discrepancy. If you're stuck with error 0x800F0825 and can't uninstall the update, you're likely affected by this regression.

PoC: https://github.com/sksmsWKd/Win11_24H2_KB5086672_Input_Regression

Could any experienced developers help me verify this potential input regression on Windows 11 Build 26100.8117(KB5086672 update)?