Share via

Discord causes 0x0000019c BSOD error WIN32k POWER WATCHDOG TIMEOUT error

windows11user 0 Reputation points
2026-03-07T15:58:40.8833333+00:00

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

Windows for home | Windows 11 | Performance and system failures
0 comments No comments

2 answers

Sort by: Most helpful
  1. Ivan B 107.3K Reputation points Independent Advisor
    2026-03-07T17:11:16.33+00:00

    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


  2. Q&A Assist
    2026-03-07T15:59:55.1833333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    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:

    1. Update Windows and all key device drivers

    Incompatible or outdated drivers are a common cause of freezes and BSODs.

    • Install all available Windows Updates:
      • Start → Settings → Windows Update → Check for updates → Install.
    • Then update these drivers from the PC or hardware manufacturer site:
      • GPU/display driver (NVIDIA/AMD/Intel)
      • Audio drivers (especially if using virtual audio devices or voice tools)
      • Mouse and keyboard drivers
      • Printer drivers (if installed)
    • On laptops, also install any BIOS/firmware, chipset, and platform drivers from the OEM support page. This matches guidance that older or incompatible drivers can cause application failures and system instability.
    1. Check OEM performance/overclocking utilities

    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.

    • If such a tool is installed:
      • Switch it to the most conservative or “Silent”/“Power saving” profile and test, or
      • Temporarily uninstall/disable it and reboot.
    • There is a documented case where repeated BSODs and freezes (especially during light tasks) were resolved by doing an OEM cloud restore and removing the OEM tuning utility entirely.
    1. Disable overlays and hook-style tools

    Overlay and hook components can conflict with graphics and windowing (win32k) and trigger watchdog-type errors.

    • Turn off or uninstall:
      • GPU overlays (GeForce Experience overlay, AMD overlay, Xbox Game Bar, etc.)
      • Screen recorders/streaming overlays and virtual webcams
      • Third-party theming/high-contrast or color-filter tools.
    • Discord’s own in-game overlay has had known incompatibilities with some Direct3D 12 games in the past, showing that overlay-style hooks can cause instability. Even if that specific issue is fixed, similar components from other software can still cause problems.
    1. Run system integrity checks

    Corrupted system files can contribute to kernel errors and BSODs.

    • Open Command Prompt as administrator and run:
      • sfc /scannow
    • When it finishes, restart the PC.
    • If SFC reports repairs, test Discord again after the reboot.
    1. Compare behavior with other GPU-accelerated apps

    To see if the issue is Discord-specific or more general:

    • Run other GPU-accelerated apps (Edge/Chrome with hardware acceleration on, video players, or other chat/VoIP tools) for the same amount of time.
    • If similar freezes or BSODs occur, this strongly points to a driver, firmware, or power-management problem rather than Discord itself.
    1. Try a clean profile / repair install if needed

    If the BSOD continues only with Discord after all updates and driver changes:

    • Create a new local Windows user account, sign in, install Discord there, and test.
    • If the system is from a major OEM and problems persist, consider using the OEM’s cloud restore / “Reset this PC” with “Keep my files” to reinstall Windows and drivers while preserving personal data, then avoid reinstalling any OEM overclocking or tuning utilities that previously caused instability in similar cases.

    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:

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.