Have you ever been working on something, only for your screen to suddenly go blue and show the dreaded Blue Screen of Death (BSOD)? Running into a blue screen can be frustrating, especially when you’re not sure what’s causing it or how to fix it.

But don’t panic—BSODs are more common than you think, and they’re usually fixable. In this guide, we’ll walk you through 8 methods to fix Windows 11 BSODs and get the system back on track asap. Read on…

Prep steps: Identify error Code & enter Safe Mode

Step 1. Identify the Error Code

When a BSOD occurs, Windows typically displays a stop code or error message. These codes can give you a clue as to what caused the crash, whether it’s related to a system file, hardware, or driver issue. Since many BSOD errors share common causes, the solutions to these issues often overlap. With that in mind, we’ve gathered the most effective solutions here to help you resolve blue screen problems in Windows 11.

If you’re looking for a more targeted fix for a stop code, try checking out BSOD in our KnowledgeBase.

Step 2: Boot into Safe Mode with Internet

If your system is stuck on a BSOD, booting into Safe Mode with Networking can help you troubleshoot and resolve issues. In this mode, Windows loads only essential drivers and system files, while keeping internet access available for additional troubleshooting.

To enter Safe Mode with Networking in Windows 11:

  1. In the blue screen, press and hold the Power button until your system shuts down completely.
  2. Press the Power button to turn your PC on. As soon as Windows begins to load, immediately force shut it down again by holding down the power button.
  3. Repeat this process 2–3 times until Windows 11 starts Preparing Automatic Repair.
  4. After diagnosing your PC, it will load the Automatic Repair screen. From there, click on the Advanced Options button to access further recovery options
  5. In the Choose an Option screen, select Troubleshoot.
  6. On the Troubleshoot screen, click Advanced options.
  7. Click Startup Settings.
    (Alternatively, if you don’t have this option on the screen, click the See more recovery options link at the bottom. Then, click Startup Settings.)
  8. Click Restart.
  9. Once your PC restarts again, you’ll see a list of options. Press 5 or F5 to boot into Safe Mode with Networking.

Once you’re in Safe Mode with Networking, you’re in a clean environment with minimal distractions. From here, you can start working on fixing your BSOD issue.

8 effective solutions for Windows 11

Here are the 8 most effective methods for fixing Windows 11 BSOD problems. Just go through them in order until you find one that solves it.

  1. Update your device drivers
  2. Install Windows updates
  3. Run System File Checker (SFC) and DISM
  4. Check for disk errors
  5. Disable or uninstall recent software or hardware
  6. Run memory diagnostics
  7. Perform a System Restore
  8. Reset Windows

Fix 1: Update your device drivers

Drivers are crucial pieces of software that allow your hardware to communicate with your operating system. If a driver is missing, corrupt, or out of date, it can cause system instability, crashes, and ultimately the dreaded BSOD.

While you can download and install the latest drivers manually from the manufacturer’s website, it can be tricky, especially if you’re unsure which drivers need updating or how to find the right ones. If you don’t have the time, energy, or confidence for this, you can update your drivers automatically with Driver Easy.

Driver Easy is an easy-to-use driver updater tool that automatically scans your system for outdated or missing drivers, then installs the latest versions with just a few clicks. You don’t need to worry about downloading the wrong drivers or making installation mistakes. Driver Easy takes care of it all.

  1. Download and install Driver Easy.
  2. Run Driver Easy and click the Scan Now button. Driver Easy will then scan your computer and detect any problem drivers.
  3. Click Update All to download and install the latest driver versions for your computer (This requires the Pro version).

    Alternatively, click Activate & Update next to a flagged device to start a 7-day free trial. With this trial, you’ll have full access to Pro features, including high-speed driver downloads, one-click installation, and automatic updates for missing or outdated drivers, all at no cost until the trial period ends.

  4. Restart your computer for the changes to take effect.
  5. Check to see if the blue screen of death issue has been mitigated. If yes, then congrats! But if the issue persists, please move on to Fix 2, below.

Fix 2: Install Windows updates

