The CLOCK_WATCHDOG_TIMEOUT error is a Blue Screen of Death (BSOD) issue that occurs when the processor fails to communicate properly with system threads. Here’s a step-by-step guide to resolve this issue.
1. Check Hardware Connections
- Loose Connections: Ensure all hardware components, such as RAM, GPU, and CPU, are properly connected.
- Overheating: Clean your PC to prevent overheating and ensure proper cooling.
2. Update Device Drivers
- Outdated or corrupted drivers can cause the error.
- Steps:
- Press
Windows + X
and selectDevice Manager
. - Expand categories like
Processors
,Display adapters
, andNetwork adapters
. - Right-click on each device and select
Update driver
.
- Press
3. Disable Overclocking
- Overclocking can cause instability in system threads.
- Steps:
- Enter your BIOS/UEFI settings by pressing a key like
F2
,F10
, orDEL
during startup. - Disable overclocking options and save changes.
- Enter your BIOS/UEFI settings by pressing a key like
4. Run Windows Memory Diagnostic
- Faulty RAM can trigger this error.
- Steps:
- Press
Windows + R
and typemdsched.exe
. - Choose
Restart now and check for problems
. - Wait for the test to complete and review the results.
- Press
5. Perform a System File Check
- Corrupted system files can lead to this error.
- Steps:
- Open Command Prompt as Administrator.
- Type
sfc /scannow
and press Enter. - Let the scan complete and repair files.
6. Update BIOS/UEFI
- An outdated BIOS can cause compatibility issues.
- Steps:
- Visit your motherboard manufacturer’s website.
- Download the latest BIOS update.
- Follow the instructions provided by the manufacturer to update.
7. Check for Windows Updates
- Missing updates can cause BSOD errors.
- Steps:
- Go to
Settings
>Update & Security
>Windows Update
. - Click
Check for updates
and install available updates.
- Go to
8. Scan for Malware
- Malware can interfere with system processes.
- Steps:
- Open Windows Security (
Windows + I
>Privacy & Security
>Windows Security
). - Run a
Full Scan
.
- Open Windows Security (
9. Perform a Clean Boot
- A clean boot can help identify problematic third-party software.
- Steps:
- Press
Windows + R
, typemsconfig
, and press Enter. - Go to the
Services
tab, checkHide all Microsoft services
, and clickDisable all
. - Restart your computer.
- Press
10. Reinstall Windows (Last Resort)
- If nothing else works, reinstalling Windows may resolve the issue.
- Steps:
- Backup your data.
- Create a bootable USB drive using the Windows Media Creation Tool.
- Boot from the USB and follow the on-screen instructions to reinstall Windows.
Quick Fix Checklist
- Update drivers and Windows.
- Disable overclocking in BIOS.
- Run
sfc /scannow
and Windows Memory Diagnostic. - Check for malware and clean boot your system.