Table of Contents
What is the use of safe mode?
Types of safe modes (and when to use them)
How to Boot into Safe Mode
Method 1: From Settings
Method 5: Configure the application from the system
Method 6: From Command Prompt or PowerShell
Method 7: From a bootable USB drive
Fix: Unable to log in and access the desktop in Safe Mode
Fix: Windows won’t boot in Safe Mode
Method 1: Use a system restore point
Method 2: Use the DISM command to restore system health
Home Common Problem How to boot into safe mode in Windows 11

How to boot into safe mode in Windows 11

Apr 13, 2023 pm 08:46 PM
safe mode command prompt restore point

What is the use of safe mode?

Simply put, safe mode is a system state that removes all unnecessary drivers and applications that may interfere with the system and loads only those components that the system cannot live without. In most cases, you'll boot into Safe Mode if you want to troubleshoot malware, network, performance, or startup-related issues. Since there aren't many features running in the background, it's easier to narrow down and determine what's causing problems with your system in a Safe Mode environment.

Types of safe modes (and when to use them)

There are three types of safe modes. Let’s take a look at them and see when you should choose them.

Safety Mode: This is the most basic type. It allows you to start Windows with the minimum required drivers and services.

Safe Mode with Networking: This type is similar to the basic Safe Mode type, but adds the ability to access the Internet and share files and folders on the network.

Safe Mode with Command Prompt: This is a fairly advanced type of safe mode that allows using the Command Prompt terminal and making important changes to the system.

How to Boot into Safe Mode

Now that you know what Safe Mode is, let’s jump into the methods that allow you to boot into it.

Method 1: From Settings

Press Win I to open the Windows Settings app. Select System from the left pane.

How to boot into safe mode in Windows 11

Then scroll down on the right side and select Recovery.

How to boot into safe mode in Windows 11-2

Now click Restart Now next to Advanced Startup.

How to boot into safe mode in Windows 11-3

#This will start the Windows Recovery Environment. Here, click

Troubleshoot.

How to boot into safe mode in Windows 11-11-1

Then click

Advanced Options.

How to boot into safe mode in Windows 11-12-1

Click

to start settings.

How to boot into safe mode in Windows 11-13

Click

Restart.

How to boot into safe mode in Windows 11-14

Then select from the three safe mode options by pressing the corresponding number.

How to boot into safe mode in Windows 11-15

#Your computer will now boot in safe mode. This can be seen from the words "Safe Mode" in the four corners of the screen.

How to boot into safe mode in Windows 11-16

Method 2: From the Login Screen

This is a fairly simple way to boot into Safe Mode. To do this, you must be on the login screen. If not, press

Win L. Once you get to the login screen, click the power button.

How to boot into safe mode in Windows 11-48

Then hold down the

Shift key and select Restart.

How to boot into safe mode in Windows 11-49

# After restarting, follow the steps given in the previous method to boot into safe mode.

Method 3: From the Start Menu

This is another easy way to boot into Safe Mode, similar to the previous method. To do this, press

Start and click the power button in the lower right corner.

How to boot into safe mode in Windows 11-6

Then hold down the

Shift key and click Restart.

How to boot into safe mode in Windows 11-7

After restarting, follow the steps given in the first method to boot into Safe Mode

Method 4: From a Blank Screen

If you encounter a black screen and aren't sure what to do, here's how to boot into Safe Mode to resolve the issue.

Step 1 -Press and hold the power button to turn off the device.

Step 2 -Press the power button again and turn on your device.

