how to get computer out of safe mode
To get a computer out of Safe Mode, usually you just need to restart it, but if it keeps booting into Safe Mode you must change a boot setting first.
Quick Scoop
- Most of the time: a normal restart exits Safe Mode.
- If it is âstuckâ in Safe Mode, you probably have âSafe bootâ turned on in System Configuration (msconfig) or a safeboot option set in the bootloader.
- You can fix this in a few clicks from inside Windows, or with a command if needed.
Fast fix (Windows 10/11 when desktop works)
- Press Windows + R , type
msconfig, and press Enter.
- Go to the Boot tab.
- If Safe boot is checked, uncheck it.
- Make sure Normal startup is selected on the General tab (if available).
- Click OK and then Restart when prompted.
Your computer should now start normally instead of Safe Mode.
If restart alone doesnât work
Try these, in order:
- Use Command Prompt (advanced users)
- Open an administrator Command Prompt (e.g., rightâclick Start > Command Prompt (Admin) or Windows Terminal (Admin)).
* Run:
* `bcdedit /deletevalue {current} safeboot` (or `{default}` on some systems).
* Restart the PC.
- Shift + Restart method
- Hold Shift and click Restart from the power menu (Start menu or signâin screen).
* Choose **Troubleshoot** > **Advanced options** > **Startup Settings** > **Restart**.
* On the options screen, press **Enter** to start Windows normally.
If you are totally stuck in a loop
If every boot still lands in Safe Mode:
- Reâopen msconfig from Safe Mode and confirm Safe boot is unchecked, then restart again.
- Run the
bcdeditcommand listed above from an admin Command Prompt in Safe Mode and reboot.
- If none of that helps, there may be a deeper Windows or disk issue; at that point, repair options like Startup Repair or a technician visit are often needed.
Extra notes
- These steps apply mainly to Windows 10 and 11 , but the same msconfig idea works on older Windows too.
- On Macs and Android phones , Safe Mode is disabled differently (usually just a normal restart or specific key/button combinations).
Information gathered from public forums or data available on the internet and portrayed here.