How to Open Your PC in Safe Mode (Windows 10 & 11)
Safe Mode is one of the most reliable diagnostic tools built into Windows — and knowing how to access it can save hours of frustration when your PC starts misbehaving. Whether you're dealing with a driver conflict, persistent malware, a crashing app, or a boot loop, Safe Mode strips Windows down to its essentials so you can isolate and fix the problem.
What Is Safe Mode and Why Does It Matter?
When Windows starts normally, it loads a full stack of drivers, background services, startup programs, and system processes. That's useful for everyday use — but when something in that stack goes wrong, everything breaks together.
Safe Mode loads only the minimum drivers and services Windows needs to function. No third-party apps, no optional hardware drivers, no startup programs. If your PC runs fine in Safe Mode but crashes normally, the problem almost certainly lives in something that gets loaded during a standard boot — a bad driver, a conflicting program, or malware trying to stay hidden.
There are three Safe Mode variants worth knowing:
| Mode | What It Does |
|---|---|
| Safe Mode | Loads minimum drivers only. No networking. |
| Safe Mode with Networking | Adds network drivers — useful for downloading fixes. |
| Safe Mode with Command Prompt | Replaces the desktop with a command-line interface. |
Most users need the first or second option. The Command Prompt version is for advanced troubleshooting scenarios.
Method 1: Access Safe Mode Through Windows Settings 🖥️
This is the easiest method when Windows is still able to boot normally.
- Open Settings (Windows key + I)
- Go to System → Recovery
- Under Advanced startup, click Restart now
- After the restart, select Troubleshoot → Advanced options → Startup Settings
- Click Restart
- 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 slightly different: Settings → Update & Security → Recovery → Advanced startup → Restart now.
Method 2: Use the Sign-In Screen
If you can reach the Windows sign-in screen but don't want to log in first:
- Hold Shift on the keyboard
- Click the Power icon in the bottom-right corner
- Select Restart while still holding Shift
- Windows will restart into the Advanced startup environment
- Follow the same path: Troubleshoot → Advanced options → Startup Settings → Restart
Method 3: Interrupt the Boot Process (When Windows Won't Load)
This method is specifically for situations where Windows fails to start at all. When Windows detects two or three consecutive failed boot attempts, it automatically launches Windows Recovery Environment (WinRE).
You can trigger this manually:
- Power on your PC
- As soon as you see the Windows logo or spinning dots, hold the power button for 4–5 seconds to force a shutdown
- Repeat this two or three times
- On the next attempt, Windows should enter Automatic Repair mode
- From there, navigate to Advanced options → Troubleshoot → Advanced options → Startup Settings
⚠️ Forcing shutdowns repeatedly carries a small risk of file system errors, so use this method only when necessary — not as a routine approach.
Method 4: Boot from a Windows Installation Drive
If your PC won't boot at all and the recovery environment isn't accessible, a bootable Windows USB drive gives you another entry point.
- Boot from the USB drive (you may need to change boot order in BIOS/UEFI)
- When the Windows Setup screen appears, click Repair your computer
- Navigate to Troubleshoot → Advanced options → Startup Settings
This method requires having a bootable USB prepared in advance, which is one reason it's worth creating one before problems arise.
Method 5: Use the System Configuration Tool (msconfig)
If you want Windows to always boot into Safe Mode temporarily — useful when doing repeated diagnostic tests:
- Press Windows + R, type
msconfig, and hit Enter - Go to the Boot tab
- Check Safe boot and choose your preferred option (Minimal, Network, etc.)
- Click OK and restart
Important: Remember to uncheck this setting once you're done. If you leave it enabled, Windows will keep booting into Safe Mode every time.
What Changes Inside Safe Mode
Once you're in Safe Mode, you'll notice a few things immediately:
- Display resolution drops — Safe Mode uses a generic video driver, so screens often appear lower resolution with a basic look
- The words "Safe Mode" appear in the corners of the desktop as a reminder
- Many apps won't open — programs that depend on services not loaded in Safe Mode will fail or refuse to launch
- Internet access is unavailable unless you selected Safe Mode with Networking
These limitations are intentional. The point is a clean, controlled environment — not a full working session.
Variables That Affect Which Method Works for You
Not every method works in every situation, and which one makes sense depends on several factors:
- Whether Windows can still boot — determines if Settings-based methods are available
- Windows version (10 vs 11) — menu locations differ slightly between versions
- BIOS/UEFI configuration — affects whether USB boot methods are accessible
- Whether WinRE is intact — recovery environments can themselves become corrupted
- Disk encryption (BitLocker) — if enabled, you may need your BitLocker recovery key to access Safe Mode through certain paths
- Technical comfort level — some methods require navigating BIOS settings or command-line environments
A straightforward driver conflict on a healthy Windows 11 machine resolves quickly through Settings. A PC that won't POST at all is a different scenario entirely. The method that's appropriate — and the steps that follow once you're in Safe Mode — depend on what your specific situation actually looks like.