Many BSODs in Windows 11 are caused by outdated system files or unresolved bugs. When your system isn’t up-to-date, it can encounter compatibility issues or fail to fix known problems that may lead to a blue screen. Installing the latest Windows updates helps ensure your system has the most current patches and potentially prevents crashes like the BSOD.

  1. On your keyboard, press the Windows logo key and I at the same time to open the Settings window.
  2. Click Windows Update > Check for updates.
  3. Wait a short while as Windows searches for available updates. If updates are available, click to download and install them. If no updates are found, please skip to Fix 3.
  4. Once installed, restart your PC to apply the changes.
  5. Check to see if the Windows 11 BSOD issue has been resolved. If yes, then great! If it’s no joy, please continue Fix 3, below.

Fix 3: Run System File Checker (SFC) and DISM

System files are essential for the proper functioning of your operating system, and if they’re damaged or lost, it can lead to crashes, errors, or even a BSOD. Luckily, Windows provides built-in tools to fix these issues: the System File Checker (SFC) and Deployment Imaging Service and Management (DISM) tools.

SFC scans for corrupt or missing system files and repairs them, while DISM can fix deeper system issues that may not be addressed by SFC alone. Running both of these tools is an excellent way to check the integrity of your system files and repair them if necessary.

How to run SFC:

  1. On your keyboard, press the Windows logo key and type cmd. Then right-click Command Prompt from the results and select Run as administrator.
  2. Type (or copy-paste) sfc /scannow and press Enter. Then wait for the verification is 100% complete.
  3. Restart your computer.
  4. Check if you computer works properly.

If the result indicates there are broken files but SFC can’t fix it, you can run DISM commands for deeper examination and repair.

How to use the DISM tool:

1) On your keyboard, press the Windows logo key and type cmd. Then right-click Command Prompt from the results and select Run as administrator.

3) When you receive a user account control prompt, click Yes.

4) At the command prompt, type the following command and press Enter on your keyboard.

DISM.exe /Online /Cleanup-image /Restorehealth
use DISM command tool to fix drag and drop not working issue

Note: Do not close this Command Prompt window until the verification is 100% complete.

use DISM command tool to fix drag and drop not working issue

Once it’s finished, close the window and restart your computer. Then check to see if your computer works properly. If the blue screen of death issue still occurs, you should try Fix 4, below.


Fix 4: Check for disk errors

Hard drive issues, such as bad sectors or corrupted files, can also lead to BSODs in Windows 11. If your system is having trouble reading or writing data to the disk, this can cause errors and crashes. Running a disk check can help identify and fix potential issues with your hard drive or SSD, reducing the chances of a BSOD.

Windows has a built-in tool called Check Disk (CHKDSK) that scans and repairs file system errors and bad sectors on your disk.

  1. On your keyboard, press the Windows logo key and type cmd. Then right-click Command Prompt from the results and select Run as administrator.
  2. In the Command Prompt window, type (or copy & paste) chkdsk /f /r and press Enter:
    • /f tells the tool to fix any errors it finds.
    • /r instructs it to locate bad sectors and recover readable information.
  3. You’ll be prompted to schedule the scan for the next restart if the drive is in use. Type Y and press Enter.
  4. Restart your computer. CHKDSK will run and attempt to fix any disk-related issues.
  5. Once the process is complete, Windows will restart, and you can check to see if the BSOD issue has been resolved.

If your computer still experiences BSODs after running CHKDSK, proceed to Fix 5 below.

Fix 5: Uninstall recent software or hardware

Newly installed software or hardware could be a potential cause of your BSOD in Windows 11. Incompatibilities, faulty installations, or even conflicts with existing programs can trigger crashes and system instability.

If you suspect that recently added software or hardware is the culprit, here’s how you can uninstall them to test if the issue is resolved.

How to uninstall recently installed software:

  1. On your keyboard, press the Windows logo key and I at the same time to open Settings.
  2. Navigate to Apps > Installed Apps.
  3. Click on the suspected software and select Uninstall.
  4. Click Uninstall to confirm, then follow the on-screen prompts to complete the process.
  5. Restart your computer and check if the BSOD issue persists.

