Skip to content

Hyper-V VM Stuck “shutting down”

Sometimes it happens that a Virtual Machine gets unreachable and a good old forced shutdown is in order.
First let’s find out which process is stuck by opening the Task Manager:

ss4

Search for the Process “vmwp.exe” (Virtual Machine Worker Process). As you’re probably running multiple VM’s, lets find out which is which.

Add the column “command line” to the Task Manager:

ss3

In the command line column you’ll find the command: “C:\Windows\System32\vmwp.exe” <guid>

ss1

Now let’s open up PowerShell and find out which VM is which. Run the command:

Get-VM | fl VMName,Id

ss5

Now end the task through Task Manager and boot it up again and find out what went wrong.

 

Published inHyper-VWindows Server

2 Comments

  1. Michal Fidler Michal Fidler

    Thanks for this easy to understand guide. It was very helpful. But actually in that PowerShell command it’s not VNName, but VMName

    • aschimpie aschimpie

      Thanks! Edited it 🙂

Leave a Reply to aschimpie Cancel reply

Your email address will not be published.