• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.
  • The forums have been upgraded with support for dark mode. By default it will follow the setting on your system/browser. You may override it by scrolling to the end of the page and clicking the gears icon.

Windows 10 find the restarts faults from the logbook.

Joined
Nov 24, 2022
Messages
361 (0.39/day)
Is it possible to find out the real cause that a computer restart from the logfiles? I only see codes and no specific information.
 
Sadly, often not. And much of the reason for that is because the fault occurs and triggers the reboot/shutdown/freeze so quickly, the OS does not have time write an entry in the logs, even if it knows exactly what happened. So, typically, at best, those entries, if any, are just hints of what might have caused it.
 
Is it possible to find out the real cause that a computer restart from the logfiles? I only see codes and no specific information.
You can have a look at Event Viewer in windows. Sometimes it helps get you in the right direction. When open, click Windows logs and from the drop down click system. Find the time date corresponding with the crash/restart/hang.

Good Luck!
 
Use Event Viewer (eventvwr.msc) to check for logs around the time of the restart:

Navigate to Windows Logs → System
Look for these Event IDs:
6006 – Event log service stopped (shutdown)
6005 – Event log service started (startup)
6008 – Unexpected shutdown
41 (Kernel-Power) – System rebooted without clean shutdown (power loss, BSOD, crash)
Tip: Filter by Event IDs: 41, 6008, 6006, 6005 for quick analysis.
 
I may be mistaken but pretty sure when Oldschool297 asked about more detailed information from the logfiles, he was referring to those entries in the logs viewed through Event Viewer. As I noted, they rarely indicated exactly what device, what driver, or what setting was the actual culprit.
 
Whocrashed and Bluescreenview can be useful for these purposes.......but these, as has been stated, require that there are proper crash dumps.
 
Back
Top