Daily Kernel-Power Event 41 & WHEA-Logger Event 17 Shuts Down HP Desktop After August Update

Deborah Moyer 0 Reputation points
2026-09-14T23:39:39.1966667+00:00

Hello,

I am seeking advanced engineering assistance for a persistent, severe kernel-power crash cycle on my system ([Moderator Note: Personal Info Removed] / Motherboard SSID 89B5 / Intel i7-12700F / Windows 11).

Ever since installing the August Windows Security Update, the computer experiences sudden, unexpected physical power cuts/crashes, a number of times directly after a windows update is installed (even when it says it's successful). This happens on a consistent daily cycle (occurring between 9:30 PM and 9:42 PM local time), alongside occasional daytime crashes with rotating Bugcheck codes (including 0x13a Kernel Mode Heap Corruption and 0xd1 Driver IRQL Not Less or Equal).

One example of a sequence in Event Viewer right before a power cut shows:

  1. 8:47 PM: Background installation components (like .NET frameworks) successfully finish.
  2. 9:08 PM: A critical WHEA-Logger (Event 17) error fires, reporting a corrected hardware error on the PCI Express Root Port.
  3. 9:17 PM: The system instantly loses physical power (subsequently logged as Kernel-Power Event 41 and volmgr Event 162 upon manual reboot).

Comprehensive Troubleshooting Already Completed:

  • Hardware Verification: Ran the full suite of HP UEFI Hardware Diagnostics (System Board, Processor, Hard Drive, RAM, and Thermal/Fan Speed tests). Everything passed 100% with no errors. The physical cooling vents have also been completely cleaned.
  • Firmware Updates: Successfully updated the Motherboard BIOS to the latest version and freshly updated the HP Fan Control Service and network drivers.
  • OS Repair: Performed a clean Windows Installation Repair using a fresh ISO file (keeping personal files), which rebuilt the core system files, but the kernel-level memory/power instability persists.
  • Current Adjustments: I have temporarily disabled Windows regular maintenance via the registry (MaintenanceDisabled set to 1) and turned PCI Express Link State Power Management to OFF in advanced power options to try and prevent the PCIe power state shifts from tripping the motherboard.

Because a full software rebuild and verified healthy physical hardware have not resolved this, this appears to be a direct kernel-level conflict between recent Windows Update power-state protocols and the PCIe root port firmware.

I need assistance from an engineer who can help analyze my system's Minidump logs to isolate the exact driver or memory address mismatch triggered by the August patch.

Thank you!

Windows for home | Windows 11 | Performance and system failures

2 answers

Sort by: Newest
  1. Clary-N 16,020 Reputation points Microsoft External Staff Moderator
    2026-09-15T08:40:02.3566667+00:00

    Please note that our forum is a public platform, and we will modify your question to hide your personal information in the description. Kindly ensure that you hide any personal or organizational information the next time you post an error or other details to protect personal data.


    Hi Deborah Moyer,

    Thank you for sharing the troubleshooting you have already completed. Since the crashes are producing different bugcheck codes, the next useful step is to check the recent minidumps in WinDbg and see whether the same driver or module appears across multiple crashes.

    Install WinDbg from Microsoft and open it as administrator. Select File > Open dump file, then open the most recent .dmp file from: C:\Windows\Minidump

    Once the file has finished loading, enter: !analyze -v

    Please copy the complete result and include it in your reply. If possible, repeat this with the three most recent minidumps so I can help compare the results and look for a consistent pattern.

    Before posting, please remove any personal information from the output, including your name, Windows username, computer name, email address, account identifiers and personal folder paths. Leave the bugcheck details, driver and module names, failure bucket, stack entries and memory addresses visible, as these may be useful for the analysis.

    Kindly also include the exact August update KB number from Settings > Windows Update > Update history, along with your Windows version and build shown by winver. Once you share the redacted WinDbg results, I can help take a closer look.

    Was this answer helpful?


  2. AI answer

    2026-09-14T23:40:04.33+00:00

    Event ID 41 does not identify the root cause by itself. It only confirms Windows did not shut down cleanly. For unexpected reboots, the useful pattern is to correlate Event IDs 41, 1001, 6008, 1074, and 7045 in Event Viewer to determine whether the restart was caused by a bugcheck, update activity, software installation, or a true power loss.

    Given the reported pattern:

    1. Check whether Event ID 1001 exists near each 9:30 PM–9:42 PM crash.
      • If Event ID 1001 is present, the system rebooted from a bugcheck and Windows may have saved a dump in C:\Windows\MEMORY.DMP.
      • If Event ID 1001 is absent and Event ID 41 is present, that points more strongly to an unexpected shutdown, hang, or power interruption.
    2. Check whether Event ID 1074 appears before the reboot window.
      • Event ID 1074 indicates an application, update, or user action initiated a restart.
      • If there is no 1074 entry, that supports the case that the reboot was unexpected rather than a normal update-driven restart.
    3. Check whether Event ID 6008 is logged.
      • Event ID 6008 confirms the previous shutdown was unexpected.
      • Use the timestamp from 6008 to inspect both System and Application logs for suspicious events immediately before the shutdown.
    4. Review Event ID 7045 around the first occurrence of the issue.
      • Event ID 7045 shows a service was installed.
      • The documented guidance is to compare reboot history with recent driver, application, or OS update activity, especially if unexpected reboots started shortly after a new driver or update appeared.
    5. If Event ID 41 shows BugcheckCode = 0, treat it as a Scenario 3 case.
      • Microsoft documents that when Event ID 41 is missing useful bugcheck data or all values are zero, Windows may have been unable to write the error to disk before shutdown.
      • This can indicate a power interruption, an unresponsive system, or shutdown happening too quickly for Windows to record the stop information.
    6. Check for volmgr Event ID 46 if dump creation is failing.
      • Microsoft documents that volmgr Event ID 46: “Crash dump initialization failed!” can occur when the system starts without a configured dump file.
      • The default dump file is the pagefile, so pagefile configuration should be checked if dump generation is failing.
    7. If a stop code appears on screen but Event ID 41 does not capture it, disable automatic restart.
      • Go to My Computer > Properties > Advanced system settings > Advanced.
      • Under Startup and Recovery, select Settings.
      • Clear Automatically restart.
      • This allows the stop code to remain visible instead of immediately rebooting.
    8. Because the crashes are sudden physical power-offs, follow the hardware isolation steps Microsoft lists for this scenario:
      1. Disable any overclocking and verify the system runs at the correct speed.
      2. Check memory health and configuration, including that all memory runs at the same speed and is configured correctly.
      3. Check the power supply capacity and stability. Microsoft specifically notes Event ID 41 with zeroed values can indicate an underpowered or faulty power supply, or interrupted power.
      4. Check for overheating.
      5. If this is a VM, consider heartbeat-related restarts, but that does not apply to a physical HP desktop.

    For the specific request to isolate a driver from minidumps: the available guidance supports using Event ID 1001 to confirm whether a bugcheck dump was written and using the reboot/event history to correlate the first failures with recent driver or update changes. It does not provide a dump-analysis procedure or identify a specific August update, PCIe root port driver, or memory address mismatch.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was 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.