CPU Usage 100% - svchost.exe

Associate
Joined
18 Oct 2002
Posts
1,832
Location
Brighton
My netbook has recently become extremely sluggish and a quick look at task manager suggests that svchost is the culprit, frequently sending the CPU usage up to 100%.

It seems to be a network service that is causing the problem - the related services appear to be:

CryptSvc
Dnscache
KtmRm
NlaSvc
TapiSrv
TermService

Any ideas why this might be?

Thanks.

(not at 100% in pic but you get the point)
CPU%20Usage.jpg
 
Use Process Explorer to understand what is calling svchost

http://technet.microsoft.com/en-us/sysinternals/bb795533.aspx

Also, in Task Manager, processes you can add a column to show the PID. If you check the Services tab and find the corresponding PID it will give you an idea of what programs/services are running in that instance of svchost.

The Process Explorer is probably an easier way though :)
 
Thanks for the tips.

I'd researched each of the associated services and they all seemed legit and fairly essential so was unsure about turning them off.

Will give it a go though, ta.
 
Well I never managed to solve this - I tried removing the services 1 by 1 but went for a re-format instead which did the job.

Thanks anyway.
 
Good little tool for future reference is svchost viewer - http://www.codeplex.com/svchostviewer

"Ever wondered what all those svchost.exe files are running ?? well here is an app
to tell you, gives you some basic information like the Name, Description and the
program path."

I use this on my NC10 & desktop along with Process Explorer to kill the niggles :)
 
Good little tool for future reference is svchost viewer - http://www.codeplex.com/svchostviewer

"Ever wondered what all those svchost.exe files are running ?? well here is an app
to tell you, gives you some basic information like the Name, Description and the
program path."

I use this on my NC10 & desktop along with Process Explorer to kill the niggles :)

Good little util there, having a play around with it at the mo, thanks :)
 
Seen windows update cause that a few times

this

it's a weird issue to do with Windows Update's Automatic Updates service.

if you use process explorer, then hover on the svchost.exe that has high CPU usage, it'll tell you this. (there are multiple svchosts exe's running)

iirc, the problem is that your machine has too many CAT files on it and when Windows Update scans through them, it starts looping and eats all your CPU.

I've only seen XP SP2 machines suffer from the problem personally, and on newer (faster) machines, you don't notice the problem



a quick and dirty fix is disable automatic updates, and the service.





edit, I see that's Vista running, I'd try updating the Network card drivers, did you have any 3rd party apps besides Kaspersky running that could have affected it?
 
Back
Top Bottom