Help! My Laptop Keeps Crashing with DPC_WATCHDOG_VIOLATION

0
2
Asked By TechieTraveler88 On

Hey everyone! I've been having a major headache with my laptop for the past three weeks—it's been crashing frequently with a Blue Screen of Death (BSoD) showing the stop code DPC_WATCHDOG_VIOLATION. This all started right after I connected a brand new 2 TB WD external hard drive. The crashes can happen anywhere from 16 to 24 hours apart, but sometimes I'm hit with three in a row, where the laptop freezes completely for up to five minutes before crashing. I thought updating to Windows 11 might help, so I did that a couple of times, but the issue is still persistent. I attempted a repair upgrade, but the download fails at 8% with error 0x8000ffff. I've also tried updating my Lenovo drivers via the Lenovo Service Bridge tool. However, the WD driver update tool doesn't detect my drive at all. Now, I'm seriously thinking about reinstalling Windows, but I believe I can figure this out if I could analyze my dump files, which I can't access due to lack of proper tools. Any advice on how to resolve this would be greatly appreciated!

3 Answers

Answered By DebuggerDan22 On

You'll need dump files for a proper analysis of the BSoDs. If you can boot into Windows or even Safe Mode, go to C:WindowsMinidump. Check if there are any dump files there, as we need those to dig deeper. You can zip the folder and upload it to a file-sharing site. Reddit has a few restrictions on uploads, but catbox.moe or MediaFire usually work fine! Also, getting multiple dump files could help a lot in figuring this out, so follow the guide to change the settings for a Small Memory Dump. Good luck!

Answered By SkepticalTechie On

You can open mini dumps using WinDbg, which is available for free in the Microsoft Store. Just load the dump file and run commands like '!analyze -y' to get a summary. It might take some common sense or a bit of research online to understand what's going wrong. Mini dumps should be saved in C:WindowsMinidump, so check there!

TechieTraveler88 -

Thanks for the tip! I'll definitely check out WinDbg.

Answered By CuriousCoder44 On

Make sure to check if your laptop can actually support a 2 TB hard drive. I have an ASUS VivoBook, and it specifically states a maximum support of 1 TB. Just a thought!

TechieTraveler88 -

It's actually an external HDD, and I've used it before without issues.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.