UK tech experts · info@vividrepairs.co.uk
Vivid Repairs
Windows 11 laptop on a desk displaying a blue screen of death STOP error with white error text visible on screen
Fix It Yourself · Troubleshooting

Windows 11 blue screen fix

Updated 17 August 202613 min read
As an Amazon Associate, we may earn from qualifying purchases. Our ranking is independent.

Most blue screen guides bury the useful stuff under five paragraphs of background. This one doesn't. The Windows 11 blue screen fix you actually need depends on one thing: what changed just before the crashes started. Get that right and you'll sort this in under half an hour most of the time.

TL;DR

For a fast Windows 11 blue screen fix, start by disconnecting all USB peripherals and noting the STOP code. Then update or roll back drivers in Safe Mode, run SFC and DISM to repair system files, and test your RAM with Windows Memory Diagnostic. If nothing works, Reset This PC with 'Keep my files' almost always clears it.

⏱️ 13 min read ✅ 87% success rate 📅 Updated July 2026

Key Takeaways

  • Note the STOP code on the blue screen. It tells you exactly which component failed.
  • Drivers are the most common cause. Roll back or update them before anything else.
  • Safe Mode lets you fix driver and software problems without the crash loop getting in the way.
  • SFC and DISM repair corrupted Windows files that no amount of driver fiddling will fix.
  • Faulty RAM causes BSODs that look like software problems. Always test it.
  • A full Windows 11 blue screen fix sometimes means resetting the OS. It's not the end of the world.

At a Glance

  • Difficulty: Easy to Advanced
  • Time Required: 15 to 45 mins
  • Success Rate: 87% of users fixed without a full reinstall

What Causes a Windows 11 Blue Screen?

The blue screen of death (BSOD) is Windows throwing in the towel. Something has gone wrong at a low enough level that the OS can't recover cleanly, so it stops everything, logs a crash dump, and restarts. The STOP code on the screen is the clue. Microsoft's debugger documentation lists every code and what it maps to, but the short version is this: most codes point to either a driver, a hardware fault, or corrupted system files.

Drivers are responsible for a huge proportion of BSODs. When a driver tries to access a memory address it shouldn't, or when two drivers conflict, Windows panics. Graphics drivers and storage drivers are the usual suspects. A dodgy USB peripheral can also load a bad driver silently in the background, which is why disconnecting everything is always step one.

Hardware faults are trickier because they can mimic software problems. Failing RAM produces MEMORY_MANAGEMENT and WHEA_UNCORRECTABLE_ERROR codes. A dying SSD or HDD produces CRITICAL_PROCESS_DIED and INACCESSIBLE_BOOT_DEVICE. Overheating causes random crashes that don't always produce a consistent STOP code at all. If you've been getting BSODs for a while and software fixes haven't stuck, hardware is probably the reason.

Corrupted Windows system files are less common but very real, especially after a botched update or a forced shutdown mid-install. And then there's BIOS instability. If someone's been overclocking the CPU or running aggressive XMP memory profiles, the system can become unstable under load. Resetting BIOS to defaults fixes this more often than people expect.

One more thing worth mentioning: malware. It's not the most common cause, but certain types of malware modify kernel-level drivers or replace system files, which can absolutely trigger BSODs. If you've ruled out everything else, run a full scan. See our guide on Windows boot loop recovery if your system is stuck restarting before you even get to the desktop, as that's a slightly different problem with its own fix path.

Windows 11 Blue Screen Fix: Quick Steps First

Before running any tools, do these two things. They take five minutes and fix the problem more often than you'd think.

1

Disconnect Peripherals and Note the STOP Code Easy

  1. Power off completely.
    Hold the power button until the machine shuts down. Don't just restart from within Windows.
  2. Unplug everything non-essential.
    USB drives, external hard disks, printers, docks, drawing tablets, webcams. Leave only the keyboard and mouse. If you're on a laptop, disconnect the dock entirely.
  3. Boot and watch the screen.
    If a BSOD appears, read the STOP code carefully. It'll be in capitals, something like DRIVER_IRQL_NOT_LESS_OR_EQUAL or MEMORY_MANAGEMENT. Write it down or photograph the screen.
  4. Search the code.
    Type the STOP code into Google alongside your PC model or the name of any recently installed hardware. You'll often find the exact driver at fault within minutes.
