How Can I Boot Windows 10 In Safe Mode? | Step By Step

To boot Windows 10 in Safe Mode, open Recovery, choose Advanced startup, then Startup Settings, and press 4, 5, or 6.

Safe Mode loads only core drivers and services, which makes it perfect for driver rollbacks, malware removal, display resets, and startup repair. If you searched “How Can I Boot Windows 10 In Safe Mode?”, you’re likely facing a black screen, a looping restart, or a driver that misbehaves. This guide lays out the cleanest paths that work whether Windows loads or not, with notes on networking, command line, and getting back to normal.

How Can I Boot Windows 10 In Safe Mode? Methods That Always Work

Pick the route that matches your situation. The next sections walk each path with short, clear steps. If your keyboard asks for a recovery key during the process, keep it handy before you begin. If “How Can I Boot Windows 10 In Safe Mode?” is the exact task you need, start with Settings. If Windows will not load, jump straight to the forced Windows Recovery steps.

Boot Windows 10 In Safe Mode — Quick Paths

  • Use Settings — When Windows loads. Go to Recovery → Advanced startup → Restart now → Startup Settings → press 4/5/6.
  • Use Shift+Restart — From Start menu or the sign-in screen. Hold Shift, pick Power → Restart, then Startup Settings → press 4/5/6.
  • Force Windows RE — When Windows will not load. Power-cycle during the logo three times to trigger recovery, then Startup Settings → press 4/5/6.
  • Use Msconfig — Set a one-time Safe boot flag. Run msconfig → Boot tab → Safe boot → Restart. Remember to undo later.
  • Use Command Line — For scripted or headless work. Run elevated cmd with bcdedit to set and clear safeboot.

Safe Mode Options At A Glance

Quick reference: choose the mode that matches your task. The number keys (or F-keys) on the Startup Settings screen map to these items.

Mode What It Loads Use It When
Safe Mode (4/F4) Basic drivers, services, no network Driver rollbacks, display resets, basic cleanup
Safe Mode With Networking (5/F5) Safe Mode + network stack Online scans, driver downloads, cloud logins
Safe Mode With Command Prompt (6/F6) Command shell instead of desktop Scripted repair, advanced file ops, admin tools

Use Settings And Advanced Startup

This path is clean and fast when Windows loads to the desktop. It also works from the sign-in screen.

  1. Open Settings — Press Windows+I, search “Recovery,” and open Recovery.
  2. Trigger Advanced Startup — Under Advanced startup, select Restart now.
  3. Enter Startup Settings — Choose TroubleshootAdvanced optionsStartup SettingsRestart.
  4. Pick Your Mode — On the list, press 4, 5, or 6. The PC restarts into the mode you selected.

Tip: if you need to sign in to a domain or download tools, pick Safe Mode with Networking. If the desktop won’t render, the command prompt mode keeps overhead low.

Shift+Restart From Sign-In Or Start

Shift+Restart is a direct jump to Windows Recovery screens without digging through Settings. It works even if you cannot reach the desktop but can reach the sign-in screen.

  1. Hold Shift — On the sign-in screen or after pressing Start → Power, hold Shift and click Restart.
  2. Choose Troubleshoot — Select TroubleshootAdvanced optionsStartup Settings.
  3. Restart To Menu — Click Restart, then press 4/5/6 on the next screen.

Heads-up: if a recovery key prompt appears, enter the key to continue. You can retrieve it from your account portal if needed before you start this route.

Force Windows Recovery When Windows Won’t Load

When the desktop never appears, force the Windows Recovery Environment (RE). This is built in and does not require external media.

  1. Trigger Windows RE — Power on, and as soon as the spinning dots or logo appears, hold the power button to turn the PC off. Repeat this power-on/off cycle three times. On the next boot, Preparing Automatic Repair appears.
  2. Open Startup Settings — Choose Advanced optionsTroubleshootAdvanced optionsStartup SettingsRestart.
  3. Select Safe Mode — Press 4 for Safe Mode, 5 for Networking, or 6 for Command Prompt.

