Windows creates log files for all problems, 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 that problem. These logs can help determine the exact cause so users know what to do. Below are ways to check crash logs on Windows 11.
Use Windows Event Viewer Windows
Step 1:
Friend Enter event viewer in the search barm, then click on the search results below.
Step 2:
Shows the new, user interface Click on Windows Logs in the left section at the top of the interface to view the Windows log.
Continue Click System below to view the system log.
You will now see Windows 11 system problems saved in the log.
Step 3:
To separate error events from other events, click Filter Current Log on the right side.
When the new dialog box displays, you Click Logged and Select time period want to filter crash log. Below is the filtering of incident importance at Event level. Click Ok to proceed with filtering.
Step 4:
As a result, we will see the crash log on Windows 11 after filtering according to your requirements.
Use Windows PowerShell
Step 1:
We Type powershell in the search bar then click Windows PowerShell.
Step 2:
When 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 crash events on the computer.
Use Reliability Monitor
Step 1:
We open Control Panel and then click System and Security.
Continue clicking Security and Maintenance.
Step 2:
Switch to the new interface, the user clicks Maintenance to expand options.
Click View reliability history to view crash logs on Windows 11 is fine.
View Windows 11 crash log with BSOD
Step 1:
We have opened the Start menu import regedit and click Registry Editor in search results.
Step 2:
We will navigate by path Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl.
Right-click on the selected white part New, select DWORD (32-bit) Value.
Step 3:
We enter a name for the new value DisplayParameters then press Enter.
Double click on this value then change to 1, then click OK to save the changes.
Then restart your computer. Now, whenever you get a BSOD error, detailed information about the error will also appear on the screen.