how to boot windows 10 in safe mode Reading Time: 5 minutes

Have you ever faced a black screen, system crash, or malware issue that stopped your computer from starting normally? Understanding how to boot Windows 10 in Safe Mode can be the difference between hours of downtime and a quick recovery.

For IT managers, cybersecurity professionals, and executives managing critical systems, Safe Mode isn’t just a troubleshooting tool — it’s a secure environment that allows you to isolate problems, repair software, and remove persistent threats.

In this article, you’ll learn multiple ways to start Windows 10 in Safe Mode, what each option means, and when to use them to restore system functionality safely and efficiently.

What Is Safe Mode in Windows 10?

Safe Mode is a diagnostic startup mode in Windows that loads only essential system files and drivers. This minimal setup helps you troubleshoot software conflicts, driver problems, or malware infections that prevent normal operation.

Key Benefits of Using Safe Mode

  • Removes Interference: Disables unnecessary startup programs and services.
  • Fixes System Errors: Helps resolve crashes and startup issues.
  • Improves Security: Prevents malware from loading automatically.
  • Simplifies Troubleshooting: Allows access to recovery tools and system restore points.

In enterprise environments, Safe Mode is crucial for IT teams managing cybersecurity incidents or system maintenance.

Types of Safe Mode in Windows 10

When learning how to boot Windows 10 in Safe Mode, it’s important to understand that Windows offers three variants:

  1. Safe Mode (Minimal): Loads only basic drivers and essential services.
  2. Safe Mode with Networking: Includes network drivers for accessing the internet or internal servers.
  3. Safe Mode with Command Prompt: Boots directly to a command-line interface for advanced troubleshooting.

Each mode serves different use cases — from fixing application errors to recovering from system-level failures.

How to Boot Windows 10 in Safe Mode from Settings

If your PC is still functional, you can access Safe Mode through Windows Settings.

Steps:

  1. Open Settings
    • Press Windows + I or click the Start menu > Settings.
  2. Go to Update & Security
    • Select Recovery from the left panel.
  3. Choose Advanced Startup
    • Under Advanced startup, click Restart now.
  4. Enter Troubleshoot Mode
    • After your system restarts, select Troubleshoot > Advanced options > Startup Settings.
  5. Restart and Select Safe Mode
    • Click Restart, then press one of the following keys:
      • 4 – Safe Mode
      • 5 – Safe Mode with Networking
      • 6 – Safe Mode with Command Prompt

Once selected, Windows 10 will reboot into Safe Mode, displaying “Safe Mode” in the screen corners.

How to Boot Windows 10 in Safe Mode Using Shift + Restart

This is one of the fastest methods for entering Safe Mode, especially if you’re already logged in.

Steps:

  1. Click the Start menu and select the Power icon.
  2. Hold down the Shift key and click Restart.
  3. When the Choose an option screen appears, select:
    • Troubleshoot > Advanced options > Startup Settings > Restart.
  4. Choose 4, 5, or 6 based on your preferred Safe Mode type.

This method is ideal for quick access without navigating through Settings manually.

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

If you can log in normally and plan to troubleshoot over multiple reboots, this method is convenient.

Steps:

  1. Press Windows + R to open the Run dialog box.
  2. Type msconfig and press Enter.
  3. In the System Configuration window, open the Boot tab.
  4. Under Boot options, check Safe boot.
    • Choose between Minimal, Network, or Alternate shell.
  5. Click Apply > OK, then restart your computer.

Your system will automatically boot into Safe Mode until you revert the setting by unchecking Safe boot.

How to Boot Windows 10 in Safe Mode Using Command Prompt

For IT professionals, the Command Prompt method provides direct control and automation capability.

Steps:

  1. Open Command Prompt with administrative privileges.
    • Type cmd in the search bar, right-click it, and select Run as administrator.
  2. Enter the following command: bcdedit /set {default} safeboot minimal
  3. Press Enter and restart your computer.

To enable networking, use:

bcdedit /set {default} safeboot network

To return to normal boot mode later, type:

bcdedit /deletevalue {default} safeboot

This is particularly useful for remote or scripted troubleshooting in enterprise systems.

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

If your computer won’t boot normally, you can still access Safe Mode via Windows Recovery Environment (WinRE).

Steps:

  1. Force a Hard Reboot
    • Hold the power button for 10 seconds to turn off your PC.
    • Repeat this two more times.
    • On the third startup, Windows will launch Automatic Repair.
  2. Access Advanced Options
    • Click Advanced options > Troubleshoot > Advanced options > Startup Settings.
  3. Restart in Safe Mode
    • Click Restart, then press 4, 5, or 6.

This method ensures access to Safe Mode even during critical system failures or ransomware infections.

