Help! I’m Getting Random Blue Screens in Windows 11

0
13
Asked By CuriousTechie93 On

I've been facing an annoying issue with my laptop, which is running a fresh install of Windows 11. I frequently encounter random blue screens, with 'KMODE_EXCEPTION_NOT_HANDLED' being the most common error. Even though I switched to Linux for a while to check stability, I still had kernel panics and occasional freezes. My laptop model is Acer Nitro 5 AN517-41, equipped with an AMD Ryzen 5 5600H and NVIDIA GeForce RTX 3050 Ti. I've also added a second SSD and installed two new 16GB RAM sticks, which have been stress tested without any trouble.

The blue screens usually strike unexpectedly, sometimes right after I close a demanding game or even when I'm not actively using the laptop. What's puzzling is that my brother, who used the laptop for regular office work without reinstalling Windows, never faced these issues. I've ensured that Windows is updated with all the latest drivers and have changed all the power settings, but it hasn't resolved the problem. I've reached a point where I really need help to figure this out and would appreciate any support or suggestions on what I might try next.

2 Answers

Answered By DumpFileGuru On

You should run WinDbg Preview and load your dump file by selecting 'File' then 'Open dump file'. Once it's loaded, type '!analyze -v' in the command line at the bottom. This will provide detailed info about the failing driver and the cause of the crash. Just be aware that the output can be long, but it helps pinpoint the issue. Let us know what you find!

CuriousTechie93 -

I tried that, but the output was too lengthy for one comment. I uploaded it to a text file here: [link](https://limewire.com/d/QrOv6#smUhByWcfN). Really appreciate your help!

Answered By TechWizard42 On

To tackle those blue screens, you might need to check out the crash dump files that Windows generates during BSODs. If you're able to access Windows normally or through Safe Mode, look for dump files in C:WindowsMinidump. Zip any files you find and upload them to a file sharing site (like mediafire or catbox.moe) since some hosts may get blacklisted. Having those files can be vital for us to diagnose the issue!

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.