Use built-in Windows tools to quickly identify the cause of system crashes.
Use built-in Windows tools to quickly identify the cause of system crashes.
by Pallav Pathak
Sudden restarts or crashes on Windows 11 can disrupt your workflow and leave you wondering what went wrong. Thankfully, Windows 11 includes several built-in tools that allow you to quickly identify the root cause of these unexpected events. This guide explains how to check crash logs effectively using these built-in utilities.
Press Windows + X and select Event Viewer from the menu. The Event Viewer tool records detailed information about system and application events, making it ideal for diagnosing crashes.
Look for entries labeled as “Error” or “Critical” around the time your system crashed. Double-click an entry to open its details. The event description often provides clues about what caused the crash, such as faulty drivers or hardware issues.
If the “System” log doesn’t show useful information, also check the “Application” log under Windows Logs, as some crashes originate from software issues.
In the Performance Monitor window, expand the Monitoring Tools section and select Reliability Monitor. This tool tracks system stability and highlights critical events that have impacted your computer’s reliability.
In the Reliability Monitor timeline, locate the date of the crash, marked by a red “X” indicating a critical event. Clicking on this event will display detailed information about the crash, including the software or hardware component responsible.
First, ensure your system is configured to create crash dump files. Right-click the This PC icon on your desktop or in File Explorer, and select Properties before clicking on Advanced system settings.
Click the Settings button in the Startup and Recovery section under the Advanced tab.
Step3: In the Startup and Recovery window, confirm that Write an event to the system log and Automatically restart are checked. Set the dump file location to a convenient folder (usually the default is sufficient).
Use debugging tools such as WinDbg to analyze the dump file. WinDbg can pinpoint the exact driver or software component responsible for the crash. You can download WinDbg from Microsoft’s official website and follow their documentation for detailed instructions on analyzing dump files.
Look for any devices marked with a yellow triangle, indicating a driver issue. Right-click these devices and select Update driver to download the latest version. Alternatively, uninstall and reinstall the problematic device drivers to resolve compatibility issues that may cause crashes.
Regularly checking your crash logs and promptly addressing any identified issues can significantly improve your Windows 11 system’s stability. Keep your drivers and software updated, and use the above methods to quickly troubleshoot and resolve crashes when they occur.