Windows · Errors

How to Fix the Blue Screen of Death (BSOD) on Windows 10 & 11

Samad Mokrini Updated May 12, 2026 9 min read Worldwide
Windows 11 blue screen of death showing a sad face, QR code, and stop code on a laptop
Quick answer:

To fix the Blue Screen of Death (BSOD), first write down the stop code shown on screen (for example CRITICAL_PROCESS_DIED or IRQL_NOT_LESS_OR_EQUAL) — it points to the cause. Then boot into Safe Mode, uninstall any driver or Windows update you installed in the last few days, run a memory and disk check, and make sure the PC isn't overheating. Most blue screens come from a bad driver or update and clear in minutes once you target the right code. If it loops or the code points to RAM or disk, remote Windows support can read your minidump live and pinpoint it.

What this guide covers

What a Blue Screen of Death actually is in 2026

A Blue Screen of Death isn't Windows breaking for no reason. It's Windows catching a fatal error — usually deep in the kernel where it talks to hardware and drivers — and stopping on purpose so it doesn't corrupt your files. On Windows 10 and Windows 11 you'll see a sad face, a short message, a QR code, and most importantly a stop code in plain text near the bottom, such as PAGE_FAULT_IN_NONPAGED_AREA.

Two things matter on that screen. First, the stop code — that's your single best clue and the first thing any technician asks for. Second, whether a driver file name appears (something ending in .sys); if it does, write it down too, because it often names the exact culprit.

The QR code just links to a generic Microsoft help page, so don't waste time scanning it. After the count-down, Windows reboots and writes a small crash file called a minidump — we'll use that later. A one-time blue screen after a Windows update or a power blip is usually nothing. A blue screen that repeats, especially with the same stop code, is a real fault worth chasing down.

Common stop codes and what they mean

The stop code narrows the problem from "anything" to a short list. Here are the ones we see most often, what usually causes them, and the first DIY move for each. Codes can have more than one cause, but this is where to start.

Stop codeMost likely causeFirst DIY action
CRITICAL_PROCESS_DIEDCorrupted system file or bad updateRun SFC + DISM; uninstall recent update
IRQL_NOT_LESS_OR_EQUALFaulty driver or bad RAMUpdate/roll back drivers; run memory test
PAGE_FAULT_IN_NONPAGED_AREAFailing RAM or a driver reading bad memoryRun Windows Memory Diagnostic
KERNEL_SECURITY_CHECK_FAILUREOutdated driver or memory/disk corruptionUpdate all drivers; run chkdsk
DPC_WATCHDOG_VIOLATIONOld SSD firmware or a stuck driverUpdate SSD firmware + storage/chipset drivers
VIDEO_TDR_FAILUREGraphics driver crash (nvlddmkm/amdkmdag)Clean-reinstall the GPU driver
WHEA_UNCORRECTABLE_ERRORHardware fault — CPU, RAM, or overheatingCheck temps; reseat RAM; test components

Notice the pattern: codes mentioning memory, page, or WHEA lean toward hardware, while process, driver, and security check codes usually mean software you can fix yourself. Keep your exact code handy — it decides which of the steps below you actually need.

The exact fix order that clears most blue screens

Work through these in order and stop as soon as the crashes stop. Don't skip ahead — doing them out of order is how people spend a whole evening and fix nothing. If Windows won't even stay on long enough to try, hold the power button to force-shut-down twice during boot; on the third start Windows opens the Recovery environment automatically.

  1. Read and note the stop code (and any .sys file name). This decides everything below.
  2. Undo what changed. If the crashes started right after a new app, driver, or update, that's almost certainly it. Roll it back first.
  3. Boot into Safe Mode. From the Recovery screen choose Troubleshoot → Advanced options → Startup Settings → Restart, then press 4 or 5. Safe Mode loads only essential drivers, so if it's stable there, your problem is a driver or app.
  4. Update or roll back drivers. In Device Manager, focus on display, storage, and network drivers. If a driver was updated recently, use Roll Back Driver; if it's old, update it from the maker's site (not just Windows Update).
  5. Uninstall the most recent Windows update. Settings → Windows Update → Update history → Uninstall updates. Remove the latest quality update and reboot.
  6. Test your memory. Run Windows Memory Diagnostic (search "mdsched") or MemTest86 overnight. Any errors mean a failing RAM stick.
  7. Check the disk and system files. Open an admin terminal and run sfc /scannow, then DISM /Online /Cleanup-Image /RestoreHealth, then chkdsk /f /r.
  8. Rule out overheating. If it crashes under load or the fans scream, your CPU or GPU may be overheating from dust or dried thermal paste. Clean the vents and watch temperatures.
  9. Reset Windows as a last software step. Settings → System → Recovery → Reset this PC, keeping your files. If a clean Windows still blue-screens, it's hardware.
Stuck in a reboot loop or staring at a RAM stop code?

