Hi,
I checked the minidump and it shows a problem with one of the drivers, either sound or graphics.
If it's a laptop or desktop, if possible, could you provide the laptop model or your desktop configuration?
Thanks
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,after few minutes since opening discord, my PC freezes and everything becomes unresponsive though I can move my mouse cursor around. I have turned off hardware acceleration and voice suppression stuff, reinstalled discord by firstly deleting discord data in %AppData% and %LocalAppData% folders and downloading discord freshly from their website, but nothing seems to work. Link for the minidump file: https://www.dropbox.com/scl/fi/yralyre2emw1ssb9sobg3/030726-9984-01.dmp?rlkey=jbmr4l3w0zzuivc56pr6z2txa&st=ii2yilcw&dl=0
Thanks in advance
Hi,
I checked the minidump and it shows a problem with one of the drivers, either sound or graphics.
If it's a laptop or desktop, if possible, could you provide the laptop model or your desktop configuration?
Thanks
Stop code 0x0000019C (POWER WATCHDOG TIMEOUT) while using Discord indicates a low-level problem in Windows, most often with drivers, power management, or OEM utilities, not the Discord app itself. Since Discord reinstall and disabling its own features did not help, focus on Windows and driver stability.
Use these steps on Windows 11:
Incompatible or outdated drivers are a common cause of freezes and BSODs.
On gaming systems, vendor tools that manage performance modes and power states (for example, ASUS Armoury Crate and similar utilities) can destabilize the system and lead to BSODs under light workloads like browsing or chat apps.
Overlay and hook components can conflict with graphics and windowing (win32k) and trigger watchdog-type errors.
Corrupted system files can contribute to kernel errors and BSODs.
sfc /scannowTo see if the issue is Discord-specific or more general:
If the BSOD continues only with Discord after all updates and driver changes:
If the 0x0000019C error still appears after these steps, the next step would be detailed analysis of the minidump with WinDbg to identify the exact driver or module that is blocking the power watchdog, but in most comparable scenarios the root cause has been resolved by updating/removing problematic drivers or OEM performance software.
References: