How-To

How to Fix Clock Watchdog Timeout on Windows

How to Fix Clock Watchdog Timeout on Windows

It’s never fun to get a bluescreen error on your Windows PC. So, here’s how to fix Clock Watchdog Timeout on Windows.

You might think your system is done for when you get a blue screen of death (BSOD) error when booting your PC. But there’s no need to panic.

A clock_watchdog_timeout BSOD error relates to a problem between your system and CPU communicating. It’s a system-level process called “system interrupt,” which is normal behavior. However, if your system spends too long in the interrupt phase, you’ll get a blue screen error.

Fix Clock Watchdog Timeout on Windows

You can resolve the issue with a simple reboot, or it might require additional troubleshooting steps from the command line. Here’s how to fix clock watchdog timeout on Windows.

Restart Your PC

The first time you get a clock_watchdog_timeout BSOD on Windows, the first step is to restart your system and reseat external devices. Since the BSOD error prevents you from entering the Windows environment, you’ll need to press and hold the physical Power button for 10 seconds until your PC shuts down completely.

Unplug all peripherals attached to your PC, like your mouse, keyboard, printer, and monitors. If you have a desktop, reseat the RAM, SSD (if you have one), and GPU, and check for loose cables. Reconnect all the external devices to ensure the connection is solid.

Wait 30 to 60 seconds and press the Power button again to restart.

pressing power button on laptop

Check for Windows Updates

Windows will typically update in the background, but you might not have the most recent updates. For example, a pending update may contain the bug fixes that your PC is waiting for. To manually check for Windows updates, follow these steps.

  1. Click Windows key + I to open Settings and select Windows Update.stop automatic updates on Windows 11
  2. Click the Check for updates button and install any updates it finds. A restart may be required to complete the process.Windows Updates available

Run the Windows Memory Diagnostic Utility

A memory issue could cause the error, and you’ll want to scan it for errors. You can check your system’s RAM by running Microsoft’s built-in Windows Memory Diagnostics utility.

To run Windows Memory Diagnostic Utility, do the following:

  1. Press Windows key + R to open the Run dialog.
  2. Type mdsched and click OK.running mdssched on Windows 11
  3. When the Windows Memory Diagnostic tool opens, click the Restart now and check for problems option.windows memory diagnostic restart and check
  4. Your PC will restart, and the utility will run a diagnostic scan of your system’s RAM. If any issues are detected, the diagnostic tool will automatically fix issues it finds.windows 11 keeps crashing
Note: The utility will take a long time to run. If it doesn’t find issues, but you want a second opinion, try the free and open source utility memtest86+.

Manage Hardware Drivers

Updating your hardware drivers can fix a list of issues, including the clock watchdog timeout error. You should receive driver updates via Windows Update, but sometimes things slip through.

However, you can make Windows search for a specific hardware driver or install one yourself using Device Manager. To manually check drivers for updates, use the following steps.

  1. Press the Windows key or click the Start button.
  2. Type Device Manager and click the Device Manager Control Panel option under Best match.Fix Clock Watchdog Timeout on Windows
  3. Check the list for any yellow error indicators. If you find one, right-click the listed device, and select Update driver from the menu.Updating drivers on Windows 11
  4. Select Search automatically for drivers and let Windows automatically update the driver.Search automatically for drivers
  5. You can manually install the driver if the Watchdog error persists and Windows doesn’t find a driver.install Driver

Run a DISM and SFC Scan

Running a DISM and SFC scan can fix the clock watchdog timeout BSOD error. Both utilities scan for corrupt system files and replace them with working ones.

A System File Checker (SFC) scan finds file errors and replaces corrupt files with working ones stored on your drive. A Deployment Image Servicing and Management (DISM) scan will detect errors and replace corrupt files with working ones downloaded directly from Microsoft Servers.

To run SFC and DISM scans, follow these steps.

  1. Click the Start button or press the Windows key and search for PowerShell.
  2. Select the Run as Administrator option on the right side of the results.Running Windows PowerShell as administrator
  3. When PowerShell opens, run the following command in the terminal.
    sfc /scannow

    terminal SFC-scannow

  4. After the SFC scan, it’s a best practice to run a DISM scan – especially if SFC can’t replace specific files.
  5. Run PowerShell as Administrator and run the following command.
    DISM /Online /Cleanup-Image /RestoreHealth

    DISM Scan Windows 11

Check the Disk for Errors

Typically, SFC and DISM scans will fix the clock watchdog timeout error on Windows, but the issue could run deeper. The Windows Chkdsk utility will scan the hard disk to ensure it’s free of errors.

To run a Chkdsk scan, follow these steps.

  1. Launch the PowerShell terminal or Command Prompt as Administrator.
  2. Run the following command and hit Enter.
    chkdsk /r /f
  3. The ChkDsk utility will prompt you to have it scan the next time you reboot – type Y and press Enter.chkdsk command prompt

The next time you reboot your PC, the ChkDsk utility will scan for any errors and repair them.

Try Safe Mode or a Clean Boot

Try a clean boot into Windows if you can’t get past the clock_watchdog_timeout BSOD. A clean boot uses minimal startup apps and drivers to load the OS.

When the clean boot works, enable apps and services one at a time until you find the culprit.

clean boot windows 11

If the clean boot doesn’t work, you can boot Windows 11 into Safe Mode. Or, if you’re not on Windows 11, boot Windows 10 into Safe Mode.

When you get to the Advanced Boot Options, ensure you select Enable Safe Mode with Command Prompt. You can launch the Command Prompt in Safe Mode by choosing that option and run utilities like ChkDsk and SFC and DISM scans.

Safe Mode Startup Settings Windows 11

Fix Clock Watchdog Timeout on Windows

Getting a Windows blue screen error is never fun. However, if you’re getting the clock watchdog timeout BSOD, one of the solutions above should get your system working again.

1 Comment

1 Comment

  1. Arno Smith

    November 14, 2022 at 1:05 am

    I get that stop code error after I try to run the MSI android emulator on my new MSI gaming laptop. Can boot into Windows 11 afterwards.
    Please advise/assist.

Leave a Reply

Your email address will not be published. Required fields are marked *

 

To Top