How to Fix CLOCK_WATCHDOG_TIMEOUT in Windows 11

Windows 11BSODHardwareTroubleshootingFix

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. Hardware reporting its own faults? See fix WHEA_UNCORRECTABLE_ERROR.

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.
  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 ManagerPerformanceCPU 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 and clean your 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 LogsSystem for source BugCheck and read the parameters recorded with each crash.
  3. Check that dumps are actually being written: Windows + Rsysdm.cplAdvancedStartup and RecoverySettings → 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.

Step 4: Roll Back or Reinstall the Named Driver

Chipset, storage, and GPU drivers are the usual offenders.

  1. Right-click StartDevice Manager.
  2. Find the device matching the .sys file from the dump, right-click → PropertiesDriver 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.
  6. General guidance: 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 + Rmsinfo32 → 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 + Rmdsched.exeRestart 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 and check and upgrade your RAM.

Step 7: Disable Fast Startup and Test a Clean Boot

  1. Open Control PanelPower OptionsChoose what the power buttons doChange 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 + RmsconfigServices → tick Hide all Microsoft servicesDisable all.
  4. In Task ManagerStartup 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.

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.
  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.

Related: fix system service exception and fix Windows 11 freezing and crashing randomly.