Follow these steps to troubleshoot Windows Sandbox installation failures:
- Confirm basic requirements
- Windows edition and version must support Sandbox: Windows 11 or Windows 10, version 1903 or later.
- Virtualization must be enabled in BIOS/UEFI.
- Hyper‑V must be available; third‑party hypervisors are not supported.
- Enable Sandbox correctly
- Open Turn Windows features on or off.
- Check Windows Sandbox.
- Select OK and restart when prompted.
- If the Sandbox option is missing, the device does not meet requirements; recheck OS version and virtualization settings.
Enable-WindowsOptionalFeature -FeatureName "Containers-DisposableClientVM" -All -Online - Check for common installation/launch errors
Use the error text/code shown when enabling or starting Sandbox and compare with these known issues:
-
REGDB_E_IIDNOTREGwhen starting Sandbox:- Verify Windows Sandbox is enabled under Turn Windows features on or off.
-
No hypervisor was found. Please enable hypervisor support.:- Ensure Hyper‑V hypervisor is enabled and no third‑party hypervisor is in use.
-
E_FAIL,E_UNEXPECTED, or general failure during installation:- Windows Sandbox installation may be disabled via Group Policy. Check with the administrator if this is a managed device.
- A timeout reaching Microsoft Store can also cause failures; try again later with a stable internet connection.
-
Cannot upgrade to the latest version of Windows Sandboxor upgrade‑related failures:- Ensure access to the Internet, Windows Update, and Microsoft Store.
- On Windows 11 24H2 and later, the inbox Sandbox app will try to download the latest Store version; if the first attempt fails, it continues in the background and also appears under Microsoft Store → Library → Updates & downloads for manual installation.
-
- If Sandbox opens but UI is blank or broken
- Create a configuration file (for example,
sandbox.wsb) with:<Configuration> <vGPU>Disable</vGPU> </Configuration> - Double‑click this
.wsbfile to start Sandbox with vGPU disabled.
- Create a configuration file (for example,
- If errors persist
- Use the dedicated Windows Sandbox troubleshooting guidance to match the exact error code shown when enabling or starting Sandbox and apply the corresponding fix.
- If none of the documented errors match, submit feedback:
- Use Feedback Hub → Report a problem → Security and Privacy → Windows Sandbox and include Windows version/build, hardware details, and exact error text.
These steps cover the supported installation path, prerequisites, and known failure modes. Matching the exact error code shown on the system with the table in the troubleshooting article is essential to determine the precise fix.
References: