Have You Ever Had the Blue Screen Blues?
Almost every Windows user has had the Blue Screen Blues at one time or another.
Blue Screens are referred to as “BSODs” (Blue Screens of Death), but we’re just going to call them blue screens. It’s simpler – and there is no “death” involved unless you get angry at the blue screen and kick your PC off the table and kill it.
If you only see one blue screen once in a blue moon, you have nothing to worry about – you don’t need to do anything. But if you see blue screens often like every day or even every week, then you need to find out what’s causing them and fix it.
Fixing blue screen errors will take some detective work.
There are a lot of technical reasons for blue screens and what causes them. But digging deep into the technical details and filling this article with all kinds of techno babble won’t help you understand blue screens better – and it won’t help you fix them more quickly. So, we’re going to keep this simple.
Almost all blue screens are caused by hardware problems and/or problems with device drivers. A blue screen happens when Windows encounters a “Stop Error.” This is a critical system failure that causes Windows to crash. After a blue screen – depending on how your PC is configured – Windows will automatically restart your computer or you will have to manually restart your computer. A blue screen will cause you to lose data since any data in any app you had open at the time of the blue screen will be lost.
Windows automatically creates a file called “minidump” every time a blue screen occurs. The minidump file contains important technical information about the blue screen crash including what caused it. You can use the minidump file to figure out what caused the blue screen. But unless you’re a tech geek, good luck analyzing the minidump file.
Figuring out what caused the blue screen using a freeware program called BlueScreenView
Nirsoft makes it easier to analyze minidump files with a freeware program called “BlueScreenView”. Nirsoft explains…
“BlueScreenView scans all your minidump files created during ‘blue screen of death’ crashes, and displays the information about all crashes in one table. For each crash, BlueScreenView displays the minidump filename, the date/time of the crash, the basic crash information displayed in the blue screen (Bug Check Code and 4 parameters), and the details of the driver or module that possibly caused the crash (filename, product name, file description, and file version).
For each crash displayed in the upper pane, you can view the details of the device drivers loaded during the crash in the lower pane. BlueScreenView also mark the drivers that their addresses found in the crash stack, so you can easily locate the suspected drivers that possibly caused the crash…”
BlueScreenView is available free from Nirsoft here. It works with Windows 10 and Windows 11.
By using BlueScreenView to analyze the minidump file(s), you should be able to determine which device driver or device caused the blue screen.
Using Microsoft’s blue screen troubleshooters to determine what caused the blue screen
Another app you can use to find out what is causing blue screen errors is the Microsoft Blue Screen troubleshooter. It won’t always help you identify the cause, but it is worth a try since it only takes a few minutes and all you have to do is answer some questions. The Microsoft Blue Screen Troubleshooter is located here. There are options for Windows 10 and Windows 11 on that page.
And if you are an advanced Windows User
If you’re an advanced user with lots of tech-savvy, you might want to give the “Advanced troubleshooting for stop or blue screen errors.”
Use caution when installing or updating drivers
If a device driver caused the blue screen, you’ll need to install the latest device driver obtained directly from the device manufacturer’s website… and not from anywhere else.
If you don’t know the name of the company that made the device (video card, sound card, etc.), type MSINFO32 in the taskbar search and click MSINFO32 when it appears at the top of the search box. When System Information opens, click on “Components” to expand it and find the problematic device driver.
Install the driver(s) obtained directly from the manufacturer’s website. Please be sure you read any instructions carefully and that you download the right driver for your device, operating system (Windows 10 or Windows 11 version number), and system type (32-bit/64-bit). You can find all his information in System Infomation.
Always restart your computer after updating your device drivers.
Words to the wise: Don’t ever install a “driver updater” program
Make sure you never use any automatic driver updater. These can be system killers and blue screen magnets. Don’t install one and if you have one installed, uninstall it right away.
Never search for device drivers, if you do you risk being scammed or tricked. If you have Intel Graphics, go to Intel’s web site. If you have RealTek audio, go to the RealTek site. Don’t search for “Realtek sound drivers” or “AMD Radeon video drivers”, etc. If you do you’re going to see the scammers, trickers, and miscreants come crawling out from under their respective rocks, and – if you’re not careful – you’ll stand a good chance of ending up on the wrong website and downloading something you really don’t want.
Great information, hopefully I never need it