Error Codes Wiki

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

  1. 1Check Event Viewer for details: Event Viewer > Windows Logs > System > filter by Event ID 41 > examine BugcheckCode field
  2. 2If BugcheckCode is 0 (no data): suspect hardware power issues — check PSU, power cable, power strip
  3. 3Monitor temperatures: run HWMonitor during normal use and under load — CPU should stay below 90°C, GPU below 85°C
  4. 4Test PSU stability: use a PSU tester or replace with a known-good unit temporarily
  5. 5Update BIOS/UEFI firmware from the motherboard manufacturer's website

Tags

event-41kernel-powershutdownpower-supplyoverheating

Related Items

More in System

Frequently 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).