How to Check Crash Logs on Windows 11

Windows creates a log file for all crashes, regardless of whether you have fixed the problem or not. This is extremely useful when you want to find out why your computer is having a problem.

Windows creates a log file for all crashes, regardless of whether you have fixed the problem or not. This is extremely useful when you want to find out why your computer is having a problem. These logs can help pinpoint the exact cause so that users know how to fix it. Here are ways to check the crash log in Windows 11.

Using Windows Event Viewer Windows

Step 1:

You type event viewer in the search bar , then click on the search result below.

How to Check Crash Logs on Windows 11 Picture 1How to Check Crash Logs on Windows 11 Picture 1

Step 2:

Displaying the new interface, the user clicks on Windows Logs in the leftmost section of the interface to view Windows logs.

 

How to Check Crash Logs on Windows 11 Picture 2How to Check Crash Logs on Windows 11 Picture 2

Continue clicking System below to view the system log.

How to Check Crash Logs on Windows 11 Picture 3How to Check Crash Logs on Windows 11 Picture 3

You will now see the Windows 11 system issues that have been logged.

How to Check Crash Logs on Windows 11 Picture 4How to Check Crash Logs on Windows 11 Picture 4

Step 3:

To separate error events from other events, click Filter Current Log on the right side.

 

How to Check Crash Logs on Windows 11 Picture 5How to Check Crash Logs on Windows 11 Picture 5

When the new dialog box appears, click Logged and select the time period you want to filter the incident log. Below is the filter for the incident importance level at Event level. Click Ok to proceed with the filtering.

How to Check Crash Logs on Windows 11 Picture 6How to Check Crash Logs on Windows 11 Picture 6

Step 4:

As a result we will see the crash log on Windows 11 after filtering according to your request.

How to Check Crash Logs on Windows 11 Picture 7How to Check Crash Logs on Windows 11 Picture 7

Using Windows PowerShell

Step 1:

We type powershell in the search bar and then click on Windows PowerShell.

 

How to Check Crash Logs on Windows 11 Picture 8How to Check Crash Logs on Windows 11 Picture 8

Step 2:

Once the PowerShell window opens, paste the following command inside and press Enter: Get-EventLog -Log system | where {$_.entryType -match 'Error'} .

PowerShell will retrieve the entire event log, including computer crash events.

How to Check Crash Logs on Windows 11 Picture 9How to Check Crash Logs on Windows 11 Picture 9

Using Reliability Monitor

Step 1:

We open Control Panel and click on System and Security .

How to Check Crash Logs on Windows 11 Picture 10How to Check Crash Logs on Windows 11 Picture 10

Next, click on Security and Maintenance .

How to Check Crash Logs on Windows 11 Picture 11How to Check Crash Logs on Windows 11 Picture 11

Step 2:

Switch to the new interface, users click on Maintenance to expand options.

How to Check Crash Logs on Windows 11 Picture 12How to Check Crash Logs on Windows 11 Picture 12

 

Click View reliability history to view the crash log on Windows 11.

How to Check Crash Logs on Windows 11 Picture 13How to Check Crash Logs on Windows 11 Picture 13

View Windows 11 crash log with BSOD

Step 1:

We open the Start menu, type regedit and click Registry Editor in the search results.

How to Check Crash Logs on Windows 11 Picture 14How to Check Crash Logs on Windows 11 Picture 14

Step 2:

We will navigate to the path ComputerHKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlCrashControl .

How to Check Crash Logs on Windows 11 Picture 15How to Check Crash Logs on Windows 11 Picture 15

Right-click on the white part, select New, select DWORD (32-bit) Value .

How to Check Crash Logs on Windows 11 Picture 16How to Check Crash Logs on Windows 11 Picture 16

Step 3:

We enter the name for the new value as DisplayParameters and press Enter.

How to Check Crash Logs on Windows 11 Picture 17How to Check Crash Logs on Windows 11 Picture 17

Double click this value and change it to 1, then press OK to save the change.

How to Check Crash Logs on Windows 11 Picture 18How to Check Crash Logs on Windows 11 Picture 18

Then restart your computer. Now, whenever you encounter a BSOD error, the error details will also appear on the screen.

4.5 ★ | 2 Vote