How to Boot Windows 10 in Safe Mode with Networking (for IT Teams)

Safe Mode with Networking enables administrators to connect to corporate servers or download tools necessary for repair.

When to Use It:

  • Running antivirus or anti-malware tools that require internet access.
  • Downloading updates or drivers during repair.
  • Remote troubleshooting and endpoint management.

Steps:

Follow any Safe Mode entry method, then press 5 or F5 on the Startup Settings screen.

Exiting Safe Mode in Windows 10

After completing your troubleshooting, you’ll need to return to normal startup.

1. Through System Configuration

  • Open msconfig again.
  • Uncheck Safe boot.
  • Click OK and restart.

2. Through Command Prompt

Type:

bcdedit /deletevalue {default} safeboot

Then restart your PC normally.

Common Issues You Can Fix with Safe Mode

Safe Mode is versatile and can help address multiple technical and cybersecurity concerns:

  • Malware Removal: Run scans when malicious programs can’t hide behind startup processes.
  • Driver Conflicts: Uninstall or roll back faulty drivers causing crashes.
  • Startup Failures: Diagnose and fix boot issues.
  • Software Errors: Uninstall problematic updates or applications.
  • System Restore: Roll back to a previous stable configuration.

In enterprise environments, Safe Mode allows endpoint isolation, a key step in incident response protocols.

Advanced Tips for IT and Cybersecurity Experts

  1. Enable Safe Mode via Remote Desktop:
    Use PowerShell or Group Policy to configure Safe Mode on networked systems remotely.
  2. Use Safe Mode for Forensic Analysis:
    Access files without third-party interference for digital investigations.
  3. Combine with Secure Boot:
    Ensures the BIOS environment is verified before Safe Mode loads, adding a layer of protection.
  4. Audit Startup Programs:
    Use Task Manager or Autoruns in Safe Mode to identify hidden processes.
  5. Apply Endpoint Detection and Response (EDR) Tools:
    Run lightweight diagnostic tools to detect persistent malware in Safe Mode.

Security Benefits of Using Safe Mode

Safe Mode limits startup applications, making it an effective tool against cybersecurity threats.

  • Prevents Malware Execution: Disables unnecessary services often exploited by attackers.
  • Assists in Ransomware Recovery: Some ransomware fails to load in Safe Mode, allowing removal.
  • Improves Endpoint Security Monitoring: Enables scanning without third-party interference.
  • Enhances IT Compliance: Helps maintain audit logs and support system integrity.

For CEOs and IT leaders, Safe Mode aligns with a proactive cybersecurity posture by reducing downtime and maintaining data safety.

Common Mistakes When Using Safe Mode

  1. Forgetting to Revert Safe Boot Settings: This traps users in Safe Mode indefinitely.
  2. Running Normal Applications: Many software features don’t function properly in Safe Mode.
  3. Skipping Backups: Always back up critical data before system-level troubleshooting.
  4. Ignoring Network Settings: If using Safe Mode with Networking, ensure connections are secured by VPN or firewall rules.

Comparison: Safe Mode vs Normal Boot

FeatureSafe ModeNormal Boot
Drivers LoadedMinimalAll
Startup ProgramsDisabledEnabled
Internet AccessOptionalEnabled
PerformanceFaster for diagnosticsNormal
Use CaseTroubleshooting, malware removalEveryday operation

Understanding these differences ensures IT teams choose the right mode for every scenario.

FAQs on Booting Windows 10 in Safe Mode

1. What key do I press to boot into Safe Mode?

Use F4 for Safe Mode, F5 for Safe Mode with Networking, or F6 for Safe Mode with Command Prompt.

2. Can I access Safe Mode without logging in?

Yes. Use the Windows Recovery Environment (WinRE) method if your system won’t boot.

3. Will Safe Mode delete my data?

No. Safe Mode doesn’t modify files or data; it only changes startup configurations.

4. Why does my system keep starting in Safe Mode?

You may have enabled Safe boot in System Configuration. Uncheck it to return to normal startup.

5. Can I remove malware in Safe Mode?

Yes. Many security tools are more effective in Safe Mode since most malware doesn’t activate there.

Final Thoughts & Call to Action

Learning how to boot Windows 10 in Safe Mode is a critical skill for anyone responsible for system reliability or cybersecurity. Whether you’re troubleshooting performance issues, responding to malware attacks, or maintaining secure operations, Safe Mode gives you complete control over your environment.

For IT teams and executives, combining this capability with strong endpoint protection ensures a resilient defense against threats and downtime.

Keep your organization protected — Sign up with Xcitium today and empower your systems with next-generation cybersecurity and endpoint protection.

START FREE TRIAL GET YOUR INSTANT SECURITY SCORECARD FOR FREE