Fix Windows Blue Screen (BSOD) Errors - Step-by-Step Guide

Your PC is repeatedly crashing to a blue screen, leaving you stuck in a boot loop or mid-task with a system halt. This is almost always caused by a failing driver, corrupted system files, or a degrading hard drive. We will go through the diagnostic steps to identify your specific stop code and apply the fix to get your system stable again.

KitsuneGuide Watch on YouTube ↗

Identify the cause

The blue screen displays a stop code that tells you exactly where the fault lies. If the screen vanishes too quickly, open the Event Viewer, navigate to Windows Logs, and inspect the most recent Red Error entry to find your code.

What you will need

You will need administrative access to your PC. If your system is currently unbootable, you may need a bootable recovery USB or a tool like O&O BlueCon to access these repair utilities.

Steps

  1. 01
    Right-click the Start button and select Device Manager to identify problematic hardware. Look for yellow warning triangles, right-click the device, and select Update driver or, if available, Roll Back Driver.
  2. 02
    Search for 'cmd' in the taskbar, right-click Command Prompt, and select Run as administrator. Type sfc /scannow and press Enter to scan and repair corrupted Windows system files.
  3. 03
    If system file repairs fail, run DISM /Online /Cleanup-Image /RestoreHealth in the same administrator command prompt to pull fresh files from Windows Update.
  4. 04
    To check your disk for bad sectors, type chkdsk C: /f /r in the command prompt. Type 'y' when prompted to schedule the scan, then restart your computer to allow it to run before Windows loads.
  5. 05
    Press Windows + R, type mdsched.exe, and select 'Restart now and check for problems' to run the Windows Memory Diagnostic if you still experience crashes.

Still not working?

If you are still crashing after running these repairs, you are likely looking at a hardware failure or a corrupted Windows installation. Check if your CPU or GPU temperatures are spiking before a crash. If the issue persists, perform a clean installation of Windows or consider replacing the physical drive, as persistent BSODs often point to failing storage media.

Frequently asked questions

Will these commands delete my personal files?

No, these commands are designed to repair Windows system files and file system errors only. They do not touch your documents, photos, or personal data.

Why does the blue screen keep coming back after a fix?

If the error returns, it suggests the underlying cause, such as a failing hard drive or a faulty memory module, is still active. You may need to run a hardware-specific diagnostic tool from your PC manufacturer.