question

Chacolatehoovy-5039 avatar image
1 Vote"
Chacolatehoovy-5039 asked CarlFan-MSFT answered

service Host: Local system taking up to much cpu

My task manager tells me that my service Host: Local system running on high CPU with barely enough to do anything else

windows-10-general
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

AravinthMathan-3183 avatar image
1 Vote"
AravinthMathan-3183 answered

Service host might be a generic process . There might be any specific application services which may consume the cpu. First and best approach to troubleshoot such scenarios is to run only microsoft windows services and disable all other services during startup on the affected device. Then enable services one by one

Regards
Aravinth

If the answer is helpful kindly accept as answer

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Spigolo-3573 avatar image
1 Vote"
Spigolo-3573 answered

Hi @Chacolatehoovy-5039

Open Task Manager and right click on Service Host then chose Go to Details
From there right click on svchost and chose Go to Services
In this view you'll find highlighted all services under the host
Try to guess which one is the culprit by disabling one at a time, or post here the list to get additional help

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

CarlFan-MSFT avatar image
1 Vote"
CarlFan-MSFT answered

Hi,
Service Host: Local System is a bundle of system processes, or call it a generic service hosting container. It includes processes including Windows Auto Update and many required system services would be running in it.
Open Task Manager. Expand the Service Host: Local System to see what items are using more CPU clearly. Then right click the high cpu process to open this service. Try to disable it to check.
Meanwhile, please perform a clean boot and disable security software temporarily.
How to perform a clean boot in Windows
https://support.microsoft.com/en-us/help/929135/how-to-perform-a-clean-boot-in-windows
After that open system settings, using “check for update” option to search if some security updates need to be installed.
Last one, you could use Windows Performance Toolkit(WPT) to capture the trace and analyze this trace.
windows performance recorder and analyzer will be included in WPT. Installing them to find which file may related to high cpu.
Hope this helps and please help to accept as Answer if the response is useful.
Best Regards,
Carl

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.