Forum Discussion
Ble4331
May 06, 2025Copper Contributor
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
Sort By
- BreckenFosterIron Contributor
Ensure your Windows 10 Pro is fully updated (check Windows Update). Sometimes, updates fix bugs related to Hyper-V.
- Ble4331Copper Contributor
Thanks!
- ccaabCopper Contributor
Open PowerShell as administrator and run
Stop-Service vmms
Start-Service vmmsTry deleting the VM via PowerShell run
Get-VM -Name "YourVMName" | Remove-VM -Force