I fixed my problem another way, apparently somehow a rootkit was causing the problem? It started out as a problem with all regular google sites, ads and services not being able to be displayed on my browser. I searched the web for answers and found that someone else had the exact same problem and used a combination of Rkill and TDSKill executable programs to stop malware processes and remove rootkits.I never thought of this before because i had no idea what a rootkit was. After rebooting google worked fine and i found that the particular service host.exe file that had been causing me so much trouble was gone and not running, also my computer runs smoother than ever!
Abnormally high CPU usage from svchost.exe [SOLVED]
Occasionally after windows automatically updates, my laptop will restart with abnormally high CPU usage. I checked my processes and found that "svchost.exe*32 - SYSTEM - winrscmde" appeared to be using most of the CPU.
When attempting to "Go to Service(s)" no service was highlighted.
As a last ditch effort in a long list of fixes I tried(including scanning my pc with multiple malware and virus detection programs, restarting the computer again and trying a manual fix I found in a forum somewhere else)
I simply chose svchost.exe*32, then clicked "Open file location" and double clicked the svchost application, opening a new svchost.exe*32 and
ending the old process and it seems to have solved my problem for the time being, but I can't help but wonder what caused this problem in the
first place?
[EDIT]: I fixed my problem another way, apparently somehow a rootkit was causing the problem?
It started out as a problem with all regular google sites, ads and services not being able to be displayed on my browser.
I searched the web for answers and found that someone else had the exact same problem and used a combination of Rkill and TDSKill executable programs to stop malware processes and remove rootkits. I never thought of this before because i had no idea what a rootkit was.
After rebooting google worked fine and i found that the particular service host.exe file that had been causing me so much trouble was gone and not running, also my computer runs smoother than ever!
Windows for home | Previous Windows versions | Windows update
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Hello Leah, yes svchost.exe isn't always associated with viruses, it is a windows feature responsible for loading shared dll's for other applications to use.
There are ways to find out which services are hogging the resources. Take a look at the guide below...
**What is svchost.exe And Why Is It Running?**

You are no doubt reading this article because you are wondering why on earth there are nearly a dozen processes running with the name svchost.exe. You can’t kill them, and you don’t remember starting them… so what are they?
So What Is It?
According to Microsoft: “svchost.exe is a generic host process name for services that run from dynamic-link libraries”. Could we have that in english please?
Some time ago, Microsoft started moving all of the functionality from internal Windows services into .dll files instead of .exe files. From a programming perspective this makes more sense for reusability… but the problem is that you can’t launch a .dll file directly from Windows, it has to be loaded up from a running executable (.exe). Thus the svchost.exe process was born.
Why Are There So Many svchost.exes Running?
If you’ve ever taken a look at the Services section in control panel you might notice that there are a Lot of services required by Windows. If every single service ran under a single svchost.exe instance, a failure in one might bring down all of Windows… so they are separated out.
Those services are organized into logical groups, and then a single svchost.exe instance is created for each group. For instance, one svchost.exe instance runs the 3 services related to the firewall. Another svchost.exe instance might run all the services related to the user interface, and so on.
So What Can I Do About It?
You can trim down unneeded services by disabling or stopping the services that don’t absolutely need to be running. Additionally, if you are noticing very heavy CPU usage on a single svchost.exe instance you can restart the services running under that instance.
The biggest problem is identifying what services are being run on a particular svchost.exe instance… we’ll cover that below.
If you are curious what we’re talking about, just open up Task Manager and check the “Show processes from all users” box:

Checking From the Command Line (Vista or XP Pro)
If you want to see what services are being hosted by a particular svchost.exe instance, you can use the tasklist command from the command prompt in order to see the list of services.
tasklist /SVC

The problem with using the command line method is that you don’t necessarily know what these cryptic names refer to.
Checking in Task Manager in Vista
You can right-click on a particular svchost.exe process, and then choose the “Go to Service” option.

This will flip over to the Services tab, where the services running under that svchost.exe process will be selected:

The great thing about doing it this way is that you can see the real name under the Description column, so you can choose to disable the service if you don’t want it running.
Using Process Explorer in Vista or XP
You can use the excellent Process Explorer utility from Microsoft/Sysinternals to see what services are running as a part of a svchost.exe process.
Hovering your mouse over one of the processes will show you a popup list of all the services:

