0

I noticed that the System process has a high CPU usage (specifically, around 100% of 1 core). Following Troubleshoot High CPU usage by the "System" process, I opened the properties of System in Process Explorer and see that the ntoskrnl.exe!KeReleaseInStackQueuedSpinLock+0x1e0 is the one using most of the CPU. What could the issue should be?

I use Windows 7 SP1 x64 Ultimate.

enter image description here

enter image description here

Franck Dernoncourt
  • 20,384
  • 48
  • 186
  • 322
  • 2
    there is no need to do a new post, you already found the correct topic, but used the wrong answer to solve your issue. Next time use WIndows Performance toolkit. The 10586 SDK/WPT also works for Win7. – magicandre1981 May 20 '18 at 16:41
  • @magicandre1981 Thanks, I agree I should have followed your answer. I'll add a screenshot in your answer next time I have the issue (e.g., when I'll need the Wi-Fi again, which may happen soon). – Franck Dernoncourt May 20 '18 at 20:22
  • @magicandre1981 I tried to use WPA to understand the cause of the highly CPU usage from system.exe: I didn't see anything suspicious under `ntoskrnl.exe!`: https://i.stack.imgur.com/whqCQ.png Do you have any insight on further analysis that I could do? – Franck Dernoncourt May 25 '18 at 18:06
  • 1
    you need to [load the debug symbols first](https://docs.microsoft.com/en-us/windows-hardware/test/wpt/loading-symbols) – magicandre1981 May 26 '18 at 07:39

1 Answers1

0

I disabled the Wi-Fi adapters, then rebooted the computer: it seems to have done the trick.

Specifically, in the Device Manager, I disable the 3 adapters:

enter image description here

To disable them, I right-clicked on each of them, and chose Disable:

enter image description here

I found out that the issue came from the Wi-Fi by killing processes one by one: killing them didn't affect how much CPU ntoskrnl.exe!KeReleaseInStackQueuedSpinLock+0x1e0 was using, except when I killed some processes related to the Wi-Fi (which caused ntoskrnl.exe!KeReleaseInStackQueuedSpinLock+0x1e0's CPU use shortly decrease, and then went back to "normal", i.e. eating ~100% of one core)

Franck Dernoncourt
  • 20,384
  • 48
  • 186
  • 322