How to Fix DPC_WATCHDOG_VIOLATION in Windows 11
The Problem
DPC_WATCHDOG_VIOLATION (stop code 0x00000133) means a driver held the CPU too long without responding. On Windows 11 the usual suspects are the SSD/SATA storage controller driver, outdated SSD firmware, or old peripheral drivers (network, Bluetooth, USB).
For BSOD basics and reading stop codes, see how to fix the Blue Screen of Death.
Quick Fixes (Try These First)
Disconnect External Drives and Devices
Unplug external SSDs/HDDs, USB hubs, and dongles, then reboot. A misbehaving external storage driver is the classic cause of this stop code.
The Fix: Step-by-Step
Step 1: Switch to the Standard SATA AHCI Controller Driver
The Microsoft default storahci driver fixes most DPC_WATCHDOG cases caused by buggy vendor controllers.
- Right-click Start → Device Manager.
- Expand IDE ATA/ATAPI controllers.
- Right-click Standard SATA AHCI Controller → Update driver → Browse my computer for drivers → Let me pick from a list → choose Standard SATA AHCI Controller → Next.
- Reboot.
Step 2: Update Your SSD Firmware
- In Device Manager → Disk drives, note your SSD model.
- Download the maker's tool (Samsung Magician, Crucial Storage Executive, WD Dashboard, etc.) and apply any firmware update. Outdated SSD firmware is a leading cause of this exact stop code.
Step 3: Update Network, Bluetooth, and Chipset Drivers
- Device Manager → check Network adapters and Bluetooth for a yellow !.
- Right-click → Update driver, or grab the latest from the laptop/motherboard maker.
- Install the latest chipset drivers from Intel or AMD. Step-by-step: update outdated drivers.
Step 4: Repair System Files
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
Step 5: Confirm the Drive Is Healthy
A dying SSD can throw DPC_WATCHDOG_VIOLATION under load. Test it: check SSD/hard drive health. If the SSD also feels slow, see fix slow SSD speeds.
Still Crashing?
- Can't boot to do any of this? Use Safe Mode first: enter Safe Mode.
- If it began after a Windows update, roll the update back.
Related guides
How to Fix Brightness Not Working on Windows 11
Brightness slider missing, greyed out, or won't change on Windows 11? Re-enable the display driver, fix adaptive brightness, and restore the controls.
How to Fix Crackling or Popping Sound on Windows 11
Audio crackling, popping, or stuttering on Windows 11? Fix the sample rate, turn off audio enhancements, and stop the driver latency behind the static.
How to Fix CRITICAL_PROCESS_DIED in Windows 11
Getting the CRITICAL_PROCESS_DIED blue screen on Windows 11? Boot Safe Mode, repair system files, fix bad drivers, and stop stop code 0x000000EF.
How to Fix USB Ports Not Working in Windows 11
USB mouse, flash drive, or phone not detected in Windows 11—try different ports, reset controllers, update chipset drivers, and fix power management.
How to Fix Windows 11 Freezing or Crashing Randomly
PC locks up, reboots alone, or apps freeze for seconds—check RAM, drivers, disk health, and overheating before you assume Windows is broken.