How do i fix "Windows sandbox failed to initialise" on Windows 11 Home

Reece Dunster (Windows 11 User) 0 Reputation points
2024-01-17T02:47:14.0233333+00:00

My Windows 11 Home version Came with Windows Sandbox (I Installed windows 11 home on July 27th 2023), So I enabled it today and restarted my pc 4 times and it now says "Windows Sandbox failed to initialise" (my pc is 23h2 update) PLEASE HELP ME GET WINDOWS SANDBOX!!!!!!!!!!! pls help

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
5,500 questions
Hyper-V
Hyper-V
A Windows technology providing a hypervisor-based virtualization solution enabling customers to consolidate workloads onto a single server.
2,735 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
9,899 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ian Xue 37,706 Reputation points Microsoft Vendor
    2024-01-17T04:26:12.73+00:00

    Hi Reece Dunster (Windows 11 User),

    Please open Windows PowerShell as administrator and run this command to enable the sandbox.

    Enable-WindowsOptionalFeature -FeatureName "Containers-DisposableClientVM" -All -Online
    

    Run these commands to see if the error can be fixed.

    DISM /Online /Cleanup-image /RestoreHealth
    sfc /scannnow
    

    If the error persists, run bcdedit.exe in PowerShell and make sure the hypervisorlaunchtype is set to Auto. If not, run

    bcdedit.exe /set hypervisorlaunchtype auto
    

    You can also open services.msc and manually restart the services Hyper-V Host Computer Service (vmcompute) and Hyper-V Virtual Machine Management (vmms).

    Best Regards,

    Ian Xue


    If the Answer is helpful, please click "Accept Answer" and upvote it.


Your answer

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