How to Boot Into Safe Mode From a Locked Screen Without a Password
🔍 WiseChecker

How to Boot Into Safe Mode From a Locked Screen Without a Password

Quick fix: Hold Shift while clicking Restart in the power menu at the lock screen. Windows boots into the recovery environment without requiring a sign-in. From there, choose Troubleshoot → Advanced options → Startup Settings → Restart, then press F4 (Safe Mode) at the boot menu.

The PC won’t boot normally, you don’t know the current user’s password (or you do but Windows isn’t accepting it), and you need to get into Safe Mode to fix something. The classic F8-at-boot trick doesn’t work on Windows 11 by default. The lock screen has an alternative path that doesn’t require a working sign-in.

Symptom: You need to access Safe Mode on Windows 11 without being able to sign in normally.
Affects: Windows 11 (any edition).
Fix time: 5 minutes.

ADVERTISEMENT

Why F8 doesn’t work anymore

Windows 11’s fast boot bypasses the F8 boot menu window entirely — the system goes from firmware to Windows kernel too quickly to interrupt with a keypress. The replacement path is through the recovery environment (WinRE), reached via the lock screen power menu, a forced shutdown sequence, or a recovery USB.

Method 1: Shift + Restart from lock screen

  1. At the lock screen, click the Power icon (bottom-right).
  2. Hold Shift while clicking Restart.
  3. The PC reboots into WinRE. You see a blue Choose an option screen.
  4. Click Troubleshoot → Advanced options → Startup Settings → Restart.
  5. After reboot, the boot menu appears. Press F4 for Safe Mode, F5 for Safe Mode with Networking, or F6 for Safe Mode with Command Prompt.
  6. Windows boots into the chosen Safe Mode. You may still need credentials at this point unless the Safe Mode lets you bypass it — in which case the user’s password is still needed.

ADVERTISEMENT

Method 2: Force WinRE via three failed boots

If you can’t reach the lock screen because the PC won’t boot:

  1. Power on the PC.
  2. As soon as you see the manufacturer logo, hold the power button to force shutdown.
  3. Power on again. Force shutdown again at the logo.
  4. Power on a third time. Force shutdown.
  5. On the fourth power-on, Windows detects multiple failed boots and enters WinRE automatically.
  6. From there, follow steps 4–6 of Method 1.

Method 3: Use a Windows 11 install USB

  1. From a working PC, create a Windows 11 install USB via the Media Creation Tool.
  2. Boot the broken PC from the USB.
  3. Click Next, then Repair your computer.
  4. Choose Troubleshoot → Advanced options → Command Prompt.
  5. Run bcdedit /set {default} safeboot minimal to set Safe Mode for next boot.
  6. Close and reboot. The PC boots into Safe Mode (with user account’s password still required).
  7. To return to normal boot later: bcdedit /deletevalue {default} safeboot.

How to verify the fix worked

  • After F4/F5/F6, Windows desktop appears with “Safe Mode” watermark in corners.
  • Most non-essential drivers and services aren’t loaded.
  • You can run repair commands (sfc, dism, system restore) from Safe Mode.

If none of these work

If Safe Mode also requires a password you don’t have, you need credential recovery: use the recovery key for BitLocker, password reset disk if previously created, or reinstall Windows from the USB. For domain-joined PCs, contact IT for a domain admin to reset the password. Forgetting passwords for the local administrator without recovery options is a hard-stop — tools like Lazesoft Recovery exist for this scenario but require physical access to the drive.

Bottom line: Shift+Restart from the lock screen is the supported path to Safe Mode without a working sign-in. The forced-failure path works when the lock screen itself isn’t reachable. A USB stick is the final fallback.

ADVERTISEMENT