Troubleshoot High CPU usage by the "System" process

108

62

I have noticed that from some time my system is freezing and its probably caused by the high CPU usage which is caused by the system process.

All applications I'm running is the Skype, TeamSpeak and Chrome so it definitely shouldnt eat that amount of CPU.

You can see the problem itself and running processes in the screenshot below:

enter image description here

Sometimes CPU usage is reaching 90%, but the average usage is like 40-65%.

My PC parameters:

  • Windows 8 (customer preview)
  • Intel Core i3 - 2350M
  • 8 GB RAM

I'd appreciate any help attempt! Regards.

--UPDATE--

As the user below posted a great answer, I have noticed that the process that is eating the most CPU in the system is called Arthurx.sys, simple google tells that it's a TPLink driver (an wifi adapter, I have bought like 2 weeks ago!) drivers has been installed from the Windows MSDN, but also tried to install the drivers from the attached CD, but it doesn't help. From the system start, it is using like 5% of the CPU only, but after 2-4 hours of working it is growing up and reaching 40-60% of the CPU usage.

Device name: TPLink WN722N

Scott

Posted 2013-01-03T03:52:20.500

Reputation: 1 201

@ArturSobczyk I need the large ETL file to see more. – magicandre1981 – 2019-12-24T12:19:41.533

5Point of order, if you're running the customer preview, everything isn't up to date... You're running the customer preview. – Everett – 2013-01-03T03:58:24.550

@Everett Yea, probably you're right... but still it shouldnt happend, even if its a customer(or release) preview. – Scott – 2013-01-03T04:07:56.270

4@Scott Yes, this kind of thing should happen in a customer preview. I mean, of course it's better if those bugs don't exist in the first place, but this is one the things a preview is intended to do. It's a chance to for users see new features and user interface elements a little early, and check app compatibility, but also a chance for the dev teams to get feedback and find bugs from a wider audience. The core system is not at all ready for production use yet. It's not intended for use as your main system, because it's not fully done or debugged. If it were, they would go RTM with it. – Joel Coehoorn – 2013-01-03T04:38:49.470

1use xperf to trace it. But as other users told you, stop using the CP. All pre-Release version will expire in 2 weeks! – magicandre1981 – 2013-01-03T05:02:29.267

1The only way we can help you is if you Verify this problem exists in the RTM Version of Windows 8. You cannot expect anyone to help you with problems that exists in a Preview release. I went ahead and updated the tags to reflect your using a preview version. – Ramhound – 2013-01-03T12:47:31.417

@Ramhound I have bought Windows 8 Pro via internet today and will upgrade my system within few minutes, I will keep this updated and will let you know if problem whether has been fixed or not. – Scott – 2013-01-03T17:32:42.827

Answers

107

To diagnose the CPU usage issues, you should use Event Tracing for Windows (ETW) to capture CPU Sampling data / Profile.

To capture the data, install the Windows Performance Toolkit, which is part of the Windows SDK.

The Windows 10 WPT can be used on Windows 8/Server 2012, Windows 8.1/Server 2012R2 and Windows 10/Server 2016. If you still use Windows 7, use the SDK/WPT with Build 15086.

enter image description here (all other entries can be unselected)

Now run WPRUI.exe, select First Level, under Resource select CPU usage and click on start.

enter image description here

Now capture 1 minute of the CPU usage. After 1 minute, click on Save.

Now analyze the generated ETL file with the Windows Performance Analyzer by dragging and dropping the CPU Usage (sampled) graph to the analysis pane and ordering the columns like you see in the picture:

enter image description here

Inside WPA, load the debug symbols and expand Stack of the SYSTEM process. In this demo, the CPU usage comes from the nVIDIA driver.


In the following demo, the CPU usage comes from the Realtek NIC driver:

enter image description here


When you see calls like ntoskrnl.exe!ViKeTrimWorkerThreadRoutine, ntoskrnl.exe!MmVerifierTrimMemory, ntoskrnl.exe!VerifierKeLeaveCriticalRegion, this means you have Driver Verifier enabled. This also hurts performance a lot and causes high SYSTEM usage. Disable Driver Verifier and reboot.

enter image description here


In this demo, the driver iai2ce.sys (Intel Serial IO GPIO Controller driver) causes it:

enter image description here


In this example, the CPU usage comes from the file rtsuvc.sys which seems to be the Realtek UVC webcam Driver

