How To Fix Blue Screen On Windows 11

People are currently reading this guide.

Dealing with the dreaded Blue Screen of Death (BSOD) on your Windows 11 machine can be incredibly frustrating. It interrupts your work, can lead to data loss, and leaves you wondering what went wrong. But don't panic! While it can seem daunting, often you can troubleshoot and resolve the underlying issues yourself.

Let's dive right in! Have you recently installed any new hardware or software, or updated any drivers? This is often the culprit behind a sudden onset of blue screens. Keep that in mind as we go through the steps.

Here's a comprehensive guide to help you diagnose and fix the blue screen on your Windows 11 system:

Step 1: Gathering Information and Initial Actions

This initial stage is crucial for understanding what might be causing the problem.

1.1. Note Down the Error Message

When the blue screen appears, it usually displays a stop code (like STOP 0x0000007E) and a descriptive error message (like SYSTEM_THREAD_EXCEPTION_NOT_HANDLED). Carefully note down this information. This is your first clue! You can even take a picture with your phone. Search engines are your best friend here; searching for the specific stop code and error message can often lead you to articles or forum discussions with solutions specific to your issue.

1.2. Check Recent Changes

Think back to any changes you've made to your system recently. Did you:

  • Install new software or games?
  • Update any drivers (graphics, network, etc.)?
  • Connect new hardware devices?
  • Make any significant system configuration changes?

If the blue screen started appearing shortly after one of these actions, that's a strong indicator of the potential cause.

1.3. Perform a Restart

While it might seem obvious, sometimes a simple restart can resolve temporary glitches that might be causing the blue screen. After the restart, observe if the issue reappears. If it does, move on to the more in-depth troubleshooting steps.

1.4. Unplug External Peripherals

Disconnect all non-essential external devices like printers, external hard drives, USB hubs, and gaming controllers. Sometimes, a faulty peripheral can cause system instability. After disconnecting them, restart your computer and see if the blue screen persists. If it doesn't, reconnect your devices one by one to identify the problematic one.

Step 2: Booting into Safe Mode

Safe Mode starts Windows with a minimal set of drivers and startup programs. This can help you determine if a third-party application or driver is causing the blue screen.

2.1. Accessing Advanced Startup Options

If your PC can still boot (even if it eventually blue screens):

  1. Press the Windows key + I to open the Settings app.
  2. Click on System.
  3. Scroll down and click on Recovery.
  4. Under "Advanced startup," click on Restart now.

If your PC is stuck in a blue screen loop and you can't access Settings:

  1. Hold down the power button for 5-10 seconds to force a shutdown.
  2. Press the power button again to turn on your PC.
  3. As soon as you see the manufacturer's logo, hold down the power button again for 5-10 seconds to force another shutdown.
  4. Press the power button again to turn on your PC. This time, Windows should enter the Automatic Repair environment.
  5. On the "Automatic Repair" screen, click on Advanced options.

2.2. Navigating to Safe Mode

  1. In the "Choose an option" screen, click on Troubleshoot.
  2. Click on Advanced options.
  3. Click on Startup Settings.
  4. Click on Restart.
  5. After your PC restarts, you'll see a list of startup options. Press 4 or F4 to start in Safe Mode, 5 or F5 for Safe Mode with Networking, or 6 or F6 for Safe Mode with Command Prompt. Starting in Safe Mode is usually sufficient for initial troubleshooting.

2.3. Observing System Stability in Safe Mode

Once in Safe Mode, use your computer as you normally would (if possible). If the blue screens don't occur in Safe Mode, it strongly suggests that a third-party software, driver, or startup program is the culprit.

Step 3: Identifying and Resolving Software and Driver Issues

If Safe Mode resolves the blue screens, the next step is to pinpoint the problematic software or driver.

3.1. Uninstalling Recently Installed Software

If the blue screens started after installing a new program, try uninstalling it.

  1. Press the Windows key + R, type appwiz.cpl, and press Enter. This opens the "Programs and Features" window.
  2. Sort the list by "Installed On" date to easily find recently installed software.
  3. Select the program you suspect might be the issue and click Uninstall.
  4. Follow the on-screen instructions.
  5. After uninstalling, restart your computer normally and see if the blue screens are gone.

3.2. Updating or Rolling Back Drivers

Outdated or faulty drivers, especially graphics drivers, are a common cause of BSODs.

  1. Right-click on the Start button and select Device Manager.

  2. Look for any devices with a yellow exclamation mark or a red "X" – these indicate problems.

  3. Expand the categories (e.g., Display adapters, Network adapters).

  4. Right-click on the device you want to update or roll back.

    • To Update: Select Update driver, then Search automatically for updated driver software. Windows will try to find and install the latest driver.
    • To Roll Back: If you recently updated a driver and the problems started, select Properties, go to the Driver tab, and if the "Roll Back Driver" button is available (not grayed out), click it. This will revert to the previous driver version.
  5. After updating or rolling back drivers, restart your computer.

3.3. Running System File Checker (SFC)

The System File Checker is a built-in Windows tool that scans for and restores corrupted system files.

  1. Press the Windows key + S, type cmd, and right-click on Command Prompt. Select Run as administrator.
  2. In the Command Prompt window, type sfc /scannow and press Enter.
  3. Wait for the scan to complete. This process can take some time.  
  4. If SFC finds and repairs any errors, restart your computer.

3.4. Using the Deployment Image Servicing and Management (DISM) Tool

DISM is another command-line tool that can be used to repair the Windows image.  

  1. Open Command Prompt as administrator (as described in the SFC step).
  2. Type the following command and press Enter:
    DISM /Online /Cleanup-Image /RestoreHealth
        
  3. Wait for the command to complete. This can also take some time.  
  4. After the DISM process is finished, restart your computer.

