Mastering Safe Mode: Booting Windows for Better Troubleshooting

Updated on October 14, 2025, by ITarian

how to boot windows in safe mode

If your computer is running slowly, crashing frequently, or showing signs of malware infection, you might be wondering how to boot Windows in Safe Mode. Safe Mode is a powerful troubleshooting feature that starts your PC with only the essential drivers and services, allowing you to diagnose and fix problems without interference from unnecessary programs or malicious software.

For IT managers, cybersecurity professionals, and business leaders, knowing how to use Safe Mode can mean the difference between a quick fix and a costly downtime. In this article, we’ll explain how to boot Windows in Safe Mode on Windows 10 and 11 using several methods — including Settings, Command Prompt, and boot options — while maintaining system security and stability.


What Is Safe Mode in Windows?

Safe Mode is a diagnostic startup mode in Windows that loads the operating system with minimal drivers and background services. It’s designed to isolate issues that prevent your PC from functioning normally.

When you boot into Safe Mode, Windows temporarily disables:

  • Non-essential startup apps

  • Third-party drivers

  • Unnecessary background services

This makes it ideal for identifying faulty updates, malware infections, or driver conflicts.

Types of Safe Mode in Windows:

  1. Safe Mode: Starts Windows with basic drivers and minimal services.

  2. Safe Mode with Networking: Includes network drivers for Internet access.

  3. Safe Mode with Command Prompt: Boots directly to the Command Prompt for advanced troubleshooting.

Pro Tip: Always use Safe Mode with Networking only when absolutely necessary, as network connectivity can expose your system to online threats if malware is present.


Why Safe Mode Is Essential for IT and Security Professionals

In enterprise environments, issues like system crashes or persistent malware can interrupt critical operations. Booting into Safe Mode allows professionals to:

  • Remove persistent malware: Malicious programs that load during startup often can’t run in Safe Mode.

  • Diagnose faulty drivers: Identify and roll back recent hardware changes.

  • Uninstall problem updates: Safely revert system changes causing instability.

  • Access system restore points: Recover from failed software installations or configuration errors.

According to Microsoft’s internal data, nearly 70% of Windows system repairs start with Safe Mode diagnostics.


How to Boot Windows in Safe Mode from Settings

This is the most user-friendly method, especially if your PC can still boot normally.

Steps to Enter Safe Mode via Settings:

  1. Open Settings

    • Press Windows + I or click Start → Settings.

  2. Go to Recovery Options

    • Navigate to System → Recovery.

  3. Access Advanced Startup

    • Under Advanced startup, click Restart now.

    • Your PC will reboot into the Windows Recovery Environment (WinRE).

  4. Choose Safe Mode

    • In the Choose an option screen, select Troubleshoot → Advanced options → Startup Settings → Restart.

    • When your PC restarts, press:

      • 4 or F4 for Safe Mode

      • 5 or F5 for Safe Mode with Networking

      • 6 or F6 for Safe Mode with Command Prompt

Your computer will now start in Safe Mode with limited functionality.

Tip: You’ll notice the words Safe Mode in all four corners of your screen when successfully loaded.


How to Boot Windows in Safe Mode Using System Configuration (msconfig)

For professionals who prefer a quick-access method, the System Configuration tool offers a reliable option.

Steps:

  1. Press Windows + R to open the Run dialog.

  2. Type msconfig and hit Enter.

  3. In the System Configuration window, open the Boot tab.

  4. Under Boot options, check the box for Safe boot and choose your mode:

    • Minimal – Standard Safe Mode

    • Alternate shell – Safe Mode with Command Prompt

    • Network – Safe Mode with Networking

  5. Click Apply → OK, then restart your PC.

Your device will automatically boot into Safe Mode. To revert, open msconfig again and uncheck Safe boot.

Pro Tip: IT administrators can use this method to remotely trigger Safe Mode on enterprise machines during endpoint diagnostics.


How to Boot Windows in Safe Mode Using Command Prompt

If Windows doesn’t start normally, or you need more control over the process, you can use Command Prompt.

Steps:

  1. Open Command Prompt as Administrator.

  2. Enter the following command and press Enter:

    bcdedit /set {default} safeboot minimal
  3. Restart your PC to boot into Safe Mode.

To return to normal mode, open Command Prompt again and type:

bcdedit /deletevalue {default} safeboot

Note: Replace minimal with network or alternateshell if you need Safe Mode with Networking or Command Prompt.

This method is particularly useful for IT departments managing large networks via remote shell access.


How to Boot Windows in Safe Mode Using Shift + Restart

If your PC won’t start normally, this shortcut works even from the sign-in screen.

