Windows Recovery Guide Β· Updated 2026

How to Enter Windows Recovery Environment in Windows 10 & 11

A complete step-by-step guide to opening WinRE from Settings, the sign-in screen, boot failure, Command Prompt, USB installation media, and manufacturer recovery keys.

πŸͺŸ Windows 10 πŸͺŸ Windows 11 πŸ› οΈ WinRE πŸ”§ Startup Repair πŸ’Ύ USB Recovery

What Is Windows Recovery Environment and When Should You Use It?

Windows Recovery Environment, also called WinRE, is a special recovery mode built into Windows 10 and Windows 11. It starts outside the normal Windows desktop and provides repair tools for boot problems, update failures, driver issues, corrupted system files, and account access problems.

Use WinRE when Windows starts incorrectly, gets stuck on a black screen, fails after an update, shows repeated blue screens, cannot complete startup repair, or needs advanced repair options such as System Restore, Safe Mode, Command Prompt, or Reset this PC.

Best for boot issues Startup Repair, Safe Mode, and Command Prompt can fix many problems before the desktop loads.
Useful after updates You can uninstall the latest quality or feature update when Windows fails after updating.
Works without desktop access WinRE can open even when you cannot sign in to your Windows account.
πŸ’‘
Important The exact labels may differ slightly between Windows 10 and Windows 11, but the recovery path is usually Troubleshoot β†’ Advanced options after the computer restarts into the blue recovery screen.

How to Enter Windows Recovery Environment from Windows 11 Settings

If Windows 11 still opens normally, the Settings app is the cleanest way to restart directly into Advanced Startup.

  1. Press Win + I to open Settings.
  2. Go to System.
  3. Open Recovery.
  4. Find Advanced startup.
  5. Click Restart now.
  6. Confirm by clicking Restart now again if Windows asks.
Settings β†’ System β†’ Recovery β†’ Advanced startup β†’ Restart now

After the restart, select Troubleshoot. From there you can open Advanced options, use Startup Repair, enter Startup Settings for Safe Mode, restore from a restore point, uninstall updates, or open Command Prompt.

How to Open Windows Recovery Environment from Windows 10 Settings

In Windows 10, the recovery option is located under Update & Security. Use this method when you can still reach the desktop.

  1. Press Win + I to open Settings.
  2. Choose Update & Security.
  3. Select Recovery in the left sidebar.
  4. Under Advanced startup, click Restart now.
Settings β†’ Update & Security β†’ Recovery β†’ Advanced startup β†’ Restart now

The PC will restart into the recovery menu. Choose Troubleshoot to access repair tools, reset options, and advanced startup features.

How to Enter Advanced Startup with Shift + Restart

The Shift + Restart method is one of the fastest ways to enter WinRE. It works from the Start menu, the lock screen, and the sign-in screen. This is especially useful when you cannot sign in but the Windows login screen still appears.

From the Start Menu

  1. Open the Start menu.
  2. Click the Power button.
  3. Hold down Shift.
  4. While holding Shift, click Restart.

From the Sign-in Screen

  1. Click the Power icon in the lower-right corner.
  2. Hold down Shift.
  3. Click Restart.
  4. Release Shift only after the restart begins.
βœ…
Best quick method If you are helping another user remotely, Shift + Restart is usually the easiest instruction to give because it requires no Control Panel, no commands, and no bootable USB drive.

How to Enter Windows Recovery Environment When Windows Will Not Boot

If Windows fails to boot several times in a row, it may automatically open Preparing Automatic Repair and then show the recovery screen. If it does not, you can force the recovery process by interrupting startup.

Force Automatic Repair by interrupting startup

  1. Turn on the PC.
  2. As soon as the Windows logo or spinning dots appear, hold the Power button until the computer shuts down.
  3. Repeat this startup interruption two or three times.
  4. On the next boot, Windows should display Preparing Automatic Repair.
  5. Click Advanced options when the repair screen appears.
⚠️
Use carefully Interrupting startup is intended for recovery situations. Do not use it as a normal shutdown method, especially while Windows is installing updates or writing data to the drive.

If the PC still boots only to BIOS/UEFI, shows No bootable device, or never reaches the Windows loading screen, use a Windows USB installer or recovery drive instead.

How to Access Windows Recovery Environment from a USB Installation Drive

A bootable Windows USB drive is the most reliable recovery method when the internal WinRE partition is missing, damaged, disabled, or inaccessible.

  1. Create a Windows 10 or Windows 11 installation USB on another working PC.
  2. Connect the USB drive to the problem computer.
  3. Turn on the computer and open the boot menu. Common keys are F12, F11, F9, Esc, or Del, depending on the manufacturer.
  4. Select the USB drive from the boot menu.
  5. When the Windows Setup screen appears, choose the language and keyboard layout.
  6. Click Next.
  7. Do not click Install now. Instead, click Repair your computer in the lower-left corner.
  8. Select Troubleshoot.
