Comments
Item

What is svchost.exe?

Published in Multiple CategoriesWindows 7 How-To
Windows Vista Usability Tips
Windows XP Tips
 by Steve Sinchak with 120,750 views and 4 comments

One of the most common questions about system processes is what is svchost.exe and why are there so many processes running? First appearing in Windows XP, svchost.exe hosts multiple services within one process.  This allows the operating system to save memory by reducing process overhead by cutting down on the number of processes that need to be running.

Every system service such as Windows Update, Event Log, Terminal Services, Audio Service, etc. runs within svchost.exe.  Depending on the access the services need, they are grouped together and are run in a number of processes which explains why you see so many in Task Manager running under different accounts such as System, Local Service and Network Service.

Identifying what services are running is different depending on the version of Windows you have.

Windows XP

In Windows XP at a command prompt run:

tasklist /svc

The tasklist utility will show you what processes are running under each svchost.exe process.

 

Windows Vista and Windows 7

Task manager in Windows Vista and Windows 7 has been enhanced so you can easily see what services are running inside a host process such as svchost.exe.

Click on the Start Button, type in taskmgr and hit Enter. When task manager loads, click on the Processes tab and click Show processes from all users to see all of the svchost.exe processes. Then, right click on a svchost.exe process and select Go to Service(s). You will be taken to the Services tab with all services running in that process highlighted.

All Versions of Windows

Microsoft Sysinternals has a great free utility called Process Explorer that is like a task manager on steroids.  It works on all versions of Windows and allows you to easily see services running inside of svchost.exe.  Download Process Explorer here.  Once you have it running right click on any process and select Properties. Then click on the Services tab and you will see all processes running inside the host process.

 
Free Computer Magazines and eBooks
 
Comments
Glenn
3 years ago
With XP, I tried running "tasklist /svc", saw a window similar to the posted sample but it disappeared very quickly. Other attempts produced same result. What do I need to do? This option asks the exact question I've asked everyone whom I thought could answer so I'd really like to learn what's behind svchost.
Steve Sinchak
3 years ago
@Glenn, I think your problem is you are not running the command at command prompt and are just typing in the command in the run box. Try clicking on the Start Button and then Run or WinKey + R and then type in CMD in the Run box and hit Enter. That should load the Command Prompt window. Then, on the Command Prompt window type in tasklist /svc and hit Enter. -Steve
mariuszmeu
2 years ago
try ctrl+alt+del ,or in lower middle just right click and choose task manager (that line contents start icon , in the middle of it)
Tweaks 4 PC
2 years ago
svchost.exe process has always seemed rather confusing and mysterious as to what it's doing and what it's for, especially when there's multiple occurrences of it. But I know it's usually a normal to have these processes running on a PC. Looks like Windows 7 has made some improvements to help a user understand what's up with these processes.
Thanks for sharing.