Event Viwer - Look at a Machine Restart

Key Event IDs for Reboot Analysis
How to Find These Events
  1. Press Win + R, type eventvwr, and hit Enter.
  2. Expand Windows Logs and select System.
  3. Click Filter Current Log... in the right pane.
  4. In the <All Event IDs> box, type the desired IDs separated by commas (e.g., 41, 1074, 6008, 6006).
PowerShell Command for Quick Check
Use this command to quickly list recent restart events:
Get-WinEvent -FilterHashTable @{LogName='System';ID=1074,6006,6008,41} | Select-Time -Property TimeCreated, Id, Message | Format-Table -Wrap

Revision #1
Created 29 March 2026 13:46:17 by Steve Ling
Updated 29 March 2026 13:48:55 by Steve Ling