Share via

Live Kernel Event a1000001, a2000002 and 141 shuts down PC.

Danylo Kotenko 20 Reputation points
2026-04-21T16:22:17.12+00:00

Sometimes during start up, within 10 minutes pc crashes and restarts. Sometimes it happens, sometimes doesn't. Let me know which dump files can help solve this problem, and I'll throw them in a google drive and share the link, thank you.

Anyway, here are all the details for each three, also running W11:

Source

Windows

Summary

Hardware error

Date

‎4/‎21/‎2026 12:06 PM

Status

Not reported

Description

A problem with your hardware caused Windows to stop working correctly.

Problem signature

Problem Event Name: LiveKernelEvent

Code: a1000001

Parameter 1: 1

Parameter 2: 0

Parameter 3: 0

Parameter 4: 0

OS version: 10_0_26200

Service Pack: 0_0

Product: 768_1

OS Version: 10.0.26200.2.0.0.768.101

Locale ID: 4105

Files that help describe the problem

AMD_WATCHDOG-20260421-1206.dmp

sysdata.xml

WERInternalMetadata.xml

memory.csv

sysinfo.txt

WERInternalRequest.xml


Source

Windows

Summary

Hardware error

Date

‎4/‎21/‎2026 12:06 PM

Status

Not reported

Description

A problem with your hardware caused Windows to stop working correctly.

Problem signature

Problem Event Name: LiveKernelEvent

Code: a2000002

Parameter 1: c8

Parameter 2: 0

Parameter 3: 0

Parameter 4: 0

OS version: 10_0_26200

Service Pack: 0_0

Product: 768_1

OS Version: 10.0.26200.2.0.0.768.101

Locale ID: 4105

Files that help describe the problem

AMD_REPORT_UM-20260421-1206.dmp

sysdata.xml

WERInternalMetadata.xml

memory.csv

sysinfo.txt

WERInternalRequest.xml


Source

Windows

Summary

Hardware error

Date

‎4/‎21/‎2026 12:06 PM

Status

Not reported

Description

A problem with your hardware caused Windows to stop working correctly.

Problem signature

Problem Event Name: LiveKernelEvent

Code: 141

Parameter 1: ffffe086e24f4010

Parameter 2: fffff802c48dc980

Parameter 3: 0

Parameter 4: ffffe086e2493080

OS version: 10_0_26200

Service Pack: 0_0

Product: 768_1

OS Version: 10.0.26200.2.0.0.768.101

Locale ID: 4105

Files that help describe the problem

WATCHDOG-20260421-1206.dmp

sysdata.xml

WERInternalMetadata.xml

memory.csv

sysinfo.txt

WERInternalRequest.xml

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

Answer accepted by question author

David-M 114.8K Reputation points Independent Advisor
2026-04-21T19:41:11.4866667+00:00

Thanks for the clarifications.


I only use the dedicated though, should I disable the processor's graphics?

Yes. I recommend starting by disabling the integrated graphics card. I've seen cases where instability was caused by conflicts between the drivers for the integrated and dedicated graphics cards.

You can try disabling it through Device Manager to see if that's enough. But if the problem persists, try disabling it through the motherboard BIOS.


If the instability persists even with the integrated graphics card disabled, I suggest performing a clean installation of the AMD graphics driver. (Keep the integrated graphics card disabled.)

Download the latest driver for your graphics card from the AMD website. Then, use the free DDU tool to remove the current driver. Then, install the latest driver using the installer you downloaded.

I suggest disconnecting from the internet during the entire procedure.

(Turn off Wi-Fi or disconnect the Ethernet cable.)

DDU: https://www.guru3d.com/files-details/display-driver-uninstaller-download.html

AMD driver download: https://www.amd.com/en/support/downloads/drivers.html/graphics/radeon-rx/radeon-rx-7000-series/amd-radeon-rx-7800-xt.html

(Run the downloaded file and follow the on-screen instructions to install the driver.)

Then, see if the system will work stably after this.


If the crash occurs again after doing these two suggestions, please let me know.


If you need a tutorial for using DDU, I recommend the video below.

https://www.youtube.com/watch?v=bP-2B14Nckw


Feel free to ask any questions you may have.


Standard Disclaimer: There are links to non-Microsoft websites. The pages appear to be providing accurate, safe information. Watch out for ads on the sites that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the sites before you decide to download and install it.

Was this answer helpful?


2 additional answers

Sort by: Most helpful
  1. David-M 114.8K Reputation points Independent Advisor
    2026-04-21T16:58:19.0766667+00:00

    Hi. I'm David, and I'm happy to help you.


    While the details you shared provide a good starting point, I will need more information to identify the root cause.

    Please export and share the log for analysis:

    1. Press Windows + X and select Event Viewer;
    2. Expand Windows Logs and select System;
    3. In the Actions panel on the right, select Filter Current Log;
    4. In Event level, check the boxes Critical, Warning, and Error and click on Ok;
    5. Again, in the Actions panel, select Save Filtered Log File As and save in an easily accessible place.

    Then, upload the file to the cloud (OneDrive), choose to share it, and get the link.

    Post the link to the file here so I can have a look.


    Looking forward to your reply.

    Was this answer helpful?


  2. AI answer

    2026-04-21T16:22:33.0633333+00:00

    The LiveKernelEvent codes shown indicate hardware- or driver-level failures that can cause unexpected restarts in Windows 11. Kernel and hardware error analysis relies on the dump files that Windows generates at the time of the crash.

    For this scenario, the most relevant dump files are:

    1. For the a1000001 event (AMD watchdog)
      • AMD_WATCHDOG-20260421-1206.dmp
      • This is a kernel-mode dump produced by the AMD watchdog component and is the primary file to analyze for GPU/driver-related hangs that trigger a TDR (Timeout Detection and Recovery) or similar hardware error.
    2. For the a2000002 event (AMD user‑mode report)
      • AMD_REPORT_UM-20260421-1206.dmp
      • This is a user‑mode dump from the AMD driver stack. It complements the watchdog dump and can show what the user‑mode driver was doing when the error occurred.
    3. For the 141 event (VIDEO_TDR / hardware error)
      • WATCHDOG-20260421-1206.dmp
      • This is the standard watchdog/TDR dump associated with LiveKernelEvent 141 and is critical for understanding whether the GPU, GPU driver, or another kernel component stopped responding.
    4. Shared diagnostic files (supporting, but secondary)
      • sysdata.xml – System configuration snapshot at the time of the error.
      • sysinfo.txt – Basic system information, driver list, and environment details.
      • memory.csv – Summary of memory usage and layout.
      • WERInternalMetadata.xml / WERInternalRequest.xml – Windows Error Reporting metadata that can help correlate events and modules but are less important than the .dmp files for deep debugging.

    For a technical root‑cause analysis in a debugger (such as WinDbg), the priority order is:

    1. AMD_WATCHDOG-*.dmp
    2. WATCHDOG-*.dmp
    3. AMD_REPORT_UM-*.dmp

    The XML/TXT/CSV files are useful for context but are not strictly required to identify the failing driver or module.


    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.