How to Launch Windows in Safe Mode (All Methods Explained)

Safe Mode is one of Windows' most powerful built-in diagnostic tools — and knowing how to access it can save hours of troubleshooting. Whether you're dealing with a stubborn driver, malware that won't budge, or a system that won't boot properly, Safe Mode strips Windows down to its bare essentials so you can identify and fix the problem.

What Safe Mode Actually Does

When Windows launches normally, it loads dozens of drivers, background services, and startup programs. Safe Mode bypasses most of that. It boots with only the minimum required drivers and system services — typically just the keyboard, mouse, display, and core storage drivers.

This minimal environment is useful because if a problem disappears in Safe Mode, it's almost certainly caused by something that doesn't load in Safe Mode: a third-party driver, a startup application, or a piece of malware.

There are three variants worth knowing:

ModeWhat It LoadsBest Used For
Safe ModeMinimum drivers only, no networkDriver and software conflicts
Safe Mode with NetworkingSame as above + network driversDownloading fixes, remote support
Safe Mode with Command PromptMinimum drivers + CMD instead of ExplorerAdvanced repairs, scripting

Method 1: From the Settings Menu (Windows is Working)

If Windows boots successfully, this is the cleanest approach.

  1. Open SettingsSystemRecovery
  2. Under Advanced startup, click Restart now
  3. After the restart, select TroubleshootAdvanced optionsStartup Settings
  4. Click Restart
  5. When the Startup Settings screen appears, press 4 for Safe Mode, 5 for Safe Mode with Networking, or 6 for Safe Mode with Command Prompt

On Windows 10, the path is Settings → Update & Security → Recovery → Advanced startup.

Method 2: Using System Configuration (msconfig)

This method schedules a Safe Mode boot without needing to navigate menus on restart — useful if you want to reboot into Safe Mode repeatedly during troubleshooting.

  1. Press Win + R, type msconfig, press Enter
  2. Go to the Boot tab
  3. Check Safe boot and choose your variant (Minimal, Network, or Alternate shell)
  4. Click OK and restart

⚠️ Important: Remember to uncheck this setting once your troubleshooting is done, or Windows will keep booting into Safe Mode on every restart.

Method 3: From the Sign-In Screen

If you can reach the Windows login screen but haven't signed in yet:

  1. Hold Shift and click the Power icon in the bottom-right corner
  2. While still holding Shift, click Restart
  3. Follow the same path: TroubleshootAdvanced optionsStartup SettingsRestart
  4. Choose your Safe Mode option from the numbered list

This method works on both Windows 10 and Windows 11.

Method 4: Interrupting the Boot Process (Windows Won't Start)

If Windows fails to load and you can't reach the desktop or login screen, it may enter the Windows Recovery Environment (WinRE) automatically after two or three failed boot attempts.

If it doesn't do so automatically, you can trigger it manually:

  1. Power on the PC, then hold the power button to force a hard shutdown as soon as the Windows logo appears
  2. Repeat this two to three times
  3. On the next attempt, Windows should detect the abnormal shutdowns and launch Automatic Repair or take you directly into WinRE
  4. From there: Advanced optionsTroubleshootAdvanced optionsStartup SettingsRestart

This approach is more disruptive and should only be used when other methods aren't accessible.

Method 5: Booting from a Windows Installation Drive

For situations where Windows is severely corrupted and won't reach even the recovery screen:

  1. Boot from a Windows 10/11 USB installation drive
  2. On the setup screen, click Repair your computer (bottom-left, not Install Now)
  3. Navigate to TroubleshootAdvanced optionsStartup Settings
  4. Restart and select your Safe Mode option

You'll need a second working PC to create the installation media using Microsoft's Media Creation Tool if you don't already have one.

Exiting Safe Mode

Safe Mode is a temporary diagnostic environment, not a place to work long-term. To exit:

  • If you used msconfig: Go back to msconfig, uncheck Safe boot, and restart
  • If you used the Startup Settings menu: Simply restart Windows normally — it won't re-enter Safe Mode automatically
  • If you used the F8 key on older systems: Restart normally; Safe Mode was a one-time selection

🔍 What Affects Which Method Works for You

Not every method works in every situation. A few variables determine your options:

  • Windows version: Windows 11, 10, and older versions like 8/7 have slightly different menu paths and legacy boot options
  • UEFI vs. legacy BIOS: Modern UEFI systems boot too fast for the old F8 key method to work reliably — Microsoft removed it by default starting with Windows 8
  • Whether Windows boots at all: A system that reaches the desktop has more options than one stuck in a boot loop
  • BitLocker encryption: On encrypted drives, entering Safe Mode may prompt for a BitLocker recovery key — especially relevant on business machines or Surface devices
  • Account type: Some Safe Mode repairs require a local administrator account, not just a Microsoft account login

The right method isn't universal. It depends on how far into the boot process your system gets, what version of Windows you're running, and what kind of repair you're attempting — which means the method that works cleanly for one setup may not be the right starting point for another.