5

For the last several weeks my laptop is running at 99% CPU, and have been unable to find the offending process.

Task manager shows 99%, with no one process using all the CPU, it cycles between several processes with no consistent culprit, but they only add up to about 60% anyway. If I kill tasks that are the bigger users, other tasks just rise up and start using more. Resource monitor also shows high CPU, on each processor, but nothing in the process list.

Looking at Process Explorer (running as administrator), it only reports about 2% usage. I know it's using more though as my battery life is rubbish, and the fan is constantly on.

Searching high and low, most posts point to driver interrupts, but I don't see the same symptoms, so am now stuck. I have run a full virus scan, with no alerts.

If anyone can suggest where else I should look, I would greatly appreciate the pointers.

-----------Update 1--------------

I have booted into Safe Mode (minimal), and still see full CPU in Task Manager

-----------Update 2--------------

I couldn't get to the bottom of it, so formatted and re-installed windows from scratch. That fixed it :)

Xperf trace run as admin

https://www.dropbox.com/s/ap684b7ekuv8zq2/HighCPUUsage.zip?dl=0

Task manager output Task manager

Process Explorer output Proc Explorer

Resource Monitor output Resource Monitor

4 Answers4

0

Ensure you are running Task Manager with admin rights, as it will not show processes run with administrator rights, if the user does not have administrator rights and therefore omit to show the processes which may be causing the high CPU usage.

To do this, open a CMD window with admin rights and it will show "Administrator:" in the title bar if it is run with admin rights. Then run the command taskmgr.exe

MikeC
  • 137
0

You have no CPU usage in the trace. The CPU is idle for 99%:

enter image description here

Resource Monitor shows 104% CPU usage so this is a bug and you can ignore this.

0

On my PC, this problem seemed to be caused by one of the Balanced power saver mode. Simply switching to High Performance or Power Saver fixed this problem for me.

Now, Task Manager shows the correct amount of CPU usage.

nomad
  • 1
-1

I had the same problem. Turns out a program (Steam, if you must know) was being showed incorectly. It was using up loads of CPU but the task manager reckoned it was only using 23%. Check if any program is constantly updating or performing background tasks?

Luke
  • 1