Earlier versions of Windows have allowed booting into Safe Mode in case Windows couldn’t normally boot or had crashed. This was something helpful but was replaced with Automatic repair eventually which isn’t all that great, to be honest. First, it only kicks in if your Windows has failed to boot multiple times, and sometimes it just won’t. Even if it does, it might get stuck itself and there’s no way you can know that since all you see is some text and a loading animation. Fortunately, Safe Mode itself hasn’t been removed from Windows. You can force Safe Mode in Windows 10 and manually take care of problems preventing it from booting.

To force safe mode in Windows, you will need a bootable Windows media. You can access the command prompt using it unless the feature has been disabled on your media in which case you’d have to create another one using another PC or borrow one from a friend. With access to the Command Prompt, you can force Windows to boot into safe mode. We’ll show you how but first you should know that these changes are permanent. This will force Windows to always boot into safe mode unless you disable it again. Of course, we’ll also show you how to do that.

Forcing Safe Mode in Windows 10 & 11

  1. Use your installation media to boot up your computer and press Shift + F10 on your keyboard when you see the first Setup screen. This is before you click Next or anything else. How To Force Safe Mode In Windows 10
  2. When in the command prompt, enter the command given below to see your current boot info.
    bcdedit
  3. At the bottom of the boot info, you’ll find a section (or multiple sections) named Windows Boot Loader. Look for one that lists partition=C: in front of device and take note of the identifier. As you can see in the screenshot below, it’s {current} for me because I’m logged into my PC but for you, it could be {default} or anything else. How To Force Safe Mode In Windows 10
  4. Even if you edit the wrong bootloader you have nothing to worry about. It won’t break much on your system as you can always revert the changes later. Just remember that you can make changes to the bootloader using the identifier. With that in mind, use either of the commands below depending on your requirements. Replace {identifier} with your boot loader’s identifier.
    bcdedit /set {identifier} safeboot network

    or

    bcdedit /set {identifier} safeboot minimal

    safeboot network lets you use the Internet inside the Safe mode while the other won’t. 

  5. Now reboot your Windows machine without the installation media. It should boot into safe mode without any warning or prompt.
  6. To disable Safe Mode again, run the command prompt as administrator from within the safe mode. You can also use the installation media again to access the command prompt, whichever method you prefer.
  7. Use the following command now to disable safe mode.
    bcdedit /deletevalue {identifier} safeboot

    Note that if you use the command prompt from within the safe mode the identifier is changed to {current} instead of {default}.

Was this Article helpful?
YesNo