enter image description here


This demo shows that Bitdefender driver ignis.sys

enter image description here


In the following example, the CPU usage is casued by the broadcom network driver bcmwl664.sys

enter image description here


When you see ntoskrnl.exe!MiZeroWorkerPages as cause, it is trickier. This means the function of the kernel which zeros the memory before it can be used again causes the high CPU usage:

enter image description here

There is no real way to detect which process causes it, but I know that Chrome can cause it if you have hardware acceleration enabled in Chrome. So if you see this and use Chrome, turn hardware acceleration in Chrome off.


When you see those ntoskrnl.exe!RtlpGenericRandomPatternWorker, ntoskrnl.exe!RtlpTestMemoryRandomUp calls

enter image description here

the CPU usage comes from the Kernel to test memory for issues (memtest). This usage is triggered via the idle maintenance task of Windows 8.1/10. You can use Task Scheduler to disable the idle task.

enter image description here

In Windows 10, the task is called RunFullMemoryDiagnostics under Microsoft > Windows > MemoryDiagnostic > RunFullMemoryDiagnostic.

enter image description here


In this case, the CPU usage seems to come from the Data Deduplication Feature (dedup.sys!DdpPostCreate) of Windows Server:

enter image description here


In this demo, the CPU usage is caused by the WIFI card driver athrx.sys

enter image description here

Search for a driver update if you see this.


In the following demo, a citrix driver is involved:

enter image description here

So contact your IT for how to solve Citrix issues.


In this demo, the function usbhub.sys!UsbhPortRecycle causes the CPU usage:

enter image description here

Changing USB2.0 ports to 1.1 speed or connecting USB drives to other USB 2.0 ports helped for some users.


In this case, a small amount of SYSTEM usage comes from the Acronis driver tdrpm251.sys:

enter image description here


In this demo, the CPU usage ntoskrnl.exe!KeAcquireSpinLockRaiseToDpc and ntoskrnl.exe!KeReleaseSpinLock.

enter image description here

so a driver is using SpinLocks very heavily. Disable some devices/drivers until you see one which causes it.


In this case, the CPU usage is caused by the driver L1C62x64.sys

enter image description here

This is the qualcomm atheros AR8171/8175 PCI-E gigabit Ethernet driver. So update the driver if you see it in the stack.


Here, the CPU usage comes from scanning the host file (netbt.sys!DelayedScanLmHostFile)

enter image description here

make sure your hosts file is not too large to avoid this usage.


In this case, the CPU usage comes from SRTSP64.SYS from symantec.

enter image description here

Update your used symantec product to the latest version.


Here, the CPU usage comes from the AMD GPU driver (atikmdag.sys)

enter image description here

if you see this, go to AMD site and get the latest driver for your AMD card.


Here, the drivers TMXPFlt.sys and VsapiNt.sys cause the high CPU usage.

enter image description here

From what I see, those files are part of Trend Micro AV suite. Update the tool or remove it.


In this example, the CPU usage comes from the function ntoskrnl.exe!MmGetPageFileInformation

enter image description here

This function gets information about the pagefile.

Routine Description: This routine returns information about the currently active paging files.

Disable the pagefile, reboot and enable it again and see if this fixes it. Also, removing Intel services (e.g Intel Content Protection HECI Service) seems to fixed it for a user.


Here, you can see that the driver Netwtw04.sys (Intel Wifi driver) calls the function flushCompleteAllPendingFlushRequests and this causes a high CPU usage.

enter image description here

Because the debug symbols get loaded the Windows inbox driver is used. Only here we can get debug symbols to see the callstack with the function name flushCompleteAllPendingFlushRequests.

Here, you should install the latest driver from Intel to fix it.


The most complicated case of SYSTEM usage is ACPI.sys usage in the callstack:

Line #, DPC/ISR, Module, Stack, Count, Process, Weight (in view) (ms), TimeStamp (s), % Weight
6, , ,   |    |- ACPI.sys!ACPIWorkerThread, 40246, , 39.992,941063, , 4,13
7, , ,   |    |    ACPI.sys!RestartCtxtPassive, 40246, , 39.992,941063, , 4,13
8, , ,   |    |    ACPI.sys!InsertReadyQueue, 40246, , 39.992,941063, , 4,13
9, , ,   |    |    ACPI.sys!RunContext, 40246, , 39.992,941063, , 4,13
10, , ,   |    |    ntoskrnl.exe!KeReleaseSpinLock, 40246, , 39.992,941063, , 4,13
11, , ,   |    |    ntoskrnl.exe!KiDpcInterrupt, 40246, , 39.992,941063, , 4,13
12, , ,   |    |    ntoskrnl.exe!KiDispatchInterruptContinue, 40246, , 39.992,941063, , 4,13
13, , ,   |    |    ntoskrnl.exe!KxRetireDpcList, 40246, , 39.992,941063, , 4,13
14, , ,   |    |    ntoskrnl.exe!KiRetireDpcList, 40246, , 39.992,941063, , 4,13
15, , ,   |    |    |- ntoskrnl.exe!KiExecuteAllDpcs, 40198, , 39.945,173325, , 4,13
16, , ,   |    |    |    |- ACPI.sys!ACPIInterruptDispatchEventDpc, 27565, , 27.408,930428, , 2,83
17, , ,   |    |    |    |    |- ACPI.sys!ACPIGpeEnableDisableEvents, 24525, , 24.384,921620, , 2,52
18, , ,   |    |    |    |    |    ACPI.sys!ACPIWriteGpeEnableRegister, 24525, , 24.384,921620, , 2,52
19, , ,   |    |    |    |    |    |- hal.dll!HalpAcpiPmRegisterWrite, 24421, , 24.281,015516, , 2,51
20, , ,   |    |    |    |    |    |    |- hal.dll!HalpAcpiPmRegisterWritePort, 24166, , 24.027,316013, , 2,48

this is extremely difficult to debug. In a sysinternals topic, I listed some advice:

  • make sure the CPU doesn't overheat because of dust in the CPU fan
  • update or re-flash the (same) BIOS/UEFI
  • load default BIOS/UEFI settings
  • make sure the battery is not damaged, remove the battery from the notebook or disable the battery in device manager.
  • change jumper on HDD caddy if you have replaced the DVD/Blue-Ray Drive with a Caddy to install an SSD next to your old HDD

enter image description here


In the following demo, the Intel HD driver igdkmd64.sys in version .4574 for the Intel HD 630 causes the issue:

enter image description here

The solution is to update to driver with version of at least .4590.


In the following case, the CPU usage of the SYSTEM process is caused by the driver stdriverx64.sys

enter image description here

This seems to be an audio streaming driver. So update this software/driver if you see this in WPA.


If you see a driver called risdxc64.sys in callstack of SYSTEM that causes the high CPU usage, update the Ricoh PCIe SDXC/MMC Host Controller driver or disable the SD card reader in device manager if no driver update fixes it.

enter image description here

This SD card reader seems to be built-in to many Lenovo devices.


The user @stevemidgley showed a new issue of higher CPU usage with Wdf01000.sys!FxSystemWorkItem::_WorkItemThunk

enter image description here

Here you can see a driver UDE.sys causing it.

In symbol hub

enter image description here

I can see it belongs to Modem driver and PNP data of the trace shows Fibocom L850-GL (LTE Modem) as possible device:

enter image description here

And the solution is to disable the modem and USB composite device in device manager.


magicandre1981

Posted 2013-01-03T03:52:20.500

Reputation: 86 560

6Nice!!! +1.... For shizzle – Pimp Juice IT – 2017-02-19T20:01:06.907

Excuse me, but how long does loading symbols on your platform take? It's running excessive long on my up-to-date PC. – iBug – 2019-02-14T15:08:48.137

@iBug the loading speed depends on your Internet connection. The PDBs can be large for some files. – magicandre1981 – 2019-02-14T15:33:38.397

@magicandre1981 In this thread a few of us are finding a USB Composite Device is responsible. I've been using WPA to analyze the problem and I see a lot of USB related IO kernel activity, but I haven't found the offending process. Could it just be the USBCD has a bad driver? It seems more likely something is utilizing the device poorly right. Any insight is welcome! For your collection

– stevemidgley – 2019-09-22T16:14:51.813

1@stevemidgley FxUsbPipeRequestWorkItemThunk processes data. Expand the stack more. Also share the ETL file.USB Composite Device can be smartphone drivers when you connect phones to transfer data, – magicandre1981 – 2019-09-23T14:30:37.800

