Home Knowledgebase KB-014

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.

Quick Tip: Need immediate assistance? 💻 Open a Ticket

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

Step 2: Disable automatic restart

Disabling automatic restart lets you read the full BSOD message.

  1. Open System Properties (right‑click This PC → Properties → Advanced system settings).
  2. In the Advanced tab, click Settings under Startup and Recovery.
  3. Uncheck Automatically restart and click OK.

Step 3: Restart your computer

  1. Hold the power button for 10 seconds to force a shutdown.
    Any unsaved work will be lost.
  2. Wait 30 seconds.
  3. Press the power button to turn the PC back on.
  4. Observe whether Windows starts normally.

Step 4: Boot into Safe Mode (if the issue recurs)

  1. Restart the PC and, as soon as Windows begins to load, press F8 (or hold Shift and click Restart from the sign‑in screen).
  2. Select Safe Mode from the Advanced Boot Options.
  3. If the system boots without a BSOD, the problem is likely caused by a driver or startup service.

Step 5: Run system file checks

  1. Open an elevated Command Prompt (right‑click Start → Windows Terminal (Admin)).
  2. Run sfc /scannow to repair corrupted system files.
  3. After SFC completes, run DISM /Online /Cleanup-Image /RestoreHealth to fix component store issues.

Step 6: Check disk health

  1. In an elevated Command Prompt, execute chkdsk /f /r.
  2. When prompted to schedule the scan on the next restart, type Y and reboot.
  3. 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

  1. Press Win + X and select Device Manager.
  2. Expand each device category.
  3. Right‑click a device and choose Update driver → Search automatically for updated driver software.
  4. For critical components (graphics, network, chipset), visit the manufacturer’s website for the newest drivers.

Run Windows Memory Diagnostic

  1. Press Win + S, type “Windows Memory Diagnostic” and open the tool.
  2. Select “Restart now and check for problems”.
  3. The PC will reboot and run a memory test; any errors will be reported after Windows starts.

Check for overheating

System Restore

  1. Press Win + R, type rstrui and press Enter.
  2. Select a restore point dated before the BSODs began.
  3. Follow the prompts to restore the system.

When to Get Professional Help

Prevent Future BSODs

Still Having Issues?

Need more help? If the issue persists after trying these steps, please open a support ticket and our team will assist you.

💻 Open a Ticket