STOP 0x00000124 — WHEA_UNCORRECTABLE_ERROR
The hardware itself reported an error it could not correct. This is a hardware fault report, not a Windows fault.
What you see
Sudden bugcheck with 0x124, often under load. Event Viewer records a WHEA-Logger event in the System log at the same moment.
What is actually wrong
CPU, memory controller, PCIe bus or power delivery. Overclocking and undervolting produce this readily; so do failing VRMs, an inadequate PSU, and heat.
Codes and articles
Fixes (2)
Return everything to stock and retest
Any non-default voltage, clock or memory profile is in play. Do this before anything else — it costs half an hour and settles the question.
Enter firmware setup and load optimised defaults.
Leave XMP/DOCP/EXPO OFF for now.
Disable any vendor undervolt or performance utility in Windows — these reapply their settings at every boot.
Run the machine under the load that used to crash it for a full day.
Get-WinEvent -FilterHashtable @{LogName='System'; ProviderName='Microsoft-Windows-WHEA-Logger'} -MaxEvents 20 | Format-Table TimeCreated, Id, Message -AutoSizeRead the WHEA record and narrow the component
Everything is stock and it still happens.
Read the WHEA events — they name the error source, which narrows it to processor, memory or PCIe.
Get-WinEvent -FilterHashtable @{LogName='System'; ProviderName='Microsoft-Windows-WHEA-Logger'} -MaxEvents 20 | Format-List TimeCreated, Id, MessageCheck temperatures under load with HWiNFO64. Sustained CPU temperatures at the thermal limit are a common cause.
Reseat the RAM and the GPU, and check the CPU cooler is properly mounted.
If the error source is PCIe, remove add-in cards one at a time.
Update the motherboard firmware — CPU microcode ships in it, and microcode bugs surface exactly like this.
Test with a known-good power supply if the machine is more than a few years old.
Reference
Related faults
Where this stops. This write-up was written and checked by hand. It says what each step changes, how to confirm it worked and how to reverse it, and anything destructive is flagged before you reach it. If it does not match what your machine is doing, search the Support Centre for the exact code or message — and when something needs a person, get in touch.