If the BSOD stops after disconnecting peripherals, one of those devices was loading a bad driver. Reconnect them one at a time to find the culprit, then update its driver from the manufacturer's website.
2

Undo Recent Changes and Check for Heat Easy

  1. Check what changed recently.
    Open Settings > Apps > Installed apps and sort by Install date. If anything was installed in the last day or two, uninstall it and reboot.
  2. Check for overheating.
    Feel the underside of the laptop or the exhaust vents on a desktop. If it's hot enough to be uncomfortable, that's a red flag. Make sure vents aren't blocked. On a laptop, get it off the bed or cushion and onto a hard surface.
  3. Run Windows Update.
    Go to Settings > Windows Update > Check for updates. Install anything critical. Microsoft regularly pushes driver fixes and stability patches this way.
Sorted? Great. If not, move on to the intermediate fixes below.
If you're getting BSODs specifically during gaming or video editing, overheating is a strong candidate. Dust-clogged fans on a gaming PC can push CPU or GPU temps high enough to trigger a crash within minutes of a demanding workload starting.

More Windows 11 Blue Screen Fix Options

If the quick steps didn't sort it, these intermediate fixes cover the most common remaining causes. Safe Mode is your best friend here because it loads only essential drivers, which means the crash loop can't interrupt your work.

3

Boot into Safe Mode and Fix Drivers Medium

  1. Get into Safe Mode.
    At the Windows sign-in screen, hold Shift, click the power icon, then click Restart. Choose Troubleshoot > Advanced options > Startup Settings > Restart. Press F4 for Safe Mode or F5 for Safe Mode with Networking.
  2. Open Device Manager.
    Right-click Start and select Device Manager. Look for any device with a yellow exclamation mark. These are flagged as problematic.
  3. Update or roll back the driver.
    Right-click the flagged device and select Properties, then the Driver tab. If the BSOD started after a driver update, click Roll Back Driver. If the driver is old, click Update Driver and search automatically. Focus on graphics (NVIDIA, AMD, Intel), storage controllers, and network adapters first.
  4. Remove recently installed software.
    While still in Safe Mode, go to Settings > Apps > Installed apps and remove anything installed just before the crashes started. Some apps install kernel-level components (VPNs, anticheat software, audio tools) that can conflict badly.
  5. Reboot normally and test.
    Restart into normal Windows and use the PC for a while. If the BSOD doesn't return, you've found it.
Driver rollbacks fix this in the majority of cases where crashes started after a Windows Update or a manual driver install.
4

Test Your RAM with Windows Memory Diagnostic Medium

  1. Launch the tool.
    Press Win + R, type mdsched.exe, and press Enter. Choose Restart now and check for problems.
  2. Wait for the test to complete.
    The PC restarts into a blue diagnostic screen. On a 16 GB system this takes around 15 to 20 minutes. Don't interrupt it.
  3. Check the results.
    After reboot, a notification should appear with the results. If you miss it, open Event Viewer (search for it in Start), go to Windows Logs > System, and look for a MemoryDiagnostics-Results entry.
If the test reports errors, your RAM is almost certainly faulty. Software fixes won't help here. The RAM sticks need to be reseated or replaced. This is one situation where remote support has limits and a physical repair is needed.
5

Use System Restore to Roll Back Windows State Easy

  1. Open System Restore.
    Search for 'Create a restore point' in the Start menu and open it. Click System Restore.
  2. Pick a restore point from before the crashes.
    Choose a date when the PC was working fine. The wizard shows what programs and drivers will be affected.
  3. Follow the prompts and restart.
    The process takes around 10 minutes. Windows will reboot into the restored state.
System Restore only works if System Protection was enabled before the crashes started. If there are no restore points listed, skip this step.

Advanced Windows 11 Blue Screen Fix Methods

These steps go deeper. They're not complicated, but they take longer and touch more of the system. Read the prerequisites before starting, and make sure you have a backup of anything important. If you're worried about losing files during this process, our guide on how to recover pictures and videos from Windows covers what to do if data does get lost along the way.

Before running CHKDSK or resetting the PC, back up your personal files. CHKDSK can occasionally cause data loss on a severely failing drive. Reset This PC with 'Remove everything' is irreversible.
6

