Restarting usually exits Windows 10 Safe Mode; if it loops back, clear Safe boot in System Configuration and restart.
A Windows 10 PC stuck with black desktop corners, large icons, and limited drivers is usually not broken. Knowing how to exit safe mode on Windows 10 comes down to one switch: restart normally first, then clear Safe boot if Windows loops back.
Use a plain restart if you entered Safe Mode from Startup Settings. Use System Configuration when every reboot lands back in Safe Mode. Use Command Prompt only when msconfig is blocked or a BCDEdit command forced the boot setting.
Try A Normal Restart First
Windows 10 Safe Mode is often a one-session startup choice, so a normal restart can return Windows to the regular desktop. Start here because it changes nothing in your boot settings.
- Select Start, then select the Power button.
- Select Restart.
- Sign in after the PC restarts.
The desktop should load without the words “Safe Mode” in the screen corners, and your normal display, sound, Wi-Fi, and startup apps should return. If the PC comes back to Safe Mode again, the boot setting is probably pinned in System Configuration.
Leaving Safe Mode On Windows 10 When It Loops Back
System Configuration fixes the common Safe Mode loop by removing the saved boot instruction. The setting to change is Safe boot on the Boot tab.
- Press Windows + R to open Run.
- Type
msconfigin the Open box, then select OK. - Select the Boot tab.
- Under Boot options, clear Safe boot.
- Select OK, then restart the PC when Windows asks.
Microsoft lists the same Windows + R, msconfig, Boot, and Safe boot path in its Windows Startup Settings instructions. After the restart, the Safe Mode labels should be gone and Windows 10 should load with the regular desktop.
| What You See | Exit Move | What It Means |
|---|---|---|
| Safe Mode appeared only once after using Startup Settings | Restart from Start > Power > Restart | The startup choice was temporary |
| Safe Mode returns after every restart | Clear Safe boot in msconfig | System Configuration saved the Safe Mode boot flag |
| Safe boot is checked under the Boot tab | Clear the box, select OK, and restart | Windows is being told to boot into Safe Mode |
| Safe boot is already clear | Restart once, then inspect BCDEdit only if the loop remains | The loop may come from boot configuration data |
| You used a command to force Safe Mode | Remove the safeboot value with Command Prompt |
BCDEdit may be holding the setting |
| You cannot sign in with a PIN | Use the account password, then clear Safe boot | Safe Mode may not load every sign-in helper |
| BitLocker asks for a recovery code | Enter the BitLocker recovery code before changing recovery settings | Encrypted drives can require proof before repair tools open |
Why Does Windows 10 Stay In Safe Mode?
Windows 10 stays in Safe Mode when a boot option keeps telling the PC to load only limited drivers and services. A normal restart cannot beat a saved Safe boot instruction.
The loop usually comes from one of three places:
- System Configuration:Safe boot stayed checked after troubleshooting.
- BCDEdit: a command added a
safebootvalue to the current boot entry. - Recovery startup: the PC was sent back through Startup Settings after a failed boot.
Do not change random boxes in msconfig. The fix is narrow: remove the Safe Mode instruction, restart, and leave the rest of the startup settings alone.
Use Command Prompt If BCDEdit Forced Safe Mode
Command Prompt is for the rarer case where a boot command caused the loop. BCDEdit edits boot configuration data, so run only the command that removes the Safe Mode value.
- Select Start, type
cmd, then right-click Command Prompt. - Select Run as administrator.
- Type
bcdedit /deletevalue {current} safeboot, then press Enter. - Restart from Start > Power > Restart.
If Windows says the entry is not valid and you know the default boot entry was edited, use bcdedit /deletevalue {default} safeboot instead. The PC should stop loading the Safe Mode desktop after the restart.
What If You Cannot Sign In?
Safe Mode can block the sign-in method you use every day, especially when the PC normally uses a PIN, fingerprint, or face sign-in. Try the account password before changing recovery settings.
Use the password for the Microsoft account or local account shown on the sign-in screen. Select the network icon only if you need internet for a Microsoft account sign-in, and make sure the keyboard layout matches your password.
If sign-in still fails and the PC is trapped in Safe Mode, use the power button on the sign-in screen while holding Shift, then select Restart. From recovery, go to Troubleshoot > Advanced options > Command Prompt, then remove the safeboot value from the boot entry. The next boot should return to the regular sign-in screen.
| After Exiting Safe Mode | Likely Cause | Next Move |
|---|---|---|
| Wi-Fi is back but one app still fails | The app, not Safe Mode, is the remaining problem | Repair, update, or reinstall that app |
| Display looks stretched | The graphics driver did not reload correctly | Restart once more, then update the display driver |
| PC restarts into recovery | Windows is still failing during normal startup | Use Startup Repair from recovery |
| Password works but PIN does not | Windows Hello needs to refresh after limited startup | Sign in with the password, then reset the PIN in settings |
| Safe Mode labels remain after msconfig | A BCDEdit value may still be present | Run the bcdedit /deletevalue command as administrator |
Use This Exit Sequence
The move to use is the one that matches the screen in front of you. Work down this list and stop after the first step that returns Windows 10 to the normal desktop.
- Restart once: select Start > Power > Restart.
- Clear System Configuration: press Windows + R, type
msconfig, open Boot, clear Safe boot, select OK, and restart. - Remove the boot command: open Command Prompt as administrator, run
bcdedit /deletevalue {current} safeboot, and restart.
After Windows 10 loads normally, leave Safe boot unchecked. Safe Mode should be used only for the repair session that needs it, then turned off before regular work resumes.
References & Sources
- Microsoft Support.“Windows Startup Settings.”Verifies the Windows 10 Safe Mode restart advice and the System Configuration path for clearing Safe boot.
