A Windows blue screen (BSOD) means the system detected a critical error and stopped to prevent damage. Here's what stop codes mean and what to do next.
Usually RAM failure, overheating, or a driver crash.
Next step: Run Windows Memory Diagnostic (search it in Start). Also check that your PC's vents aren't blocked and the CPU temperature is normal using a free tool like HWMonitor.
A graphics driver crash — the most common cause of BSOD during GPU-intensive tasks.
Next step: Uninstall your GPU driver using DDU (Display Driver Uninstaller), then download and install the latest driver directly from NVIDIA, AMD, or Intel.
A driver became incompatible with the new update.
Next step: Boot into Safe Mode (hold Shift while clicking Restart → Troubleshoot → Advanced options → Safe Mode). Open Device Manager, find recently updated drivers, and roll them back.
A critical system file or the hard drive itself may be failing.
Next step: Boot from a Windows USB recovery drive, open Command Prompt, and run: chkdsk C: /f /r — this scans for and repairs disk errors.