When Windows 11 crashes with a Blue Screen of Death (BSOD), the error message on the screen is usually frustratingly generic, like “IRQL_NOT_LESS_OR_EQUAL.” This tells you absolutely nothing about why the computer crashed. Was it your graphics card? Your mouse driver? A faulty stick of RAM?
To find the exact file that caused the crash, you must examine the “Minidump.” A Minidump is a highly technical, microscopic snapshot of your computer’s RAM taken at the exact millisecond the crash occurred. You can safely extract these hidden files and read them using a specialized, free diagnostic tool to identify the exact driver responsible.
How to Safely Extract Windows 11 Blue Screen Minidumps
You must locate the hidden Minidump folder and use a third-party reader to translate the machine code.
- First, download a free, lightweight, and widely trusted utility called BlueScreenView by NirSoft (search for it in your browser). Download the `.zip` file and extract it to your desktop.
- Open File Explorer (Windows Key + E).
- Click inside the address bar at the top, paste the following exact path, and press Enter:
C:\Windows\Minidump - If you see a UAC warning, click Continue to gain administrator access to the folder.
- Inside, you will see several files ending in `.dmp` (e.g.,
081523-14328-01.dmp). These are your crash logs. - Do not try to open them directly. Instead, double-click the BlueScreenView.exe program you extracted to your desktop in step 1.
BlueScreenView will automatically scan your `C:\Windows\Minidump` folder and translate the machine code into readable English. Look at the top pane of the software and click on the most recent crash date. In the bottom pane, look for any file highlighted in red (for example, nvlddmkm.sys). This specific red file is the exact driver that caused the crash. You can now Google that filename (in this example, it’s the Nvidia graphics driver) to know exactly what hardware or software you need to update or uninstall.