How to Launch Your Computer in Safe Mode (Windows & Mac)
Safe Mode is one of the most useful diagnostic tools built into every major operating system — yet most people only discover it when something has already gone wrong. Understanding how it works, when to use it, and what it actually does can save you hours of frustration.
What Safe Mode Actually Does
When you boot into Safe Mode, your operating system loads in a stripped-down state. It runs only the essential drivers and system files needed to keep the OS functional — no third-party software, no startup programs, no non-critical drivers.
The logic is straightforward: if your computer behaves normally in Safe Mode but not in regular mode, the problem is almost certainly caused by software, a driver, or a startup process — not by the hardware itself. That narrows your troubleshooting field considerably.
How to Launch Safe Mode on Windows
The method varies depending on your Windows version and whether your computer can boot normally.
If Your PC Can Still Boot Normally
Windows 10 and Windows 11:
- Open the Start Menu and click the power icon
- Hold Shift and click Restart
- Your PC will reboot into Windows Recovery Environment (WinRE)
- Navigate to Troubleshoot → Advanced Options → Startup Settings → Restart
- After restarting, press 4 for Safe Mode, 5 for Safe Mode with Networking, or 6 for Safe Mode with Command Prompt
Safe Mode with Networking loads additional drivers needed for internet access — useful if you need to download a fix or run an online scanner. Safe Mode with Command Prompt skips the graphical interface entirely, which matters when Explorer itself is the problem.
If Your PC Won't Boot at All 🖥️
Windows 10 and 11 are designed to automatically enter WinRE after two or three failed boot attempts. Once there, follow the same Troubleshoot → Advanced Options path above.
Alternatively, boot from a Windows installation USB and select Repair your computer to reach the same recovery environment.
Windows 7 and Earlier:
Press F8 repeatedly immediately after the BIOS/UEFI screen disappears. This brings up the Advanced Boot Options menu, where you can select Safe Mode using arrow keys.
Note: F8 does not work on Windows 10/11 by default — Microsoft disabled it to speed up boot times on modern SSDs.
Enabling Legacy F8 Boot on Windows 10/11
If you want to re-enable the F8 key for future use, open Command Prompt as Administrator and run:
bcdedit /set {default} bootmenupolicy legacy This restores the older boot menu behavior, which can be useful on machines you regularly troubleshoot.
How to Launch Safe Mode on a Mac
Apple calls its equivalent Safe Boot, and the process differs between Intel-based Macs and those running Apple Silicon (M1, M2, M3 chips).
Intel Mac Safe Boot
- Shut down the Mac completely
- Press the power button, then immediately hold the Shift key
- Release Shift when you see the login window
- You'll see "Safe Boot" in red in the upper-right corner of the login screen
Apple Silicon Mac Safe Boot 🍎
- Shut down the Mac completely
- Press and hold the power button until you see "Loading startup options"
- Select your startup disk
- Hold Shift and click Continue in Safe Mode
- Release Shift and log in
Mac Safe Boot performs a directory check of the startup disk, clears font caches and certain system caches, and disables login items and non-essential kernel extensions. It also limits some graphics features.
What Changes in Safe Mode — and What Doesn't
| Feature | Normal Mode | Safe Mode |
|---|---|---|
| Third-party apps | Load at startup | Disabled |
| Custom drivers | Active | Most disabled |
| Internet access | Full | Limited (Windows) / Full (Mac) |
| Display resolution | Full | Often reduced (Windows) |
| File access | Normal | Normal |
| Antivirus software | Active | Often inactive |
One important nuance: antivirus software frequently does not run in Safe Mode on Windows. This is actually useful when the antivirus itself is causing a conflict, but it means Safe Mode isn't automatically a "safer" environment from a malware perspective — it's safer from a software conflict perspective.
Common Reasons to Use Safe Mode
- Driver issues — especially after a graphics card or peripheral driver update
- Persistent crashes or BSODs — determining whether the cause is hardware or software
- Malware removal — some malware is easier to remove when it isn't running
- Startup program conflicts — isolating apps that load on boot
- System restore — running a restore point when normal mode is unstable
- Uninstalling stubborn software — removing programs that won't uninstall cleanly
The Variables That Shape Your Experience
How straightforward this process is depends on several factors that vary from one setup to the next.
Hardware age and firmware type matter. Machines using older BIOS firmware behave differently than those with modern UEFI, particularly around boot key timing. Fast SSD boot times can make the F8 window nearly impossible to hit on older Windows installations.
Encryption software changes things significantly. If your drive uses BitLocker or a third-party encryption tool, you may need your recovery key before Safe Mode becomes accessible — the encryption layer loads before the OS.
Dual-boot systems introduce another layer. If you're running Windows alongside Linux or another OS, the boot manager sequence affects how and when you can intercept the boot process.
Your Windows edition matters too. Pro and Enterprise editions have additional options through the Local Group Policy Editor and System Configuration (msconfig) tool that Home editions don't expose the same way.
The msconfig route — opening Run (Win+R), typing msconfig, going to the Boot tab, and checking Safe Boot — is worth knowing. It forces the machine into Safe Mode on every restart until you uncheck it, which is useful for repeated diagnostic sessions but can create a loop if you forget to reverse the setting.
Whether any of these variables apply to your machine, and how they interact with your specific problem, is what determines which method actually works for your situation.