Finding the Cause of Blue Screen of Death (BSoD) on Windows

bardimin pic

Written by Bardimin

On June 15, 2022
Home » Blogs » Windows » Finding the Cause of Blue Screen of Death (BSoD) on Windows

The operating system will display a blue screen containing error information or better known as the Blue Screen of Death (BSoD) if a fatal system error occurs.

Blue Screen of Death (BSoD) occurs because of a faulty driver or a problem with the . A BSoD is a system failure at the level because of problems with Windows and/or .

Applications that crash will not cause BSoD, Windows will continue to run. It is very rare for an application to cause a BSoD because the application is running at a higher level in the operating system.

When the operating system crashes and displays a BSoD, on the screen you will get an error message information. In addition, the system will also create a minidump file and all memory data with error details on the hard drive for debugging. By reading and analyzing the file, you will identify the cause of the problem.

The minidump/memory dump file will usually be stored in a folder

%SystemRoot%\MEMORY. DMP or %SystemRoot%\Minidump

To read the file, you can use a free utility like “ Windbg Preview ” which you can get at the Store, or use “ BlueScreenView ” from Nirsoft.

Reading a BSoD minidump with Windbg Preview

Windbg Preview is one of the free utilities that you can use to read the minidump files that are created when a BSoD occurs. publishes this utility free.

  1. Download Windbg Preview on .
windbg preview 01
  1. Open the application. Then click the File menu.
  2. Then select ” Start debugging > Open dump file “. Then select the location of the .dmp file by clicking the “ Browse ” button, for example in “ C:\Windows\minidump ”. After that, click the ” Open ” button.
windbg preview 02

Reading BSoD minidump with BlueScreenView

BlueScreenView will scan all minidump files created when a BSoD occurs and display information about all crashes in a single table.

  1. Download BlueScreenView.
  2. Extract the downloaded zip file.
  3. Run the “BlueScreenView.exe” file.
blue screen view

For each crash, BlueScreenView displays the minidump file name, crash date/time, basic crash information displayed on the blue screen (Bug Check Code and 4 parameters), and details of the driver or module that may have caused the crash (file name, product name, file description)., and file version).

For each crash, it is shown in the top panel and you can also see the details of the device loaded during the crash in the bottom panel. BlueScreenView also flags drivers whose addresses are found in the crash stack, so you can easily identify the suspected driver of the crash.

Latest Articles

The sequence of Windows boot processes from zero to ready

The sequence of Windows boot processes from zero to ready

Have you ever wondered how exactly the Windows boot process happens? What processes happen in the background when you press the power button until Windows is ready for you? If yes, then you are in the right place. In this article, Bardimin will explain how all these...

How to Sum Number Columns and Rows in a Microsoft Word Table

How to Sum Number Columns and Rows in a Microsoft Word Table

Microsoft Word is known as a popular program for editing documents, but did you know that you can also perform calculations in Word? One of the biggest challenges faced during the manual data entry process is the possibility of errors in performing numerical...

Redirect and Block URLs with HOSTS File on Windows

Redirect and Block URLs with HOSTS File on Windows

Redirect and Block URLs you can easily on Windows. Just by adding the IP of a website, you can redirect or block it. Of course, this is very useful to limit the access of your employees or children from accessing websites that you do not allow. Your Windows PC has...

Repeating and Keeping Table Headings on Each Page in Microsoft Word

Repeating and Keeping Table Headings on Each Page in Microsoft Word

Using tables is one efficient and organized way to display data in rows and columns. Good table formatting will make the table visually appealing. If you often work with Microsoft Word documents, chances are you need to periodically use tables when recording data. In...

How to Bypass Forgotten BIOS Password

How to Bypass Forgotten BIOS Password

If you have created a BIOS password for your PC/Laptop and forgot it, you may have to send it back to the manufacturer. Don't worry, there are still several methods you can use to bypass or unlock the BIOS password. The BIOS password serves as a form of authentication...