# How to Fix CLOCK_WATCHDOG_TIMEOUT in Windows 11 URL: https://www.mytechnician.tech/tips/fix-clock-watchdog-timeout-windows-11/ Published: 2026-07-27 | Author: Ankit Kumar Tags: Windows 11, BSOD, Hardware, Troubleshooting, Fix Summary: CLOCK_WATCHDOG_TIMEOUT means a CPU core stopped responding to the rest of the processor. Fix unstable overclocks, bad drivers, and cooling faults with these step-by-step checks. Recommended app: PC-Troubleshooter — https://www.mytechnician.tech/apps/windows-troubleshooter/ (Microsoft Store: https://apps.microsoft.com/detail/9N7RWKW8SP24?hl=en-us&cid=mytechnician-web). Optional; every step below uses built-in Windows tools. ## The Problem **CLOCK_WATCHDOG_TIMEOUT** (stop code `0x00000101`) means one CPU core sent an interrupt to another core and never got a reply within the expected window. Windows assumes that core has hung and stops everything. In practice that comes from three places: the CPU is running outside its stable envelope (overclock, undervolt, bad memory timings), a driver is holding an interrupt for far too long, or the processor is overheating and stalling. It is a **processor-level** stop code, so software-only fixes rarely help on their own. > **Getting a different stop code each time?** That pattern points at RAM or power — start with [how to fix a BSOD](https://www.mytechnician.tech/tips/how-to-fix-bsod-blue-screen/). **Hardware reporting its own faults?** See [fix WHEA_UNCORRECTABLE_ERROR](https://www.mytechnician.tech/tips/fix-whea-uncorrectable-error-windows-11/). ## Symptoms * Blue screen reading **CLOCK_WATCHDOG_TIMEOUT**, often within seconds of a heavy task starting. * Crashes during gaming, rendering, compiling, or a large file copy — anything that loads every core. * The PC hangs completely for a second or two before the blue screen appears. * Repeats even in Safe Mode, which effectively rules out most third-party software. ## Step 1: Return the CPU and Memory to Stock Settings An unstable all-core overclock or an aggressive undervolt is the leading cause of this exact stop code. 1. Enter firmware setup: [how to enter BIOS or UEFI](https://www.mytechnician.tech/tips/how-to-enter-bios-uefi-windows-11/). 2. Choose **Load Optimized Defaults**. 3. Leave **XMP / EXPO** **off** for the first test — memory instability shows up as a CPU-side timeout surprisingly often. 4. Reset any undervolt curve in Intel XTU, Ryzen Master, or ThrottleStop back to default and close the tool so it does not reapply at startup. 5. Save, exit, and load the PC hard for 20 minutes — a game or a video export is a good test. Stable at stock? Reintroduce one setting at a time, testing for a day between changes. ## Step 2: Confirm the CPU Is Not Overheating 1. Open **Task Manager** → **Performance** → **CPU** and note the base and current speed. 2. Install HWiNFO or your motherboard vendor's monitor and record peak core temperature during load. 3. Anything sustained above **95 °C**, or a clock that collapses far below base speed under load, means cooling. 4. Clean the heatsink and fans, and check the cooler is properly seated: [fix CPU overheating and thermal throttling](https://www.mytechnician.tech/tips/fix-cpu-overheating-thermal-throttling/) and [clean your laptop and devices safely](https://www.mytechnician.tech/tips/clean-laptop-and-devices-safely/). ## Step 3: Read the Crash Dump to Name the Culprit 1. Press **Windows + R**, type `eventvwr.msc`, press Enter. 2. Filter **Windows Logs** → **System** for source **BugCheck** and read the parameters recorded with each crash. 3. Check that dumps are actually being written: **Windows + R** → `sysdm.cpl` → **Advanced** → **Startup and Recovery** → **Settings** → set **Write debugging information** to **Small memory dump (256 KB)**. 4. Dumps land in `C:\Windows\Minidump`. If a specific `.sys` file is named repeatedly, that driver is your target — see Step 4. 5. Full method: [how to use Event Viewer to find why your PC crashed](https://www.mytechnician.tech/tips/how-to-read-event-viewer-find-crash-cause/). ## Step 4: Roll Back or Reinstall the Named Driver Chipset, storage, and GPU drivers are the usual offenders. 1. Right-click **Start** → **Device Manager**. 2. Find the device matching the `.sys` file from the dump, right-click → **Properties** → **Driver** tab. 3. If **Roll Back Driver** is available, use it and reboot. 4. If not, choose **Uninstall device**, tick **Attempt to remove the driver**, reboot, and install the current version from the vendor's site. 5. For graphics drivers specifically, do a clean removal: [clean install GPU drivers with DDU](https://www.mytechnician.tech/tips/clean-install-gpu-drivers-ddu-windows-11/). 6. General guidance: [how to update outdated drivers](https://www.mytechnician.tech/tips/how-to-update-outdated-drivers/). ## Step 5: Update Motherboard Firmware Microcode updates for newer CPUs ship in BIOS releases and fix exactly this class of core-synchronisation fault. 1. **Windows + R** → `msinfo32` → note **System Model** and **BIOS Version/Date**. 2. Get the latest BIOS from the motherboard or laptop manufacturer's support page. 3. Install the matching **chipset driver** first, reboot, then flash the firmware following the vendor's instructions. 4. Never interrupt a firmware flash. On a laptop, keep it plugged in and above 50 % battery. ## Step 6: Test the Memory Bad RAM produces this stop code even though the CPU is what reports it. 1. **Windows + R** → `mdsched.exe` → **Restart now and check for problems**. 2. Press **F1** during the test and set **Test Mix** to **Extended**. 3. For a real answer, run **MemTest86** from USB for four passes or more. 4. Any error means bad memory or an unstable memory profile. Test sticks individually. 5. Related: [fix MEMORY_MANAGEMENT BSOD](https://www.mytechnician.tech/tips/fix-memory-management-bsod-windows-11/) and [check and upgrade your RAM](https://www.mytechnician.tech/tips/check-upgrade-ram-pc/). ## Step 7: Disable Fast Startup and Test a Clean Boot 1. Open **Control Panel** → **Power Options** → **Choose what the power buttons do** → **Change settings that are currently unavailable**. 2. Untick **Turn on fast startup (recommended)** and save. This forces a full cold boot each time so hardware is initialised cleanly. 3. **Windows + R** → `msconfig` → **Services** → tick **Hide all Microsoft services** → **Disable all**. 4. In **Task Manager** → **Startup apps**, disable everything, then reboot. 5. Pay particular attention to RGB, fan-control, and monitoring utilities — they install kernel drivers that can stall interrupts. More on this: [disable startup programs](https://www.mytechnician.tech/tips/disable-startup-programs-speed-up-boot/). ## Step 8: Repair Windows and Test Power Delivery 1. In **Terminal (Admin)**: ``` sfc /scannow ``` ``` DISM /Online /Cleanup-Image /RestoreHealth ``` 2. Reboot and re-run `sfc /scannow`. Step-by-step: [how to run SFC and DISM](https://www.mytechnician.tech/tips/how-to-run-sfc-dism-repair-windows-11/). 3. On a desktop, reseat the 8-pin EPS CPU power connector at both ends — a partially seated connector causes core stalls under load. 4. On a laptop, test with the original charger only. ## What Not to Do * **Don't disable CPU cores or hyperthreading as a "fix".** It masks instability and cripples the processor. * **Don't raise CPU voltage blindly** to chase stability — you will trade blue screens for degradation. * **Don't reinstall Windows before testing stock settings and RAM.** This stop code survives clean installs when the cause is hardware. ## Still Not Working? If the PC crashes at stock settings, with one RAM stick, with clean drivers and current firmware, and temperatures are normal, the CPU or motherboard VRM is the remaining suspect. Test the same drive and RAM in another machine if you can, and get your data backed up first: [set up automatic backups](https://www.mytechnician.tech/tips/set-up-automatic-backups/). Related: [fix system service exception](https://www.mytechnician.tech/tips/fix-system-service-exception-windows-11/) and [fix Windows 11 freezing and crashing randomly](https://www.mytechnician.tech/tips/fix-windows-11-freezing-crashing-randomly/). --- Source: https://www.mytechnician.tech/tips/fix-clock-watchdog-timeout-windows-11/ — My Technician, free Windows 10/11 troubleshooting guides. Related tool: PC-Troubleshooter (PC-Troubleshooter is a system diagnostic and repair tool for Windows 10 and Windows 11—hardware, drivers, network, and common fixes in one app.) — https://www.mytechnician.tech/apps/windows-troubleshooter/ More guides: https://www.mytechnician.tech/llms.txt