I cant enable the windows virtual machine platform

Muhammed M 0 Reputation points
2025-10-15T19:06:17.7766667+00:00

Hello. The virtual machine platform and Windows Hyper Administrator platform options are disabled on my computer. I want to enable these options, but the loading screen freezes. Even after waiting for hours, there's no progress. I'd appreciate any help with this.sss.png

Windows for home | Windows 11 | Settings
0 comments No comments

2 answers

Sort by: Most helpful
  1. Anonymous
    2025-10-16T13:42:35.7966667+00:00

    Hi Muhammed M,

    Thanks for the update. Since enabling the features and PowerShell commands didn’t work and the update is stuck at 2%, the issue may be tied to Windows Update corruption. First, try running the Windows Update Troubleshooter and then reset update components using these commands in Command Prompt (Admin):

    net stop wuauserv

    net stop bits

    net stop cryptsvc

    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old

    ren C:\Windows\System32\catroot2 catroot2.old

    net start wuauserv

    net start bits

    net start cryptsvc

    Second, if the update still fails, download and install the latest cumulative update manually from the Microsoft Update Catalog. Finally, once the system is fully updated, retry enabling Virtual Machine Platform and Hyper-V.

    Let me know how it goes happy to help further.
    -Carl

    Was this answer helpful?

    0 comments No comments

  2. Anonymous
    2025-10-15T19:39:23.6233333+00:00

    Hi Muhammed M,

    Thank you for posting in the Microsoft Community. The problem where Virtual Machine Platform and Windows Hypervisor Platform options freeze during activation usually happens due to missing prerequisites or corrupted system components.

    First, make sure Virtualization is enabled in BIOS/UEFI. Restart your PC, enter BIOS, and confirm that Intel VT-x or AMD-V is turned on. Second, check if Hyper-V is enabled under Windows Features, as Virtual Machine Platform depends on it. Third, run DISM and SFC scans to repair system files. Open Command Prompt as administrator and run:

    DISM /Online /Cleanup-Image /RestoreHealth

    sfc /scannow

    After that, restart and try enabling the features again. If the loading still freezes, you can enable them via PowerShell:

    Enable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform -All

    Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All -All

    Finally, ensure your system is fully updated and that you’re using Windows 11 Pro or Enterprise, as some editions have limited virtualization support.

    If this helps, please mark the answer as helpful or accepted so others can find the solution easily.

    Best regards,
    Carl

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.