Blue screen of death (BSOD) - restart steps
Summary
This guide helps you troubleshoot and resolve: Blue screen of death (BSOD) - restart steps. Follow the steps below to fix the issue.
Common Causes
What is a BSOD?
A blue screen of death (BSOD), also known as a stop error, indicates that Windows has encountered a critical problem and must restart. The screen displays a stop code (usually a hexadecimal value) and a bug‑check string that can help identify the cause, which is often related to hardware or driver issues.
Immediate Steps
Step 1: Note the error message
- Write down the stop code and bug‑check string (e.g.,
CRITICAL_PROCESS_DIED,DRIVER_IRQL_NOT_LESS_OR_EQUAL). - Record what you were doing when the BSOD occurred.
- Consider taking a screenshot of the BSOD – see How to take a screenshot for guidance.
Step 2: Disable automatic restart
Disabling automatic restart lets you read the full BSOD message.
- Open System Properties (right‑click
This PC→ Properties → Advanced system settings). - In the Advanced tab, click Settings under Startup and Recovery.
- Uncheck Automatically restart and click OK.
Step 3: Restart your computer
- Hold the power button for 10 seconds to force a shutdown. Any unsaved work will be lost.
- Wait 30 seconds.
- Press the power button to turn the PC back on.
- Observe whether Windows starts normally.
Step 4: Boot into Safe Mode (if the issue recurs)
- Restart the PC and, as soon as Windows begins to load, press
F8(or holdShiftand click Restart from the sign‑in screen). - Select Safe Mode from the Advanced Boot Options.
- If the system boots without a BSOD, the problem is likely caused by a driver or startup service.
Step 5: Run system file checks
- Open an elevated Command Prompt (right‑click
Start→ Windows Terminal (Admin)). - Run
sfc /scannowto repair corrupted system files. - After SFC completes, run
DISM /Online /Cleanup-Image /RestoreHealthto fix component store issues.
Step 6: Check disk health
- In an elevated Command Prompt, execute
chkdsk /f /r. - When prompted to schedule the scan on the next restart, type
Yand reboot. - The scan will locate and repair bad sectors that can trigger stop errors.
Step 7: Review recent hardware or BIOS changes
Unstable RAM, new peripherals, or recent BIOS/firmware updates are common BSOD causes. If you have added new hardware, remove it temporarily and test again. Check the motherboard manufacturer's website for BIOS updates or rollback if a recent update coincided with the issue.
If It Keeps Happening
Check for Windows updates
Ensure the operating system is fully patched. Follow the How to update Windows guide to check for and install the latest updates.
Update your drivers
- Press
Win + Xand select Device Manager. - Expand each device category.
- Right‑click a device and choose Update driver → Search automatically for updated driver software.
- For critical components (graphics, network, chipset), visit the manufacturer’s website for the newest drivers.
Run Windows Memory Diagnostic
- Press
Win + S, type “Windows Memory Diagnostic” and open the tool. - Select “Restart now and check for problems”.
- The PC will reboot and run a memory test; any errors will be reported after Windows starts.
Check for overheating
- Ensure vents are not blocked and that dust is cleared from fans and heat sinks.
- Verify that the CPU and GPU temperatures are within normal ranges using a monitoring tool.
- Consider using a laptop cooling pad or improving case airflow.
System Restore
- Press
Win + R, typerstruiand press Enter. - Select a restore point dated before the BSODs began.
- Follow the prompts to restore the system.
When to Get Professional Help
- The BSOD occurs every time Windows starts.
- You see stop codes such as
MEMORY_MANAGEMENTorCRITICAL_PROCESS_DIED. - The computer makes unusual noises (e.g., clicking or grinding).
- The issue persists after completing all troubleshooting steps.
Prevent Future BSODs
- Keep Windows and all drivers up to date.
- Avoid installing untrusted software.
- Run regular antivirus scans.
- Maintain good ventilation and keep the PC free of dust.
- Back up important data regularly.
Still Having Issues?
💻 Open a Ticket