Skip to content
littleden.blogEvidence-led Windows troubleshooting, without the guesswork
Windows command reference

WEVTUTIL — query recent Event ID 41 records

Read recent matching events from the Windows System log without changing or clearing the log.

Risk: LowReviewed: 2026-09-17
wevtutil qe System /q:"*[System[(EventID=41)]]" /c:5 /rd:true /f:text

When to use it

Use when you need a repeatable text query for recent Kernel-Power Event ID 41 entries before correlating them with other restart records.

When not to use it

Do not use wevtutil clear-log or configuration-changing options as part of normal diagnosis; clearing logs destroys useful troubleshooting history.

Primary reference

Reviewed source