I just encountered a blue screen of death (BSOD) on my Windows 11 system, specifically with error code 0x0000009f. My PC is running version 25H2 and here are my specs:
- Motherboard: ASUS TUF Gaming X870-PLUS WIFI
- CPU: AMD Ryzen 7 9800X3D with Phanteks Glacier One 360M25 G2
- RAM: Kingston Fury Beast RGB 64GB (2x32GB), 6000MHz, DDR5, CL36
- GPU: ASUS TUF Gaming GeForce RTX 5090, 32GB
- Storage: Kingston Fury Renegade G5 M.2 2TB SSD
I've uploaded the minidump file here: https://www.mediafire.com/file/cox4iif2ux4tjiv/020526-11500-01.dmp/file. The Windows event log indicates the bugcheck was: 0x0000009f (0x0000000000000003, 0xffffe40939784060, 0xfffff80477840000, 0xffffe4093978ea60). Can anyone help identify which device might be causing the problem based on the minidump? I've noticed it mentions pci.sys, but that's as far as I've gotten. Also, I've updated the minidump link to the correct file.
2 Answers
It looks like your dump files are crucial for diagnosing BSOD issues. If you can access your system normally or via Safe Mode, check the C:WindowsMinidump directory for any dump files. If you find some, zip the folder and upload it to a file sharing site that works, like catbox.moe or mediafire.com. If you only have one file, you can still upload it and try to change the dump settings to create small memory dumps for future errors. That way, you can get more helpful insights next time!
Your dump file points to nvlddmkm.sys, which is related to the Nvidia driver. This suggests that the issue could be linked to your RTX 5090. However, it's tough to pinpoint the exact cause just from that minidump alone. You might want to consider reinstalling or updating your graphics drivers to see if that helps.

Thanks for the insight! I'll give the driver update a shot and see if that solves it.