A RemoteFix 24/7 technician connects to your PC remotely, reads the exact stop code and your latest minidump live, and tells you in minutes whether it's a driver you can fix or hardware that needs replacing — then fixes the software side on the spot. Flat $149.99 USD, anywhere in the world, and it's No Fix, No Fee.

Book a remote BSOD fix — $149.99

How to read a minidump (the file that names the culprit)

Every blue screen drops a small crash log in C:\Windows\Minidump. That file usually names the exact driver that caused the crash — which turns guesswork into a targeted fix. You don't need to be a developer to get the headline answer.

The easy route is a free tool called BlueScreenView (by NirSoft). Install it, open it, and it lists every crash with the stop code and the offending driver highlighted in pink. If you see nvlddmkm.sys, that's your NVIDIA graphics driver; iaStorAC.sys is Intel storage; a Wi-Fi or VPN driver name points there. Update or roll back exactly that component.

For a deeper look, Microsoft's WinDbg can analyze the dump and run !analyze -v to spell out the faulting module, but that's where most people hand it off. If your Minidump folder is empty, go to System → About → Advanced system settings → Startup and Recovery, and confirm it's set to write a Small memory dump so the next crash gets captured. Still struggling to make sense of it? Reading minidumps live is exactly what our Windows technicians do every day.

Hardware vs. software: which one is it?

This is the question that decides whether you're 20 minutes from fixed or shopping for parts. A few honest signals:

It's probably software if…

It's probably hardware if…

The usual hardware suspects are RAM (random crashes, memory-test errors), a failing SSD or hard drive (freezes, disk stop codes, and a real risk to your files — see our data recovery service if files start disappearing), overheating from dust or dead fans, and a tired power supply on desktops. And don't forget malware — a rootkit can trigger blue screens that look like driver faults, so a malware scan is worth it if nothing else adds up. If your machine won't power on at all rather than blue-screening, that's a different problem — see laptop won't turn on.

When to stop DIY and get a technician

DIY is great until it isn't. Stop and get help when any of these is true: Windows won't stay on long enough to run the steps, you're getting a hardware stop code and need to know which part to replace, the same crash returns after a clean reset, or your files or work are on the line and you don't want to risk making it worse. Guessing at parts is expensive; reading the dump first is cheap.

This is exactly what remote support is built for. A RemoteFix 24/7 technician connects securely to your machine, reads the live stop code and minidump, rolls back the bad driver or update, runs the memory and disk tests with you, and tells you straight whether it's fixable in software or whether a part has failed. It's a flat $149.99 USD from anywhere, with No Fix, No Fee — if we can't help, you don't pay. Many of our blue-screen jobs are remote workers, expats, and nomads who can't just walk into a shop.

If your PC also feels slow or pins itself at full load between crashes, these are worth a read: why is my computer so slow and how to fix 100% disk usage. Wherever you are, we've got you:

Frequently asked questions

What does the blue screen stop code mean?

The stop code is Windows naming the type of fatal error it caught, like IRQL_NOT_LESS_OR_EQUAL or VIDEO_TDR_FAILURE. It's your single best clue to the cause. Codes mentioning memory, page, or WHEA usually point to hardware, while process, driver, or security-check codes usually mean software you can fix by rolling back a driver or update. Always write the code down before rebooting.

Is the Blue Screen of Death a hardware or software problem?

Either, but software is more common. If your PC is stable in Safe Mode, the crashes started after an update or new app, or the same driver keeps getting blamed, it's software. If you see WHEA_UNCORRECTABLE_ERROR, get memory-test errors, crash even after a clean Windows reset, or it's tied to heat, it's likely hardware such as RAM, the drive, or overheating.

Can a BSOD cause me to lose my files?

A single blue screen rarely loses files, because Windows stops precisely to protect them. The real risk is the underlying cause. A failing SSD or hard drive can both trigger blue screens and lose data, so if you see disk stop codes or files disappearing, back up immediately and stop using the drive. Professional data recovery is far easier before a dying drive is written over.

How do I fix a blue screen if Windows won't even start?

Force a shutdown by holding the power button during boot, then do it twice more. On the third start Windows opens the Recovery environment automatically. From there choose Troubleshoot, then Advanced options, then Startup Settings and boot into Safe Mode. In Safe Mode you can uninstall the last update, roll back a driver, or run system-file repairs to get back to a stable desktop.

Should I just reset Windows to fix the blue screen?

Resetting Windows is a strong last software step and clears most driver and corruption problems, but try the targeted fixes first since a reset means reinstalling apps. Reset only after you've rolled back drivers and updates and run memory and disk checks. One important tell: if a freshly reset Windows still blue-screens, the problem is almost certainly hardware, not software, so don't keep resetting.

SM

Samad Mokrini

Founder of IT Cares Canada (est. 2014) and RemoteFix 24/7. Two decades fixing computers for people who can't get to a shop — now for remote workers, expats, and nomads in 130+ cities worldwide.