Safe Mode has been a cornerstone of Windows troubleshooting for decades—and despite how polished Windows 11 looks on the surface, it’s still just as relevant today.
In enterprise and SMB environments, Safe Mode is often the last clean state you can rely on when dealing with:
- Blue Screen of Death (BSOD) loops
- Faulty driver updates
- Endpoint protection conflicts
- Broken Windows Updates
- Malware persistence
- Login or profile corruption
While Windows 7 made Safe Mode easy (hello, F8), Windows 11 prioritises fast boot and UEFI security, which means traditional methods no longer work by default. That often catches even experienced IT admins off guard.
This guide walks through every reliable way to boot into Safe Mode in Windows 11, explains when to use each method, and shares real-world advice from hands-on troubleshooting.
What Is Safe Mode in Windows 11?
Safe Mode starts Windows with:
- Minimal drivers
- Basic services only
- No third-party startup applications
This stripped-down environment allows you to isolate whether an issue is caused by:
- Hardware drivers
- Startup services
- Installed applications
- Security software
Safe Mode Options Explained
| Mode | When to Use |
|---|---|
| Safe Mode | Core troubleshooting |
| Safe Mode with Networking | Network-dependent fixes |
| Safe Mode with Command Prompt | Advanced repair, scripting |
Why the F8 Key Doesn’t Work Anymore (and Why That’s Intentional)
In Windows 7 and earlier, pressing F8 during boot loaded the Advanced Boot Options menu.
In Windows 11:
- Fast Boot + UEFI = no timing window
- Microsoft prioritised startup speed
- F8 is disabled by default
The good news? The functionality still exists—you just need to know how to access it properly.
Method 1: Boot into Safe Mode Using Advanced Startup (Recommended)
This is the most reliable and Microsoft-supported method for Windows 11.
Steps
- Open Settings
- Navigate to System → Recovery
- Under Advanced startup, click Restart now
- After reboot, select:
- Troubleshoot
- Advanced options
- Startup Settings
- Restart
- When prompted:
- Press 4 → Safe Mode
- Press 5 → Safe Mode with Networking
- Press 6 → Safe Mode with Command Prompt
Real-World Tip
This method works even when:
- Windows boots but is unstable
- Login loops occur
- Explorer crashes repeatedly
Method 2: Boot into Safe Mode Using System Configuration (msconfig)
This is useful when:
- You have partial access to Windows
- You need to force Safe Mode on next reboot
Steps
- Press Windows + R
- Type
msconfigand press Enter - Go to the Boot tab
- Check Safe boot
- Select:
- Minimal (standard Safe Mode)
- Network (Safe Mode with Networking)
- Click OK → Restart
⚠️ Important Warning
Always revert this setting after troubleshooting, or the system will boot into Safe Mode every time.
Method 3: Shift + Restart from Login Screen
This is ideal when:
- The user cannot log in
- Explorer won’t load
- The system reaches the sign-in screen only
Steps
- At the login screen, click Power
- Hold Shift
- Click Restart
- Follow:
- Troubleshoot → Advanced options → Startup Settings
This method is especially useful for remote user support, where credentials may not work.
Method 4: Boot into Safe Mode When Windows Won’t Start
If Windows fails to boot multiple times, Windows 11 will automatically trigger Windows Recovery Environment (WinRE).
You’ll see:
“Preparing Automatic Repair”
From there:
- Select Advanced options
- Follow the same Startup Settings path
Real-World Insight
Three failed boot attempts is often enough to force WinRE—sometimes intentionally powering off during boot can trigger it (use cautiously).
Method 5: Using Windows 11 Installation Media (Last Resort)
This is critical when:
- Windows won’t boot at all
- Recovery partition is damaged
- System files are severely corrupted
Steps
- Boot from Windows 11 USB/DVD
- Choose language and keyboard
- Click Repair your computer
- Navigate to:
- Troubleshoot → Advanced options → Startup Settings
- Restart and choose Safe Mode
This approach is common in bare-metal recovery scenarios.
Method 6: Command Line (Advanced IT Use)
From Command Prompt (Admin) or WinRE:

bcdedit /set {default} safeboot minimal shutdown /r /t 0
3) Copy the following command and paste it in the Command Prompt. Then on your keyboard, press the Enter key.
bcdedit /set {default} bootmenupolicy legacy

4Reboot your PC. Before the Windows logo appears, press F8 to access the Boot Options menu (see below screenshot). Then select Safe Mode.

Note: You can get F8 work again only when you’re able to access Windows. If you can’t start Windows normally, you need to use other effective way.
When This Is Useful
- Broken GUI
- Remote PowerShell sessions
- Scripted recovery workflows
When Should IT Professionals Use Safe Mode?
From experience, Safe Mode is most effective for:
- Rolling back problematic drivers
- Removing endpoint security conflicts
- Disabling broken startup services
- Cleaning persistent malware
- Repairing corrupted profiles
- Running SFC / DISM without interference
Safe Mode won’t fix everything—but it tells you what’s not broken, which is often just as valuable.
Common Mistakes to Avoid
- Forgetting to undo
msconfigSafe Boot - Assuming Safe Mode = network isolation (not with Networking enabled)
- Using Safe Mode as a long-term workaround instead of identifying root cause
Final Thoughts: Safe Mode Is Still a Core Skill
Despite Windows 11’s modern interface and automation, Safe Mode remains one of the most important diagnostic tools in an IT professional’s toolkit.
Knowing multiple ways to access it—especially when Windows isn’t cooperating—can be the difference between a quick fix and a full rebuild.
If you support users, manage endpoints, or troubleshoot Windows professionally, mastering Safe Mode in Windows 11 is still non-negotiable.

From my early days on the helpdesk through roles as a service desk manager, systems administrator, and network engineer, I’ve spent more than 25 years in the IT world. As I transition into cyber security, my goal is to make tech a little less confusing by sharing what I’ve learned and helping others wherever I can.
