My Laptop Keeps Crashing: Need Help Diagnosing the Issue

0
11
Asked By CuriousCactus91 On

I have an Asus laptop that's about 2 years old, and it has been running fine until recently. Lately, it started rebooting unexpectedly, about once a day, and now it's happening multiple times throughout the day. I don't see a pattern; it could happen while I'm browsing, working on a document, or even when the laptop is idle. I didn't get the blue screen of death, just a black screen with an error message that disappears too quickly to read. I checked that my system is up to date, and I even asked a chat AI for help, which suggested I should reinstall Windows. That seems a bit overly simplistic to me, so I'm here to see what you all think. My setup includes Windows 11, an AMD Ryzen 7 5700U processor, and 8GB of RAM. If it helps, I uploaded the minidump files for more context. Thanks for any assistance!

2 Answers

Answered By TechWhiz82 On

It sounds frustrating! First, make sure to backup your data regularly before making any adjustments to your system. For crash analysis, you’ll want those dump files! You can find them in the C:WindowsMinidump folder. If you have some, zip that folder and upload it to an accessible site like MediaFire or Catbox. Those files will help pinpoint the problem better than just guessing. Good luck!

Answered By CodeCracker09 On

You should definitely get those minidump files analyzed. Install WinDbg from the Microsoft Store, open it as an administrator, and then load your minidump files. Type '!analyze -v' to get detailed info on what caused the crash. This could give you more insight than just reinstalling Windows. Let us know what you find!

CuriousCactus91 -

Thanks! I’ll do that and share the results back here. I think I might be out of easy fixes!

BugBuster77 -

Sounds like a plan! I'll be here to help if you hit any snags.

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.