
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.
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.
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 code | Most likely cause | First DIY action |
|---|---|---|
| CRITICAL_PROCESS_DIED | Corrupted system file or bad update | Run SFC + DISM; uninstall recent update |
| IRQL_NOT_LESS_OR_EQUAL | Faulty driver or bad RAM | Update/roll back drivers; run memory test |
| PAGE_FAULT_IN_NONPAGED_AREA | Failing RAM or a driver reading bad memory | Run Windows Memory Diagnostic |
| KERNEL_SECURITY_CHECK_FAILURE | Outdated driver or memory/disk corruption | Update all drivers; run chkdsk |
| DPC_WATCHDOG_VIOLATION | Old SSD firmware or a stuck driver | Update SSD firmware + storage/chipset drivers |
| VIDEO_TDR_FAILURE | Graphics driver crash (nvlddmkm/amdkmdag) | Clean-reinstall the GPU driver |
| WHEA_UNCORRECTABLE_ERROR | Hardware fault — CPU, RAM, or overheating | Check 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.
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.
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.99Every 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.
This is the question that decides whether you're 20 minutes from fixed or shopping for parts. A few honest signals:
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.
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:
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.
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.
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.
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.
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.