The Blue Screen of Death — the BSOD — is Windows' last resort. When something goes wrong at such a fundamental level that Windows can't recover, it stops everything, shows you a blue screen with an error code, and restarts. It's designed to prevent further damage. The question is: what caused it, and how do you stop it from happening again?
In Nigeria, BSODs have some patterns that are different from what you'll read on international tech forums. Power instability, heat, and dust are far more frequent culprits here than they are in places with reliable power grids and temperate climates.
How to Read a BSOD
Modern Windows 10/11 BSODs show a QR code and a stop code — usually something like MEMORY_MANAGEMENT, IRQL_NOT_LESS_OR_EQUAL, or CRITICAL_PROCESS_DIED. Write down or photograph the stop code before the PC restarts. This code is your starting point.
You can also find more detail in Windows Event Viewer (search for it in the Start Menu) under Windows Logs → System. Look for critical errors around the time of the crash. The dump files Windows creates during a BSOD (found in C:WindowsMinidump) can also be analysed with a free tool called WinDbg Preview from the Microsoft Store.
Common BSOD Causes in Nigeria
1. Unstable Power / Power Surges
When NEPA power fluctuates or a generator switches on mid-operation, the power supply to your PC's components becomes irregular for a fraction of a second. This can corrupt data in RAM or in processes that are actively running, triggering a BSOD. If your BSODs happen more often during power events, this is almost certainly the cause. The fix is a proper UPS — not a stabiliser, a UPS with battery backup.
2. RAM Problems
Bad RAM is one of the most common BSOD causes globally, and Nigerian power conditions accelerate RAM degradation. Stop codes like MEMORY_MANAGEMENT, BAD_POOL_HEADER, and PAGE_FAULT_IN_NONPAGED_AREA frequently point to RAM. Run the built-in Windows Memory Diagnostic tool (search "memory diagnostic" in Start) or the more thorough MemTest86 (runs from a USB drive before Windows loads) to test your RAM overnight.
3. Overheating
When a CPU or GPU exceeds its safe temperature threshold, Windows sometimes BSODs before the system shuts down thermally. Stop codes like WHEA_UNCORRECTABLE_ERROR can indicate thermal issues. Monitor your temperatures under load using HWMonitor. If you're hitting 90°C+, address the thermal problem first.
4. Driver Issues
A recently installed or updated driver — especially GPU drivers — can cause BSODs. NVIDIA and AMD occasionally release drivers with bugs that only show up on certain hardware configurations. Stop codes like VIDEO_TDR_FAILURE or dxgkrnl.sys almost always point to GPU driver issues. Fix: roll back the driver (Device Manager → Display Adapters → right-click → Properties → Driver → Roll Back) or uninstall the current driver with DDU (Display Driver Uninstaller) and install the previous version.
5. Storage Issues
A failing hard drive or SSD can cause BSODs, especially during system startup. Stop codes like INACCESSIBLE_BOOT_DEVICE or CRITICAL_PROCESS_DIED during boot often point here. Run a SMART test on your drives (CrystalDiskInfo is a free tool that shows health status) to check.
6. Software and Windows Corruption
Malware, failed Windows updates, or corrupted system files can all trigger BSODs. Run sfc /scannow in an elevated Command Prompt to scan and repair Windows system files. For more thorough repair, run DISM /Online /Cleanup-Image /RestoreHealth first, then sfc.
A Systematic Fix Process
- Note the stop code from your last BSOD (check Event Viewer if you missed it)
- Search the stop code specifically — it narrows down which component to investigate
- Run Windows Memory Diagnostic to rule out RAM
- Check temperatures using HWMonitor under a 15-minute stress test
- Run CrystalDiskInfo to check drive health
- If on a UPS, confirm the UPS is working correctly (its self-test function)
- Run sfc /scannow to repair Windows files
- If the problem started after a driver install, roll it back
When BSODs Mean Real Hardware Failure
Occasional BSODs are sometimes software quirks. Daily or multiple BSODs are a hardware crisis. If you're seeing multiple crashes per day, especially with different stop codes each time, the underlying hardware is likely compromised. This is common after a significant power surge — the motherboard or RAM was partially damaged and is now increasingly unstable.
Don't keep pushing a system that BSODs frequently. Every crash risks further data corruption. Back up your files immediately, then get the system properly diagnosed.
Bring your PC in for a BSOD diagnostic — we'll pinpoint the cause →