Skip to content
Follow
Windows 🟡 Intermediate

How to Delete Services in Windows 11

Richard
Written by
Richard
May 10, 2026 Updated Jun 19, 2026 3 min read
Windows 11 Command Prompt deleting service command
Windows 11 Command Prompt deleting service command

You delete Windows 11 services to remove unwanted background processes or troubleshoot system issues.

Think of Windows services as hidden apps running in the background. They handle important tasks like your network connection, security, and system updates. Sometimes, when you uninstall software, a ‘service’—a background process—doesn’t get fully removed. These leftover ‘orphaned services’ can hog your computer’s resources and cause problems.

This guide shows you how to safely remove these services using the command prompt. This process requires administrative privileges and careful execution to avoid destabilizing your system. For example, trying to delete a critical service like the ‘Windows Update’ service could prevent your PC from getting important security patches.

⚡ Quick Answer

You can delete Windows 11 services using Command Prompt or Registry Editor. Open Command Prompt as administrator and type `sc delete “ServiceName”`. Alternatively, open Registry Editor, navigate to 🗝️HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServices, find the service folder, and delete it.

Safety and Precautions

WARNING: Before making any changes, create a System Restore point. Modifying the registry or deleting services can cause system instability or prevent Windows from booting. Only remove services you are certain are no longer needed.

How to Identify Safe Services

To identify a service, open the Services console. You can do this by pressing ⊞ Win+R, typing services.msc, and hitting Enter. Look at the Description and Path to executable columns. If the path points to a folder for a program you’ve already uninstalled, it’s likely safe to remove.

How to Delete Services via Command Prompt (Admin)

You can delete Windows services using the Command Prompt if you open it as an administrator, which lets you run commands to remove unwanted services.

  1. Click the Start button, type cmd, right-click Command Prompt, and select Run as administrator.
  2. Find the service name using the Services console as described earlier.
  3. Now, type the command to delete the service, then press Enter:

sc delete "ServiceName"

4. To confirm it’s gone, type sc query "ServiceName" and press Enter. If you see the message, ‘The specified service does not exist as an installed service,’ you’ve successfully removed it.

Delete services in Windows 11 using command prompt overview.
Delete services in Windows 11 using command prompt overview.
Windows 11 service name identified for deletion.
Windows 11 service name identified for deletion.
Command prompt window showing how to delete Windows 11 service.
Command prompt window showing how to delete Windows 11 service.

How to Delete Services via Registry Editor

You’ll need administrator privileges for this.

  1. Press ⊞ Win+R, type regedit, and press Enter.
  2. Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services

3. Locate the folder matching your service name in the left pane.

4. Right-click the folder and select Delete.

5. Confirm the action and restart your computer to apply changes.

Warning about deleting Windows 11 services and registry edits.
Warning about deleting Windows 11 services and registry edits.

Troubleshooting

If you’re having trouble deleting a Windows service, the first thing to check is if you’re running the Command Prompt as an administrator.

Summary

Deleting services helps clean up leftover entries from uninstalled software. Always back up your registry or create a restore point first. Use the Command Prompt for a quick removal or the Registry Editor for manual cleanup. Always verify the service name before deleting to keep your system stable.

Is it safe to delete Windows services?

Generally, it’s not a good idea to delete core Windows services. Stick to removing services that came with third-party apps you’ve already uninstalled. Deleting critical Windows components can lead to system crashes, errors, or prevent your operating system from booting entirely. Always verify the service origin first.

What happens if I delete a critical system service?

If you delete a critical service, your computer may experience immediate errors, lose functionality like internet or audio, or it might not start at all. Windows relies on these services for stability. If this happens, you’ll likely need to use System Restore or perform a Windows repair.

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 Export Windows 11 Services in 3 Steps
Windows How to Export Windows 11 Services in 3 Steps
How to Start, Stop, and Restart Services in Windows 11
Windows How to Start, Stop, and Restart Services in Windows 11
How to Perform Point-in-time Restore of Windows 11
Windows How to Perform Point-in-time Restore of Windows 11

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

Leave a Comment

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