How to Launch Your PC in Safe Mode (Windows 10 & 11)

Safe Mode is one of the most useful diagnostic tools built into Windows — and knowing how to access it can save you hours of frustration when something goes wrong. Whether your PC is freezing, crashing, or refusing to boot normally, Safe Mode strips Windows down to its bare essentials so you can figure out what's causing the problem.

What Is Safe Mode and Why Does It Matter?

When Windows starts in Safe Mode, it loads only the minimum drivers and services needed to run the operating system. Third-party software, non-essential drivers, and startup programs are all left behind. This matters because most PC problems — crashes, blue screens, malware symptoms, driver conflicts — are caused by something outside Windows itself.

If your PC runs fine in Safe Mode but struggles in normal mode, you've effectively confirmed the problem is a software, driver, or startup issue rather than a hardware failure. That's a meaningful diagnostic win before you start reinstalling Windows or swapping components.

There are two main variants:

  • Safe Mode — bare minimum environment, no network access
  • Safe Mode with Networking — same minimal environment but includes network drivers, so you can access the internet to download fixes or run online scans

Method 1: Launch Safe Mode From the Login Screen 🖥️

This is the easiest method when Windows still starts but you're having issues after login.

  1. At the Windows login screen, hold Shift and click Power → Restart
  2. Your PC will reboot into the Windows Recovery Environment (WinRE)
  3. Select Troubleshoot → Advanced Options → Startup Settings → Restart
  4. Once the PC restarts again, press 4 to enter Safe Mode, or 5 for Safe Mode with Networking

This method works on both Windows 10 and Windows 11 without needing any additional tools.

Method 2: Use System Configuration (MSConfig)

If Windows is running normally and you want to reboot into Safe Mode on the next restart:

  1. Press Windows + R, type msconfig, and hit Enter
  2. Click the Boot tab
  3. Check Safe boot under Boot options
  4. Choose Minimal (standard Safe Mode) or Network (Safe Mode with Networking)
  5. Click OK and restart

Important: MSConfig keeps Safe Mode enabled on every boot until you go back and uncheck that box. Don't forget to undo this once you're done troubleshooting — otherwise your PC will keep booting into Safe Mode.

Method 3: Access Safe Mode When Windows Won't Boot

This is where it gets more nuanced. If your PC can't get past the loading screen, you need to reach WinRE another way.

Automatic repair trigger: Windows is designed to detect repeated failed boot attempts. If your PC fails to start normally two or three times in a row, it will automatically launch the Automatic Repair screen. From there:

  1. Click Advanced Options
  2. Navigate to Troubleshoot → Advanced Options → Startup Settings → Restart
  3. Use the number keys to select Safe Mode

Forced interruption method: You can manually trigger this by turning the PC off with the power button during the Windows loading animation — twice consecutively. Do this carefully; forcing a shutdown mid-boot isn't ideal, but it's a recognized recovery technique when you have no other option.

Using a Windows installation USB: If WinRE is inaccessible, boot from a Windows 10 or 11 installation media, choose Repair your computer, and navigate through the same Troubleshoot → Advanced Options path.

Method 4: Safe Mode via Settings (Windows 10/11)

If Windows is currently running without major issues and you want a clean path:

  1. Open Settings → System → Recovery
  2. Under Advanced startup, click Restart now
  3. Follow the same WinRE path: Troubleshoot → Advanced Options → Startup Settings → Restart
  4. Select your Safe Mode option with the number keys

On Windows 11, this same option lives under Settings → System → Recovery → Advanced startup.

Key Differences Between Safe Mode Options

OptionNetwork AccessUse Case
Safe Mode❌ NoIsolating driver/software conflicts
Safe Mode with Networking✅ YesDownloading fixes, running online scans
Safe Mode with Command Prompt❌ NoAdvanced manual troubleshooting

Safe Mode with Command Prompt skips the standard Windows desktop entirely and drops you into a command-line interface. It's useful for more technical repairs — running sfc /scannow to check system file integrity, for example — but it requires comfort with command-line tools.

What You Can (and Can't) Fix in Safe Mode 🔧

Safe Mode is excellent for:

  • Uninstalling a recently installed driver that's causing crashes
  • Removing malware that defends itself against deletion in normal mode
  • Rolling back a Windows Update that broke something
  • Running System File Checker (sfc /scannow) or DISM to repair corrupted system files
  • Diagnosing whether a startup program is causing slowdowns or crashes

It won't help with:

  • Hardware failures — if a drive, RAM stick, or GPU is physically failing, Safe Mode will still show symptoms
  • Corrupted boot files — some boot-level problems require repair tools beyond what Safe Mode provides
  • Issues with Windows core components that load even in minimal mode

The Variable That Changes Everything

How straightforward the process is depends heavily on your specific situation. A PC that boots to the login screen gives you simple, reliable access through the Shift+Restart method. A PC stuck in a boot loop with BIOS-level complications, encrypted drives (BitLocker), or a corrupted WinRE partition is a different scenario entirely.

Your Windows version, whether you're using a standard drive or an NVMe SSD with fast boot enabled, and whether you have access to installation media all affect which method will actually work for you. Fast Startup — a Windows feature that uses a hybrid shutdown rather than a full power-off — can sometimes interfere with recovery environments, which is why some users find the Shift+Restart method more reliable than physically cutting power.

The method that works cleanly for one setup may require extra steps on another.