Why this helps: Windows RE sits outside the main install. If a driver blocks normal startup, these menus still load so you can boot bare-bones and fix the issue.

Start Safe Mode With Msconfig Or Command Line

Msconfig and bcdedit are handy when you plan repeat restarts during cleanup. They set a Safe boot flag so the next boot goes straight to the mode you need.

Use Msconfig (System Configuration)

  1. Open Run — Press Windows+R, type msconfig, press Enter.
  2. Set Safe Boot — Go to Boot → check Safe boot. Pick Minimal for regular Safe Mode or Network for networking.
  3. Restart — Click OKRestart. The PC boots into the chosen mode each time until you clear the box.

Use Command Line (bcdedit)

  1. Run Command Prompt As Admin — Search cmd → right-click → Run as administrator.
  2. Set Safeboot — For plain Safe Mode run:
    bcdedit /set {current} safeboot minimal

    For networking run:

    bcdedit /set {current} safeboot network
  3. Restart — Reboot the PC. It starts in the selected mode until you clear the flag.
  4. Clear Safeboot — After you finish, run:
    bcdedit /deletevalue {current} safeboot

Fixes You Can Try Once You’re In Safe Mode

  • Roll Back A Driver — Open Device Manager → right-click the device → Properties → Driver → Roll Back.
  • Remove A Bad Update — Open Settings → Windows Update history → Uninstall updates.
  • Run Malware Scans — Launch your antivirus in Networking mode and run a full scan.
  • Run System File Checker — Open an elevated cmd and run sfc /scannow.
  • Perform System Restore — Open Control Panel → Recovery → Open System Restore → pick a point before the issue.

Pro tip: if the display breaks at normal boot but works in Safe Mode, reinstall the display driver from the vendor while in Networking mode, then restart clean.

Exit Safe Mode And Undo Changes

Most paths exit with a normal restart. If Msconfig or bcdedit set a persistent flag, clear it before you reboot.

  • Normal Exit — Click Start → Power → Restart. The PC returns to the standard desktop.
  • Clear Msconfig Flag — Run msconfig → Boot → uncheck Safe bootOKRestart.
  • Clear bcdedit Flag — Open elevated cmd → run bcdedit /deletevalue {current} safeboot → restart.

If you still loop into Safe Mode: check Msconfig again for leftover options like Base video or OS boot information. Clear those, apply, and restart.

Troubleshooting Tips For Edge Cases

  • No Keyboard In Recovery — Try a different USB port. If a desktop has older PS/2 ports, a PS/2 keyboard can help in recovery screens.
  • BitLocker Prompt Appears — Enter the recovery key to proceed. If you don’t have it, pause and retrieve it from your account portal on another device.
  • Shift+Restart Does Nothing — Use the right Shift key, or use Settings → Recovery. If Windows will not load, use the forced Windows RE route.
  • F8 Doesn’t Work — That legacy menu is disabled in modern Windows. Use the paths in this guide instead.
  • Msconfig Set, Black Screen — If you set Safe boot but cannot reach the desktop, open recovery, launch Command Prompt, and clear the safeboot flag with bcdedit /deletevalue {current} safeboot.

When To Use Each Path

Quick check: pick a method based on where the failure occurs.

  • Desktop Loads — Use Settings or Msconfig for a clean hand-off.
  • Sign-In Screen Loads — Use Shift+Restart for one-click access to recovery menus.
  • Boot Fails Repeatedly — Force Windows RE with the three power cycles, then pick Startup Settings.
  • Need To Script — Use bcdedit to set and clear Safe Mode between reboots.

Safe Mode is a tool, not a destination. Use it to repair, then return to normal. Keep drivers updated, keep restore points turned on, and keep a recovery key at hand. With these routes, you can reach the Startup Settings screen from nearly any state and choose the mode that fits the task.

Please use a real email you check. If it's fake or mistyped, your message won't reach us and we can't reply — wrong addresses are rejected automatically.