Windows Service Stuck in Stopping Mode

Windows Service Stuck in Stopping Mode

Last updated on March 30th, 2023 at 05:14 pm

Read Time:2 Minute, 1 Second

This article will step you through the process of how to fix a Windows service stuck in stopping mode.

Windows Service Stuck

Have you ever had an issue on a Windows machine where you need to restart a Windows service? Most of us that work in IT will have done and will carry this process out quite regularly without any problem whatsoever. This is sometimes a preferred method of just restarting one particular service than having to completely reboot a server or end-user computer.

After a restart of the Windows service has been selected, the service can get stuck in “Stopping” mode:

Windows Service Stuck

When stuck in this stopping mode, you cannot restart or stop the service. so this means that the only way around it is to reboot the Windows machine – which is what you were probably trying to avoid in the first place!

How to kill a Windows service stuck in stopping mode

At this point, the service you wanted to simply restart is stuck in stopping mode and will most likely never stop. To get around this problem, you will need to kill the stopping service.

To do this, follow these very simple steps:

Right click on the Start button at the bottom left of your screen and then select the Run option:

Right click on Start button and select run command

Then in the popup box, type services.msc

Click run and type services

Press Enter

Look for the service that is stuck in stopping mode and double click it to go into the Properties to identify its service name:

Windows Update service properties

Once you have identified the service name, open a command prompt and type the following command:

sc queryex [servicename]
Command Prompt for Windows Update service status

Then find the PID of the service within the output of the above query.

Kil the Service

Go ahead and run the taskkill command to stop it, now that all the information has been gathered to kill the service that is stuck in stopping mode,

In the command prompt type the following:

taskkill /pid [pid number] /f

This will stop the process fully and you can then restart it to complete the process that you wanted in the first instance.

Feedback

We would love to hear your feedback on this guide. If you have any questions or just want to leave us some comments on your experience with this issue, please either leave us a comment below or use one of our social media networks.

Click to rate this post!
[Total: 1 Average: 5]

Free Subscription

If you want to be notified when we post more quality guides like this one, sign up to our free subscription service and you will receive an email when a new post is live.

Join 441 other subscribers.

No need to worry, we will not be filling your inbox with spam and you can unsubscribe anytime you like.


Leave us a message...

This site uses Akismet to reduce spam. Learn how your comment data is processed.