Share via

Spontaneous Reboots - Event ID: 41

Karl Kroening 0 Reputation points
2026-05-04T19:26:08.3166667+00:00

About every 4 days my PC reboots with event ID 41.

Device name Dec2024

Processor Intel(R) Core(TM) Ultra 7 155U (1.70 GHz)

Installed RAM 16.0 GB (15.4 GB usable)

Graphics card Intel(R) Graphics (128 MB)

Storage 140 GB of 954 GB used

Device ID A0280D1D-D453-4565-9E32-0AD9B060BDC0

Product ID 00342-22397-08902-AAOEM

System type 64-bit operating system, x64-based processor

Pen and touch Pen and touch support with 10 touch points

Edition Windows 11 Home

Version 25H2

Installed on ‎12/‎28/‎2024

OS build 26200.8246

Serial number YX0C92S6

Experience Windows Feature Experience Pack 1000.26100.297.0

Below are details from the most recent event.

Log Name: System

Source: Microsoft-Windows-Kernel-Power

Date: 5/4/2026 3:04:23 PM

Event ID: 41

Task Category: (63)

Level: Critical

Keywords: (70368744177664),(2)

User: SYSTEM

Computer: Dec2024

Description:

The system has rebooted without cleanly shutting down first. This error could be caused if the system stopped responding, crashed, or lost power unexpectedly.

Event Xml:

<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">

<System>

<Provider Name="Microsoft-Windows-Kernel-Power" Guid="{331c3b3a-2005-44c2-ac5e-77220c37d6b4}" />

<EventID>41</EventID>

<Version>10</Version>

<Level>1</Level>

<Task>63</Task>

<Opcode>0</Opcode>

<Keywords>0x8000400000000002</Keywords>

<TimeCreated SystemTime="2026-05-04T19:04:23.4392932Z" />

<EventRecordID>354692</EventRecordID>

<Correlation />

<Execution ProcessID="4" ThreadID="8" />

<Channel>System</Channel>

<Computer>Dec2024</Computer>

<Security UserID="S-1-5-18" />

</System>

<EventData>

<Data Name="BugcheckCode">59</Data>

<Data Name="BugcheckParameter1">0xc0000005</Data>

<Data Name="BugcheckParameter2">0xfffff8005099b9dc</Data>

<Data Name="BugcheckParameter3">0xfffffd8b28935540</Data>

<Data Name="BugcheckParameter4">0x0</Data>

<Data Name="SleepInProgress">0</Data>

<Data Name="PowerButtonTimestamp">0</Data>

<Data Name="BootAppStatus">0</Data>

<Data Name="Checkpoint">0</Data>

<Data Name="ConnectedStandbyInProgress">false</Data>

<Data Name="SystemSleepTransitionsToOn">0</Data>

<Data Name="CsEntryScenarioInstanceId">73</Data>

<Data Name="BugcheckInfoFromEFI">false</Data>

<Data Name="CheckpointStatus">0</Data>

<Data Name="CsEntryScenarioInstanceIdV2">73</Data>

<Data Name="LongPowerButtonPressDetected">false</Data>

<Data Name="LidReliability">true</Data>

<Data Name="InputSuppressionState">0</Data>

<Data Name="PowerButtonSuppressionState">0</Data>

<Data Name="LidState">0</Data>

<Data Name="WHEABootErrorCount">0</Data>

</EventData>

</Event>

Windows for home | Windows 11 | Performance and system failures
0 comments No comments

2 answers

Sort by: Most helpful
  1. Igor Leyko 110.8K Reputation points Independent Advisor
    2026-05-04T20:02:33.4466667+00:00

    Hi,

    Kernel-Power 41 (63) error mostly means the problem with power supplying. Can you replace power supply unit for checking? It may mean problems with power management in BIOS or motherboard too.

    And you may try to turn off all CPU power saving modes in BIOS (different C states) to check if the problem is in motherboard.

    See some details at https://docs.microsoft.com/en-us/windows/client-management/troubleshoot-event-id-41-restart

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

  2. Q&A Assist
    2026-05-04T19:26:36.7133333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Event ID 41 (Kernel-Power) indicates that Windows detected an unexpected shutdown or restart. In this case, the event includes a nonzero BugcheckCode (59) and parameters, so the reboot is due to a Stop error (blue screen), not a power button press or power loss.

    From the provided context, Event ID 41 by itself does not fully identify the root cause. It records that Windows restarted without a complete shutdown and that a bug check occurred. To troubleshoot further, use these steps based on the documented guidance:

    1. Correlate Event ID 41 with other shutdown/reboot events:
      • In Event Viewer → Windows Logs → System, filter for Event IDs 41, 1074, 6006, 6008, and 6009.
      • Event ID 41 and 6008 together indicate unexpected reboots; 1074, 13, and 6009 indicate normal reboots.
      • Use the timestamps to see what else was happening just before the reboot.
    2. Check whether this is a power or hardware issue:
      • Event ID 41 with a bug check code can still be related to hardware instability (power, memory, overheating, etc.).
      • Review System and Application logs for errors just before the reboot time (for example, disk, power, or driver-related errors).
      • If the system ever shows Event ID 41 with BugcheckCode = 0 or no Event ID 41 at all, that pattern often points to power supply or power interruption issues.
    3. Look for signs of unresponsive system or hard hangs:
      • If the system sometimes becomes unresponsive (hard hang) and then is powered off, Event ID 41 may appear with certain fields (like PowerButtonTimestamp) set, or with bug check values zero.
      • In such cases, the documentation recommends checking hardware:
        • Disable any overclocking.
        • Test memory health and configuration.
        • Verify the power supply is adequate and stable.
        • Check for overheating.
    4. Check for crash dump issues:
      • If there are Event ID 41 entries where all values are zero and an Event ID 46 from volmgr (“Crash dump initialization failed!”), verify pagefile and dump configuration as described in the documentation.
    5. Use the Stop error (bug check) details:
      • Because BugcheckCode is nonzero, Windows should be writing a memory dump at the time of the crash.
      • Analyze the dump file (using tools like WinDbg) to identify the driver or component causing the Stop error.
      • If the Stop error code appears on-screen but not in Event ID 41, the documentation recommends disabling “Automatically restart” so the Stop message can be read:
        • Right-click This PC → Properties → Advanced system settings → Advanced → Startup and Recovery → Settings → clear “Automatically restart”.
    6. If the system is virtualized or part of a managed environment:
      • For Hyper-V or other hypervisors, heartbeat or cluster software can restart a VM if it becomes unresponsive. In that case, review hypervisor/cluster logs and heartbeat settings.
    7. If hardware checks and dump analysis do not isolate the issue:
      • Return the system to default configuration (no overclocking, default BIOS/UEFI settings, minimal attached devices) and verify whether the issue persists.

    These steps align with the documented troubleshooting approach for Event ID 41: use the presence of a bug check code to focus on Stop error analysis and, in parallel, check for hardware and power stability issues that can cause random reboots.


    References:

    Was this answer helpful?

    1 person found this answer helpful.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.