Computer >> Computer tutorials >  >> System >> windows

Service Host SysMain causing High CPU and Memory usage in Windows 11/10

A lot of users have reported that the SysMain process (earlier known as Superfetch) causes high CPU usage. While the SysMain service is helpful in understanding how you use your hard drive, it isn’t exactly necessary for your computer.

Service Host SysMain causing High CPU and Memory usage

The SysMain service is the one that is related to Superfetch. Its job is to maintain and improve system performance over time. It is found in the System32 folder. Basically, the SysMain process is responsible for collecting data of every kind of usage on the system. Then that data is reorganized in the forms of blocks for your hard drive and prioritized accordingly.

If the Service Host SysMan process is causing high-resource utilization, then before you decide to disable it, try the following:

  • Run System File Checker
  • Repair System Image
  • Run Disk Cleanup Tool
  • Troubleshoot in Clean Boot State.

If you use an HDD on your system, then it’s quite probable that SysMain will cause a high CPU because of the simple fact that HDD is slow in reorganizing itself. If you encounter a problem with high CPU usage due to SysMain, the clear solution is to disable the service.

  1. Disable the SysMain service from the Service Manager
  2. Using elevated Command Prompt
  3. Using the Registry Editor

Try the following methods to disable the SysMain service:

1] Disable the SysMain service from the Service Manager

Service Host SysMain causing High CPU and Memory usage in Windows 11/10

The easiest method to kill the process associated with SysMain is to disable the SysMain service from the service manager.

  1. Press Win+R to open the Run window and type the command services.msc.
  2. Hit Enter to open the Service Manager window.
  3. Scroll down to the SysMain service.
  4. Right-click on the SysMain service and select Properties.
  5. Change the Startup Type to Disabled.
  6. Hit Apply and then on Ok.

2] Disable SysMain using elevated Command Prompt

Service Host SysMain causing High CPU and Memory usage in Windows 11/10

The method involving Command Prompt is somewhat easier since all you would need to do is copy-paste a command.

Search for “command prompt” in the Windows Search bar.

In the right-pane corresponding to Command Prompt, select Run as administrator.

Then, in the elevated command prompt window, type the following command and hit Enter:

sc stop "SysMain" & sc config "SysMain" start=disabled

Once you get the SUCCESS message, consider the job done.

Restart your computer.

Read: Service Host: Diagnostic Policy Service 100% Disk Usage.

3] Disable the SysMain using the Registry Editor

Service Host SysMain causing High CPU and Memory usage in Windows 11/10

The Registry Editor is a wonderful tool for making long-term changes to your system. The procedure to disable the SysMain service through the Registry editor is as follows:

Press Win+R to open the Run window and type the command regedit. Hit Enter to open the Registry Editor window.

Go to the following path in the Registry Editor:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SysMain

On the right-pane, double-click on the value Start.

Change the value of the Value Data to 4 and click on OK to save the settings.

We hope something helpe you fix the High Resource Utilization issue on your computer.

Why is my service host SysMain using so much memory?

The SysMain process is responsible for collecting data on all usage patterns on the system. It is a service related to Superfetch, to maintain and improve system performance over time.

Is it OK to disable Service Host SysMain?

No. If you load a program, Windows has to copy the executable into memory in order to run it. If you close the application, the program still exists in RAM. If you run the program again, Windows won’t have to load anything from disk – it will all be sitting in RAM.

Service Host SysMain causing High CPU and Memory usage in Windows 11/10