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: Oldest
-
Anonymous
2016-11-29T20:56:48+00:00 The solutions to the update problem all appear to revolve around a bug in svchost.exe or the wuaserv routine. Microsoft has clearly washed their hands of all further support for Vista, Win7 or Win8. Their strategy is presumably to force users to move to Win10. For Win7 & 8 this was not an issue issue because it was free. For Vista users it was the end of the road unless their machine was capable and they were prepared to buy the update.
we are constantly told that updating software is necessary to avoid malware etc so Microsoft is both responsible for making it a lot easier for the hackers out there AND the increased volume of redundant PCs to landfill.
i would suggest anyone who is in this position has only two real alternatives:
- Load Linux on your ex-Windows machine (I've done this and it works well)
- Buy an Apple (if you feel you can't manage Linux).
I will never buy a Windows based PC again. Microsoft made my laptop obsolete in 4 years...
-
Anonymous
2016-11-29T22:04:44+00:00 There is no bug or "memory leak" in svchost.exe.
The problem is with Windows update and is easily fixed.
If there was a bug or memory leak in svchost.exe the every system in the world would be falling on it's face in anguish since there are usually many svchost Proesses running at once:
If there was a bug in svchost.exe then all those Processes would be causing problems but none of them are - because there is no bug in svchost.exe.
If you think there is a bug or memory leak in svchost.exe explain why none of the other ones are also experiencing problems.
The only one causing a problem is the one hosting the Windows Update services.
Folks think the problem is in svchost.exe because that is what they see consuming the most CPU.
The real problem is the Windows Services running under the svchost Process.
Killing or disabling the Services might provide relief of the symptom (too much CPU) but the correct solution to the problem is to fix the files accociated with Windows Update.
With the correct updates/fixes applied the "problem" with svchost goes away because you have fixed the Services that run underneath it and you're still running the same svchost.exe you always were.
-
Anonymous
2016-12-17T15:36:07+00:00 In my extraordinary situation where I have been hunting for malwares and spywares and viruses and rootkits and what not, the problem was with "windows update" service running under svchost.exe. I stopped it, disabled it and purged it for ever (well - I couldnt purge)!!