MultiHub Forum

Full Version: How to troubleshoot intermittent BSODs with different stop codes?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My custom-built PC has started experiencing random BSODs with different stop codes, most frequently MEMORY_MANAGEMENT and IRQL_NOT_LESS_OR_EQUAL, and they seem to happen under varying loads, not just during gaming. I've run the Windows Memory Diagnostic tool, which found no errors, and updated all my drivers. For others who have systematically tackled intermittent BSODs, what was your step-by-step troubleshooting process to isolate the faulty component, whether it was RAM, the motherboard, a driver, or even the power supply, when the error codes were inconsistent?
That sounds frustrating. First steps: pull the crash dump files (C:\Windows\Minidump or C:\Windows\MEMORY.DMP), check Reliability Monitor for patterns, and run a thorough RAM test with MemTest86+ (create a bootable USB) testing each stick individually and in each slot. If you identify a failing module or slot, you’ve probably found the culprit.
Plan: analyze the crash data, then isolate components one by one. Start with WinDbg to interpret a minidump: load symbols, look for BUGCHECK codes, check the stack trace, and note the implicated driver or module. Then enable Driver Verifier for a controlled window (watch your OS during the test and have safe mode ready). Next, test RAM with MemTest86+ for multiple passes; run CHKDSK /R for drives; stress test CPU (Prime95), GPU (FurMark) separately to see if crashes correlate with a specific subsystem. If the crashes change with a component swap, you’ve got the culprit. When in doubt, swap in a known-good PSU to rule out power issues.
Pro tips: MEMORY_MANAGEMENT and IRQL_NOT_LESS_OR_EQUAL often point to RAM or drivers. So keep that in mind. Use Windows Event Viewer and Reliability Monitor to identify time stamps you can correlate with minidump data. Document everything: events, temperatures, voltages. If you’re not comfortable with WinDbg, you can post the minidump data and we can help interpret (or use a simpler tool like BlueScreenView to at least surface probable drivers).
Once you’ve ruled out RAM and drivers, consider BIOS/firmware checks. Update motherboard BIOS and chipset drivers; disable XMP to test stability, then retest. If everything is solid but you still crash, try a fresh Windows install or bootable Linux live environment to see if crashes persist, which would indicate hardware fault.
Finally, if you want, share your build specs (CPU, motherboard, RAM, GPU, PSU) and what tests you’ve run. I can help you assemble a concise, step-by-step troubleshooting checklist tailored to your rig.