BlueScreenView
BlueScreenView is a free portable tool by NirSoft that reads Windows minidump files generated after a Blue Screen of Death (BSOD) crash. It identifies which driver caused the crash, shows the error code and displays the call stack, all without requiring debugging tools like WinDbg.
What it does
When you launch BlueScreenView, it automatically scans the C:\Windows\Minidump folder and lists every BSOD event recorded on the system. Each entry shows the crash date, the bug check code (for example IRQL_NOT_LESS_OR_EQUAL or SYSTEM_SERVICE_EXCEPTION), and the driver that triggered the fault. The lower panel highlights the responsible drivers in pink, making it easy to spot the culprit at a glance.
You can sort crashes by date to find recent patterns, export the full list to HTML, CSV, XML or text for sharing on technical forums, and point the program at a minidump folder from a different computer if you are troubleshooting remotely. The entire application is a single executable that runs without installation. There is nothing to configure. You open it, see your crash history, and get the driver name you need to investigate or update.
Advantages
- Instantly identifies the driver responsible for each BSOD crash
- Portable single executable with zero installation or configuration
- Reads minidumps from other computers for remote troubleshooting
- Exports crash reports to HTML, CSV, XML and text formats
Drawbacks
- Only reads minidump files, so crashes without a dump are not shown
- Shows which driver crashed but does not explain why or suggest a fix
- Cannot analyze full memory dumps, only small minidumps
- No built-in driver update or automatic remediation features
Who it is for
I open BlueScreenView as the first step whenever a Windows machine starts crashing with blue screens. It tells me in seconds whether the problem is a GPU driver, a network adapter or something else entirely, and that alone saves hours of guessing. I recommend it to anyone doing PC troubleshooting, whether you are a technician, a gamer dealing with unstable overclocks, or just a regular user who wants to understand why their computer crashed. For deeper analysis you will eventually need WinDbg, but BlueScreenView gets you the answer 80 percent of the time without any learning curve.
Frequently Asked Questions
Is BlueScreenView free?
Where does BlueScreenView find crash dumps?
Can BlueScreenView fix blue screen errors?
Can I analyze crash dumps from another computer?
Features & How-To Guide
| # | Feature | How to use |
|---|---|---|
| 1 | BSOD minidump analysis | Launch BlueScreenView › It automatically scans the C:\Windows\Minidump folder › Shows a list of all BSODs. |
| 2 | All connected USB devices identification | Click a selected BSOD › In the bottom panel the drivers highlighted in pink are the ones that caused the crash. |
| 3 | Portable version 2 | Download the ZIP from the NirSoft site › Extract it › Run BlueScreenView.exe without installation. |
| 4 | Display bug check code | The Bug Check Code column shows the hex error code, e.g. 0x0000007E › Search for that code on Google for details. |
| 5 | Sort by failure date | Click the Crash Time column header › Sort the BSODs chronologically › Find the most recent crashes. |
| 6 | Display full driver name and path | The bottom panel shows the full path to the driver, e.g. C:\Windows\System32\drivers\nvlddmkm.sys. |
| 7 | Remote computer dump analysis | Options › Advanced Options › Enter the path to a Minidump folder from another disk/computer. |
| 8 | Error parameters preview | The Parameter 1-4 columns show additional diagnostic information specific to the given type of BSOD. |
| 9 | Report export to file | File › Save All Items › Save as TXT, CSV, or HTML › Share the report on technical forums for help. |
| 10 | Display dump string | The Caused By Driver and Caused By Address columns help you locate the exact function in the driver. |
Related software categories
Similar Programs
Questions & Answers
Ask a Question
Our team and community are happy to help
No questions yet. Be the first to ask!