Skip to content
Follow
Windows

How to Enable or Disable Windows 11 Services

Richard
Written by
Richard
Nov 29, 2021 Updated Jul 14, 2026 4 min read
How to Use Sticky Notes in Windows 11
How to Use Sticky Notes in Windows 11

Windows 11 services are background programs that help your computer run smoothly, and you can turn them on or off.

These services perform essential tasks for Windows, like managing network connections or security features, and they start automatically when you turn on your PC. They work behind the scenes without you needing to do anything.

For instance, the Windows Update service (wuauserv) handles automatic updates. You can disable it to temporarily stop updates, which might free up computer resources but also means you miss out on important security fixes.

Disabling a service stops it from starting automatically, while enabling it ensures it’s ready to work when needed.

⚡ Quick Answer

Open the Services app by searching for “Services” or running “services.msc”. Double-click a service, change its “Startup type” to Automatic or Disabled, then click Apply. You can also use `sc.exe` in Command Prompt as an administrator.

Safety First: Creating a System Restore Point

Creating a system restore point before you change any Windows 11 services is a smart safety step. This restore point acts like a backup, letting you easily go back to your computer’s previous state if a service change causes any problems.

1. Press the Windows key and type Create a restore point.

2. Select the drive (usually 📁C:\) and click Configure to make sure protection is turned on.

3. Click Create and give your restore point a name.

Understanding Service Startup Types

Understanding the different service startup types in Windows 11 is key to managing your system’s performance. These types determine how and when a service begins running, directly impacting your computer’s operation and application readiness.

Understanding the different service startup types in Windows 11 is key to managing your system’s performance. These types determine how and when a service begins running, directly impacting your computer’s operation and application readiness.

* **Automatic:** The service starts when you turn on your computer. * **Automatic (Delayed Start):** The service starts shortly after your computer finishes booting up, helping things run smoothly. * **Manual:** The service only starts when an app needs it. * **Disabled:** The service is completely turned off and won’t run.
  • Automatic: The service starts as soon as you turn on your computer.
  • Automatic (Delayed Start): The service starts shortly after the computer finishes booting up to keep things running smoothly.
  • Manual: The service only starts when you open an app that needs it.
  • Disabled: The service is turned off completely and will not run.

How to Manage Services in the Services App

The Services app in Windows 11 offers control over how each Windows 11 service starts or stops, simplifying management. This app serves as the main tool for controlling individual services on your PC. Open the Services app by searching for ‘Services’, or type `services.msc` into the Run dialog box.

To open the management screen, click the Start button and search for “Services.” You can also press the Windows key + R to open the Run dialog box, type `services.msc`, and press Enter:

After opening the Services window, find the specific service like "Windows Update" that you want to change. Double-clicking the "Windows Update" service name opens its properties window, which lets you adjust the service's settings.

Properties window for a Windows service
windows service properties window
📝Important
Check the Dependencies tab before disabling anything. If other services rely on the one you are disabling, those features will stop working too.
Changing startup type of a Windows service
windows change startup type service in windows 11

To turn on a Windows 11 service, change the service's 'Startup type' setting to Automatic or Automatic (Delayed Start). Then, click Apply, followed by OK. To begin the service immediately, select the Start button within the same service window.

Stopping a service in Windows 11
windows 11 stop service
Disabling and stopping a Windows service
windows stop and disable service

Managing Services via Command Prompt

You can enable or disable Windows 11 services using simple commands in the Command Prompt, offering a quick way to manage them if you prefer typing. This method uses commands like `sc config “ServiceName” start= auto` to change how a specific service starts.

Administrator command prompt in Windows 11
windows 11 command prompt administrator

Use these commands to change a service (replace “ServiceName” with the actual name):

💻Code
sc config "ServiceName" start= auto
💻Code
sc config "ServiceName" start= delayed-auto
💻Code
sc config "ServiceName" start= demand
💻Code
sc config "ServiceName" start= disabled

Registry Editor Method

You can also change services using the Registry Editor. Be cautious: Incorrect changes in the Registry Editor can damage your system. Navigate to 🗝️HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services to locate the keys for each service. To disable a service, change its Start value to 4.

Best Practices for Optimization

Optimizing Windows 11 services involves knowing which ones to disable for better performance, especially for gaming. For gaming, it’s best to disable non-essential background services like printer spoolers, while keeping critical ones like Windows Update and security services running.

Office software services function best with most settings unchanged. You should only turn off specific Office software services when you are completely sure the related hardware or software features, like a printer connection in Windows 11, are not required.

Summary

Managing Windows 11 services gives you a powerful way to improve performance. By understanding startup types, checking dependencies, and creating restore points, you can customize your system safely. Always remember that disabling the wrong service can lead to system instability.

Is it safe to disable all 🪟 Windows 11 services?

No, it is not safe to disable all services. Many services are critical for the operating system to function. Disabling essential services can cause system crashes, prevent you from logging in, or break core features like networking and security. Always research a service before changing its status.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to Enable or Disable Windows Ready Print in Windows 11
Windows How to Enable or Disable Windows Ready Print in Windows 11
How to Check Network Adapter Connection Speed in Windows 11
Windows How to Check Network Adapter Connection Speed in Windows 11
How to Specify Target Feature Update Version in Windows 11
Windows How to Specify Target Feature Update Version in Windows 11
How to Apply a Restore Point from Within Windows 11 PC
Windows How to Apply a Restore Point from Within Windows 11 PC

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *