<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Auslogics Blog &#187; svchost</title>
	<atom:link href="http://www.auslogics.com/en/blog/tag/svchost/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.auslogics.com/en/blog</link>
	<description>Blogging about our company, our users and our future plans.</description>
	<lastBuildDate>Fri, 18 Dec 2009 15:00:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Stop svchost.exe High CPU Usage</title>
		<link>http://www.auslogics.com/en/blog/2009/05/how-to-stop-svchostexe-high-cpu-usage/</link>
		<comments>http://www.auslogics.com/en/blog/2009/05/how-to-stop-svchostexe-high-cpu-usage/#comments</comments>
		<pubDate>Fri, 15 May 2009 11:59:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[svchost]]></category>
		<category><![CDATA[svchost.exe]]></category>
		<category><![CDATA[svchost.exe 100 cpu]]></category>
		<category><![CDATA[svchost.exe errors]]></category>
		<category><![CDATA[svchost.exe high cpu]]></category>

		<guid isPermaLink="false">http://www.auslogics.com/en/blog/?p=598</guid>
		<description><![CDATA[
		
		
		
		Svchost.exe is known to cause high CPU usage problems. I&#8217;m sure you&#8217;ve been in a situation like this: you&#8217;re working on your computer and enjoying yourself when all of a sudden it becomes agonizingly slow and even starts freezing up. You press CTRL+ALT+DEL to open the Task Manager, click on the Processes tab,  and see [...]]]></description>
			<content:encoded><![CDATA[<div class="digg-button" style="float: left; width: 42px; padding-right: 10px; margin: 0 10px 0 0;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.auslogics.com/en/blog/2009/05/how-to-stop-svchostexe-high-cpu-usage/";
		digg_bgcolor = "#FFFFFF";
		digg_skin = "";
		digg_window = "";
		digg_title = "How+to+Stop+svchost.exe+High+CPU+Usage";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p><strong>Svchost.exe</strong> is known to cause high CPU usage problems. I&#8217;m sure you&#8217;ve been in a situation like this: you&#8217;re working on your computer and enjoying yourself when all of a sudden it becomes agonizingly slow and even starts freezing up. You press <strong>CTRL+ALT+DEL</strong> to open the <strong>Task Manager</strong>, click on the <strong>Processes tab</strong>,  and see that there are several instances of svchost.exe running and one of them is using up 90% &#8211; 100% of CPU! Some people will think: &#8220;Oh no! My computer&#8217;s got a virus!!!&#8221;. Well, that might be true, because some malware pretends to be svchost, but most likely it&#8217;s just Windows being Windows.</p>
<p>So, what does <strong>svchost.exe</strong> do and why is it there in the first place? <a href="http://www.fileinspect.com/fileinfo/svchost-exe/" target="_blank">Svchost</a> is there to host services and run DLLs. You might have noticed that most programs have their own .exe files and can run on their own. DLLs are different &#8211; they can&#8217;t launch themselves. That&#8217;s why svchost.exe exists &#8211; it launches and runs DLLs. You can check out the <a href="http://www.fileinspect.com/fileinfo/svchost-exe/" target="_blank">FileInspect Process Library</a> to find out more about the svchost.exe process.<span id="more-598"></span></p>
<p>Now the question is how to stop svchost.exe from stealing CPU usage. First of all, you&#8217;ll need to find out which of the svchost.exe instances is the culprit and is causing your computer to slow down. Also you need to identify the actual application running it.</p>
<p>In this respect Vista users are luckier than XP users – Vista built-in Task Manager has a <strong>Go to Service(s)</strong> option, that allows you to see all services running under a selected process. To view that, right-click on the svchost.exe process you want to inspect and choose <strong>Go to </strong><strong>Service(s)</strong>.</p>
<p><a href="http://www.auslogics.com/en/blog/wp-content/uploads/2009/05/go-to-service.png" target="_blank"><img class="alignnone size-medium wp-image-755" title="go-to-service" src="http://www.auslogics.com/en/blog/wp-content/uploads/2009/05/go-to-service-300x187.png" alt="go-to-service" width="300" height="187" /></a></p>
<p>You will be redirected to the Services tab where you’ll be able to see the services running under that particular svchost.exe process.</p>
<p><a href="http://www.auslogics.com/en/blog/wp-content/uploads/2009/05/selected-services.png" target="_blank"><img class="alignnone size-medium wp-image-756" title="selected-services" src="http://www.auslogics.com/en/blog/wp-content/uploads/2009/05/selected-services-300x274.png" alt="selected-services" width="300" height="274" /></a></p>
<p>To do the same thing Windows XP users will have to download a free Microsoft (originally Sysinternals) tool called <a href="http://technet.microsoft.com/en-au/sysinternals/bb896653.aspx" target="_blank">Process Explorer</a>, that gives you detailed information for each running process. All you need to do is download it and click the .exe file &#8211; no installation is required.</p>
<p><a href="http://www.auslogics.com/en/blog/wp-content/uploads/2009/05/processexplorer.png" target="_blank"><img class="alignnone size-medium wp-image-600" title="processexplorer" src="http://www.auslogics.com/en/blog/wp-content/uploads/2009/05/processexplorer-300x217.png" alt="processexplorer" width="300" height="217" /></a></p>
<p>Once you&#8217;ve got it running, hover the mouse point over each svchost.exe process and a tooltip windows with all the information needed will appear.</p>
<p><a href="http://www.auslogics.com/en/blog/wp-content/uploads/2009/05/processexplorer1.png" target="_blank"><img class="alignnone size-medium wp-image-601" title="processexplorer1" src="http://www.auslogics.com/en/blog/wp-content/uploads/2009/05/processexplorer1-300x109.png" alt="processexplorer1" width="300" height="109" /></a></p>
<h3><span style="color: #3366ff;">How to Fix It?</span></h3>
<p>First of all, if the process that is eating up CPU is not a Windows process and is called <strong>scvhost </strong>instead of <strong>svchost</strong>, kill it, scan your computer for viruses, and uninstall the program that runs the process. Note that if your computer is infected, the virus might not let you uninstall it that easily – the application  might not even show up in the <strong>Add/Remove Programs</strong> window. A simple and reliable way to get rid of malware applications is to use a software uninstaller. These utilities find all entries related to the application you are trying to uninstall and remove the completely. If svchost was a virus that you removed, but you are still getting the errors, there might be some bits of malware left in the Registry. A good program to help you uninstall software and clean the Registry is <a href="http://www.auslogics.com/go/svchostarticle/en/software/boost-speed/" target="_blank">Auslogics BoostSpeed</a>. It contains both an uninstaller and a Registry cleaner, plus lots of other useful utilities to optimize and protect your computer.</p>
<p><span style="color: #3366ff;"><span style="color: #000000;">However, most likely <strong>svchost.exe</strong> with high CPU usage will be a Windows process, such as Task Scheduler, firewall, or Microsoft Update. </span></span>Sometimes simply restarting your computer gets rid of the problem. <span style="color: #3366ff;"><span style="color: #000000;">If not, try downloading the most recent Windows Updates. If for some reason you can&#8217;t, go to the <strong>Control Panel</strong> &#8211; <strong>Administrative Tools</strong> &#8211; double-click the <strong>Services </strong>shortcut (or click <strong>Start</strong> &#8211; <strong>Run </strong>- type in <em><strong>services.msc</strong></em> &#8211; hit <strong>Enter</strong>), find the required service, right-click on it, go to <strong>Properties </strong>and select <strong>Disabled </strong>from the <strong>Startup type</strong> box. You can always re-enable it later, so don&#8217;t worry. Reboot your computer and then go to the Microsoft website and download updates. Install them, re-enable the service that you have stopped, and restart again. Hopefully everything will be working now.</span></span></p>
<p><span style="color: #3366ff;"><span style="color: #000000;">Another way to get rid of<strong> svchost.exe</strong> high CPU usage problem is to open the <strong>Task Manager</strong> (<strong>CTRL</strong>+<strong>ALT</strong>+<strong>DEL</strong>), find the process that is causing the problem, right-click on it, go to <strong>Set Priority</strong> and set it to <strong>Below Normal</strong> (or <strong>Idle </strong>if <strong>Below Normal</strong> doesn&#8217;t help). Keep in mind that setting it to <strong>Idle </strong>might interfere with your networking services, especially if you&#8217;re at work and part of a large network.</span></span></p>
<p><span style="color: #3366ff;"><span style="color: #000000;">If you want to improve overall computer performance, you can disable services that you never use. Not using them doesn’t mean that they don’t take up system resources. You can disable services by going to the <strong>Control Panel</strong> – <strong>Administrative Tools</strong> and double-clicking the <strong>Services </strong>shortcut. The only problem is that you can do more harm than good if you don’t know exactly what you are doing. Of course, there are various guides published on the Internet and some of them are really good, but you must remember that the results may be different for different computers. That’s why it’s a lot safer to use a program like <a href="http://www.auslogics.com/go/svchostarticle/en/software/boost-speed/" target="_blank">Auslogics Service Manager</a>. It checks your computer for unnecessary services, taking into account all the applications you have installed, and recommends which ones are safe to disable and which are not.</span></span></p>
<p><span style="color: #3366ff;"><span style="color: #000000;"><a href="http://www.auslogics.com/en/blog/wp-content/uploads/2009/05/service-manager-detailed.png" target="_blank"><img class="alignnone size-medium wp-image-763" title="service-manager-detailed" src="http://www.auslogics.com/en/blog/wp-content/uploads/2009/05/service-manager-detailed-300x186.png" alt="service-manager-detailed" width="300" height="186" /></a><br />
</span></span></p>
<p><span style="color: #3366ff;"><span style="color: #000000;"> You can disable services straight from the program window and re-enable them whenever you need them running.<br />
</span></span></p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://www.auslogics.com/en/blog/2009/05/how-to-stop-svchostexe-high-cpu-usage/&amp;title=How to Stop svchost.exe High CPU Usage' title='Save to Connotea' onclick='target="_blank";' rel='nofollow'><img src='http://www.auslogics.com/en/blog/wp-content/plugins/bookmarkify/connotea.png' style='width:16px; height:16px;' alt='[Connotea] ' /></a> <a href='http://del.icio.us/post?url=http://www.auslogics.com/en/blog/2009/05/how-to-stop-svchostexe-high-cpu-usage/&amp;title=How to Stop svchost.exe High CPU Usage' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.auslogics.com/en/blog/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.auslogics.com/en/blog/2009/05/how-to-stop-svchostexe-high-cpu-usage/&amp;title=How to Stop svchost.exe High CPU Usage' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.auslogics.com/en/blog/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.dzone.com/links/add.html?description=How to Stop svchost.exe High CPU Usage&amp;url=http://www.auslogics.com/en/blog/2009/05/how-to-stop-svchostexe-high-cpu-usage/&amp;title=How to Stop svchost.exe High CPU Usage' title='Save to dzone' onclick='target="_blank";' rel='nofollow'><img src='http://www.auslogics.com/en/blog/wp-content/plugins/bookmarkify/dzone.png' style='width:16px; height:16px;' alt='[dzone] ' /></a> <a href='http://www.facebook.com/share.php?u=http://www.auslogics.com/en/blog/2009/05/how-to-stop-svchostexe-high-cpu-usage/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://www.auslogics.com/en/blog/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://cgi.fark.com/cgi/fark/farkit.pl?u=http://www.auslogics.com/en/blog/2009/05/how-to-stop-svchostexe-high-cpu-usage/&amp;h=How to Stop svchost.exe High CPU Usage' title='FarkIt!' onclick='target="_blank";' rel='nofollow'><img src='http://www.auslogics.com/en/blog/wp-content/plugins/bookmarkify/fark.png' style='width:16px; height:16px;' alt='[Fark] ' /></a> <a href='http://www.folkd.com/submit/http://www.auslogics.com/en/blog/2009/05/how-to-stop-svchostexe-high-cpu-usage/' title='Save to folkd.com' onclick='target="_blank";' rel='nofollow'><img src='http://www.auslogics.com/en/blog/wp-content/plugins/bookmarkify/folkd.png' style='width:16px; height:16px;' alt='[folkd.com] ' /></a> <a href='http://www.furl.net/storeIt.jsp?u=http://www.auslogics.com/en/blog/2009/05/how-to-stop-svchostexe-high-cpu-usage/&amp;t=How to Stop svchost.exe High CPU Usage' title='Save to Furl' onclick='target="_blank";' rel='nofollow'><img src='http://www.auslogics.com/en/blog/wp-content/plugins/bookmarkify/furl.png' style='width:16px; height:16px;' alt='[Furl] ' /></a> <a href='http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://www.auslogics.com/en/blog/2009/05/how-to-stop-svchostexe-high-cpu-usage/' title='Save to Kaboodle' onclick='target="_blank";' rel='nofollow'><img src='http://www.auslogics.com/en/blog/wp-content/plugins/bookmarkify/kaboodle.png' style='width:16px; height:16px;' alt='[Kaboodle] ' /></a> <a href='http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.auslogics.com/en/blog/2009/05/how-to-stop-svchostexe-high-cpu-usage/&amp;bm_description=How to Stop svchost.exe High CPU Usage' title='Save to Mister Wong' onclick='target="_blank";' rel='nofollow'><img src='http://www.auslogics.com/en/blog/wp-content/plugins/bookmarkify/misterwong.png' style='width:16px; height:16px;' alt='[Mister Wong] ' /></a> <a href='http://www.mixx.com/submit?page_url=http://www.auslogics.com/en/blog/2009/05/how-to-stop-svchostexe-high-cpu-usage/' title='Save to Mixx' onclick='target="_blank";' rel='nofollow'><img src='http://www.auslogics.com/en/blog/wp-content/plugins/bookmarkify/mixx.png' style='width:16px; height:16px;' alt='[Mixx] ' /></a> <a href='http://www.myspace.com/Modules/PostTo/Pages/?c=http://www.auslogics.com/en/blog/2009/05/how-to-stop-svchostexe-high-cpu-usage/&amp;t=How to Stop svchost.exe High CPU Usage' title='Save to MySpace' onclick='target="_blank";' rel='nofollow'><img src='http://www.auslogics.com/en/blog/wp-content/plugins/bookmarkify/myspace.png' style='width:16px; height:16px;' alt='[MySpace] ' /></a> <a href='http://www.propeller.com/submit/?U=http://www.auslogics.com/en/blog/2009/05/how-to-stop-svchostexe-high-cpu-usage/&amp;T=How to Stop svchost.exe High CPU Usage' title='Submit to Propeller' onclick='target="_blank";' rel='nofollow'><img src='http://www.auslogics.com/en/blog/wp-content/plugins/bookmarkify/propeller.png' style='width:16px; height:16px;' alt='[Propeller] ' /></a> <a href='http://reddit.com/submit?url=http://www.auslogics.com/en/blog/2009/05/how-to-stop-svchostexe-high-cpu-usage/&amp;title=How to Stop svchost.exe High CPU Usage' title='Reddit' onclick='target="_blank";' rel='nofollow'><img src='http://www.auslogics.com/en/blog/wp-content/plugins/bookmarkify/reddit.png' style='width:16px; height:16px;' alt='[Reddit] ' /></a> <a href='http://slashdot.org/bookmark.pl?url=http://www.auslogics.com/en/blog/2009/05/how-to-stop-svchostexe-high-cpu-usage/&amp;title=How to Stop svchost.exe High CPU Usage' title='Slashdot It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.auslogics.com/en/blog/wp-content/plugins/bookmarkify/slashdot.png' style='width:16px; height:16px;' alt='[Slashdot] ' /></a> <a href='http://www.sphere.com/search?q=sphereit:http://www.auslogics.com/en/blog/2009/05/how-to-stop-svchostexe-high-cpu-usage/&amp;title=How to Stop svchost.exe High CPU Usage' title='Sphere It' onclick='target="_blank";' rel='nofollow'><img src='http://www.auslogics.com/en/blog/wp-content/plugins/bookmarkify/sphere.png' style='width:16px; height:16px;' alt='[Sphere] ' /></a> <a href='http://sphinn.com/submit.php?url=http://www.auslogics.com/en/blog/2009/05/how-to-stop-svchostexe-high-cpu-usage/&amp;title=How to Stop svchost.exe High CPU Usage' title='Sphinn' onclick='target="_blank";' rel='nofollow'><img src='http://www.auslogics.com/en/blog/wp-content/plugins/bookmarkify/sphinn.png' style='width:16px; height:16px;' alt='[Sphinn] ' /></a> <a href='http://www.squidoo.com/lensmaster/bookmark?http://www.auslogics.com/en/blog/2009/05/how-to-stop-svchostexe-high-cpu-usage/' title='Save to Squidoo' onclick='target="_blank";' rel='nofollow'><img src='http://www.auslogics.com/en/blog/wp-content/plugins/bookmarkify/squidoo.png' style='width:16px; height:16px;' alt='[Squidoo] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.auslogics.com/en/blog/2009/05/how-to-stop-svchostexe-high-cpu-usage/&amp;title=How to Stop svchost.exe High CPU Usage' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.auslogics.com/en/blog/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://technorati.com/faves?add=http://www.auslogics.com/en/blog/2009/05/how-to-stop-svchostexe-high-cpu-usage/' title='Add to my Technorati Favorites' onclick='target="_blank";' rel='nofollow'><img src='http://www.auslogics.com/en/blog/wp-content/plugins/bookmarkify/technorati.png' style='width:16px; height:16px;' alt='[Technorati] ' /></a> <a href='http://twitter.com/home/?status=How to Stop svchost.exe High CPU Usage+http://www.auslogics.com/en/blog/2009/05/how-to-stop-svchostexe-high-cpu-usage/' title='Save to Twitter' onclick='target="_blank";' rel='nofollow'><img src='http://www.auslogics.com/en/blog/wp-content/plugins/bookmarkify/twitter.png' style='width:16px; height:16px;' alt='[Twitter] ' /></a> </div></div>]]></content:encoded>
			<wfw:commentRss>http://www.auslogics.com/en/blog/2009/05/how-to-stop-svchostexe-high-cpu-usage/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
	</channel>
</rss>
