WHEA_UNCORRECTABLE_ERROR BSOD – Complete Fix Guide (2026)
Table of Contents
- Why WHEA_UNCORRECTABLE_ERROR BSOD Happens
- 1. Check for Hardware Issues
- 2. Update or Roll Back Problematic Drivers
- 3. Check System Temperatures and Cooling
- 4. Disable Overclocking in BIOS
- 5. Update Motherboard BIOS/UEFI
- 6. Run Hardware Diagnostic Tools
- 7. Check Power Supply Unit
- 8. Analyze Minidump Files
- 9. Advanced Troubleshooting
- Conclusion
- FAQ
Hub: Windows 11 Troubleshooting Hub
Quick Answer
A WHEA_UNCORRECTABLE_ERROR BSOD is a blue screen error caused by hardware failures or driver issues. To fix it, check hardware components (RAM, CPU, GPU, storage), update or roll back drivers, monitor system temperatures, disable overclocking, and update BIOS/UEFI. If the error persists, run hardware diagnostic tools, check your power supply, and analyze minidump files to pinpoint the faulty component. For more Windows troubleshooting, visit our Windows 11 Troubleshooting Hub.
Why WHEA_UNCORRECTABLE_ERROR BSOD Happens
A WHEA_UNCORRECTABLE_ERROR BSOD is a critical system error that occurs when the Windows Hardware Error Architecture (WHEA) detects a hardware failure that the system cannot recover from. This error indicates a problem with physical hardware such as the CPU, RAM, GPU, storage drive, or power supply. For official Microsoft documentation, refer to the Microsoft Bug Check 0x124 reference.
A WHEA_UNCORRECTABLE_ERROR BSOD is different from software-related blue screens. It typically points to faulty hardware, overheating, insufficient power, or incompatible drivers. This error is similar to other hardware-related BSODs like 0xc000021a Blue Screen and PAGE_FAULT_IN_NONPAGED_AREA, but it is more explicitly hardware-focused. Common triggers include overclocking instability, failing RAM modules, overheating CPU/GPU, outdated BIOS, and insufficient power supply.
Before diving into fixes, ensure you have backed up important data. If WHEA_UNCORRECTABLE_ERROR BSOD occurs frequently, you risk data loss. For a broader overview of Windows errors, see our Windows 11 Troubleshooting Hub.
⚠️ Warning: A WHEA_UNCORRECTABLE_ERROR BSOD indicates a hardware problem. Do not ignore it, as it can cause permanent damage. Start with the least invasive fixes and work your way up.
1. Check for Hardware Issues
The most common cause of WHEA_UNCORRECTABLE_ERROR BSOD is faulty hardware. Start by checking your components.
- Test RAM: Run Windows Memory Diagnostic (type
mdsched.exein Start) or MemTest86 from a bootable USB. - Check storage: Run
chkdsk C: /f /rin Command Prompt to check for disk errors. - Test GPU: Use tools like FurMark or OCCT to stress-test your graphics card.
- Check CPU: Use Intel Processor Diagnostic Tool or AMD Ryzen Master to test CPU stability.
- Inspect connections: Reseat all internal cables and components (RAM, GPU, storage, power connectors).
✅ Expected Result: If a specific component fails testing, replace it to resolve WHEA_UNCORRECTABLE_ERROR BSOD.
2. Update or Roll Back Problematic Drivers
Outdated or incompatible drivers can cause WHEA_UNCORRECTABLE_ERROR BSOD. Focus on chipset, storage, and graphics drivers.
- Open Device Manager.
- Expand System devices and update chipset drivers.
- Expand Display adapters and update graphics drivers.
- Expand Storage controllers and update storage drivers.
- If the error started after a driver update, roll it back via Properties > Driver > Roll Back Driver.
💡 Quick Tip: Download drivers directly from your manufacturer’s website (e.g., Intel, NVIDIA, AMD) for the most stable versions.
3. Check System Temperatures and Cooling
Overheating can trigger WHEA_UNCORRECTABLE_ERROR BSOD. Monitor your system temperatures and ensure proper cooling.
- Use software like HWMonitor, Core Temp, or MSI Afterburner to check temperatures.
- Ensure CPU temperatures stay below 85°C under load (check manufacturer specs).
- Check GPU temperatures—most GPUs throttle above 90°C.
- Clean dust from fans, heatsinks, and vents.
- Ensure your PC has adequate airflow and case fans are working.
🔁 Alternative Solution: If temperatures are high, reapply thermal paste to your CPU or GPU.
4. Disable Overclocking in BIOS
Overclocking CPU, RAM, or GPU can cause instability and lead to WHEA_UNCORRECTABLE_ERROR BSOD. Disable all overclocking settings.
- Restart and enter BIOS/UEFI (press Del, F2, or F12 during startup).
- Look for overclocking sections (e.g., AI Tweaker, Extreme Tweaker, OC).
- Disable XMP/DOCP profiles for RAM.
- Reset CPU multipliers and voltage to default.
- Save changes and exit.
⚠️ Warning: Overclocking instability is a major cause of WHEA_UNCORRECTABLE_ERROR BSOD. Disabling it often resolves the issue immediately.
5. Update Motherboard BIOS/UEFI
An outdated BIOS can cause compatibility issues and trigger WHEA_UNCORRECTABLE_ERROR BSOD. Updating it can resolve hardware compatibility problems.
- Identify your motherboard model (use
wmic baseboard get product,manufacturerin Command Prompt). - Visit the manufacturer’s website and download the latest stable BIOS version.
- Follow the manufacturer’s instructions to flash the BIOS (usually via USB).
- Do not interrupt the update process.
✅ Expected Result: BIOS updates often fix hardware compatibility bugs that cause WHEA_UNCORRECTABLE_ERROR BSOD.
6. Run Hardware Diagnostic Tools
Use manufacturer-specific diagnostic tools to test your hardware for WHEA_UNCORRECTABLE_ERROR BSOD.
- CPU: Intel Processor Diagnostic Tool (Intel) or AMD Ryzen Master (AMD).
- RAM: MemTest86 or Windows Memory Diagnostic.
- Storage: Manufacturer tools (Samsung Magician, WD Dashboard, etc.) or CrystalDiskInfo.
- GPU: GPU stress tests like FurMark or OCCT.
- System: Use the built-in Windows Memory Diagnostic.
💡 Quick Tip: If you’re not sure which component is failing, run a full system diagnostic from your PC manufacturer (e.g., Dell SupportAssist, HP Hardware Diagnostics).
7. Check Power Supply Unit
An insufficient or failing power supply can cause WHEA_UNCORRECTABLE_ERROR BSOD. Check your PSU.
- Ensure your PSU provides enough wattage for all components (use a power supply calculator).
- Check for signs of PSU failure: random shutdowns, unusual noises, burning smell.
- If possible, test with a known-good PSU.
- Ensure all power connectors (24-pin, CPU 8-pin, GPU power) are properly seated.
⚠️ Warning: A failing PSU can damage other components. Replace it immediately if you suspect issues.
8. Analyze Minidump Files
Minidump files can help identify the exact component causing WHEA_UNCORRECTABLE_ERROR BSOD.
- Navigate to
C:\Windows\Minidump. - Copy the .dmp files to your desktop.
- Use WinDbg (available from the Microsoft Store) to open the dump file.
- Run the command
!analyze -vto see detailed diagnostic data. - Look for the MODULE_NAME or IMAGE_NAME to identify the faulty driver/hardware.
🔁 Alternative Solution: Use BlueScreenView (a free tool) to analyze minidump files with a user-friendly interface.
9. Advanced Troubleshooting
If the error persists, try these advanced solutions.
Clean Boot
Perform a clean boot to eliminate software conflicts. Press Win + R, type msconfig, go to the Services tab, check “Hide all Microsoft services,” click Disable all, then disable startup items in Task Manager. Restart and test.
Check for Malware
Malware can corrupt system files. Run a full scan with Windows Defender Offline. For detailed steps, see How to Scan Malware Windows 11.
Replace Faulty Hardware
If diagnostic tools identify a specific component, replace it. Common culprits: RAM, GPU, storage drive, or PSU.
Perform a System Restore
If the error started after a system change, use System Restore to revert. See How to Use System Restore Windows 11.
In-Place Upgrade (Repair Install)
An in-place upgrade reinstalls Windows while preserving your files and apps. Download the Windows 11 ISO, mount it, and run setup.exe. Choose “Keep personal files and apps.” This may resolve driver-related issues causing WHEA_UNCORRECTABLE_ERROR BSOD. This method is also effective for Windows Installation Failed in Safe_OS Phase.
If you have exhausted all options, contact Microsoft Support or your PC manufacturer. For more BSOD troubleshooting, explore our Windows 11 Troubleshooting Hub.
Conclusion
A WHEA_UNCORRECTABLE_ERROR BSOD is a hardware-related blue screen that requires systematic troubleshooting. Start by checking hardware components (RAM, storage, GPU), updating drivers, monitoring temperatures, disabling overclocking, and updating BIOS. If the error persists, run diagnostic tools, check your power supply, and analyze minidump files to identify the faulty component. For stubborn cases, a clean boot, System Restore, or in-place upgrade may help.
Regular system maintenance, such as monitoring temperatures, keeping drivers updated, and periodically checking hardware health, can prevent WHEA_UNCORRECTABLE_ERROR BSOD from recurring. For more Windows troubleshooting, explore our Windows 11 Troubleshooting Hub and check out related articles on 0xc000021a Blue Screen, PAGE_FAULT_IN_NONPAGED_AREA, and BSOD fixes.
Related Guides
- Windows 11 Troubleshooting Hub
- Windows Error 0xc000021a Blue Screen Crash
- PAGE_FAULT_IN_NONPAGED_AREA Boot Loop
- Windows 11 Blue Screen of Death (BSOD)
- KMODE_EXCEPTION_NOT_HANDLED Blue Screen
- Windows Installation Failed in Safe_OS Phase
- How to Update Drivers Windows 11
- How to Use DISM Windows 11
- How to Use System Restore Windows 11
- How to Scan Malware Windows 11
- Windows 11 High CPU Usage Fix
- Windows 11 Running Slow Fix
FAQ
What causes WHEA_UNCORRECTABLE_ERROR BSOD?
A WHEA_UNCORRECTABLE_ERROR BSOD is caused by hardware failures, faulty drivers, overheating, overclocking instability, insufficient power supply, or outdated BIOS.
How do I fix WHEA_UNCORRECTABLE_ERROR BSOD?
Check hardware components (RAM, storage, GPU), update drivers, monitor temperatures, disable overclocking, and update BIOS. Run diagnostic tools and analyze minidump files to pinpoint the faulty component.
Is WHEA_UNCORRECTABLE_ERROR a hardware or software issue?
It is primarily a hardware issue, but faulty drivers can also trigger it. However, the error indicates a hardware failure that the system cannot recover from.
Can overheating cause WHEA_UNCORRECTABLE_ERROR BSOD?
Yes, overheating CPU or GPU can cause this error. Monitor temperatures and ensure proper cooling to prevent WHEA_UNCORRECTABLE_ERROR BSOD.
How do I analyze minidump files for WHEA_UNCORRECTABLE_ERROR?
Use WinDbg or BlueScreenView to open .dmp files in C:\Windows\Minidump. Look for the MODULE_NAME to identify the faulty driver or component.
Can a failing power supply cause this error?
Yes, an insufficient or failing PSU can cause WHEA_UNCORRECTABLE_ERROR BSOD. Check your PSU wattage and test with a known-good unit if possible.
Should I update BIOS to fix WHEA_UNCORRECTABLE_ERROR?
Yes, outdated BIOS can cause hardware compatibility issues. Update BIOS from your motherboard manufacturer’s website to resolve WHEA_UNCORRECTABLE_ERROR BSOD.
Can overclocking cause WHEA_UNCORRECTABLE_ERROR?
Yes, overclocking CPU, RAM, or GPU can cause instability and trigger this error. Disable overclocking to test if it resolves the issue.
What should I do if none of the fixes work?
If the error persists after all fixes, consider replacing the faulty hardware component identified by diagnostic tools. In some cases, a clean Windows installation may help if the issue is driver-related.
Can WHEA_UNCORRECTABLE_ERROR be caused by a bad driver?
Yes, outdated or incompatible drivers, especially chipset, storage, and graphics drivers, can trigger WHEA_UNCORRECTABLE_ERROR BSOD. Update drivers to the latest versions.
We’re a team of system administrators, technical writers, and platform specialists who genuinely enjoy solving the problems most users find frustrating. From persistent Windows errors and Android sync failures to browser crashes and network drops — we’ve seen it all, and we document every fix properly. Our guides are built on official documentation, direct testing, and real troubleshooting experience. No filler, no guesswork — just reliable, step-by-step solutions you can trust.