How to Fix HARDWARE FAILURE (0X0000006C) BSOD on Windows 10 & 11
The HARDWARE FAILURE (0x0000006C) Blue Screen of Death (BSOD) is a critical error that indicates your system has encountered a hardware-related issue severe enough to force an immediate shutdown. This error can occur due to faulty hardware, driver conflicts, or corrupted system files. Unlike some other BSOD errors, this one directly points to hardware failure, so resolving it often requires careful troubleshooting. Below, well explain what causes the 0x0000006C error and provide step-by-step solutions to fix it on Windows 10 and 11.
What Causes the HARDWARE FAILURE (0X0000006C) BSOD?
The 0x0000006C error typically appears when Windows detects a critical hardware failure, such as:
- A failing hard drive or SSD.
- Corrupted system files or registry entries.
- Faulty RAM modules.
- Overheating CPU or GPU.
- Loose or damaged cables (e.g., SATA, power, or display connections).
- Outdated or incompatible drivers (especially for storage controllers or chipset).
- Malware or disk errors affecting system stability.
Since this error is hardware-related, some fixes involve checking physical components, while others focus on repairing Windows system files. Well cover both approaches below.
Step-by-Step Fixes for HARDWARE FAILURE (0X0000006C)
Follow these methods in order to resolve the issue safely.
Method 1: Check Hardware Connections and Components
The first step is to rule out physical hardware issues:
- Power Cycle Your System: Turn off your PC, unplug it from the power source for 30 seconds, then restart. This can resolve temporary glitches.
- Inspect Cables and Connections:
- Open your computer case (if comfortable) and check SATA/data cables connecting your storage drives (HDD/SSD). Ensure they are securely seated.
- Verify RAM sticks are properly inserted into their slots. Reseat them if loose.
- If using an external monitor, try a different display cable or port to rule out GPU issues.
- Test for Overheating: Use software like HWMonitor to check CPU/GPU temperatures. If overheating is detected, clean fans or reapply thermal paste if needed.
Method 2: Run System File Checker (SFC) and DISM
Corrupted system files can trigger this error. Use Windows built-in tools to repair them:
- Boot into Safe Mode with Command Prompt:
- Restart your PC and repeatedly press F8 (or Shift + F8 for Windows 10/11) during startup to access Advanced Startup.
- Select Troubleshoot > Advanced options > Command Prompt.
- Run SFC (System File Checker): In the Command Prompt, type:
sfc /scannowPress Enter. Wait for the scan to complete and restart if prompted.
- Run DISM (Deployment Image Servicing and Management): Type:
DISM /Online /Cleanup-Image /RestoreHealthThis may take several minutes. Restart afterward.
Method 3: Check for Disk Errors with CHKDSK
If the error stems from a failing drive, run CHKDSK to scan for bad sectors:
- In Command Prompt (Admin), type:
chkdsk C: /f /r(Replace
C:with your system drive if needed.) - If prompted, confirm to run the scan on the next reboot. The system will restart automatically.
- After scanning, check the Event Viewer (Win + X > Event Viewer > Windows Logs > System) for errors.
Method 4: Update or Reinstall Drivers
Outdated drivers (especially storage controllers) can cause this error:
- Open Device Manager (Win + X > Device Manager).
- Expand categories like Disk drives, Storage controllers, or Display adapters. Look for devices with a yellow warning icon.
- Right-click the device > Update driver > Search automatically for drivers.
- If no updates are found, download the latest driver from the manufacturers website (e.g., Intel, NVIDIA, AMD).
- As a last resort, uninstall the driver, then restart to force Windows to reinstall it automatically.
Method 5: Test RAM for Errors
Faulty RAM can trigger this error. Use Windows built-in tool:
- Open Command Prompt as Administrator and type:
mdsched.exe - Select Restart now and check for problems. The system will reboot and test RAM.
- If errors are found, replace the faulty RAM module.
Method 6: Check for Malware or Disk Corruption
Malware or deep-seated disk issues may require specialized tools:
- Run a full scan with Windows Defender.
- Use third-party tools like SeaTools (for HDDs/SSDs) to test drive health.
Method 7: Last Resort Reset or Reinstall Windows
If all else fails, the issue may be deep-seated in your OS installation:
- Back up important data (this step is critical).
- Reset this PC: Go to Settings > Update & Security > Recovery > Reset this PC > Keep my files.
- If resetting doesnt work, perform a clean install of Windows using a bootable USB drive.
FAQ About HARDWARE FAILURE (0X0000006C)
- Is this error always hardware-related?
Not always. While the name suggests hardware, corrupted system files or drivers can also trigger it. Always check software fixes first.
- Can I prevent future BSODs like this?
Yes! Regularly update drivers, monitor disk health with tools like CrystalDiskInfo, and avoid sudden power outages.
- Will a new hard drive fix this?
If the error persists after testing, replacing a failing HDD/SSD is recommended. Use tools like SeaTools to verify.
- Why does this happen during startup?
Startup BSODs often indicate hardware issues (e.g., RAM, boot drive) or corrupted system files. Run SFC/DISM immediately if this occurs.
Final Notes
The HARDWARE FAILURE (0x0000006C) BSOD is frustrating but often fixable with systematic troubleshooting. Start with hardware checks, then proceed to system repairs if needed. If the issue persists after trying all steps, consult a professional technician or consider hardware replacement (e.g., RAM, storage drive). Always back up your data before making changes.
Last Updated: December 13, 2025
Tested on: Windows 10 (22H2) & Windows 11 (23H2)