Safe Mode is a diagnostic tool, not a permanent setting
Safe Mode is a stripped-down version of your operating system that loads only essential drivers and programs. It exists to help you troubleshoot problems — if your computer crashes in normal mode but runs fine in Safe Mode, the problem is likely a third-party program or driver you installed, not Windows or macOS itself. Safe Mode is not something that gets "stuck on"; you either booted into it intentionally or your system did so automatically after a crash. Either way, exiting it takes one restart.
If you are in Safe Mode right now, your screen will say so in the bottom right corner (Windows) or you will see it listed in System Report under Startup Security (Mac). The steps to leave are different depending on your operating system and how you got there.
Key Takeaways
- Safe Mode on Windows exits with a single restart — hold Shift while clicking Restart, or change a setting in System Configuration and reboot normally.
- Safe Mode on Mac exits by restarting your computer normally; it does not persist across restarts unless you specifically enabled it.
- If your computer keeps booting into Safe Mode on its own, a startup program or driver is likely causing crashes in normal mode.
- Before you leave Safe Mode, run a virus scan and check what programs are set to launch at startup, because Safe Mode usually means something is wrong.
Exiting Safe Mode on Windows 10 and 11
The fastest way is to restart your computer normally. Click the Start button, then the power icon, then Restart. While the computer is restarting, hold down the Shift key until you see the boot menu. This forces Windows to show you startup options instead of booting directly into Safe Mode. Select "Continue" or "Exit and continue to Windows 10/11" (the exact wording depends on your version). Your computer will restart into normal mode.
If that does not work, use System Configuration. Press Windows key + R, type msconfig, and press Enter. Click the Boot tab. You will see a checkbox next to "Safe boot" — uncheck it. Click explore, then OK. Windows will ask you to restart; click Restart. Your computer will boot normally the next time.
If you are in Safe Mode with Networking (which includes internet access) or Safe Mode with Command Prompt, the exit steps are identical — the mode type does not matter, only that Safe Mode is active.
Exiting Safe Mode on Mac
Restart your Mac normally. Click the Apple menu in the top left, select Shut Down, and wait for the computer to power off completely. Then press the power button to turn it back on. Your Mac will boot into normal mode automatically.
If your Mac is stuck in Safe Mode and will not restart normally, restart while holding Command + Option + P + R to reset the NVRAM (the memory that stores boot settings). Release the keys when you hear the startup sound or see the Apple logo appear and disappear twice. This clears any forced Safe Mode settings and allows normal boot.
Why your computer keeps booting into Safe Mode
If Safe Mode starts automatically every time you restart, something in your normal startup is causing Windows or macOS to crash or fail to load. This is actually useful information — it means Safe Mode is doing its job by protecting your system. Do not ignore this and just keep exiting; find the cause first.
On Windows, open Task Manager (Ctrl + Shift + Esc) while in Safe Mode and go to the Startup tab. Look for programs you do not recognize or recently installed programs. Right-click each one and select Disable. Then restart normally. If the crashes stop, you found the culprit. You can uninstall that program or update its driver.
On Mac, go to System Settings > General > Login Items and remove any programs you do not recognize. Also check System Settings > General > Extensions and disable any unfamiliar extensions. Restart normally and see if the problem persists.
Run a full virus scan in Safe Mode using Windows Defender (Windows) or the built-in Malware Removal Tool (Mac). Malware often causes automatic Safe Mode boots because it interferes with normal startup. A scan in Safe Mode catches threats that hide from scans in normal mode.
What to check before leaving Safe Mode
Safe Mode is a signal that something needs attention. Before you exit, spend a few minutes investigating. Open File Explorer or Finder and look at your Downloads folder — do you see programs you do not remember installing? Check the date they were added. If they appeared around the time your computer started crashing, they are likely the problem.
On Windows, press Windows key + R, type appwiz.cpl, and press Enter to see all installed programs sorted by install date. Look for anything unfamiliar or anything you installed recently. Uninstall suspicious programs before restarting into normal mode.
If you recently updated a driver (graphics card, network adapter, chipset), that update may be causing the crashes. In Safe Mode, go to Device Manager (Windows key + X, then Device Manager), right-click the device, and select Roll Back Driver. This reverts to the previous version. Restart normally and see if the problem stops.
Safe Mode with Networking versus Safe Mode alone
Windows offers two Safe Mode options: Safe Mode (basic) and Safe Mode with Networking. The only difference is that Safe Mode with Networking includes drivers for your network card and internet connection, so you can read drivers, run Windows Update, or search for solutions online. Safe Mode alone disconnects you from the internet entirely.
If you need to read a driver update or search for help, choose Safe Mode with Networking. If you are trying to isolate a network-related problem (like a malicious program using your internet), choose Safe Mode alone. Both exit the same way — a normal restart.
When Safe Mode does not solve the problem
If your computer runs fine in Safe Mode but crashes when ready when you restart into normal mode, and you have already disabled startup programs and rolled back drivers, the problem may be a Windows or macOS system file. On Windows, try running the System File Checker. Open Command Prompt as Administrator (right-click Command Prompt and select Run as Administrator), type sfc /scannow, and press Enter. Let it run completely — it may take 15 minutes. If it finds corrupted files, it will attempt to repair them automatically.
On Mac, restart while holding Command + S to enter Recovery Mode, then run Disk Utility to repair the startup disk. Click Disk Utility in the menu, select your main drive, and click First Aid. Let it complete. If it finds and fixes errors, restart normally.
If Safe Mode itself will not start, or if your computer crashes even in Safe Mode, the problem is likely hardware (a failing hard drive, bad RAM, or overheating). At that point, Safe Mode cannot help — you need hardware diagnostics or professional repair.
Frequently Asked Questions
Will Safe Mode delete my files or programs?
No. Safe Mode only changes what loads at startup; it does not delete or modify anything. All your files and installed programs remain exactly as they were. When you exit Safe Mode, everything is still there.
Can I use my computer normally while in Safe Mode?
You can use it, but many programs will not work. Printers, external drives, and specialized software often do not function in Safe Mode because their drivers are not loaded. Safe Mode is meant for troubleshooting, not daily use. Exit it as soon as you have identified the problem.
What if I cannot see the Safe Mode label on my screen?
On Windows, look very carefully at the bottom right corner of the desktop — it is small text. On Mac, click the Apple menu and select About This Mac, then click System Report. Look under Startup Security Mode. If it says "Full Security" or "Reduced Security", you are in normal mode, not Safe Mode.
Does Safe Mode slow down my computer?
Safe Mode runs faster than normal mode because fewer programs are loaded. If your computer feels slow in normal mode but fast in Safe Mode, that confirms a third-party program is the problem. Find and uninstall it.
Can I schedule a restart to exit Safe Mode automatically?
Windows does not have a built-in scheduler for this. The simplest approach is to change the setting in System Configuration (msconfig) to disable Safe Mode, then restart manually. Mac does not have a Safe Mode scheduler either — just restart normally when you are ready.