← Back to DatabaseHow to Fix STOP CODE 0x0000009C
Topic: Windows 10 Blue Screen Errors | Status: Updated
What is this error?
The STOP CODE 0x0000009C indicates a hardware-related issue, often associated with a hardware malfunction or failure, particularly in the CPU or memory. It typically results in a system crash, leading to a Blue Screen of Death (BSOD) that disrupts system operation.
How to Fix It
- Check Hardware Connections: Ensure all internal components such as RAM, CPU, and power supply cables are properly connected and seated. Power off the computer and open the case to inspect.
- Run Windows Memory Diagnostic: Search for "Windows Memory Diagnostic" in the Start menu and follow the instructions to check for memory problems. Restart your computer and allow the diagnostic to run.
- Update Drivers: Outdated or incompatible drivers can cause this error. Go to Device Manager, right-click your devices, and select "Update Driver". Especially focus on chipset and storage drivers.
- Check for Overheating: Overheating can lead to hardware failures. Ensure that your cooling system (fans and heatsinks) is free of dust and functioning properly. Monitor system temperatures using appropriate software.
- Run System File Checker: Open Command Prompt as an administrator, then type
sfc /scannow and hit Enter. This will scan for and repair any corrupted system files.
- Check Hard Drive Health: Use the tool
chkdsk to check and fix hard drive errors. Open Command Prompt with admin privileges and type chkdsk /f to initiate the check.
- Restore System or Reinstall Windows: If issues persist, consider restoring your system to a previous state or performing a fresh installation of Windows to eliminate software-related causes.
Disclaimer: This is an educational guide. We are not responsible for data loss. Always backup your system.