Uninstall recently added hardware:

  1. On your keyboard, press the Windows logo key and X at the same time and select Device Manager.
  2. Look through the list for recently installed hardware (such as printers, external drives, or USB devices). Then right-click the hardware and choose Uninstall device. If the issue is resolved after disabling the hardware, it’s likely the source of the BSOD.
  3. Restart your computer and see if the BSOD problem goes away.

If you no longer experience BSODs after uninstalling the recent software or hardware, that’s your likely fix! However, if the issue persists, it’s probably not related to the recent software or hardware you uninstalled. In this case, you may want to try reinstalling the software or hardware and continue with Fix 6, below.

Fix 6: Run memory diagnostics

If your computer’s RAM (Random Access Memory) is faulty or has errors, it can cause system instability, leading to frequent crashes and BSODs. Memory issues can sometimes be tricky to identify, and so running a memory diagnostic test can help pinpoint any issues with your RAM and fix potential errors.

Windows has a built-in tool called Windows Memory Diagnostic that checks for problems with your memory.

How to run Memory Diagnostics:

  1. On your keyboard, press the Windows logo key and R at the same time to open the Run dialog box. Then, type mdsched.exe and press Enter.
  2. Choose Restart now and check for problems to immediately begin the test.
    (Alternatively, you can select Check for problems the next time I start my computer to schedule the test to run the next time you restart your PC)

Your PC will restart, and the memory diagnostic will begin. The test will automatically scan your RAM for errors, which may take a few minutes. Once it’s complete, Windows will notify you of the results:

  • If the diagnostic finds issues with your memory, it may be necessary to replace the faulty RAM or seek professional repair.
  • If no problems are found, it’s likely that memory isn’t the cause of your BSOD, and you can proceed to Fix 7, below.

Fix 7: Perform a System Restore

Sometimes, BSODs can arise from recent changes to your system, such as new software installations, updates, or driver changes. If your system was stable before these changes, performing a System Restore can help revert your PC to a previous state, potentially resolving the blue screen error.

How to perform a System Restore:

  1. On your keyboard, press the Windows logo key and R, type rstrui and press Enter to open the System Restore tool.
  2. In the System Restore window, click Next >.
  3. You will see a list of available restore points. Select one from before the BSOD issues began and click Next >.
  4. Your system will restart, and System Restore will attempt to revert your computer to the selected restore point.

If the system restore successfully fixes the BSOD issue, great! If you still encounter the BSOD after the restore, this indicates that the problem might not be linked to recent system changes. You may want to try Fix 8 for further troubleshooting.

Fix 8: Reset Windows

If you’ve tried all other fixes and your BSOD issue persists, resetting Windows can be an effective, albeit more drastic, solution. It essentially restores your system to a fresh state, which can resolve deep system issues that other methods haven’t been able to fix.

Before You Begin:

  • Back up your files: While you can choose to keep your personal files during the reset, it’s always a good idea to back up your important data beforehand, just in case something goes wrong.
  • Prepare to reinstall programs: If you select the option to remove everything, all your apps and programs will be deleted, so make sure you have installation files or a list of your software for reinstallation.
  • Driver and update check: After the reset, you may need to reinstall drivers and perform Windows updates to ensure everything runs smoothly.

How to Reset Windows:

  1. Press the Windows logo key and I at the same time to open the Settings menu.
  2. Go to System > Recovery.
  3. Under Reset this PC, click Reset PC.
  4. Choose Keep my files (recommended to preserve personal files) or Remove everything (for a full reset and fresh start).
    • Keep my files: Windows will reinstall itself but retain your personal data. Any installed apps or settings will be removed, so you’ll need to reinstall your programs afterward.
    • Remove everything: This will delete all your personal files, apps, and settings. It’s like starting with a brand new system.
  5. Follow the on-screen instructions to start the reset process. It may take some time, depending on your system’s performance and the option you’ve selected.

Once complete, restart to see if the BSOD in Windows 11 issues have been fixed.


Dealing with a Blue Screen of Death in Windows 11 can be frustrating, but as we’ve outlined, there are several methods available to help you get your system back on track.

However, if you’ve tried everything and the issue persists, don’t hesitate to seek professional support to ensure your hardware is functioning properly.

Be the first to like this article
guest


0 Comments
Most Voted
Newest Oldest
Inline Feedbacks
View all comments