Windows 8.1 System process using High CPU

I have a Dell XPS 8500 with I7-3770 CPU and 8 logical processors, 24Gb RAM.

It's running Windows 8.1 (Update 1). Recently I've noticed the System process is using 12.5% (1/8) of CPU on a constant basis.

Using Process Explorer - Sysinternals, I've identified a single thread in the system kernel that is consuming this amount of CPU. This thread has starting address: ntoskrnl.exe!RtlSidHashLookup+0x1ffc.

What is this thread, and what can I do to stop it from constantly using 1/8 of my CPU?

2

3 Answers

Thanks to tumchaaditya for suggesting sfc /scannow. It identified a corrupted printer driver and associated .inf file: CNBJ2530.DPB and prncacla.inf.

That led me to the solution:

This page contains detailed instructions on how to fix what is apparently becoming a rampant problem with windows 8/8.1. Running "DISM.exe /Online /Cleanup-image /Restorehealth" replaced these bad files with new versions downloaded from MS Servers. Rerunning "sfc /scannow" confirmed everything was healthy again.

Following a reboot, the NT kernel is now using 0.13% of CPU instead of 13%.

2

In my case it was a different problem, but same symptoms. It was the RunFullMemoryDiagnostic task that somehow never ended. Just disable it in the Task Scheduler, inside Microsoft > Windows > MemoryDiagnostic > RunFullMemoryDiagnostic.

Initially I had the System Idle Process constantly at ~25% CPU. I ran (in the console as admin) "sfc /verifyonly" & "sfc /scannow" - both showed no OS or system integrity errors/problems. So I killed the System Idle Process (in Task Manager) & rebooted, then I saw the System process at ~25% CPU (System Idle Process had disappeared). Waited a couple of days (rebooted 2-3 times) hoping it would resolve on its own, did not. Then rebooted in diagnostic mode (press F2 quickly just as it starts booting up), did not run any diagnostic, just looked around, then hit Esc to exit & let it complete its bootup process. The 25% CPU problem was solved, there was no System Idle Process & the System process was at 0.4% CPU. All is back to normal, no idea why this worked !

0

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like