Repair System Files with SFC and DISM Medium

  1. Open Command Prompt as Administrator.
    Search for 'cmd' in Start, right-click Command Prompt, and choose Run as administrator.
  2. Run SFC.
    Type sfc /scannow and press Enter. This scans protected Windows files and replaces any that are corrupted. It takes around 10 to 15 minutes. Don't close the window.
  3. Run DISM.
    After SFC finishes, run these three commands in order:
    DISM /Online /Cleanup-Image /CheckHealth
    DISM /Online /Cleanup-Image /ScanHealth
    DISM /Online /Cleanup-Image /RestoreHealth
    RestoreHealth downloads replacement files from Windows Update, so you'll need an internet connection for that last one.
  4. Restart and check.
    Reboot after both tools finish. If SFC found and fixed corruption, the BSOD should be gone. Microsoft's official BSOD support page also recommends this as a primary fix for system file-related crashes.
SFC returning 'Windows Resource Protection found corrupt files and repaired them' is a good result. It means system file corruption was the cause and it's now fixed.
7

Check Disk for Errors with CHKDSK Medium

  1. Open elevated Command Prompt.
    Same as above: search cmd, run as administrator.
  2. Run CHKDSK.
    Type chkdsk C: /f /r and press Enter. If asked to schedule it for next reboot, type Y and press Enter, then restart.
  3. Let it run.
    CHKDSK runs before Windows loads on the next boot. On a large drive it can take 30 to 60 minutes. Don't interrupt it. It scans the file system for logical errors (/f) and scans the disk surface for bad sectors (/r).
  4. Review results.
    After Windows boots, open Event Viewer > Windows Logs > Application and look for a Wininit entry. It'll show what CHKDSK found and fixed.
If CHKDSK finds a large number of bad sectors, the drive is failing. Back up immediately and plan to replace it. No amount of software fixes will save a physically dying drive.
8

Reset BIOS to Defaults and Disable Overclocking Medium

  1. Enter BIOS/UEFI.
    Restart and press the BIOS key repeatedly as the machine boots. This is usually F2, Delete, or Esc depending on the manufacturer. Check your PC's manual if you're not sure.
  2. Load defaults.
    Look for an option called Load Optimised Defaults, Restore Settings, or Reset to Default. Apply it.
  3. Disable overclocking and reset XMP.
    If you or a previous owner set up CPU or GPU overclocking, turn it off. Set memory profiles (XMP or DOCP) back to Auto or the rated spec rather than an aggressive overclock.
  4. Save and exit.
    Press F10 (usually) to save and restart. The system will boot with stable, manufacturer-tested settings.
Overclocking-related BSODs often produce WHEA_UNCORRECTABLE_ERROR. If that was your STOP code, this fix is very likely the one.
9

Reset This PC (Last Resort) Advanced

  1. Open Recovery settings.
    Go to Settings > System > Recovery > Reset this PC and click Get started.
  2. Choose Keep my files.
    This option removes apps and settings but keeps your personal documents. It's the right choice unless you want a completely clean slate.
  3. Follow the prompts.
    Windows will reinstall itself. The process takes 20 to 40 minutes depending on your hardware. The PC will restart several times.
  4. Reinstall your apps carefully.
    After the reset, reinstall software one at a time and test stability between each install. This helps identify if a specific app was the original cause.
Before resetting, consider creating a bootable USB with Ventoy so you have a recovery option if something goes wrong. Our Ventoy bootable USB guide for Windows walks through the whole setup in about 10 minutes.
10

Analyse the Crash Dump with WinDbg Expert

  1. Install WinDbg Preview.
    Get it from the Microsoft Store. It's free and official.
  2. Open the crash dump.
    Go to File > Open Crash Dump. Dump files are stored at C:\\Windows\\Minidump\\. Open the most recent one.
  3. Run the analysis command.
    In the command box at the bottom, type !analyze -v and press Enter. WinDbg will identify the driver or module that caused the crash.
  4. Act on the result.
    The output will name a specific .sys file. Search that filename online to find out which driver or software it belongs to, then update or remove it. Tom's Hardware has a solid walkthrough of reading WinDbg output if the results look confusing.
