Share via

Windows Sandbox Error (0x8007023E)

minecraftxsd you 12 20 Reputation points
2026-04-04T21:08:51.0966667+00:00

I want to use Windows Sandbox for personal purposes but for some reason, whenever I go to the Turn Windows Features on or off app, It keeps failing when I try to enable them.

I've tried using the Terminal as admin and restarted it MULPTIPLE times, Updated my software, Nothing worked. it keeps giving the same error and there is ZERO ways to fix it online I havent found one. it is genuinely getting frustrating, please help me.

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

Answer accepted by question author

AI answer

2026-04-04T21:09:05.4366667+00:00

Follow these steps to troubleshoot Windows Sandbox installation failures:

  1. 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.
  2. 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.
    Alternatively, enable via PowerShell (as Administrator):
       Enable-WindowsOptionalFeature -FeatureName "Containers-DisposableClientVM" -All -Online
    
  3. 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_IIDNOTREG when 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 Sandbox or 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.
  4. 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 .wsb file to start Sandbox with vGPU disabled.
  5. 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:

AI-generated content may be incorrect. Read our transparency notes for more information.

Was this answer helpful?

0 additional answers

Sort by: Most 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.