Hardware⏱️ 3 min read📅 2026-05-29

How to Fix: My (windows) PC is giving me the black screen of death after a power outage

Power outage may have damaged system components, causing black screen of death.

Quick Answer: Try booting in safe mode or using a different power supply to rule out hardware issues.

The 'Black Screen of Death' error, also known as the Blue Screen of Death (BSOD), occurs when your Windows PC encounters a critical system failure and shuts down to prevent damage. In your case, the power outage may have caused a temporary glitch in your system's memory or storage, leading to this issue.

⚠️ Common Causes

  • Power surge or electrical storm
  • Faulty RAM or GPU
  • Corrupted system files or registry

🛠️ Step-by-Step Verified Fixes

Method 1: System File Checker (SFC) Fix

  1. Step 1: Open Command Prompt as Administrator and type `sfc /scannow` to scan and repair corrupted system files.
  2. Step 2: If the issue persists, try running a DISM scan by typing `dism /online /cleanup-image /restorehealth` in the Command Prompt.
  3. Step 3: Restart your PC and attempt to boot up again.

Method 2: Memory Test

  1. Step 1: Download and run a memory test tool like MemTest86+ to identify any faulty RAM.
  2. Step 2: If the issue is related to your GPU, try updating your drivers or running a GPU stress test using tools like FurMark or Unigine Heaven.

Method 3: Reinstall Windows

  1. Step 1: Create a bootable USB drive using the Windows installation media and boot from it.
  2. Step 2: Perform a clean installation of Windows, selecting the option to perform a full installation.
  3. Step 3: After the installation is complete, update your drivers and install any necessary software.

💡 Conclusion

By following these steps, you should be able to resolve the 'Black Screen of Death' issue and get your PC up and running smoothly again.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions