How to Exit Safe Mode in Windows 11 (Stuck? Fix It Fast)

Safe Mode loads Windows 11 with only the essential drivers and services. You use it to troubleshoot driver conflicts, software crashes, or startup problems. Once you fix the issue, you need to exit Safe Mode and return to normal mode.

exit safe mode windows 11

Most users exit Safe Mode with a simple restart. Some PCs stay stuck because a setting locks Safe Mode permanently. This guide covers every method to exit Safe Mode, including the fix for when nothing else works.

Exit Safe Mode With a Restart

If you entered Safe Mode through the Power menu (Shift + Restart) or the Advanced Startup option in Settings, a normal restart usually fixes it.

  1. Open Start.
  2. Click the Power button.
  3. Select Restart.

Windows 11 restarts and boots into normal mode. If the desktop still shows the Safe Mode watermark in the corners, move to the next method.

Exit Safe Mode Using MSConfig

If you enabled Safe Mode through System Configuration (msconfig), a restart alone won’t remove it. You need to disable the Safe Boot option manually.

  1. Press Win + R, type msconfig, and press Enter.
  2. Click the Boot tab.
  3. Clear the Safe boot checkbox under Boot options.
Exit Safe Mode Using MSConfig
  1. Click Apply, then click OK.
  2. Restart your computer.

Windows 11 boots normally once you restart. If you’re stuck in a command prompt only version of Safe Mode, type msconfig directly in that prompt to open System Configuration and follow the same steps.

Exit Safe Mode Using Command Prompt (BCDEdit)

If you changed Boot Configuration Data (BCD) settings using BCDEdit, you need to reverse that command to exit Safe Mode.

  1. Open Start.
  2. Search for Command Prompt, right-click the top result, and select Run as administrator.
  3. Type this command and press Enter:
bcdedit /deletevalue {default} safeboot
  1. Restart your computer.

The system removes the Safe Mode flag and starts normally on the next boot.

PIN Setup Error Stuck in Safe Mode? Here’s the Fix

Some users hit a specific problem after enabling Make all boot settings permanent in MSConfig while Safe Boot (without networking) stays active. After a restart, the sign-in screen shows the error “Something happened, and your PIN isn’t available. Click to set up your PIN again.”

Clicking Set up my PIN fails because Safe Mode without networking blocks the internet connection the setup process needs. This leaves you locked out with no normal way to exit Safe Mode. This issue has been reported on Windows 11 24H2 builds, so it isn’t an isolated case.

Fix Using Windows Recovery Environment (WinRE)

When MSConfig and the PIN setup both fail, use WinRE to run the BCDEdit command outside the broken environment.

  1. Force the PC into recovery mode by interrupting startup. Turn the device off and on two or three times right as Windows starts to load.
  2. Once WinRE loads, open Command Prompt from the recovery menu.
  3. Run the same command:
bcdedit /deletevalue {default} safeboot
  1. Restart the system and let it boot normally.

This command clears the Safe Mode restriction directly from the boot configuration, even when the desktop environment itself is unreachable.

Exit Safe Mode From System Recovery Options

You can also reach the same Command Prompt environment through Settings instead of forcing a recovery boot.

  1. Go to Settings > System > Recovery.
  2. Under Advanced startup, click Restart now.
  3. Navigate to Troubleshoot > Advanced options > Command Prompt.
  4. Type the following command and press Enter:
bcdedit /deletevalue {current} safeboot/
  1. Type exit, press Enter, then select Continue to reboot.

If your PC can’t reach Settings because it’s stuck in a command prompt only Safe Mode, boot from a Windows 11 installation USB and access the same recovery options from there.

Quick Checklist

Use this order when troubleshooting:

  • Restart normally first. This fixes most cases.
  • Check MSConfig and uncheck Safe boot if the restart doesn’t work.
  • Use the BCDEdit command from an administrator Command Prompt if you changed boot settings manually.
  • Use WinRE or a recovery USB when the desktop and Command Prompt are both unreachable.

How to Tell You’re Still in Safe Mode

Windows 11 displays “Safe Mode” watermarks in all four corners of the desktop. If you only see a black screen with a command prompt and no desktop, you’re in the networkless command-line version of Safe Mode, and you’ll need the MSConfig-from-prompt or WinRE method above.

Why BCDEdit Sometimes Fails

If the bcdedit /deletevalue {default} safeboot command returns an error, try the {current} identifier instead, since the active boot entry isn’t always labeled as default:

bcdedit /deletevalue {current} safeboot

Running the command from WinRE instead of a normal Command Prompt session also resolves most failures, since WinRE has direct access to the boot configuration store.

Related Guides

Leave a Comment

Comments

No comments yet. Why don’t you start the discussion?

    Leave a Reply