Or you can double-click on a svchost.exe instance and select the Services tab, where you can choose to stop one of the services if you choose.

Disabling Services
Open up Services from the administrative tools section of Control Panel, or typeservices.msc into the start menu search or run box.
Find the service in the list that you’d like to disable, and either double-click on it or right-click and choose Properties.

Change the Startup Type to Disabled, and then click the Stop button to immediately stop it.

You could also use the command prompt to disable the service if you choose. In this command “trkwks” is the Service name from the above dialog, but if you go back to the tasklist command at the beginning of this article you’ll notice you can find it there as well.
sc config trkwks start= disabled
Source: http://www.howtogeek.com/howto/windows-vista/what-is-svchostexe-and-why-is-it-running/
108 additional answers
Sort by: Newest
-
Anonymous
2016-02-17T07:56:31+00:00 I wonder when MS community change the childish approach to the distributed software.
Linux world already for a long time provide the software with a 'signature'. In such case no malware would not be distributed
-
Anonymous
2016-02-16T18:47:55+00:00 I was at a constant 100% cpu usage. I did what Christian Jarrell suggested, I disabled windows update. I'm running windows vista, so I had to get to the task manager, select svchost.exe, right click and go to process, I found windows update and stopped it. I then selected it and clicked the services button. I found the service again and disabled it. My processor now fluctuates between 0 and 45% idling. The next problem child is Windows antimalware service. We'll see what happens there...
I recently cleaned my computer as well with malwarebytes. I removed 400 unwanted programs, which helped, I think.
If you are going to try and scan for a rootkit, I suggest you use malwarebytes custom scan and only select rootkit. It takes many hours otherwise to remove unwanted rootkits.
-
Anonymous
2016-01-13T11:51:58+00:00 - Releasing the CPU to be able to debug
Sometimes the hogging process makes the computer run so slow it is even hard to use the system to find out what is the problem.
To make furter debuging easier -
- Once you get the process monitor up and have checkmarked "show processes for all users" you sort the list alphabetically by process name and scroll to where the svchost.exe processes show up.
- Monitor the CPU column to see what svchost.exe process has the highest CPU
- Right click hotest svchost.exe the "Set Affinity" option unselect all CPU cores except one.
- (Also note the ProcessID to locate the service in the following tools)
Uncheck some processors to leave some processing power for You.
The above steps will instatntly prevent the process from using all cores and debuging can continue.
- Making a service run in its own svchost.exe
To isolate a service requires it to restart. Restarting a service may temporarily make the service behave well and further debuging is not possible right now.
You may just as well restart and isolate the service in the same operation anyway. When restarted and CPU load goes away you know what service was the probable cause and if it recurres - next time it will have its own ProcessID and be directly monitored by the CPU usage of the owning svchost.exe.
How to Isolate
When the processes hosted by the problematic svchost.exe has been displayed in the cmd window using the "tasklist /SVC" command*.* Processes suspected to cause problems can be set to run in its own svchost.exe.
command window run: "tasklist /SVC"
From the list the service names can be ssen and used to isolate them into an individual svchost.exe process.
To run a <service> on its own use:
sc config <servicename> type= own
To revert the <service> back to its group use:
sc config <servicename> type= share
In this way a large group of services in one commomn svchost.exe can be "dissolved" into individual svchost processes.
For the above change to come into effect the particular service has to be restarted using the windows service user interface or the command window cmd and net command in one go like this:
net stop <servicename> && net start <servicename>
The <servicename> is replaced with the actual service name. For the windows update service it is wuauserv
- Monitoring file and registry activity and more..
Another way besides CPU% and the mentioned "Process Explorer" is to check file and registry activity and to try to figure out what service might be using them.
The Microsoft/sysinternals tool the "Process Monitor" may help displaying detailed activities carried out by a particular service.
Process Monitor - After process filtering and displaying registry activities only
To display activities from a single process ID the "Process Monitor" has an excellent filter feature where computer activities can be filtered as debuging continues.
Eventually you will find intense file activity in some specific folder or a certain registry entries being insensivley read or written.
- Conclusion
At least the service is now possible to isolate in its own scvchost.exe to be restared or isolated from hogging the entire CPU using the "Set Affinity" method.
Sometimes you need your computer NOW and even if you are not able to figure out the problematic service you can at least return some of your computing power and continue working.
More technical detail about svchost.exe can be found here