Steps:

  1. Hold Shift while clicking Restart from the power menu.

  2. Once in WinRE, go to:

    • Troubleshoot → Advanced options → Startup Settings → Restart

  3. Select your preferred Safe Mode option (4, 5, or 6).

This method is quick, efficient, and ideal when you can’t access normal desktop mode.


How to Boot Windows in Safe Mode When PC Won’t Start

If your system fails to load entirely, use a bootable USB drive or recovery media.

Steps:

  1. Insert the bootable media and power on your computer.

  2. Press the BIOS key (e.g., F2, F10, or Del) to access the boot menu.

  3. Select Repair your computer → Troubleshoot → Advanced options → Startup Settings → Restart.

  4. Choose your Safe Mode type by pressing the corresponding key.

Pro Tip: Always create a Windows recovery drive after installing updates — it can be invaluable during critical system failures.


When Should You Boot Windows in Safe Mode?

Knowing when to use Safe Mode is as important as knowing how to access it.

Situations That Require Safe Mode:

  • Malware infection: When antivirus tools can’t remove threats in normal mode.

  • Startup issues: After faulty updates or driver installations.

  • System instability: Random freezes or blue screens (BSOD).

  • Software conflicts: Identifying apps causing crashes.

  • File recovery: Safe Mode prevents background apps from interfering with recovery tools.


Troubleshooting Using Safe Mode

Once inside Safe Mode, you can perform several actions to restore system health.

1. Run Antivirus Scans

Use built-in Windows Security or a trusted third-party scanner to detect and remove hidden malware.

2. Uninstall Problematic Programs

Navigate to Control Panel → Programs → Uninstall a Program to remove suspicious or recently installed apps.

3. Roll Back Drivers

Go to Device Manager → [Select Device] → Properties → Driver → Roll Back Driver to revert problematic driver updates.

4. Run System File Checker (SFC)

In Command Prompt, type:

sfc /scannow

This scans and repairs corrupted system files.

5. Use System Restore

Open Control Panel → Recovery → Open System Restore to revert your system to a previous stable state.

Pro Tip: IT departments can automate these recovery steps using scripts within the Safe Mode environment for faster incident response.


Common Issues When Booting in Safe Mode

Sometimes, even Safe Mode can encounter complications. Here’s how to fix them.

Issue Possible Cause Solution
Safe Mode not loading Corrupted boot files Run Startup Repair via recovery mode
Keyboard shortcuts not working Outdated drivers Access via boot settings or external keyboard
Internet not working in Networking Mode Disabled network drivers Re-enable via Device Manager
Black screen after login GPU driver conflict Boot into minimal mode and reinstall driver

Tip: Always verify system integrity after major Windows updates to prevent boot-related errors.


Best Practices for Using Safe Mode Securely

While Safe Mode is designed for troubleshooting, following best practices helps maintain data integrity.

  1. Disconnect from the Internet if not required to prevent external threats.

  2. Avoid installing new software while in Safe Mode.

  3. Back up important files before performing major repairs.

  4. Run multiple scans using both antivirus and anti-malware tools.

  5. Document system changes for IT audit trails and rollback options.


FAQs About How to Boot Windows in Safe Mode

1. What’s the fastest way to enter Safe Mode in Windows 11?
Press Shift + Restart, then navigate to Troubleshoot → Advanced Options → Startup Settings.

2. Can I access Safe Mode without logging in?
Yes. Use Shift + Restart from the login screen or boot from recovery media.

3. Will Safe Mode delete my files?
No, Safe Mode doesn’t delete personal data. It only limits system processes.

4. Can I use the Internet in Safe Mode?
Yes, by choosing Safe Mode with Networking, but ensure you’re on a secure network.

5. What if Safe Mode doesn’t fix my issue?
Try System Restore, Startup Repair, or reinstall Windows using recovery tools.


Final Thoughts

Learning how to boot Windows in Safe Mode is an essential troubleshooting skill for IT teams, cybersecurity experts, and business professionals. It provides a controlled environment to repair, restore, or secure your system without the interference of third-party software or malware.

Whether you’re removing persistent viruses, fixing corrupted drivers, or restoring stability after an update, Safe Mode is your first line of defense.

Take control of your system health and minimize downtime by mastering these techniques.

Sign up at Itarian.com to explore intelligent endpoint protection and automated IT management solutions that help secure, monitor, and optimize Windows environments across your organization.

See ITarian’s IT Management Platform in Action!
Request Demo

Top Rated IT Management Platform
for MSPs and Businesses

Newsletter Signup

Please give us a star rating based on your experience.

1 vote, average: 5.00 out of 51 vote, average: 5.00 out of 51 vote, average: 5.00 out of 51 vote, average: 5.00 out of 51 vote, average: 5.00 out of 5 (1 votes, average: 5.00 out of 5, rated)Loading...
Become More Knowledgeable