If you’re facing persistent crashes, blue screens, or stubborn malware, learning how to open pc in safe mode is an essential first step. Starting your computer in Safe Mode is a fundamental troubleshooting step for isolating software conflicts. This guide provides clear, step-by-step instructions for every modern version of Windows.
Safe Mode starts Windows with a minimal set of drivers and services. Only the core components needed to run the operating system are loaded. This stripped-down environment helps you diagnose problems, remove problematic software, and fix system errors that prevent normal startup.
How To Open Pc In Safe Mode
There are several reliable methods to access Safe Mode, and the best one depends on whether your computer can boot normally or not. We will cover all primary techniques, from the simplest to the more advanced.
Method 1: From The Settings App (Windows 10 And 11)
This is the most straightforward method if your PC is currently running and you can log into Windows. It uses the modern recovery environment built into the system settings.
- Click the Start button and select the Settings gear icon.
- Navigate to “System” and then click on “Recovery” from the right-hand menu.
- Under the “Advanced startup” section, click the “Restart now” button.
- Your PC will reboot into the Windows Recovery Environment (WinRE).
- On the “Choose an option” screen, select “Troubleshoot”.
- Next, choose “Advanced options”.
- Click on “Startup Settings”.
- Finally, click the “Restart” button.
- After your PC restarts again, you will see a list of options. Press the number key corresponding to “Enable Safe Mode” (usually 4 or F4). For Safe Mode with Networking, press 5 or F5.
Method 2: Using The Shift + Restart Command
This is a quick alternative that also leads to the Windows Recovery Environment. It’s perfect when you’re already at the login screen but don’t want to enter Windows fully.
- From the Windows sign-in screen, hold down the Shift key on your keyboard.
- While holding Shift, click the Power icon in the bottom-right corner and select “Restart”.
- Continue holding the Shift key until the blue “Choose an option” screen appears.
- From here, follow the same path: Troubleshoot > Advanced options > Startup Settings > Restart.
- Select the appropriate Safe Mode option by pressing the corresponding number key.
Method 3: Via System Configuration (MSConfig)
The System Configuration tool, known as MSConfig, allows you to force a Safe Mode boot on your next restart. A crucial warning: your computer will continue to boot into Safe Mode every time until you return to MSConfig and uncheck this option.
- Press the Windows key + R to open the Run dialog box.
- Type “msconfig” and press Enter or click OK.
- In the System Configuration window, go to the “Boot” tab.
- Under “Boot options”, check the box for “Safe boot”.
- You can choose the type of Safe Mode here: Minimal is standard Safe Mode, “Alternate shell” is Safe Mode with Command Prompt, and “Network” adds network drivers.
- Click “Apply” and then “OK”.
- You will be prompted to restart your computer immediately or exit without restart. Choose “Restart” to boot directly into Safe Mode.
Remember to reverse these steps after troubleshooting. Boot normally, open MSConfig again, go to the Boot tab, and uncheck “Safe boot” before clicking Apply and OK.
Method 4: From A Blank Or Black Screen
If Windows fails to start normally and you see a black screen or an error, you can still often trigger the recovery environment by interrupting the startup process three times in a row.
- Press and hold your PC’s physical power button for about 10 seconds to turn it off completely.
- Press the power button to turn it on again.
- As soon as you see the Windows logo or any spinning dots, press and hold the power button again for 10 seconds to force another shutdown.
- Repeat this process one more time: power on, then force power off during startup.
- On the fourth power-on, Windows should automatically enter the Windows Recovery Environment.
- From the “Choose an option” screen, proceed to Troubleshoot > Advanced options > Startup Settings > Restart.
- Select your desired Safe Mode option.
Method 5: Using A Windows Installation Media Or Recovery Drive
If none of the above methods work, you can use external media. This requires a USB flash drive with Windows installation files or a system recovery drive you created earlier.
- Insert the USB drive and boot your PC from it. You may need to change the boot order in your BIOS/UEFI settings.
- On the Windows Setup screen, select your language and click “Next”.
- Click “Repair your computer” in the bottom-left corner instead of “Install now”.
- This will launch the WinRE. Choose “Troubleshoot” > “Advanced options”.
- Here, you have two main paths: You can select “Startup Settings” to restart into the Safe Mode menu, or you can open “Command Prompt” for advanced recovery commands.
Different Types Of Safe Mode
When you reach the Startup Settings menu, you’ll see three primary Safe Mode variations. Choosing the right one depends on your specific troubleshooting needs.
Safe Mode (Minimal)
This is the standard and most commonly used option. It loads the absolute minimum set of drivers and services required to run Windows. Graphical interface is available, but many features are disabled.
- Uses the basic VGA display driver, so visuals may appear at a low resolution.
- No network or internet connectivity.
- Prevents most third-party software and drivers from loading.
- Ideal for diagnosing software conflicts and removing recently installed programs.
Safe Mode With Networking
This option includes all the features of standard Safe Mode but adds the necessary drivers and services to enable network and internet connectivity.
- Essential for downloading driver updates, antivirus definitions, or remote assistance tools.
- Useful if you suspect a malware infection that requires online scanning tools.
- Allows access to network resources and the internet for research while troubleshooting.
Safe Mode With Command Prompt
This version boots directly into the Command Prompt window instead of the normal Windows desktop. It is designed for advanced users who need to execute text-based commands.
- No graphical desktop interface is loaded.
- Required for running specific repair commands like DISM or SFC.
- Useful for advanced malware removal or system file repair when the GUI is corrupted.
- To exit, you can type “exit” and press Enter, but you’ll usually need to restart your PC.
What To Do Once You Are In Safe Mode
Booting into Safe Mode is only half the battle. The next step is to use this clean environment to identify and fix the problem causing your system instability.
Run System Diagnostics And Repair
Safe Mode is the perfect place to run built-in Windows repair tools without interference.
- Open Command Prompt (you can search for it from the Start menu in Safe Mode with Networking or Minimal).
- To check for and repair corrupt system files, type:
sfc /scannowand press Enter. - For more serious image corruption, you can run the Deployment Image Servicing and Management tool by typing:
DISM /Online /Cleanup-Image /RestoreHealth. - You can also use the built-in “Startup Repair” tool from the Advanced Options menu in WinRE.
Uninstall Recent Software Or Updates
If your problems started after installing a new program or a Windows update, you can remove it here.
- Press Windows key + X and select “Apps and Features” or “Programs and Features”.
- Sort the list by “Install date” to see the most recent additions.
- Select the suspicious program and click “Uninstall”. Follow the prompts.
- To remove a Windows Update, go to Settings > Windows Update > Update history > Uninstall updates. Look for recent quality updates or feature updates to remove.
Roll Back Or Update Device Drivers
Faulty drivers, especially for graphics cards or chipsets, are a common cause of boot failures.
- To roll back a driver: Right-click the Start button, select “Device Manager”. Find the problematic device (often under Display adapters), right-click it, choose “Properties”, go to the “Driver” tab, and select “Roll Back Driver” if available.
- To update a driver: In Safe Mode with Networking, you can right-click the device in Device Manager and select “Update driver”. Choose “Search automatically for updated driver software”.
Perform A Malware Scan
Many sophisticated malware programs can hide or disable themselves when Windows runs in normal mode. Safe Mode prevents them from loading, making them easier to find and remove.
- If you have an antivirus program installed, open it and run a full system scan.
- If you don’t have one, you can download and run a reputable malware removal tool like Malwarebytes in Safe Mode with Networking.
- Allow the scan to complete and follow its instructions to quarantine or remove any detected threats.
Create A New User Account
Sometimes, corruption is isolated to your user profile. Creating a new account can test this theory.
- Go to Settings > Accounts > Family & other users.
- Under “Other users”, click “Add account”.
- Follow the prompts to create a new local administrator account.
- Restart your PC normally and log into the new account. If the problem is gone, your original user profile is likely damaged.
Exiting Safe Mode
Leaving Safe Mode is typically straightforward, but the process depends on how you entered it.
Standard Exit (For Most Methods)
If you used the Settings, Shift+Restart, or forced shutdown methods, simply restart your computer as you normally would.
- Click the Start button.
- Select the Power icon.
- Choose “Restart”. Do not select “Shut down” and then power on, as some systems may retain the last boot configuration.
- Your PC should boot back into normal Windows mode automatically.
Exiting When Using MSConfig
This is the critical exception. If you used the System Configuration tool, you must disable the Safe boot option before restarting.
- While still in Safe Mode, press Windows key + R, type “msconfig”, and press Enter.
- Go to the “Boot” tab.
- Uncheck the “Safe boot” checkbox.
- Click “Apply” and then “OK”.
- You will be prompted to restart. Click “Restart” to boot normally.
Failing to do this will result in your PC being stuck in a Safe Mode boot loop, which is a common mistake.
Frequently Asked Questions
What Is The Difference Between Safe Mode And Normal Mode?
Normal Mode starts Windows with all configured drivers, startup programs, and services. Safe Mode loads only the core, Microsoft-verified drivers and services essential for operation, skipping almost all third-party software. This minimalism is what makes it a powerful diagnostic tool.
Can I Access The Internet In Safe Mode?
You can only access the internet if you specifically select “Safe Mode with Networking” from the Startup Settings menu. The standard “Safe Mode” option does not load network drivers, so you will have no internet or local network access in that mode.
Why Would My Computer Automatically Boot Into Safe Mode?
If your PC boots into Safe Mode without you selecting it, the most likely cause is that the “Safe boot” option is still checked in the System Configuration (MSConfig) tool. Open MSConfig from the Run dialog, go to the Boot tab, and ensure “Safe boot” is unchecked. Other causes can include a critical startup failure that Windows is trying to work around.
How Do I Open Safe Mode On Windows 7 Or Older?
For Windows 7, Vista, and XP, the classic method is to repeatedly press the F8 key immediately after turning on your PC, just before the Windows logo appears. This will bring up the “Advanced Boot Options” menu where you can select Safe Mode. Note that this method is often disabled on modern computers with fast startup features.
What If Safe Mode Itself Won’t Start?
If you cannot boot into any Safe Mode option, it suggests a deeper system issue, such as severe disk errors, critical driver corruption, or hardware failure. Your next steps should involve using recovery media to run startup repair, checking your hard drive’s health, or considering a system restore or reset from the Windows Recovery Environment.