Event ID 41 Kernel-Power — Unexpected Shutdown and Power Loss Errors
Criticalsystem
Overview
Fix Windows Event ID 41 (Kernel-Power) critical errors indicating unexpected system shutdowns caused by power supply issues, overheating, or driver crashes.
Key Details
- Event ID 41 (Kernel-Power) is logged when Windows restarts without a clean shutdown
- This event is a symptom, not a root cause — it indicates the system lost power or crashed without writing a shutdown event
- No bugcheck data means the crash happened below the OS level (hardware, power supply, firmware)
- If bugcheck data is present, a specific BSOD stop code caused the restart
- Random shutdowns without blue screen strongly suggest hardware power issues
Common Causes
- Power supply unit (PSU) failing or not delivering stable voltage under load
- CPU or GPU overheating causing thermal shutdown
- Faulty power button or physical connection causing intermittent power loss
- BIOS/firmware bug causing spontaneous restart under specific conditions
Steps
- 1Check Event Viewer for details: Event Viewer > Windows Logs > System > filter by Event ID 41 > examine BugcheckCode field
- 2If BugcheckCode is 0 (no data): suspect hardware power issues — check PSU, power cable, power strip
- 3Monitor temperatures: run HWMonitor during normal use and under load — CPU should stay below 90°C, GPU below 85°C
- 4Test PSU stability: use a PSU tester or replace with a known-good unit temporarily
- 5Update BIOS/UEFI firmware from the motherboard manufacturer's website
Tags
event-41kernel-powershutdownpower-supplyoverheating
Related Items
More in System
windows-C000021A-status-system-process-terminatedWindows Error 0xC000021A — STATUS SYSTEM PROCESS TERMINATED
Criticalwindows-C0000225-boot-configuration-errorWindows Error 0xC0000225 — Boot Configuration Error
Criticalwindows-C000000F-boot-selection-failedWindows Error 0xC000000F — Boot Selection Failed
Criticalwindows-80004005-unspecified-errorWindows Error 0x80004005 — Unspecified Error
Warningwindows-80070570-file-or-directory-corruptedWindows Error 0x80070570 — File or Directory Corrupted
Errorwindows-system-0xc0000185Windows Error 0xC0000185 — Boot Device Inaccessible
CriticalFrequently Asked Questions
Not always. If BugcheckCode is non-zero, a software crash caused the restart. If BugcheckCode is 0, the shutdown occurred below the OS level, strongly suggesting hardware (PSU, thermal, or power button).