Skip to content
EntityQ838001· pop 12· linked from 17 articles

svchost.exe

Sign in to save

Also known as Service Host, SvcHost

Svchost.exe (Service Host, or SvcHost) is a system process that can host one or more Windows services in the Windows NT family of operating systems. Svchost is essential in the implementation of shared service processes, where a number of services can share a process in order to reduce resource consumption. Grouping multiple services into a single process conserves computing resources, and this consideration was of particular concern to NT designers because creating Windows processes takes more time and consumes more memory than in other operating systems, e.g. in the Unix family. However, if

~6 min read

Encyclopedic overview

8 sections
Contents
  • Implementation
  • Changes to Service Host grouping in Windows 10
  • Service tags
  • Identification and management of hosted services
  • See also
  • References
  • Further reading
  • External links

Svchost.exe (Service Host, or SvcHost) is a system process that can host one or more Windows services in the Windows NT family of operating systems. Svchost is essential in the implementation of shared service processes, where a number of services can share a process in order to reduce resource consumption. Grouping multiple services into a single process conserves computing resources, and this consideration was of particular concern to NT designers because creating Windows processes takes more time and consumes more memory than in other operating systems, e.g. in the Unix family. However, if one of the services causes an unhandled exception, the entire process may crash. In addition, identifying component services can be more difficult for end users. Problems with various hosted services, particularly with Windows Update, get reported by users (and headlined by the press) as involving svchost.

The svchost process was introduced in Windows 2000, although the underlying support for shared service processes has existed since Windows NT 3.1.

Excerpted from Wikipedia’s “svchost.exe” article, available under the CC BY-SA 4.0 licence.