How to Start Windows in Safe Mode (All Methods Explained)
Safe Mode is one of Windows' most useful diagnostic tools — a stripped-down startup environment that loads only the essential drivers and system files Windows needs to run. If your PC is crashing, freezing, showing a blue screen, or behaving strangely after a software install, Safe Mode is often the first place to start troubleshooting.
Here's a complete breakdown of every reliable method to get there, what each one is best for, and what affects which approach will work for your situation.
What Safe Mode Actually Does
When Windows starts normally, it loads a full stack of drivers, background services, startup programs, and system processes. Safe Mode skips most of that — no third-party drivers, no startup apps, no network connections (unless you choose Safe Mode with Networking).
This matters because many PC problems are caused by something in that full stack. A bad driver, a corrupted update, malware that loads at startup — Safe Mode bypasses all of it, letting you isolate whether the problem is with Windows itself or something layered on top.
There are three Safe Mode variants worth knowing:
| Mode | What's Loaded | Best For |
|---|---|---|
| Safe Mode | Minimal drivers only | Core diagnosis, driver issues |
| Safe Mode with Networking | Adds network drivers | Downloading fixes, remote support |
| Safe Mode with Command Prompt | No GUI, just CLI | Advanced repairs, scripting |
Method 1: From the Start Menu (Windows Can Boot Normally)
If your PC still starts up and reaches the desktop, this is the easiest path.
- Click Start → Power
- Hold Shift, then click Restart
- Windows restarts into the Windows Recovery Environment (WinRE)
- Go to Troubleshoot → Advanced Options → Startup Settings → Restart
- After the next restart, press 4 for Safe Mode, 5 for Safe Mode with Networking, or 6 for Safe Mode with Command Prompt
This method works on Windows 10 and Windows 11 and is the most straightforward if your system is functional enough to reach the desktop.
Method 2: Using System Configuration (msconfig)
This method lets you set Windows to always boot into Safe Mode until you turn it off — useful if you need to restart multiple times during troubleshooting.
- Press Windows + R, type
msconfig, press Enter - Go to the Boot tab
- Check Safe boot and choose your preferred option (Minimal, Network, or Alternate shell)
- Click OK and restart
⚠️ Important: Remember to uncheck Safe boot in msconfig when you're done. Otherwise Windows will keep booting into Safe Mode every time.
Method 3: From the Login Screen
If you can reach the login screen but not the desktop:
- Click the Power icon in the bottom-right corner of the login screen
- Hold Shift and click Restart
- Follow the same WinRE steps as Method 1
Method 4: Interrupting the Boot Process (PC Won't Start Normally) 🛠️
If Windows can't complete a normal startup, it will eventually enter the recovery environment automatically. You can also trigger this manually:
- Force-shutdown during boot by holding the power button until the PC turns off, then power it back on — repeat this two or three times
- After repeated failed boots, Windows launches Automatic Repair mode, which leads into WinRE
- From there: Advanced Options → Startup Settings → Restart → choose your Safe Mode option
This is a last resort when the system won't cooperate with normal methods, and it does carry a small risk of further file system issues if the PC was mid-write during shutdown.
Method 5: Using a Windows Installation Media or Recovery Drive
If Windows won't boot at all and the recovery environment isn't accessible, a bootable USB drive with Windows installation files or a recovery drive gives you another entry point.
- Boot from the USB (you may need to change boot order in BIOS/UEFI)
- On the Windows Setup screen, click Repair your computer (not Install)
- Navigate to Troubleshoot → Advanced Options → Startup Settings
- Restart and select your Safe Mode option
This method requires having a recovery drive prepared in advance or access to another PC to create one.
Method 6: Using the F8 Key (Windows 7 and Earlier)
On Windows 7, repeatedly pressing F8 during startup before the Windows logo appeared would bring up the Advanced Boot Options menu, where Safe Mode was directly listed.
This no longer works by default on Windows 10 or 11. Fast Boot and the way modern Windows initializes the bootloader makes the timing window essentially zero. Some users re-enable legacy F8 behavior via the command bcdedit /set {default} bootmenupolicy legacy in an elevated Command Prompt — but this is an advanced tweak and disables some modern recovery features.
Factors That Affect Which Method Works for You
Not every method is available in every situation. What determines your options:
- Whether Windows can reach the desktop or login screen — narrows you to Methods 1–3 if yes, 4–6 if not
- Your Windows version — Windows 10 vs. 11 vs. 7 changes what's available
- Whether Fast Startup is enabled — can occasionally affect how shutdown/restart behaves heading into recovery
- BIOS/UEFI settings — relevant if you're booting from external media
- Whether you have recovery media prepared — Method 5 requires this ahead of time
What You Can Actually Do in Safe Mode
Getting into Safe Mode is step one. Once there, common tasks include:
- Uninstalling a recently added driver via Device Manager
- Running antivirus or malware scans (with Networking enabled)
- Uninstalling problematic software through Control Panel or Settings
- Running System Restore to roll back to an earlier working state
- Checking Windows Event Viewer for error logs tied to the crash
Safe Mode doesn't fix problems on its own — it creates the controlled environment where you can find and address them. Whether that environment gives you enough access to resolve your specific issue depends on what's causing the problem in the first place and how deep into the system it goes.