Hello
Thank you for posting in our Q&A forum.
This bug check is typically related to physical hardware failures. It can be heat related or a result of defective hardware, memory, or even a processor that's beginning to fail or has failed. If over-clocking has been enabled, try disabling it. Confirm that any cooling systems such as fans are functional. Run system diagnostics to confirm that the system memory isn't defective. It's less likely, but possible, that a driver is causing the hardware to fail with this bug check.
If you will use WinDbg for crash dump analysis, you can use !errrec address to display the WHEA_ERROR_RECORD structure using the address provided in parameter 2.
The !whea and !errpkt extensions can be used to display additional WHEA information.
If the response is helpful, please click "Accept Answer" and upvote it.