Forum Discussion

Ble4331's avatar
Ble4331
Copper Contributor
May 06, 2025

Hyper-V hangs when deleting VM

I have Windows 10 Pro, build 19045.  I am trying to delete a VM inside Hyper-V, but when I click on Delete, the computer hangs..continuous hourglass.  Tried to close Hyper-V manager, but doesn't close.  My only option is to do a hard shutdown of the computer.

 

Any suggestions or solutions?  Anyone else having similar issue?

3 Replies

  • Ensure your Windows 10 Pro is fully updated (check Windows Update). Sometimes, updates fix bugs related to Hyper-V.

  • ccaab's avatar
    ccaab
    Copper Contributor

    Open PowerShell as administrator and run

    Stop-Service vmms
    Start-Service vmms

     

    Try deleting the VM via PowerShell run

    Get-VM -Name "YourVMName" | Remove-VM -Force

     

Resources