@magicandre1981 - thanks. Here are 3 more screenshots of the detail. It's certainly possible this is an old ADB driver I installed to manage a smartphone at some point. Disabling it doesn't seem to impact anything on my machine (haven't been able to test the docking port yet). Any thoughts on how to get rid of this device or fix the problem? Hopefully you can add to your amazing answer above (1 upvote doesn't seem to do it justice) https://prntscr.com/pa7cwu https://prntscr.com/pa7d4y https://prntscr.com/pa7dd5

– stevemidgley – 2019-09-24T09:15:49.623

1@stevemidgley enable the USB device and capture a trace, I need an ETL file to see more details. – magicandre1981 – 2019-09-24T14:10:05.533

@magicandre1981 thank you again. I wasn't sure exactly what I'm doing, but I followed the instructions here https://docs.microsoft.com/en-us/windows-hardware/drivers/usbcon/how-to-capture-a-usb-event-trace and generated a file you can download here: https://send.firefox.com/download/58ffb013666843bc/#1eqRANEfNW_4oouvlTB9sg -- I started the trace, enabled the driver, and then stopped the trace (and disabled the driver after the trace stopped). Input/instrutions welcome if I've done this incorrectly. I gzipped the etl ("gzip -d [filename]") http://gnuwin32.sourceforge.net/packages/gzip.htm

– stevemidgley – 2019-09-26T12:39:20.040

1@stevemidgley that are the raw USB data, I need the trace CPU usage trace from my answer above. – magicandre1981 – 2019-09-26T15:55:16.393

@magicandre1981 - Ok - I got it. Here's the correct file: https://send.firefox.com/download/16bf9f3773a768d5/#gwxYfM_xES3P48MpDIzEPg (This is about 10 seconds long, and the USDCD was enabled about 2 seconds into the recording). Thank you again.

– stevemidgley – 2019-09-26T21:19:20.023

1@stevemidgley ok, looks like the driver UDE.sys causes it. And from what I see it belongs to Fibocom L850-GL which is your LTE module. – magicandre1981 – 2019-09-27T17:13:04.770

Thank you @magicandre1981! I don't have a sim card in that slot right now, so I'll leave it disabled until I can put a new sim in the slot, and see if that fixes it. If not, then I guess the machine goes to the repair shop? Anyway, I hope this info helps you expand your amazingly detailed answer above. Thank you again for your patience and help! – stevemidgley – 2019-09-27T21:17:20.043

1@stevemidgley ask Lenovo support for new drivers. I think this UDE.sys emulates USB ports so that the USb based LTE driver can be installed in this slot inside the laptop to avoid coding 2 network drivers. Best is to leave it disabled and use mobile hotspot on your phone to connect to Internet if no free WIFI is available. – magicandre1981 – 2019-09-28T06:29:52.437

@stevemidgley I've added it to the answer – magicandre1981 – 2019-09-28T07:02:33.960

I believe this is the longest StackExchange answer I've seen. Thank you for taking the time to share your knowledge and illustrate with pics. – Dav – 2020-01-28T22:22:54.980

@Dav nice to hear that you liked the post. This was a collection of all case that I saw over years. – magicandre1981 – 2020-01-29T15:34:52.957

93

This can be caused by a faulty driver or other module loaded by the system. To look inside the System process, you can use a tool like Process Explorer.

Download and run it, then select the System process, right-click and select Properties:

enter image description here

Switch to the Threads tab (ignore the dialog box that mentions symbols):

enter image description here

This will show which file is using the excessive CPU usage, from which you can then attempt to diagnose it.

As others have said in the comments however, you really do need to move away from the Preview versions as soon as possible!

Graham Wager

Posted 2013-01-03T03:52:20.500

Reputation: 10 589

2

It seems risdxc64.sys is a usual suspect with Thinkpad laptops which is the driver for the card reader, see e.g. here: https://forums.lenovo.com/t5/ThinkPad-X-Series-Laptops/Ricoh-Card-Reader-use-25-CPU/td-p/1124227 - I solved it by reinstalling the latest one on win 10

– patrickf – 2015-08-07T10:29:15.303

I had a similar problem in Windows 10. For me it was avc3.sys that was using a lot of cpu. Turns out to be a part of Bitdefender Antivirus Free. – Bruno – 2015-10-21T13:53:51.643

In my case it's ntoskrnel.exe!MmProbeAndLockPages+.... but how to find and solve the issue is another question.... – Legends – 2018-09-05T09:06:15.920

