How to Start Your PC in Safe Mode (Windows 10, 11 & Older Versions)

Safe Mode is one of the most useful diagnostic tools built into Windows. When your PC is behaving strangely — crashing, freezing, showing blue screens, or refusing to boot normally — Safe Mode strips Windows down to its bare essentials, loading only the minimum drivers and services needed to run. That limited environment makes it much easier to pinpoint what's going wrong.

What Safe Mode Actually Does

When Windows starts normally, it loads a full stack of drivers, background services, startup programs, and third-party software. Any one of those can cause instability. Safe Mode bypasses most of that, booting with only core Microsoft-signed drivers — basic display, keyboard, mouse, and storage — and nothing else.

This matters because if your PC runs fine in Safe Mode but crashes in normal mode, you can be confident the problem is tied to something Windows doesn't load in Safe Mode: a faulty driver, a misbehaving startup app, or a recently installed piece of software.

There are three Safe Mode variants worth knowing:

ModeWhat It LoadsBest Used For
Safe ModeMinimal drivers only, no networkingIsolating software/driver issues
Safe Mode with NetworkingAdds network driversDownloading fixes, accessing online tools
Safe Mode with Command PromptOpens CMD instead of desktopAdvanced repairs, scripting

Method 1: From the Login Screen (Works When Windows Loads Partially)

If your PC gets far enough to show the Windows login screen:

  1. Hold Shift and click the Power icon in the bottom-right corner
  2. Select Restart
  3. When the blue Choose an option screen appears, go to Troubleshoot → Advanced options → Startup Settings → Restart
  4. After the restart, press 4 for Safe Mode, 5 for Safe Mode with Networking, or 6 for Safe Mode with Command Prompt

This method works on both Windows 10 and Windows 11 and is often the quickest route when Windows is partially functional.

Method 2: From Within Windows (Settings Menu)

If your PC boots normally but you want to restart into Safe Mode:

  1. Open Settings (Win + I)
  2. Go to System → Recovery (Windows 11) or Update & Security → Recovery (Windows 10)
  3. Under Advanced startup, click Restart now
  4. Follow the same path: Troubleshoot → Advanced options → Startup Settings → Restart
  5. Choose your Safe Mode option from the numbered list

This is the cleanest method when Windows is functioning normally and you're preparing to troubleshoot proactively.

Method 3: Using System Configuration (msconfig) 🛠️

This method lets you set Windows to always boot into Safe Mode until you change it back — useful if you need to run multiple diagnostic sessions:

  1. Press Win + R, type msconfig, and hit Enter
  2. Click the Boot tab
  3. Check Safe boot and select Minimal (or Network if you need internet access)
  4. Click OK and restart

Important: Remember to uncheck this setting once you're done troubleshooting. If you leave it enabled, your PC will keep booting into Safe Mode every time.

Method 4: Interrupting the Boot Process (When Windows Won't Load At All)

If Windows fails to start and you can't reach the login screen, the system will often enter the Windows Recovery Environment (WinRE) automatically after two or three failed boots. From there, the path is the same: Troubleshoot → Advanced options → Startup Settings.

You can also trigger this manually by:

  • Powering off your PC during the boot process (before the Windows logo appears) two or three times in a row
  • Windows will detect the failed boots and launch recovery mode automatically

⚠️ This method should only be used when normal access isn't possible — forcing interruptions repeatedly can, in rare cases, contribute to file system issues on older spinning hard drives.

Method 5: Booting From Windows Installation Media

If your system won't boot at all and recovery mode isn't appearing, a Windows USB installation drive gives you another entry point:

  1. Boot from the USB drive (you may need to change boot order in BIOS/UEFI)
  2. On the setup screen, select Repair your computer
  3. Navigate to Troubleshoot → Advanced options → Startup Settings or use Command Prompt to run repair tools

This approach requires having installation media prepared in advance — ideally before a problem occurs.

What Changes (and What Doesn't) in Safe Mode

Safe Mode is a diagnostic environment, not a repair tool in itself. A few things to keep in mind:

  • Screen resolution will likely be lower — basic display drivers are generic
  • Many apps won't run in Safe Mode, including some antivirus tools (though Windows Defender typically still functions)
  • Network access is only available in Safe Mode with Networking
  • Changes you make — like uninstalling a driver or deleting a file — persist when you return to normal mode

The Variables That Affect Which Method Works for You

Not every method is equally accessible depending on your situation:

  • How far Windows gets during boot determines whether the Settings menu, login screen, or forced recovery is your starting point
  • Windows version matters slightly — the navigation path in Settings differs between Windows 10 and 11, and Windows 7/8 used the F8 key at startup (that method was disabled by default in Windows 10 to speed up boot times)
  • Whether Secure Boot or BitLocker is enabled can add steps to the recovery process, particularly on business or enterprise machines
  • SSD vs. HDD affects whether the forced boot-interruption method carries any meaningful risk

The right method — and what you do once you're in Safe Mode — depends on what symptoms led you there in the first place. 💡