How to Fix Blue Screen of Death on Windows 11

Few things are more alarming for a Windows user than suddenly seeing a blue screen filled with cryptic text and a sad face. Officially known as the Blue Screen of Death (BSOD), this error appears when Windows 11 encounters a critical problem that forces your system to shut down or restart to prevent damage.

The BSOD usually includes a message like “Your PC ran into a problem and needs to restart” along with a stop code such as CRITICAL_PROCESS_DIED, MEMORY_MANAGEMENT, or SYSTEM_SERVICE_EXCEPTION. While it looks intimidating, most BSODs are caused by driver issues, faulty updates, or hardware conflicts — and they can be fixed.

In this guide, we’ll show you all the effective methods to fix the Blue Screen of Death on Windows 11 and keep it from coming back.

Fix Blue Screen of Death

You’ll need administrator access to your PC and, ideally, an internet connection to download driver updates or Windows patches. If your PC can’t boot normally, you can perform many of these steps from Safe Mode or the Windows Recovery Environment (WinRE).

Tip: Always note the Stop Code shown on the blue screen. It’s your best clue to what caused the crash — and helps narrow down the right fix.

Step 1: Restart Your PC and Check for Updates

Sometimes, a one-time crash or incomplete update can trigger a BSOD. Before trying complex fixes, restart your computer and check for any pending updates.

  1. Press Windows + I to open Settings.
  2. Go to Windows Update and click Check for updates.
  3. Install all available updates, including optional driver or security patches.
  4. Restart your PC after installation.

Microsoft frequently releases fixes for driver and kernel issues that cause blue screens, so this step alone can resolve the problem.

Step 2: Boot Into Safe Mode

If your PC crashes repeatedly and doesn’t reach the desktop, you’ll need to boot into Safe Mode. This loads Windows with minimal drivers and services.

  1. When Windows fails to boot, click Advanced options → Troubleshoot → Advanced options → Startup Settings → Restart.
  2. On the Startup Settings screen, press 4 (or F4) to enter Safe Mode.
  3. Once you’re in Safe Mode, try uninstalling recent updates or drivers (see below).

If you can boot normally after Safe Mode, it’s a sign the issue comes from a third-party driver or background service.

Step 3: Uninstall Recently Installed Drivers or Updates

Faulty or incompatible drivers are one of the most common causes of BSODs in Windows 11.

To uninstall a recent update:

  1. Open Settings → Windows Update → Update history.
  2. Scroll down and click Uninstall updates.
  3. Choose the most recent update and click Uninstall.

To roll back a driver:

  1. Press Windows + X and select Device Manager.
  2. Expand the category that corresponds to the hardware (for example, Display adapters for GPU issues).
  3. Right-click the device and choose Properties → Driver tab → Roll Back Driver.
  4. Follow the prompts and restart your PC.

If a driver rollback fixes the BSOD, block that update temporarily using the “Show or Hide Updates” troubleshooter tool from Microsoft.

Step 4: Run the System File Checker and DISM Tools

Corrupted or missing Windows system files can also trigger BSODs. You can repair them using built-in tools.

  1. Open Command Prompt (Admin) or Windows Terminal (Admin).
  2. Type the following command and press Enter: sfc /scannow
  3. When the scan completes, run: DISM /Online /Cleanup-Image /RestoreHealth
  4. Restart your computer once both tools finish repairing files.

These commands verify the integrity of system files and restore any corrupted ones automatically.

Step 5: Check for Corrupt or Failing Drivers

Even after an update, a specific driver might still be misbehaving. You can check using the Windows Driver Verifier utility.

  1. Press Windows + S, type verifier, and press Enter.
  2. Choose Create standard settings → Next → Automatically select unsigned drivers.
  3. Follow the prompts and restart your computer.

If a faulty driver causes a BSOD during this process, note its name and uninstall or replace it afterward. To disable Driver Verifier later, run:

verifier /reset

Step 6: Check Disk and Memory Health

Hardware faults — especially bad RAM or a failing drive — are another common source of BSODs.

To check your hard drive:

  1. Open Command Prompt (Admin).
  2. Run this command: chkdsk C: /f /r
  3. Type Y if asked to schedule the scan, then restart your PC.

To test your memory:

  1. Press Windows + R, type mdsched.exe, and press Enter.
  2. Choose Restart now and check for problems.

Windows Memory Diagnostic will scan for defective RAM modules. If errors are found, you may need to replace the faulty stick of memory.

Step 7: Check Event Viewer for Stop Code Details

If you missed the stop code on the blue screen, you can find it in Event Viewer or the Reliability Monitor.

  1. Press Windows + XEvent Viewer.
  2. Expand Windows Logs → System.
  3. Look for events labeled BugCheck or Critical at the time of the crash.

You can also type Reliability Monitor in the Start menu and review the most recent critical events. These logs often identify the exact driver or file responsible.

Step 8: Use System Restore

If BSODs started recently after software or driver changes, rolling your system back to a previous restore point can fix it.

  1. Open Control Panel → Recovery → Open System Restore.
  2. Select a restore point created before the BSODs began.
  3. Follow the prompts and restart your PC.

Your files will stay intact, but Windows settings and drivers will revert to that earlier state.

Step 9: Update or Reinstall Device Drivers

Outdated drivers can trigger BSODs under Windows 11’s new hardware model.

  1. Open Device Manager.
  2. Right-click your GPU, network adapter, and chipset devices.
  3. Choose Update driver → Search automatically for drivers.
  4. Alternatively, download the latest drivers from your PC or hardware manufacturer’s website.

If Windows keeps reinstalling a problematic driver, use the manufacturer’s clean installation tool — for example, Display Driver Uninstaller (DDU) for GPUs.

Step 10: Reset or Reinstall Windows 11 (Last Resort)

If none of the above steps resolve the issue, your Windows installation may be too damaged to repair manually.

You can reset Windows while keeping your files:

  1. Open Settings → System → Recovery.
  2. Under Reset this PC, click Reset PC.
  3. Choose Keep my files and follow the instructions.

This reinstalls Windows while keeping your documents intact. If the BSOD persists even after a reset, hardware failure is likely the cause.

Step 11: Check for Hardware Issues

If you’ve tried everything and blue screens continue, inspect your hardware components.

  • RAM: Test with Windows Memory Diagnostic or third-party tools like MemTest86.
  • SSD/HDD: Run manufacturer diagnostics to check drive health.
  • GPU: Check for overheating or instability under load.
  • Power Supply: Inconsistent voltages can also cause system crashes.

If you recently upgraded or built your PC, reseat all components — loose RAM or a partially connected drive can also trigger BSODs.

Wrapping Up

The Blue Screen of Death in Windows 11 can seem intimidating, but in most cases, it’s a driver, system file, or hardware issue that can be repaired without a full reinstall.

Start with the basics: update Windows, check drivers, and run the built-in repair tools like SFC and Startup Repair. For persistent crashes, dig into event logs, use Safe Mode, and test your hardware.

Once your PC is stable again, create a restore point and back up your system regularly. That way, even if Windows crashes again, you’ll always have a reliable way to recover quickly.

Posted by Arpita

With a background in Computer Science, she is passionate about sharing practical programming tips and tech know-how. From writing clean code to solving everyday tech problems, she breaks down complex topics into approachable guides that help others learn and grow.

X