2

@Legends you used the wrong tool. ProcExp shows a shapshot which is not that helpful. I wrote an answer about Windows Performance Toolkit to show it in detail how to analyze cpu usage

– magicandre1981 – 2018-09-11T14:39:19.197

@magicandre1981 You should have written a book about this topic, very detailed answer, I will read over it soon, thanks! – Legends – 2018-09-11T23:45:08.273

great.. this tip works with process hacker as well... seems mine is aswbidsdriver.sys.. I guess you get what you pay for... Avast Free is eating a constant 5-6% of i7-8750H CPU! unacceptable – Mikey – 2019-05-13T18:08:25.887

Thank your for your answer. Please see my updated question. – Scott – 2013-01-03T17:46:56.980

2

@Scott I noticed that you're upgrading now; if this issue is still not resolved after that, TPLink have a beta Windows 8 driver on their site available which may help. It can be found here: http://www.tp-link.com/en/support/download/?model=TL-WN722N&version=V1#tbl_a

– Graham Wager – 2013-01-03T18:00:32.467

4

A note on loading debugging symbols to add to magicandre1981's excellent answer: if loading the symbols in Windows Performance Analyzer works correctly, after ticking Trace > Load Symbols you should see a progress bar on the top with Loading symbols which shows file names beside it and takes several minutes to complete. Also you should see many lines like the below in the Diagnostic Console:

SYMSRV:  File: Accessibility.ni.pdb

SYMSRV:  Notifies the client application that a proxy has been detected.
SYMSRV:  Connecting to the Server: http://msdl.microsoft.com/download/symbols.
SYMSRV:  Successfully connected to the Server.
SYMSRV:  Sending the information request to the server.
SYMSRV:  Successfully sent the information request to the server.
SYMSRV:  Waiting for the server to respond to a request.
SYMSRV:  Successfully received a response from the server.
SYMSRV:  Closing the connection to the Server.
SYMSRV:  Successfully closed the connection to the Server.
SYMSRV:  Get File Path: /download/symbols/Accessibility.ni.pdb/7B46178957827CDAB7EE4C86EDEE1DAE1/Accessibility.ni.pdb

If you don't see either of these, loading debug symbols likely hasn't worked and you won't be able to properly interpret your trace.

In my case initially loading debug symbols didn't work. I fixed it by following these instructions:

  1. Figure out if you are using the x86 or x64 version of the Windows Performance Toolkit.

    This is easy on x86 builds of Windows. On x64 builds, you can check the Task Manager for the *32 tag. If it’s not there, then you’re running the x64 version.

    Note that WPT always installs to Program Files (x86) regardless of architecture.

  2. Copy the dbghelp.dll and symsrv.dll files from the correct debugger directory to the Windows Performance Toolkit directory. On my system, the relevant directories are:

    C:\Program Files (x86)\Windows Kits\10\Debuggers\x64 and C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit

  3. Restart Windows Performance Analyzer so that the correct version of dbghelp.dll is picked up.

AronVanAmmers

Posted 2013-01-03T03:52:20.500

Reputation: 181

2you should add this to my answer as an edit. this is not a real answer – magicandre1981 – 2017-07-13T19:04:16.707

-1

First, the review and information supplied is very informative, however you can usually figure this out with much less intelligence! I simply used MSCOFIG.EXE and a binary search to isolate the offending service. I have found most problems like this are caused by Intel software. I start by disabling any service that does not have a company name. Then I start on Intel services. Then the full binary search. Usually takes an hour at most to fix the problem in someone's PC. Intel was never a good computer company, and their software demonstrates it. Let's face it the Pentium architecture was a decade old when it was released. Who would have built a computer architecture with paged memory in the days of VAX? Well, I won't bore you with the history. Not that I am fan of AMD or Microsoft either. Perhaps someday we'll get back to building real computers again.

Leonard Umina

Posted 2013-01-03T03:52:20.500

Reputation: 1

You do realize that the VAX uses paged memory, right? And why wouldn't you use paged memory today? – Jamie Hanrahan – 2018-09-21T07:03:51.193

-1

I had the same problem, it disappeared when I removed one of the RAM modules. It seems it was faulty. Running Windows 7, 32-bit.

Cosmin

Posted 2013-01-03T03:52:20.500

Reputation: 99