How do I start Windows or a Mac in safe mode, and what does it tell me?
Safe mode loads the minimum and leaves out everything optional. That is a controlled experiment: if the problem goes away, the cause is in what was left out.
- Difficulty
- intermediate
- Time
- 30 min
- Read
- 4 min
- Safety
- caution
Short answer
Safe mode starts the system with only essential drivers and no third-party startup items. If the fault disappears in safe mode, it is caused by software, a driver or a startup item, and you can remove suspects one at a time. If it persists, it is hardware, firmware or a core system fault. On Windows, use the recovery options from the start menu or after failed starts; on Apple silicon Macs, hold the power button at start.
The value of safe mode is not that it fixes anything. It is that it divides the possible causes in half, in about five minutes, before you have spent an evening guessing.
Safety
Step by step
- Understand what a normal start loads.Firmware wakes the hardware, the boot loader finds the system, the system core starts, the full set of hardware drivers loads including graphics, background services start, and finally everything set to launch at login runs โ sync clients, printer helpers, security software, utilities.
- Understand what safe mode leaves out.Third-party drivers, most background services, and everything at login. It uses a basic graphics driver, which is why the display looks coarse and the resolution is wrong. That appearance is the mode working, not a fault.
- Start Windows in safe mode.From a working machine, hold Shift while choosing restart, then take the troubleshooting and startup settings route. From a machine that will not start, Windows offers recovery automatically after two or three failed starts, and the same options appear there.
- Start a Mac in safe mode.On Apple silicon, shut down, then hold the power button until startup options appear, select the startup disk, and hold Shift while choosing to continue in safe mode. On Intel Macs, hold Shift from the start chime until the login window. Safe mode also runs a check of the startup disk and clears some caches as it goes.
- Test the actual fault.Reproduce whatever the problem was: the crash, the freeze, the slowness, the pop-ups. Be specific โ a machine that feels fine in safe mode because nothing is running is not the same as the fault being absent.
- Draw the conclusion.Fault gone in safe mode: software, driver or startup item. Fault still present: hardware, firmware, or the core system. That single result determines everything you do next.
- Narrow it down from a clean start.If the fault is in software, restart normally and disable startup items in batches, or use the system's diagnostic startup with services disabled. Half the list at a time finds the culprit in a handful of restarts rather than dozens.
- Use safe mode to remove things that resist.It is the right environment for uninstalling a driver or security product that will not uninstall normally, removing malware that loads at start, and getting files off a machine that is otherwise unusable.
- Restart normally and confirm.Safe mode is left simply by restarting. On Windows, if you used the configuration tool to force it, undo that setting or the machine will keep starting in safe mode.
If it doesn't work
Machine is fine in safe mode and unusable normally
Cause: A startup item, third-party driver or security product โ Fix: Disable startup items in halves until the fault appears, then narrow within that half. Most faults are found within four or five restarts.
Crashes in safe mode too
Cause: Hardware or firmware โ Fix: Test memory, check drive health, check temperatures, and look for a firmware update. Do not reinstall the system yet; it will not help.
Screen looks wrong and the resolution will not change
Cause: The basic graphics driver, by design โ Fix: Expected. Do not try to fix it or install a driver from within safe mode unless that is the specific thing you came to do.
No network in safe mode
Cause: Networking is excluded from the standard variant โ Fix: Windows offers safe mode with networking as a separate option; Mac safe mode has limited networking. Use it if you need to download a driver, and be aware it loads slightly more.
Windows keeps starting in safe mode
Cause: The safe boot option was set in the system configuration tool and left set โ Fix: Open the configuration tool, clear the safe boot tick on the boot tab, and restart.
Questions people ask
Does safe mode fix anything by itself?
On a Mac, a little โ it verifies the startup disk and clears certain caches, which occasionally resolves a fault on its own. On Windows it is purely diagnostic. Either way, treat it as a test rather than a repair.
Can I use the machine normally in safe mode?
Enough to copy files off, uninstall something, or run a scan. Not for real work โ printing, sound, graphics and many applications will not function.
Is safe mode useful for malware?
Yes, for removal, because most things that load at start are excluded. Run a reputable scanner from safe mode when a normal scan will not complete.