Step 4: Checking Hardware Issues

If software and driver troubleshooting doesn't resolve the blue screens, the problem might be with your hardware.

4.1. Testing Your RAM (Memory)

Faulty RAM can lead to various system issues, including BSODs. Windows has a built-in Memory Diagnostic tool.

  1. Press the Windows key + S, type memory diagnostic, and select Windows Memory Diagnostic.
  2. You'll be presented with two options: "Restart now and check for problems (recommended)" or "Check for problems the next time I start my computer." Choose the first option.  
  3. Your computer will restart and perform a memory test. Let it complete the process.
  4. After the test, your computer will restart again. The results of the memory test will usually be displayed as a notification. You can also find the results in the Event Viewer (search for "Memory-Diagnostic").

4.2. Checking Your Hard Drive or SSD

Problems with your storage device can also cause blue screens. You can use the chkdsk command to check for errors.

  1. Open Command Prompt as administrator.
  2. Type chkdsk /f /r and press Enter.
  3. You'll be asked if you want to schedule the check for the next system restart. Type y and press Enter.
  4. Restart your computer. chkdsk will run before Windows starts and attempt to fix any errors it finds.

Warning: Using /r parameter will attempt to recover readable information from bad sectors. This process can be time-consuming and might lead to data loss in severely damaged drives. Back up your important data before running this command.

4.3. Monitoring System Temperatures

Overheating components, especially the CPU and GPU, can cause system instability and blue screens. You can use monitoring software like HWMonitor or Core Temp to check your system temperatures. Ensure they are within the normal operating ranges for your hardware. If temperatures are consistently high, you might need to clean the dust from your computer's cooling system or consider reapplying thermal paste.

4.4. Examining Newly Installed Hardware

If the blue screens started after installing new hardware, ensure it's properly seated, compatible with your system, and that you have the correct drivers installed. Try removing the new hardware to see if the issue resolves.

Step 5: Advanced Troubleshooting and Recovery Options

If the previous steps haven't fixed the blue screen, you might need to explore more advanced options.

5.1. Performing a System Restore

System Restore allows you to revert your computer's system files and settings to a previous point in time, called a restore point. This can be helpful if the blue screens started after a recent system change.  

  1. Press the Windows key + S, type restore point, and select Create a restore point.
  2. In the "System Properties" window, click on the System Restore... button.
  3. Click Next.
  4. If you see a "Show more restore points" option, check it.
  5. Select a restore point that was created before the blue screens started occurring.
  6. Click Scan for affected programs to see which programs and drivers will be affected by the restore.
  7. Click Next and then Finish to start the system restore process.

Note: System Restore will not affect your personal files, but it will uninstall programs and drivers installed after the selected restore point.

5.2. Resetting Your PC

Resetting your PC allows you to reinstall Windows. You can choose to keep your personal files or remove everything.

  1. Open the Settings app (Windows key + I).
  2. Click on System.
  3. Click on Recovery.
  4. Under "Reset this PC," click on Reset PC.
  5. Follow the on-screen instructions. You'll have options to "Keep my files" or "Remove everything."

Warning: If you choose "Remove everything," make sure you have backed up any important data.

5.3. Performing a Clean Installation of Windows 11

A clean installation involves completely erasing your hard drive and installing a fresh copy of Windows 11. This is a more drastic step but can resolve persistent issues. You'll need a bootable USB drive with Windows 11 installation files.

Warning: This will erase all data on your hard drive. Ensure you have a complete backup before proceeding.

How to... Frequently Asked Questions

Here are some common questions related to fixing the blue screen of death in Windows 11:

How to find the blue screen error code?

When the blue screen appears, carefully note the stop code (usually starting with STOP 0x...) and the accompanying error message. This information is crucial for diagnosis.

How to boot into Safe Mode if Windows 11 keeps crashing?

Interrupt the normal boot process three times by holding the power button until the system shuts down during startup. The next time you power on, Windows should enter the Automatic Repair environment, where you can access Advanced options and then Startup Settings to boot into Safe Mode.

How to update drivers in Windows 11?

Open Device Manager, right-click on the device you want to update, and select Update driver. You can choose to search automatically or browse for drivers manually if you've downloaded them from the manufacturer's website.

How to run System File Checker (SFC) in Windows 11?

Open Command Prompt as administrator, type sfc /scannow, and press Enter.

How to check my RAM for errors in Windows 11?

Search for Windows Memory Diagnostic in the Start Menu and run the tool. Choose to restart immediately to perform the test.

How to check my hard drive for errors in Windows 11?

Open Command Prompt as administrator, type chkdsk /f /r, and press Enter. You'll need to restart your computer for the check to run.

How to perform a System Restore in Windows 11?

Search for Create a restore point, open System Properties, and click on System Restore.... Follow the wizard to choose a restore point.

How to reset Windows 11 to factory settings?

Open the Settings app, go to System, then Recovery, and click on Reset PC. You can choose to keep your files or remove everything.

How to identify which program is causing blue screens?

Boot into Safe Mode. If the blue screens don't occur, a third-party program is likely the issue. Try uninstalling recently installed software one by one to identify the culprit.

How to get help if I can't fix the blue screen myself?

If you've tried all the troubleshooting steps and are still experiencing blue screens, consider seeking help from a qualified computer technician or the support resources provided by your computer manufacturer or Microsoft. Provide them with the error codes and the steps you've already taken.

Dealing with blue screens can be challenging, but by following these steps systematically, you significantly increase your chances of identifying and resolving the underlying cause. Good luck!

4208240811160227976

You have our undying gratitude for your visit!