Learning how to run safe mode on pc is a fundamental skill for any computer user. Running your PC in Safe Mode is a troubleshooting step that loads Windows with only essential drivers and services active. This stripped-down state can help you diagnose problems, remove stubborn software, or fix driver conflicts that prevent normal startup.
This guide provides clear, step-by-step instructions for every modern version of Windows. Whether your computer is starting normally or you’re stuck at a login screen, there’s a method for you.
How To Run Safe Mode On Pc
There are several primary ways to access Safe Mode, and the best method depends on your current situation. The main approaches are from within Windows Settings, from the sign-in screen, and from a completely black or unresponsive screen.
We will cover each method in detail. First, let’s clarify what Safe Mode actually does and when you should use it.
What Is Safe Mode And When To Use It
Safe Mode is a diagnostic startup mode for Windows operating systems. It starts your computer with a minimal set of drivers and services. Think of it as a bare-bones version of your OS.
In Safe Mode, you won’t see your usual desktop wallpaper, and your screen resolution will be low. Many programs will not run, and peripheral devices like printers or special mice might not work. This is normal and intentional.
You should use Safe Mode when:
- Your PC is experiencing frequent crashes or the Blue Screen of Death (BSOD).
- A recently installed program or driver is causing instability.
- You need to scan for and remove malware that hides during normal operation.
- You want to uninstall software that won’t uninstall normally.
- You need to perform a system restore to a previous point in time.
- You are troubleshooting display or driver issues.
Different Types Of Safe Mode
When you access the advanced startup options, you will typically see three variations of Safe Mode. Choosing the right one depends on your troubleshooting needs.
Safe Mode
This is the standard and most commonly used option. It loads the absolute minimum set of drivers and services required to run Windows. Networking is disabled.
Safe Mode With Networking
This option includes the necessary network drivers and services to access the internet and other computers on your network. Use this if you need to download drivers, updates, or antivirus definitions while troubleshooting.
Safe Mode With Command Prompt
This version boots directly into the Command Prompt window instead of the normal Windows desktop. It is useful for advanced troubleshooting where you need to execute specific text commands.
Method 1: From Windows Settings (If Your PC Can Start Normally)
This is the easiest method if you can boot to your desktop and open the Windows Settings app. It works for Windows 10 and Windows 11.
- Click the Start button and select the Settings gear icon. You can also press Windows Key + I.
- Navigate to System and then select Recovery on the right-hand pane.
- Under the “Recovery options” section, find and click the Restart now button next to “Advanced startup.”
- Your PC will restart and present a blue menu titled “Choose an option.”
- Select Troubleshoot.
- Next, choose Advanced options.
- Click on Startup Settings.
- Finally, press the Restart button.
- After your PC reboots again, you will see a list of options. Press the 4 or F4 key on your keyboard for standard Safe Mode. Press 5 or F5 for Safe Mode with Networking.
Your computer will now complete the boot process into Safe Mode. Remember, the screen will look different with a black background and “Safe Mode” written in the corners.
Method 2: From The Sign-In Screen (If You Cannot Open Settings)
If you can reach the login screen but cannot get into Windows fully, you can trigger Safe Mode from there.
- On the Windows sign-in screen where you enter your password or PIN, hold down the Shift key on your keyboard.
- While holding Shift, click the Power icon in the bottom-right corner and then select Restart.
- Continue holding the Shift key until the blue “Choose an option” menu appears.
- From here, follow the same path as Method 1: Select Troubleshoot > Advanced options > Startup Settings > Restart.
- Upon restart, press the corresponding number or function key to select your desired Safe Mode option.
Method 3: Using System Configuration (Msconfig)
The System Configuration tool, known as msconfig, offers a way to force your PC to boot into Safe Mode on the next restart. A important caution: your computer will continue to boot into Safe Mode every time until you return to msconfig and uncheck the option.
- Press 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 then choose the type of Safe Mode: Minimal (standard), Alternate shell (Command Prompt), or Network.
- Click Apply and then OK.
- A prompt will ask if you want to restart now. Choose Restart to immediately boot into Safe Mode, or Exit without restart if you want to do it later.
To exit this loop, you must boot back into Safe Mode, open msconfig again, go to the Boot tab, and uncheck the Safe boot option. Then apply the changes and restart.
Method 4: From A Blank Or Unresponsive Screen (Using Interrupted Startup)
If Windows fails to load properly—showing a black screen, freezing, or crashing repeatedly—you can force the recovery environment by interrupting the normal startup process three times in a row.
- Press and hold the physical power button on your PC to turn it off completely.
- Press the power button again to turn it on.
- As soon as you see the Windows logo or any indication that Windows is starting (like spinning dots), press and hold the power button again to force another shutdown.
- Repeat this cycle two more times: turn on, and then force off during startup.
- On the fourth startup, Windows will detect the failures and automatically launch the “Preparing Automatic Repair” or “Diagnosing your PC” screen.
- After diagnostics, you will see the “Automatic Repair” screen. Click Advanced options.
- This takes you to the familiar blue “Choose an option” menu. Select Troubleshoot > Advanced options > Startup Settings > Restart.
- After the restart, select your Safe Mode option by pressing the appropriate key.
Method 5: From A Windows Installation Or Recovery Drive
If all else fails, you can use a Windows installation USB drive or a system recovery drive you created earlier. This is a more advanced method but very reliable.
- Insert the Windows installation or recovery USB drive into your PC.
- Restart your computer and enter the BIOS/UEFI boot menu (usually by pressing F12, F10, ESC, or DEL during startup—the key varies by manufacturer).
- Select the USB drive as the boot device.
- On the Windows Setup screen, choose your language and click Next.
- Instead of clicking “Install now,” click Repair your computer in the bottom-left corner.
- This leads to the “Choose an option” screen. Select Troubleshoot > Advanced options > Startup Settings > Restart.
- After restarting, choose your Safe Mode variant from the list.
What To Do Once You Are In Safe Mode
You’ve successfully booted into Safe Mode. Now what? Here are the most common and effective troubleshooting steps to perform in this environment.
Run Antivirus And Malware Scans
Malware often disables itself or hides when Windows runs normally. In Safe Mode, many malicious processes cannot start, making them easier to find and remove. Run a full scan with your installed antivirus software or use a dedicated malware removal tool.
Uninstall Recent Software Or Drivers
If your problems began after installing a new program or driver, Safe Mode allows you to remove it cleanly.
- Open the Start Menu and type “Control Panel” to access it.
- Go to Programs > Programs and Features.
- Sort the list by “Installed On” to see the most recent additions.
- Select the suspicious program and click Uninstall.
- For drivers, you can use Device Manager (search for it in the Start Menu).
Perform System Restore
System Restore rolls your Windows system files, registry, and installed programs back to a previous point in time called a restore point, without affecting your personal files.
- In the Start Menu search, type “Create a restore point” and open the result.
- In the System Properties window, click the System Restore button.
- Follow the wizard, choose a restore point from before your problems started, and confirm.
- Your PC will restart and apply the restore.
Check Disk For Errors
You can use the built-in Check Disk utility to scan for and repair file system errors or bad sectors on your hard drive.
- Right-click the Start button and select Windows Terminal (Admin) or Command Prompt (Admin).
- Type the command: chkdsk C: /f /r (replace C: with your Windows drive letter if different).
- Press Enter. It will schedule the scan for the next restart. Type Y to confirm and then restart your PC.
How To Exit Safe Mode
Exiting Safe Mode is usually straightforward. Simply restart your computer normally. You can click the Start button, select the Power icon, and choose Restart.
If you used the msconfig method (Method 3), remember you must undo that setting, as described earlier, or your PC will keep booting into Safe Mode. After a normal restart from other methods, Windows will load your standard desktop with all drivers and services.
Troubleshooting Common Safe Mode Problems
Sometimes, you might encounter issues even when trying to access Safe Mode. Here are solutions to common problems.
Safe Mode Is Stuck Or Freezes
If Safe Mode itself freezes during boot, it often points to a problem with a core Windows file or a critical hardware driver. Try booting into Safe Mode with Command Prompt instead. If that works, you can use command-line tools like `sfc /scannow` to repair system files.
Keyboard Or Mouse Not Working In Safe Mode
If you use a USB keyboard or mouse and they don’t respond on the Startup Settings screen, you may need to enable legacy USB support in your BIOS/UEFI settings. Alternatively, try using different USB ports, especially USB 2.0 ports if available.
Forgotten Password In Safe Mode
Safe Mode does not bypass Windows passwords. You will need the password for your local account or Microsoft account to log in, even in Safe Mode. If you’ve forgotten it, you’ll need to use a password reset tool or your Microsoft account recovery options.
Frequently Asked Questions (FAQ)
What Is The Difference Between Safe Mode And Normal Mode?
Normal Mode starts Windows with all configured drivers, startup programs, and services. Safe Mode starts with only the critical system components needed for Windows to run, leaving out third-party software and most drivers. This minimalism is what makes it a powerful troubleshooting tool.
Can I Access The Internet In Safe Mode?
You can only access the internet if you select “Safe Mode with Networking” during the boot process. The standard “Safe Mode” option does not load network drivers, so you will not have internet or local network access.
How Do I Start Safe Mode On Windows 10?
The methods are largely the same as described above. The most straightforward ways for Windows 10 are through Settings (Update & Security > Recovery) or by using the Shift + Restart method from the sign-in screen.
How Do I Start Safe Mode On Windows 11?
Windows 11 follows the same core procedures. Use Settings (System > Recovery) or the Shift + Restart trick. The visual menus look slightly more modern, but the options and paths are identical to Windows 10.
Will I Lose My Files If I Boot In Safe Mode?
No. Booting into Safe Mode does not delete, modify, or affect your personal files. It only changes how the operating system loads. It is a safe environment for diagnostics. However, actions you take *while* in Safe Mode, like uninstalling programs or running System Restore, can affect software and system settings.
Understanding how to run safe mode on pc is an essential part of maintaining your computer. It gives you the tools to fix many serious problems on your own. By following these clear methods, you can confidently access this powerful diagnostic environment whenever you need to troubleshoot a unstable system.