April 7, 2018

Fix High CPU Usage by Service Host: Local System

Fix High CPU Usage by Service Host: Local System in Task Manager – If you’re facing High CPU Usage, Memory Usage or Disk Usage then it will be probably because of a process is known as Service Host: Local System and don’t worry you are not alone as many other Windows 10 users face a similar issue. In order to find if you are facing a similar issue, just press Ctrl + Shift + Del to open Task Manager and look for the process utilizing 90% of your CPU or Memory resources.

Fix High CPU Usage by Service Host Local System

Now Service Host: Local System is itself a bundle of other system processes which run under it, in other words, it’s basically a generic service hosting container. So troubleshooting this issue becomes a lot difficult as any process under it can cause the high CPU usage problem. Service Host: Local System includes a process such as a User Manager, Group Policy Client, Windows Auto Update, Background Intelligent Transfer Service (BITS), Task Scheduler etc.

In general, Service Host: Local System can take a lot of CPU & RAM resources as it has a number of different processes running under it but if a particular process is constantly taking a large chunk of your system resources then it can be a problem. So without wasting any time let’s see how to Fix High CPU Usage by Service Host: Local System with the help of below-listed troubleshooting guide.

Fix High CPU Usage by Service Host: Local System

Make sure to create a restore point just in case something goes wrong.

Method 1: Disable Superfetch

1.Press Windows Key + R then type services.msc and hit Enter.

services windows

2.Find Superfetch service from the list then right-click on it and select Properties.

Right-click on Superfetch and select Properties

3.Under Service status, if the service is running click on Stop.

4.Now from the Startup type drop-down select Disabled.

click stop then set startup type to disabled in superfetch properties

5.Click Apply followed by OK.

6.Reboot your PC to save changes.

If the above method doesn’t disable Superfetch services then you can follow disable Superfetch using Registry:

1.Press Windows Key + R then type regedit and hit Enter to open Registry Editor.

Run command regedit

2.Navigate to the following registry key:

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSession ManagerMemory ManagementPrefetchParameters

3.Make sure you have selected PrefetchParameters then in the right window double click on EnableSuperfetch key and change it’s value to 0 in the value data field.

Double click on EnablePrefetcher key to set its value to 0 in order to disable Superfetch

4.Click OK and close the Registry Editor.

5.Restart your PC to save changes and see if you’re able to Fix High CPU Usage by Service Host: Local System.

Method 2: Run SFC and DISM

1.Press Windows Key + X then click on Command Prompt(Admin).

command prompt with admin rights

2.Now type the following in the cmd and hit enter:

Sfc /scannow
sfc /scannow /offbootdir=c: /offwindir=c:windows (If above fails then try this one)

SFC scan now command prompt

3.Wait for the above process to finish and once done restart your PC.

4.Again open cmd and type the following command and hit enter after each one:

a) Dism /Online /Cleanup-Image /CheckHealth
b) Dism /Online /Cleanup-Image /ScanHealth
c) Dism /Online /Cleanup-Image /RestoreHealth

DISM restore health system

5.Let the DISM command run and wait for it to finish.

6. If the above command doesn’t work then try on the below:

Dism /Image:C:offline /Cleanup-Image /RestoreHealth /Source:c:testmountwindows
Dism /Online /Cleanup-Image /RestoreHealth /Source:c:testmountwindows /LimitAccess

Note: Replace the C:RepairSourceWindows with the location of your repair source (Windows Installation or Recovery Disc).

7.Reboot your PC to save changes and see if you’re able to Fix High CPU Usage by Service Host: Local System.

Method 3: Registry Fix

1.Press Windows Key + R then type regedit and hit Enter to open Registry Editor.

Run command regedit

2.Navigate to the following registry key:

HKEY_LOCAL_MACHINESYSTEMControlSet001ServicesNdu

3.Make sure to select Ndu then in the right window pane double-click on Start.

Double-click on Start in Ndu registry editor

4.Change the value of Start to 4 and click OK.

Type 4 in value data field of Start

5.Close everything and reboot your PC to save changes.

Method 4: Run Windows Update troubleshooter

1.Now type “troubleshooting” in Windows Search bar and click on Troubleshooting.

troubleshooting control panel

2.Next, from the left window pane select View all.

3.Then from the Troubleshoot computer problems list select Windows Update.

select windows update from troubleshoot computer problems

4.Follow on-screen instruction and let the Windows Update Troubleshoot run.

Windows Update Troubleshooter

5.Restart your PC and you may be able to Fix High CPU Usage by Service Host: Local System.

Method 5: Perform a Clean boot

Sometimes 3rd party software can conflict with System and therefore can cause high CPU usage on your PC. In order to Fix High CPU Usage by Service Host: Local System, you need to perform a clean boot on your PC and diagnose the issue step by step.

Perform Clean boot in Windows. Selective startup in system configuration

Method 6: Restart Windows Update service

1.Press Windows Key + R then type “services.msc” (without quotes) and hit Enter.

services windows

2.Locate the following services:

Background Intelligent Transfer Service (BITS)
Cryptographic Service
Windows Update
MSI Installer

3.Right-click on each of them and then select Properties. Make sure their Startup type is set to Automatic.

make sure their Startup type is set to Automatic.

4.Now if any of the above services are stopped, make sure to click on Start under Service Status.

5.Next, right-click on Windows Update service and select Restart.

Right-click on Windows Update Service and select Restart

6.Click Apply followed by OK and then reboot your PC to save changes.

Method 7: Change Processor Scheduling

1.Press Windows Key + R then type sysdm.cpl and hit Enter to open System Properties.

system properties sysdm

2.Switch to the Advanced tab and click on Settings under Performance.

advanced system settings

3.Again switch to Advanced tab under Performance Options.

4.Under Processor scheduling select Program and click Apply followed by OK.

Under Processor scheduling select Program

5.Reboot your PC to save changes.

Method 8: Disable Background Intelligent Transfer Service

1.Press Windows Key + R then type msconfig and hit Enter.

msconfig

2.Switch to services tab then uncheck “Background Intelligent Transfer Service”.

Uncheck Background Intelligent Transfer Service

3.Click Apply followed by OK.

Method 9: Disable Certain Services

1.Press Ctrl + Shift + Esc to open Task Manager.

Press Ctrl + Shift + Esc to open Task Manager

2.Expand Service Host: Local System and see which service is taking up your system resources (high).

3.Select that service then right-click on it and select End Task.

Right-click on any NVIDIA process and select End task

4.Reboot your PC to save changes and if you still find that particular service taking high CPU usage then disable it.

5.Right-click on the service which you earlier shortlisted and select Open Services.

Right-click on any service and select Open ServicesRight-click on any service and select Open Services

6.Find the particular service then right-click on it and select Stop.

7.Reboot your PC to save changes.

Recommended:

That’s it you have successfully Fix High CPU Usage by Service Host: Local System but if you still have any questions regarding this post then feel free to ask them in the comment’s section.