Share via

random bsod occurred

BillStrachan 0 Reputation points
2026-04-05T17:34:51.3233333+00:00

https://drive.google.com/file/d/1wa21qgvFy4CTbmHuufzSU_22CrCQFrP2/view?usp=sharing

dmp file in the google drive link. ive had blue screens almost once a month now

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

2 answers

Sort by: Most helpful
  1. Alvise Cervellati 5,215 Reputation points Independent Advisor
    2026-04-05T19:03:12.1766667+00:00

    Hi Bill, Welcome in Community

    DPC_WATCHDOG_VIOLATION is the stop correlated to your dump file, this error mean a driver or hardware component took too long to complete a task, causing the system to crash.

    First step is update all the drivers in your system, start with the graphic card. I can help you in this, please share the exact model of your hardware (if notebook or desktop pc)

    Then, check the integrity of the system files

    Press the WIN + X buttons and open terminal as administrator, now type

    DISM.exe /Online /Cleanup-image /Restorehealth 

    Then type

    SFC /SCANNOW

    Press enter and wait for it to complete

    Indicate the result here

    Elvis

    Was this answer helpful?

    0 comments No comments

  2. AI answer

    2026-04-05T17:35:07.9533333+00:00

    The minidump in the shared link cannot be accessed from the provided context, so the specific stop code and driver/module causing the BSOD cannot be identified here. However, for recurring random blue screens on Windows 10, the recommended first steps are:

    1. Note the stop code and any driver/module name shown on the blue screen (for example, PAGE_FAULT_IN_NONPAGED_AREA, MEMORY_MANAGEMENT, DRIVER_POWER_STATE_FAILURE, etc.). This information is critical to pinpoint the cause.
    2. Remove any recently added hardware, then test for a while to see if BSODs stop.
    3. Boot into Safe Mode and check Device Manager:
      • Right‑click Start → Device Manager.
      • Look for devices with a yellow exclamation mark.
      • For any such device, choose Update driver. If that does not help, disable or uninstall the device and test again.
    4. Ensure there is at least 10–15% free space on the system drive so Windows can create paging and dump files correctly.
    5. Install all pending Windows Updates:
      • Start → Settings → Update & Security → Windows Update → Check for Windows updates.
    6. If BSODs continue with the same stop code, use System Restore or other recovery options to roll back to a point before the crashes started. See Recovery options in Windows 10 from the referenced article.
    7. For deeper analysis, collect the minidumps from C:\Windows\Minidump, zip them, and provide them to a Windows expert or support engineer who can run them through the Windows debugger and correlate the stop code, call stack, and driver versions.

    If comfortable with advanced troubleshooting, follow the “Advanced troubleshooting steps for Windows blue screens and stop code errors” referenced in the documentation to analyze bug checks and drivers in more detail.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

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.