how to exit safe mode windows 11

how to exit safe mode windows 11

4 weeks ago 4
Nature

To exit Safe Mode in Windows 11, the easiest way is to simply restart your computer normally. This should take you out of Safe Mode unless it was set to persist. If restarting doesn't work, use the System Configuration tool (msconfig) to disable Safe Boot:

  1. Press Win + R, type msconfig, and press Enter.
  2. Go to the Boot tab.
  3. Uncheck the "Safe boot" option under Boot options.
  4. Click Apply and OK.
  5. Restart your PC.

If still stuck, you can use Command Prompt as administrator and run the command:

bcdedit /deletevalue {default} safeboot

Then restart the PC. This removes the Safe Mode boot setting at the system level. In brief, the main methods are:

  • Restart normally.
  • Disable Safe Boot in msconfig.
  • Use bcdedit command to remove Safe Mode boot option.

This will exit Safe Mode and boot Windows 11 in normal mode.

Read Entire Article