Most Common Computer Issues and The Fix

Common Computer Issue #4: Bluescreens/BSODs

The dreaded Blue Screen of Death (BSOD) comes in many different flavors. If you’re lucky, the stop code or error message on the screen will point you in the exact right direction.

In my experience handling thousands of systems, most blue screens boil down to a handful of usual suspects. Before diving into specific error codes, there is a standard baseline triage sequence that you should always perform first.

The Baseline BSOD Triage Sequence

Regardless of the specific error code, these are always the first five actions to take:

  1. Check for Optional Windows Updates Outdated drivers are a massive catalyst for system instability.
    • Windows 10: Go to Settings (Win + I) > Update & Security and look for View optional updates.
    • Windows 11: Go to Settings > Windows Update > Advanced Options > Optional Updates.
    • Select all available driver updates and install them.
  2. Update the BIOS For major manufacturers like Dell, HP, and Lenovo, critical BIOS updates are often bundled into the optional Windows updates mentioned above. If they aren’t listed, visit the manufacturer’s support website, enter your system’s serial number or model, and download the latest BIOS version manually.
  3. Monitor System Temperatures Thermal throttling can trigger sudden crashes. Use a trusted utility like HWMonitor to check your CPU temperatures under load. If it’s running abnormally hot, the fix is usually as simple as dusting out the chassis or removing the heatsink to reapply fresh thermal paste.
  4. Run a Storage Health Check A failing drive will constantly drop data and cause crashes. Use CrystalDiskInfo to check the health status of your storage drives. If a drive returns a “Caution” or “BAD” status, back up your data immediately. Continuing to use a failing drive risks total data loss. At that point, it’s best to have a local repair shop clone or transfer your data to a new SSD.
  5. Analyze the Crash Dump Logs Windows quietly logs everything happening in the background. Instead of blindly guessing, you can use a tool like WhoCrashed. It parses the complex Windows minidump files and translates them into a detailed, human-readable report that points out the exact file or driver that caused the crash.

Common BSOD Error Codes & How to Fix Them

If you have completed the baseline triage and the system is still crashing, look closely at the specific error code displayed on the blue screen.

1. WHEA_UNCORRECTABLE_ERROR

This is a hardware-level error and one of the most common BSODs I encounter. It means Windows detected a catastrophic hardware failure. If your temperatures are fine and your drivers are updated, you need to look closely at your RAM, CPU, and Motherboard.

  • Isolate the RAM: Start by searching for “Windows Memory Diagnostic” in the taskbar and running the test. However, built-in tests don’t always catch intermittent faults. Try physically re-seating the memory modules. If you run multiple sticks of RAM, test the system using only one stick at a time, swapping them out to see if the crash persists.
  • Investigate the CPU: About a third of the WHEA errors I diagnose trace back to a faulty CPU. The only definitive way to test this is by component swapping, either testing your CPU in a known-good, compatible system or installing a test CPU on your board. Note that this type of hardware isolation is typically only possible on desktop PCs, as laptop CPUs are permanently soldered to the motherboard.

2. DRIVER_IRQL_NOT_LESS_OR_EQUAL

This code is almost always a software or driver conflict. In my experience, faulty physical hardware is the culprit less than 20% of the time here.

  • Leverage Proprietary Update Tools: Beyond standard Windows updates, use the official utility provided by your machine’s manufacturer (such as Lenovo Vantage, Dell SupportAssist, or HP Support Assistant). These proprietary tools are excellent at identifying specific, stable chipset and power management drivers that Windows Update might overlook.

3. INACCESSIBLE_BOOT_DEVICE

This error indicates that Windows has lost communication with the drive storage partition it needs to boot from. I most frequently see this surface right after cloning an old drive to a new SSD, or if a user accidentally changes their motherboard’s storage configuration.

  • Reset BIOS to Optimized Defaults: Turn on the computer and immediately tap the BIOS key, usually Delete, F2, F12, or Esc depending on the brand. Once inside the BIOS menu, locate the option to reset settings to “Defaults” or “Optimized Defaults”, save, and exit.
  • Verify the Boot Order: If a factory reset doesn’t work, head back into the BIOS and check the boot priority list. Ensure your primary storage drive is set as the first boot option. You do not want “Network Boot”, “USB Hard Drive”, or “CD/DVD” sitting at the top of the list.
  • Flashing a Corrupted BIOS: If the issue happens intermittently, look for a BIOS update. If the computer cannot boot into Windows at all to run an installer, use a working computer to download the latest BIOS file onto a USB flash drive. You can then use the built-in “BIOS Flash/Restore” utility inside the motherboard menu to update the firmware externally.

Summary

If you have exhaustively ruled out software drivers, updated your firmware, and verified that your temperatures are stable, you are likely looking at a failing motherboard, CPU, or memory kit.

Chasing hardware faults without spare testing parts on hand can quickly become difficult and expensive. If you find yourself stuck at this stage, reaching out to a trusted local repair center can save you a significant amount of diagnostic time and unnecessary component expenses.

Wesley Schaeppi

Wesley Schaeppi, IT professional in Tucson, AZ.