This is the most precise Windows 11 blue screen fix method available. If you've tried everything else and the BSOD keeps returning, WinDbg will tell you exactly what's at fault.

Preventing a Windows 11 Blue Screen

Once you've got the system stable, keeping it that way doesn't take much effort. The single most important habit is keeping drivers updated through proper channels. That means Windows Update and the GPU manufacturer's own software (NVIDIA App, AMD Software, Intel Arc Control), not third-party driver updater tools. Those tools frequently install mismatched or unsigned drivers that cause the exact problem you just fixed.

Turn on System Protection if it's not already on. Search for 'Create a restore point', open the dialog, select your C: drive, and click Configure. Set it to On. This gives you a safety net before every major update. Takes 30 seconds to set up and has saved me hours of work on customer machines.

Hardware maintenance matters more than most people realise. A laptop that's never been cleaned internally will eventually throttle and crash under load. If your machine is more than two years old and has never been opened, it's worth having the fans and heatsinks cleaned. On a desktop you can do this yourself with a can of compressed air. On a laptop, it's usually a case of removing the bottom panel.

Don't overclock unless you know what you're doing and have tested stability properly. Tools like Prime95 and OCCT can stress-test a CPU for hours to confirm an overclock is stable. Running an untested overclock in daily use is asking for random BSODs. And if you do overclock, always keep a note of what settings you changed so you can revert them quickly if problems start.

Finally, run Windows Memory Diagnostic and CHKDSK every six months or so, especially on older machines. Catching a failing drive or dodgy RAM stick early means you can replace it before it causes data loss. If you're serious about keeping your data safe, pairing this with a proper cloud backup is worth considering. Something with enough capacity to cover your full system, not just documents. Our overview of 10 TB cloud storage options for Windows covers what's actually worth paying for.

Windows 11 Blue Screen Fix: Summary

The Windows 11 blue screen fix process follows a clear order: start simple (disconnect peripherals, note the STOP code, undo recent changes), move to drivers and Safe Mode, then repair system files with SFC and DISM, test RAM, check the disk, and reset BIOS if overclocking was involved. Reset This PC is the last software option before a full reinstall, and it works in the vast majority of cases. If hardware is actually faulty, no software fix will hold permanently. RAM errors and bad sectors on a drive mean replacement, not repair. The crash dump analysis with WinDbg is genuinely useful if you want to know exactly what failed rather than guessing. Most BSODs have a specific culprit and a specific fix. You just need to find it.

Quick Reference

  • Windows 11 blue screen fix step 1: Note STOP code, disconnect USB devices
  • Step 2: Boot Safe Mode, roll back or update drivers
  • Step 3: Run sfc /scannow then DISM RestoreHealth
  • Step 4: Run mdsched.exe to test RAM
  • Step 5: Run chkdsk C: /f /r for disk errors
  • Step 6: Reset BIOS to defaults if overclocking was active
  • Step 7: Reset This PC with Keep my files as a last resort

Frequently Asked Questions

A STOP code is a short identifier that tells you what type of fault triggered the crash. MEMORY_MANAGEMENT points to RAM problems, DRIVER_IRQL_NOT_LESS_OR_EQUAL usually means a dodgy driver tried to access memory it shouldn't, and CRITICAL_PROCESS_DIED suggests a core Windows process failed. Note the code down and search it alongside your hardware model for faster results.

A single BSOD rarely damages files on its own. The risk comes from repeated crashes that interrupt active file writes, which can corrupt open documents or database files. If you're seeing BSODs regularly, back up your important data before doing anything else.

If you can't reach the sign-in screen, force shut down the PC three times in a row by holding the power button. Windows will boot into the Recovery Environment automatically. From there, choose Troubleshoot > Advanced options > Startup Settings > Restart, then press F4 for Safe Mode.

It depends on how much RAM you have installed. On a typical 16 GB system it takes around 15 to 20 minutes. The PC restarts automatically when done and shows results in a notification. If you miss the notification, check Event Viewer under Windows Logs > System and look for MemoryDiagnostics-Results.

Yes, but use the 'Keep my files' option first. This removes apps and settings while leaving your personal documents intact. It fixes the vast majority of persistent BSOD issues caused by deep system corruption. Only choose 'Remove everything' if you're doing a full clean install and have backed up everything you need.