PDF download Download Article
Easily view, start, and stop services in services.msc or command prompt
PDF download Download Article

Windows Services (also known as Services, services.msc, the service control manager, Microsoft Management Console services, and the services snap-in) is an app in Windows that allows you to manage the settings of apps and processes that run in the background. If you need to troubleshoot problems in Windows with slowness, crashing apps, or conflicts, you can open Windows services to see which services are running and start or stop them if needed. Read on to learn all the ways to open Windows Services, stop and start them, pause services, change a service's startup type, and even run services from the command prompt.

How to Open Windows Services Quickly

Press the Windows key and R key on your keyboard simultaneously, type "services.msc", and then press Enter . You can also type "services" into the Windows search bar and press Enter .

Section 1 of 4:

How to Open Windows Services

PDF download Download Article
    • Press the ⊞ Win + R keys simultaneously.
      • Alternatively, right-click the Start menu and select Run .
    • Type services.msc .
    • Click OK or hit Enter .
    • Click the Start menu (or press the Windows key on your keyboard).
    • Type services .
    • Click Services in the search results.
    Advertisement
    • Press Ctrl + ⇧ Shift + Esc to open Task Manager.
    • Click the Services tab.
    • Click the Start menu or press the Windows key.
    • Click All to display all programs.
    • Scroll down and click Windows Tools .
    • Double-click Services.
    • Click the Start menu or press the Windows key.
    • Scroll down and click Windows Administrative Tools .
    • Click Services .
    • Click the folder icon on the taskbar to open File Explorer .
    • Navigate to the drive that Windows is installed on.
    • Double-click the Windows folder.
    • Double-click the System32 folder.
    • Double-click services or services.msc .
    • Open Control Panel .
    • Click System and Security .
    • Click Windows Tools .
    • Double-click Services .
    • Right-click the Start menu (or press Ctrl + X .
    • Click Computer Management .
    • Click Services and Applications in the left panel.
    • Double-click Services in the center panel.
  1. Advertisement
Section 2 of 4:

How to Use Services.msc

PDF download Download Article
  1. Now that you know how to open services in Windows, you can use Services.msc to stop, start, restart, and refresh services, as well as manage how services start.
    • If a service is running, you'll see Running beside it in the Status column. If not, the column will be blank.
    • The Startup Type column tells you whether a service starts automatically or manually.
    • You can learn more about a service you don't recognize by double-clicking the service.
  2. If you need to stop a service that's running:
    • Right-click the service you want to stop.
    • Click Stop to stop the service.
    • Alternatively, you can double-click the service and then click the Stop button, or select the service and click the Stop button in the menu bar.
    • If you don't want to stop a service but want to clear its cache, you can click Refresh instead to refresh its memory.
  3. If a service isn't running, or you want it to stop and restart it:
    • Right-click the service.
    • Select Start to start the service, or Restart to briefly stop and restart it.
  4. If you don't want to stop a service completely, you can pause it instead. Pausing a service preserves its cache so it can pick up where it left off once resumed. To pause or resume a service:
    • Right-click a service.
    • Select Pause to pause it.
    • To resume, right-click the service and select Resume .
  5. You can choose whether a service starts automatically or manually in Services.msc. Just right-click the service and select Properties (or double-click the service to open Properties), then choose your preferred startup type:
    • Automatic : Starts automatically when Windows starts.
      • Most critical Windows services are set to Automatic to ensure your PC is always ready to support other services.
    • Automatic (Delayed Start): Starts shortly after Windows boots, but not during the initial boot process. This can come in handy if a necessary service is making your PC take a long time to boot .
    • Automatic (Trigger Start): Can start automatically if triggered by an event. [1]
    • Manual : Doesn't start at boot time, but is allowed to start if prompted.
    • Manual (Trigger Start): Doesn't start at boot time, but it may start if triggered by an event.
    • Disabled: This service will not be started by any program or service. To start the service, you'll need to do so manually.
  6. Advertisement
Section 3 of 4:

How to Stop and Start Services in Command Prompt

PDF download Download Article
  1. The easiest way to do this from the command prompt is to open Services.msc, double-click the service, and find the name next to "Service Name."
    • For example, the service name for the DNS Client service is dnscache .
    • Another option is to open the command prompt and run the command sc query , though that'll give you a long list that's difficult to browse. To make the results more useful, type sc query > servicelist.txt to add them to a plain text file. [2] Then, to view the file, type notepad servicelist.txt and press Enter .
    • To start a service, type sc start <servicename> and press Enter.
      • For example, sc start WbioSrvc .
    • To stop a service, use sc stop <servicename>
    • Another way to stop and restart services is to use net start <servicename> or net start <servicename> .
      • When you use sc , stopping and starting services is immediate.
      • When using net , the service will wait for confirmation before stopping and starting.
      • It is typical to use sc when stopping and starting services manually and net to stop and start services in your batch files. [3]
  2. Advertisement
Section 4 of 4:

FAQ & Troubleshooting

PDF download Download Article
  1. You must be an administrator to view, start, or stop services in Windows. If you're an administrator and see the error "MMC cannot open tunable to open services.msc”, you may be dealing with some system file corruption–in an administrator-level command prompt window:
    • Run sfc /scannow to check for and repair errors.
    • Run the following commands in order:
      • Dism /Online /Cleanup-Image /ScanHealth
      • Dism /Online /Cleanup-Image /CheckHealth
      • DISM /Online /Cleanup-image /RestoreHealth
  2. When you pause a Windows service, its internal state and cache remain intact, so it can quickly pick up where it left off upon restart. Stopping a service discards the internal state and cache–if the service has pending tasks, they will be lost if stopped. [4]
  3. To enable every service, you'll need to use MSConfig:
    • Type msconfig into the Windows search bar and press Enter .
    • Select Normal startup on the General tab.
    • Click the Services tab.
    • If you don't want to enable or disable Microsoft services, select "Hide all Microsoft services".
    • Click Enable all to enable all services or Disable all to disable them.
    • Click OK and then Restart . [5]
  4. You can't–you can only use the command prompt to stop and start services. To restart a service, right-click it in Services.msc and select Restart .
  5. Advertisement

Expert Q&A

Ask a Question
      Advertisement

      Video

      Tips

      Submit a Tip
      All tip submissions are carefully reviewed before being published
      Name
      Please provide your name and last initial
      Thanks for submitting a tip for review!
      Advertisement

      About This Article

      Thanks to all authors for creating a page that has been read 224,486 times.

      Is this article up to date?

      Advertisement