Boot from USB β†’ Windows Setup β†’ Repair your computer β†’ Troubleshoot β†’ Advanced options

Common boot menu keys by brand

Manufacturer Typical boot menu key BIOS/UEFI setup key
DellF12F2
HPEsc, then F9Esc, then F10
LenovoF12 or Novo ButtonF1, F2, or Novo Button
ASUSEsc or F8F2 or Del
AcerF12F2 or Del
MSIF11Del
GigabyteF12Del

How to Restart into Windows Recovery Environment Using Command Prompt or PowerShell

If Windows still starts, you can use a command to restart directly into the recovery environment. This is useful for administrators, support technicians, and remote troubleshooting sessions.

Use shutdown.exe

Open Command Prompt, PowerShell, or Windows Terminal as administrator and run:

shutdown /r /o /f /t 0

Check whether WinRE is enabled

To verify the Windows Recovery Environment status, run:

reagentc /info

If the output says Windows RE status: Enabled, the built-in recovery environment is available. If it says Disabled, you can try enabling it with:

reagentc /enable
ℹ️
Admin rights required reagentc commands require an elevated Command Prompt. If the recovery image or partition is missing, enabling WinRE may fail until the recovery files are repaired.

What Can You Do After Entering Windows Recovery Environment?

After the PC restarts into the blue recovery screen, select Troubleshoot. The available options depend on your Windows version, device configuration, encryption settings, and whether you booted from the internal drive or USB media.

WinRE tool What it does When to use it
Startup Repair Automatically repairs common boot problems. Windows loops, freezes, or fails before sign-in.
Startup Settings Lets you boot into Safe Mode or disable driver signature enforcement. Bad drivers, malware cleanup, or broken startup apps.
System Restore Rolls Windows configuration back to an earlier restore point. Problems after drivers, updates, registry edits, or software installs.
Uninstall Updates Removes the latest quality update or feature update. Windows fails after a recent update.
Command Prompt Opens a recovery command line for advanced repair. Use SFC, DISM, bootrec, bcdboot, chkdsk, or file backup commands.
System Image Recovery Restores Windows from a previously created system image. Full system rollback after severe corruption or drive replacement.
Reset this PC Reinstalls Windows while optionally keeping personal files. Use when normal repair methods do not work.
UEFI Firmware Settings Restarts directly into BIOS/UEFI setup. Change boot order, Secure Boot, TPM, virtualization, or storage mode.

Windows Recovery Environment Troubleshooting and FAQ

Q Why does Advanced Startup restart back to normal Windows? β–Ό

This can happen if WinRE is disabled, the recovery partition is missing, or the recovery image path is broken. Open an elevated Command Prompt and run reagentc /info. If WinRE is disabled, try reagentc /enable. If the command fails, use a bootable Windows USB drive and choose Repair your computer.

Q Can I enter WinRE without logging in? β–Ό

Yes. On the sign-in screen, click the Power icon, hold Shift, and select Restart. You can also use automatic repair or a Windows USB installer if the sign-in screen does not appear.

Q Is Windows Recovery Environment the same as Safe Mode? β–Ό

No. WinRE is the recovery menu that appears before Windows loads normally. Safe Mode is a special Windows startup mode with minimal drivers and services. You can launch Safe Mode from WinRE by choosing Troubleshoot β†’ Advanced options β†’ Startup Settings β†’ Restart, then pressing 4 or F4.

Q Will entering WinRE delete my files? β–Ό

No. Simply opening Windows Recovery Environment does not delete files. However, some actions inside WinRE can affect data. For example, Reset this PC, diskpart commands, or restoring from a system image can change or remove files depending on the options you choose.

Q Why does WinRE ask for a BitLocker recovery key? β–Ό

If the system drive is encrypted with BitLocker or device encryption, Windows may ask for the recovery key before allowing access to repair tools or files. You may need to retrieve the key from your Microsoft account, Azure AD/Entra ID, or your organization’s device management portal.

Q What should I do if the keyboard or mouse does not work in WinRE? β–Ό

Try a wired USB keyboard and mouse, preferably connected to rear USB ports on a desktop PC. Avoid USB hubs during recovery. If the issue occurs only from a USB installer, recreate the installer or try a different USB port. On some older systems, enabling USB legacy support in BIOS/UEFI may help.

Before using advanced repair tools

⚑ Bottom Line

The fastest way to enter Windows Recovery Environment is Shift + Restart. If Windows still boots, use Settings β†’ Recovery β†’ Advanced startup. If Windows does not boot, rely on Automatic Repair or a Windows USB installation drive and choose Repair your computer. Once inside WinRE, start with low-risk tools such as Startup Repair, Safe Mode, System Restore, or Uninstall Updates before using Reset this PC or advanced command-line repairs.