A blue screen with a sad face is one of the most alarming things Windows can show you, but it is not the disaster it looks like. It is Windows hitting a problem it cannot safely recover from, so it stops everything to protect your hardware and data. The crash itself is a symptom, and the cause is usually something fixable. Here is how to work out what happened and what to do about it.
First, read the stop code
Every blue screen, properly called a stop error, shows a short message at the bottom. It will say something like "Your PC ran into a problem" followed by a stop code such as MEMORY_MANAGEMENT, IRQL_NOT_LESS_OR_EQUAL, VIDEO_TDR_FAILURE, or CRITICAL_PROCESS_DIED. There is also a QR code you can scan.
Write that code down or photograph it. It is the single most useful clue you have, because it points at the area that failed. A code with MEMORY in it leans towards RAM, a VIDEO code leans towards the graphics driver, and so on. It rarely gives the exact answer on its own, but it tells you where to start looking.
The common causes
Blue screens almost always trace back to one of a handful of culprits:
- A bad or outdated driver: the software that lets Windows talk to your hardware. This is the most common cause by far, especially after installing new hardware or a driver update.
- Failing RAM: faulty memory throws unpredictable crashes that can seem random.
- A failing drive or corrupt system files: if Windows cannot read the files it needs, it falls over. An ageing mechanical drive is a frequent offender.
- Overheating: a machine choked with dust can crash when it gets too hot.
- A bad Windows update or recently installed software: occasionally an update or programme does not agree with your setup.
Safe steps, in order
1. Just restart
A one-off blue screen is often a fluke. Let the machine restart and carry on. If it does not happen again, there is nothing more to do. It is only worth digging in when blue screens repeat.
2. Undo what changed
Think about what changed just before the crashes started. Did you install a programme, plug in new hardware, or run an update? If the timing lines up, removing that change is the quickest fix. Uninstall the programme, unplug the device, or roll back the update.
3. Boot into Safe Mode
Safe Mode starts Windows with only the essentials, which helps you tell software faults from hardware ones. If your PC keeps crashing, interrupt the boot three times by holding the power button as Windows starts to load, and it will open the recovery menu. From there go to Troubleshoot, Advanced options, Startup Settings, Restart, then choose Safe Mode. If the machine is stable in Safe Mode, a driver or programme is the likely cause rather than the hardware.
4. Update or roll back drivers
In Safe Mode, open Device Manager. Anything with a yellow warning triangle needs attention. For a driver you recently updated that triggered the crashes, right-click the device, choose Properties, the Driver tab, and Roll Back Driver. For an old driver, update it from the manufacturer's website rather than a random download site.
5. Run SFC and DISM
These two built-in tools repair corrupt Windows files. Open Command Prompt as administrator and run them in this order:
| Command | What it does |
|---|---|
| sfc /scannow | Scans and repairs protected system files |
| DISM /Online /Cleanup-Image /RestoreHealth | Repairs the underlying Windows image SFC relies on |
Let each one finish completely before moving on. If SFC reports it could not fix everything, run the DISM command and then SFC again.
6. Test your RAM and drive
If crashes continue, test the hardware. Windows has a built-in memory checker: search for Windows Memory Diagnostic and let it run on the next restart. For the drive, open Command Prompt as administrator and run chkdsk /f. Repeated crashes alongside a slow, noisy or ageing hard drive are a strong sign the storage is on its way out. If that is the case, moving to a solid-state drive both fixes the instability and transforms the speed, which we explain in our guide on SSD vs HDD upgrades.
7. Check for heat and dust
If the blue screens happen when the machine is working hard or has been on a while, and the fan is roaring or the case is hot, overheating is likely. Clear the vents of dust and make sure nothing is blocking the airflow.
Could it be malware?
Less often, malware causes instability and crashes. If your machine started misbehaving suddenly and you have noticed other odd symptoms, it is worth checking our guide on the signs of a virus and what to do before assuming it is hardware.
When to bring it in
If you have read the stop code, ruled out recent changes, run SFC and DISM, and the blue screens keep coming, the cause is usually failing hardware that needs proper testing. Faulty RAM and dying drives are not always obvious, and guessing at parts gets expensive. We can run a full diagnostic, pin down exactly what is failing, and quote you before any work starts. Have a look at what our computer repairs cover.
We have been diagnosing crashes and blue screens for South Coast customers since 2010, so we see the same stop codes every week and know what they usually mean. Call us on 039 314 4359 to talk it through, or book a repair and we will take a look.