How to Open Windows 10 in Safe Mode: Every Method Explained

Safe Mode is one of the most useful diagnostic tools built into Windows 10. Whether your PC is freezing, crashing, or refusing to boot properly, Safe Mode strips Windows down to its bare essentials — loading only the core drivers and services needed to run the operating system. That minimal environment makes it much easier to identify whether a problem is caused by a driver, a third-party app, or something deeper in the system.

What Safe Mode Actually Does

When Windows 10 boots into Safe Mode, it disables most drivers, startup programs, and non-essential services. Your screen resolution will drop, some devices won't respond, and the desktop will look noticeably basic. That's intentional. The goal is to isolate the operating system from anything that might be causing instability.

There are three Safe Mode variants worth knowing:

ModeWhat It LoadsBest Used For
Safe ModeMinimum drivers and services onlyGeneral troubleshooting, malware removal
Safe Mode with NetworkingAdds network drivers and internet accessDownloading drivers, remote support
Safe Mode with Command PromptOpens CMD instead of the desktopAdvanced repairs, scripting fixes

Most users will only ever need the first two. Safe Mode with Command Prompt is territory for more technically experienced users.

Method 1: From the Settings Menu (When Windows Loads Normally)

If your PC boots into Windows without issue, this is the cleanest path.

  1. Open Settings (Windows key + I)
  2. Go to Update & Security
  3. Select Recovery from the left panel
  4. Under Advanced startup, click Restart now
  5. After the restart, choose Troubleshoot → Advanced options → Startup Settings → Restart
  6. Once the Startup Settings screen appears, press 4 for Safe Mode, 5 for Safe Mode with Networking, or 6 for Safe Mode with Command Prompt

Your PC will restart directly into the Safe Mode variant you selected.

Method 2: Using the System Configuration Tool (MSConfig)

This method lets you schedule a Safe Mode boot without navigating menus on restart — useful if you plan to troubleshoot later.

  1. Press Windows key + R, type msconfig, and hit Enter
  2. Go to the Boot tab
  3. Under Boot options, check the Safe boot box
  4. Choose Minimal (standard Safe Mode) or Network (Safe Mode with Networking)
  5. Click OK and restart when ready

⚠️ Important: Remember to uncheck this setting after troubleshooting. If you forget, your PC 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 not the desktop, you can still access Safe Mode.

  1. Hold Shift and click the Power icon in the bottom-right corner
  2. Select Restart while still holding Shift
  3. Windows will boot into the Windows Recovery Environment (WinRE)
  4. From there: Troubleshoot → Advanced options → Startup Settings → Restart
  5. Choose your Safe Mode option using the number keys

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

If your PC won't boot into Windows at all, Windows 10 has a built-in failsafe. After two or three failed boot attempts, Windows automatically launches the recovery environment.

Alternatively, you can trigger it manually:

  • Press and hold the power button during startup to force a shutdown
  • Repeat this two to three times
  • On the next boot, Windows should display Automatic Repair or take you directly into WinRE

From WinRE, the path is the same: Troubleshoot → Advanced options → Startup Settings → Restart, then select Safe Mode.

This method is particularly relevant for users dealing with boot loops, black screens, or systems stuck at the loading spinner.

Method 5: Booting From a Windows 10 Installation Media

If the recovery environment itself is inaccessible, a bootable USB drive or DVD with Windows 10 installation files can get you there.

  1. Boot from the installation media (you may need to change boot order in BIOS/UEFI)
  2. On the setup screen, choose Repair your computer
  3. Navigate to Troubleshoot → Advanced options → Startup Settings
  4. Restart and select your Safe Mode option

This approach requires having installation media prepared in advance — something worth doing before problems arise. 🖥️

Factors That Affect Which Method Works for You

Not every method is equally accessible depending on your situation:

  • Whether Windows currently boots is the biggest variable. Users who can reach the desktop have more options than those stuck at a black screen.
  • Fast Startup — a Windows 10 feature enabled by default — can sometimes interfere with the Shift+Restart method. If that method isn't working, disabling Fast Startup through Power Options may help.
  • UEFI vs. Legacy BIOS systems handle boot interruption differently. Some modern UEFI systems boot too quickly to catch traditional F8 key presses (a method that worked in older Windows versions but is unreliable in Windows 10 by default).
  • BitLocker encryption may prompt for a recovery key when entering Safe Mode on encrypted drives — relevant for business laptops and some consumer devices with encryption enabled.
  • Your technical comfort level matters when choosing between methods. MSConfig is straightforward for users familiar with system tools; boot interruption methods are more situational and harder to control precisely.

The F8 Key: Why It Probably Won't Work

Many users try pressing F8 at startup — a habit carried over from Windows 7. In Windows 10, this method is disabled by default because the fast boot process doesn't leave enough time for the system to detect the keypress. It can be re-enabled via Command Prompt using the bcdedit command, but that requires access to Windows first, which creates a circular problem if you're locked out. 🔄

The methods above are the reliable paths in Windows 10. Which one applies depends entirely on what state your system is currently in and what access you have to it at this moment.