Step 3 - Once you see the first signs of Windows turning back on (most likely when you see the manufacturer's logo), hold down the power button again to turn it off . Then reopen it.

Repeat this process three times.

After three failed boot attempts, Windows will restart and enter automatic repair. Automatic repair mode is triggered whenever Windows fails to start properly.

How to boot into safe mode in Windows 11-8

On the first screen, select Advanced Options.

How to boot into safe mode in Windows 11-10

This will open the Windows Repair Environment. On the first screen, click Troubleshoot.

How to boot into safe mode in Windows 11-11-1

Then select Advanced Options.

How to boot into safe mode in Windows 11-12-1

Click Start Settings.

How to boot into safe mode in Windows 11-13

Click Restart.

How to boot into safe mode in Windows 11-14

#After your device restarts, you will see a list of options, including three options for Safe Mode. Select the one you want by pressing the corresponding key.

How to boot into safe mode in Windows 11-15

Method 5: Configure the application from the system

Users can also choose to boot into safe mode through the legacy MSConfig application. The operation method is as follows:

Press "Start", type msconfig, and then click "System Configuration".

How to boot into safe mode in Windows 11-17

Go to the Bootstrap tab.

How to boot into safe mode in Windows 11-50

Under Startup Options, select Safe Boot.

How to boot into safe mode in Windows 11-19

#Then select from the options provided.

"Minimum" is the basic security mode; "Alternate shell" is the security mode with command prompt; "Network" is the security mode with network.

You will see another special safe mode option - "Active Directory Repair". This option boots into Directory Services Restore Mode (DSRM) safe mode, allowing administrators to repair and recover the Active Directory database or add new data to the directory. However, for most users, this option won't be of much help. So, stick with the three main security modes.

How to boot into safe mode in Windows 11-20

#After selecting the safe boot option, click OK.

How to boot into safe mode in Windows 11-42

Then restart the computer.

But please note that if you do not undo these changes, your computer will always boot into the selected safe mode. So, once you have resolved the issue, go back to the System Configuration app and uncheck the Secure Boot option.

Method 6: From Command Prompt or PowerShell

Command terminals such as Command Prompt and PowerShell also allow you to boot into Safe Mode. For demonstration purposes, we use the former. Here's how to do it:

Press Start, type cmd, then right-click Command Prompt and select Run as administrator .

How to boot into safe mode in Windows 11-21

Now type the following command:

bcdedit /set {bootmgr} displaybootmenu yes

How to boot into safe mode in Windows 11-22

Then press Enter.

How to boot into safe mode in Windows 11-23

Now, to restart your computer, type the following command:

shutdown /r /t 0

How to boot into safe mode in Windows 11-24

Press Enter.

After the computer restarts, Windows Startup Manager will appear. Press F8 to enter the "Startup Settings" menu.

How to boot into safe mode in Windows 11-25

Now select option 4-6 to boot into safe mode.

How to boot into safe mode in Windows 11-26

After troubleshooting, in order to boot normally, open the command prompt again, but this time enter the following command:

bcdedit /set {bootmgr } displaybootmenu no

How to boot into safe mode in Windows 11-27

#Press Enter.

How to boot into safe mode in Windows 11-28

Method 7: From a bootable USB drive

Windows can also boot into Safe Mode with the help of a USB drive that contains the Windows 11 installer. We already have a full article on how to make a Windows 11 bootable USB in 4 easy steps, so be sure to check it out before continuing.

Once you have your bootable USB drive ready, you can boot your PC by:

Enter the Windows Recovery Environment (as shown in the previous method). Then click Troubleshoot.

How to boot into safe mode in Windows 11-11-1

Click Advanced Options.

How to boot into safe mode in Windows 11-12-1

Select UEFI Firmware Settings.

How to boot into safe mode in Windows 11-53-1

Then click Restart.

How to boot into safe mode in Windows 11-51

Now you will get a boot menu with the option to change boot device options. Note that this screen will vary depending on your PC manufacturer. Press the key that will lead you to the boot device options.

How to boot into safe mode in Windows 11-54-1

On the next screen, select your USB device.

How to boot into safe mode in Windows 11-52-1

Now, once the Windows Installer screen appears, click Next.

How to boot into safe mode in Windows 11-29

Then click

Repair Computer in the lower left corner.

How to boot into safe mode in Windows 11-30

Click

Troubleshooter.

How to boot into safe mode in Windows 11-31

On the next screen, click

Command Prompt.

How to boot into safe mode in Windows 11-32

After the command prompt opens, type the following command:

bcdedit /set {default} safeboot minimal

How to boot into safe mode in Windows 11-33

Press Enter.

Now close the command prompt. Then, on the next screen, click

Continue.

Your computer should now restart and boot into Safe Mode.

Method 9: From BIOS (Legacy BIOS only)

For those of you who have a fairly modern system with a UEFI BIOS and an SSD drive, this process will not work. The main reason for this is that in modern PCs you cannot press a key combination to interrupt the boot process.

However, for those computers that still use traditional BIOS and HDDs, the old BIOS hack still works. So, if your computer qualifies, here's what you can do:

Turn off your computer. Then press the power button to turn it on. There is a small window of opportunity between when your computer turns on and before you see the Windows logo (or the manufacturer's logo). During this time, press F8 repeatedly. If that doesn't work, try Shift F8.

This will interrupt the boot process and bring you to the Advanced Startup window. From there, you can select the option to boot into Safe Mode.

It’s worth reiterating that this option is only available on computers with slow-moving mechanical hard drives and older BIOSes. If you're not in that camp and have a modern PC, try the alternatives given above.

Can’t boot into Safe Mode in Windows 11? How to fix it

Okay, try these fixes.

Fix: Unable to log in and access the desktop in Safe Mode

If you are in a Safe Mode environment but cannot access the desktop because you cannot log in, this is usually because you are logging in using a Microsoft Credentials account, which Internet connection required.

However, since the basic safe mode option does not provide networking options, you must select the safe mode option that also allows networking. Here's how:

On the lock screen, click the Power icon.

how-to-How to boot into safe mode in Windows 11-100

Then press the Shift key and click Restart.

how-to-How to boot into safe mode in Windows 11-101

This will take you to the Windows Recovery Environment. Here, click Troubleshooting.

how-to-How to boot into safe mode in Windows 11-102

Then click Advanced Options.

how-to-How to boot into safe mode in Windows 11-103

Click Start Settings.

how-to-How to boot into safe mode in Windows 11-104

Click Restart.

how-to-How to boot into safe mode in Windows 11-105

Select option 5 – Press the number “5”Enable Safe Mode with Networking.

how-to-How to boot into safe mode in Windows 11-106

#Once you enter this new security mode type, log in using your Microsoft credentials.

Fix: Windows won’t boot in Safe Mode

If you can’t boot into Safe Mode, it’s usually a problem with corrupted system files. Here are a few ways to fix this issue:

Method 1: Use a system restore point

If you create a system restore point on Windows 11, it’s easy to restore to a system where your system files are not corrupted time point. To do this, press Start, type System Restore, and click Createrestore point.

how-to-How to boot into safe mode in Windows 11-107

This will open the System Properties window. Here, click System Restore.

how-to-How to boot into safe mode in Windows 11-108

Here, Windows will provide a "recommended restore" point. Click Next.

how-to-How to boot into safe mode in Windows 11-109

Alternatively, you can click to select a different restore point.

how-to-How to boot into safe mode in Windows 11-117

Here, select the event before which you want the system to recover. Then click "Next".

how-to-How to boot into safe mode in Windows 11-118

Click to complete.

how-to-How to boot into safe mode in Windows 11-110

When prompted, click Yes.

how-to-How to boot into safe mode in Windows 11-111

Wait for the system restore to complete. Once completed, you should be able to boot into Safe Mode using the method given in the tutorial above.

Method 2: Use the DISM command to restore system health

If you have not created a restore point, you can use Command Prompt to scan and repair the health of your system. Here's how to do it:

Press Start, type cmd, right-click on the command prompt and select Run as administrator.

How to boot into safe mode in Windows 11-21

Then, enter the following command:

dism /online /cleanup-image /scanhealth

how-to-How to boot into safe mode in Windows 11-112

Press Enter. Wait for the scan to complete.

how-to-How to boot into safe mode in Windows 11-113

Then enter the following command:

dism/ online /cleanup-image /checkhealth

how-to-How to boot into safe mode in Windows 11-114

Press Enter.

Finally, enter the following command:

dism /online /cleanup-image /restorehealth

how-to-How to boot into safe mode in Windows 11-115

##Press back car. Wait for the process to complete.

how-to-How to boot into safe mode in Windows 11-116

Any issues related to system files should now be resolved, allowing you to access Safe Mode via the method given above.

Windows 11 offers several ways to boot your PC into Safe Mode so that you can find out the cause of the problems plaguing it. Depending on your troubleshooting process, you can choose between Basic Safe Mode startup, Safe Mode with Command Prompt, and Safe Mode with Networking.

One thing most modern PCs can't do is enter safe mode using the BIOS. Windows 11 has a fast startup process that is not interrupted by any key combination. Fortunately, the methods given above will get you into safe mode no matter where you start.

The above is the detailed content of How to boot into safe mode in Windows 11. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
Two Point Museum: All Exhibits And Where To Find Them
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Error code 22: How to fix graphics device driver Try updating graphics driver or clearing CMOS Error code 22: How to fix graphics device driver Try updating graphics driver or clearing CMOS May 19, 2023 pm 01:43 PM

What does graphics device error code 22 mean and what causes it? When you encounter error code 22, you will always see the error message This device is disabled. (Code 22). You can view more details about this graphics device driver error code 22 by going to the Device Status area in the device properties. We also discussed Error code 11 in Windows 43. You can also check out our guide on how to fix graphics device error code 31 on your PC. Device is actually disabled: The device in question may throw you this error code 22 and is actually disabled. There are driver issues: Incompatible or corrupted driver files can also cause multiple issues with the device program. Drivers are not the most

How to remove graphics card driver in safe mode How to remove graphics card driver in safe mode Feb 20, 2024 am 11:57 AM

How to uninstall the graphics card driver in safe mode With the continuous development of technology, computers have become one of the indispensable tools in people's lives and work. In the process of daily use of computers, netizens often encounter various problems, among which graphics card driver problems are a relatively common one. When there is a problem with the graphics card driver, sometimes we need to uninstall the driver in safe mode. This article will introduce the steps on how to uninstall the graphics card driver in safe mode. What is safe mode? Safe mode is a special mode used to repair and resolve computer problems. When electricity

d3dx11_43.dll not found: fix in 5 steps d3dx11_43.dll not found: fix in 5 steps May 20, 2023 am 11:25 AM

Most Windows users who don't understand the complexities often encounter errors and find themselves in tricky situations. But most of them are easy to fix, especially if the DLL file is not found. d3dx11_43.dll is one such file that usually causes errors. A DLL is part of the DirectX library used by particularly graphics-intensive applications such as games. Users often find d11dx43_5.dll missing in Need for Speed: The Run and Grand Theft Auto 3. Let us know about the problem and the solution that has worked for others! Why can't I find d3dx11_43.dll? Here are a few reasons why DLL files are lost: Improper program installation: The most common reason why a DLL is not found is that

How to install GitHub Desktop on Windows 11 or 10? How to install GitHub Desktop on Windows 11 or 10? May 25, 2023 pm 03:51 PM

Step 1: Download GitHubDesktop If you don’t want to use the command line to install GitHubDesktop, you can download it manually from the official website. Visit the link and use the "Download for Windows 64-bit" button to get the executable installation file on your system. When you click on it, a popup will appear to save the GitHubDesktopSetup-x64.exe file. Step 2: Install GitHub Desktop on Windows 11 or 10 After completing the download process, the installation file will be on your system. Double-click it to start the installation process of GitHubDesktop. Wait a few seconds, the system will automatically

How to fix 'Windows Resource Protection found corrupt files but was unable to repair some of them' on Windows 11 or 10 How to fix 'Windows Resource Protection found corrupt files but was unable to repair some of them' on Windows 11 or 10 Jun 03, 2023 pm 03:29 PM

Click to enter: ChatGPT Tool Plug-in Navigation What is CSRC scanning? System File Checker is a Windows utility that helps repair corrupted system files and registry keys. The scan is launched from the Terminal application and can check the authenticity of files and repair corrupted files by replacing them with functional files from the source. The SFC utility does the job effortlessly. All you have to do is open a command prompt, enter the SFC /scannow command, and let the utility fix the problem on its own. In most cases, this is a quick and easy process. However, there are situations where corrupted system files cannot be repaired. In these cases, you may see the error message "W

How to solve the problem that Win11 cannot start and enter safe mode How to solve the problem that Win11 cannot start and enter safe mode Jan 02, 2024 pm 05:05 PM

Many times, we can solve the problem of win11 blue screen by entering safe mode. However, because some friends are not familiar with the system and computer, they don’t know how to enter safe mode when the blue screen fails to boot. In fact, we can enter through the power button. Let’s take a look below. How to enter safe mode when Windows 11 fails to boot with a blue screen. Method 1: 1. First, we continuously use the computer’s power button (power on button) to restart the system. 2. After three consecutive operations or more, the computer will enter the system repair option. 3. Select "Troubleshooting", enter the troubleshooting and then enter "Advanced Options" 4. Find "Startup Settings" in "Advanced Options" and enter it, then select "Restart" 5. After that, you can press according to the prompts "F4

Solution: Deal with the black screen problem of Windows 10 system that cannot enter safe mode Solution: Deal with the black screen problem of Windows 10 system that cannot enter safe mode Jan 09, 2024 am 09:58 AM

When we use the win10 operating system, in some cases we may encounter a black screen on our win10 operating system and be unable to enter the safe mode of the system. Regarding this problem, the editor thinks that it may be because the compatibility of our computer is not very good, or there is a problem with the computer driver, resulting in a black screen and the inability to enter safe mode. So for the specific solution steps, let’s take a look at what the editor did~ What to do if the Windows 10 system has a black screen and cannot enter safe mode. Method 1: 1. Turn on the system and long press the power button to turn it off and then turn it on again. Repeat about three times. 2. When you see the Advanced Options interface, click Advanced Options--"Troubleshooting--"Advanced Options--"Command Prompt. 3. Enter in the prompt: C: ※definite

How to automatically skip the power-on password in win10 safe mode How to automatically skip the power-on password in win10 safe mode Dec 28, 2023 pm 06:57 PM

When many users use computers, they often encounter the problem of directly skipping the power-on password in the boot mode and leaving it untouched. This has caused a lot of trouble to users. It is actually not difficult to solve. Let’s take a look at the win10 security mode. Skip the power-on password. Unable to enter win10 safe mode: 1. Many users are stuck before entering the desktop and there is no password interface. 2. We can force shutdown three to four times. Then the startup settings page will appear and select "Enable Safe Mode". 3. Right-click "Start" and click "Run". 4. Enter "msconfig" in the run window. 5. Click "General" and select "Normal startup". 6. Successfully enter the password interface.