I bought a pre-built PC back in October, and after dealing with faulty RAM, the builder replaced it. Unfortunately, I'm still facing bizarre random freezes and crashes. This has been torture for the past five months, and I really don't know much about PC building to figure out what's wrong.
The crashes don't appear to have a consistent trigger; they happen during various activities like browsing the web, when the PC is idle, or even right after booting up. Sometimes the system completely freezes and requires a hard reset, and other times I encounter a Blue Screen of Death (BSOD). On good days, it runs fine for a while, but then the freezing occurs multiple times the next day.
I even freshly installed Windows 11 again to rule out any OS issues, but the crashing continues. I've attached a mini dump file from the latest crash for anyone willing to take a look: [https://www.mediafire.com/file/xywe6mvprc59ubu/032926-7140-01.dmp/file](https://www.mediafire.com/file/xywe6mvprc59ubu/032926-7140-01.dmp/file).
Here are my system specs:
- Corsair RM750e 750W
- Intel Core i7 12700K
- Asus PRIME B760-Plus D5
- Nvidia GeForce RTX 5060 Ti 16GB
- Arctic Freezer 36 Black Cooler
- ADATA DDR5 5600 SO-DIMM (2x 16 GB)
Any assistance would be greatly appreciated, as I just want to finally enjoy this new rig after four months of turmoil! Let me know if you need more info!
4 Answers
To properly analyze your BSODs, you’ll need more than just the one dump file. Check your C:WindowsMinidump folder for any additional dump files. If you find some, zip them up and upload to a reliable file-sharing site. Having multiple dump files can really help in diagnosing the problem accurately.
You might want to use WinDbg to analyze the crash dumps you've got. It can provide insights into what's causing the issues. Just download it, and even if it seems complicated, look for any Nvidia-related mentions, as driver issues can lead to system crashes, so consider reinstalling your Nvidia drivers again.
Thanks for the suggestion! I tried it out, and while I'm not sure I understood everything, I did see some references to Nvidia. I guess I'll give reinstalling those drivers another shot.
A single dump file usually doesn’t give enough clues to fix the issue. It’s really essential to have multiple files to identify patterns or specific errors, especially if the freezes don’t create dumps. Make sure to keep an eye on gathering those before reaching out again.
If those crashes are still happening, try removing and reinstalling the NVidia drivers. Sometimes a corrupted driver can lead to these issues, and a fresh install can resolve it.

Thanks for the heads up! I totally messed up and forgot to save any dump files before reinstalling Windows. The freeze issues never seem to generate one, so I’ve been left with only this single file. I’ll make a note to collect a few more before asking for help next time!