← All articles

Fix: Windows Recovery Environment (WinRE) Won't Open in Windows 10

Troubleshoot Windows 10 when Advanced startup or Windows Recovery Environment will not open, using supported WinRE checks and recovery media.

By ShantanuUpdated 17 Apr 20212 min read
Fix: Unable to open Diagnostic options WinRE Windows 10

Windows Recovery Environment (WinRE) contains Startup Repair, System Restore, Command Prompt, and other recovery tools. If Advanced startup does not open or WinRE fails to load, work from the least disruptive checks first.

Windows 10 support note: Windows 10 reached end of normal support on October 14, 2025. This article is retained for existing Windows 10 systems.

1. Try another supported way to enter WinRE

If Windows still starts, try either of these:

  • Hold Shift while selecting Power > Restart.
  • Open Settings > Update & Security > Recovery, then select Restart now under Advanced startup.

If Windows repeatedly fails to start, WinRE may open automatically.

2. Check whether WinRE is enabled

If Windows still boots, open Command Prompt as administrator and run:

reagentc /info

Look for Windows RE status.

If the status is Disabled, try:

reagentc /enable

Then run reagentc /info again.

If Windows reports that the recovery image cannot be found, do not guess at recovery-partition paths. Use Windows installation or recovery media to access the repair tools, or repair the WinRE configuration only after confirming where winre.wim is stored.

3. Use installation or recovery media

  1. Start the PC from a Windows installation USB or recovery drive.
  2. On Windows Setup, choose the language and keyboard layout.
  3. Select Repair your computer rather than Install now.
  4. Open Troubleshoot > Advanced options.
  5. Try Startup Repair if Windows is failing to boot.

If BitLocker is enabled, you may need the recovery key before Windows can access encrypted system files.

4. Repair Windows system files if Windows still starts

If the problem appears to be damaged Windows files, open an elevated Command Prompt and run:

sfc /scannow

Restart after the scan finishes and try Advanced startup again.

Official references