Fixing Blue/Black Screen Errors

Few computer problems are as alarming as a sudden blue or black screen error. Whether it's the infamous Blue Screen of Death (BSOD) on Windows or a black screen on any operating system, these errors can bring your work to an abrupt halt. This comprehensive guide will help you understand, diagnose, and fix these screen errors to get your computer running smoothly again.

Important

If you're experiencing regular blue or black screens, make sure to back up your important data as soon as possible. These errors can sometimes indicate serious hardware issues that might lead to data loss.

Understanding Blue Screen Errors (Windows)

The Blue Screen of Death (BSOD) is Windows' way of telling you that it has encountered a critical system error and can't continue operating safely. Modern versions of Windows display a simplified blue screen with an error message and a sad face emoticon, while older versions showed more technical details.

Anatomy of a Blue Screen Error

A typical modern Windows blue screen includes:

  • A sad face emoticon (:()
  • Error message (e.g., "Your PC ran into a problem")
  • Stop code (e.g., "CRITICAL_PROCESS_DIED")
  • QR code (linking to Microsoft's support pages)
  • Automatic restart notice

The most important piece of information is the stop code, which helps identify the specific cause of the crash.

Common Blue Screen Error Codes and Their Causes

MEMORY_MANAGEMENT

Common causes:

Faulty RAM, memory corruption, incompatible drivers

Severity: Moderate to high

CRITICAL_PROCESS_DIED

Common causes:

Corrupted system files, failed Windows update, malware

Severity: High

SYSTEM_SERVICE_EXCEPTION

Common causes:

Corrupted drivers, system file issues, hardware conflicts

Severity: Moderate

IRQL_NOT_LESS_OR_EQUAL

Common causes:

Driver issues, faulty RAM, overclocking problems

Severity: Moderate to high

PAGE_FAULT_IN_NONPAGED_AREA

Common causes:

RAM problems, driver conflicts, disk errors

Severity: Moderate to high

KERNEL_SECURITY_CHECK_FAILURE

Common causes:

Memory corruption, outdated drivers, malware

Severity: High

Understanding Black Screen Errors

Unlike blue screens, black screens can occur on any operating system and can be more challenging to diagnose because they provide no error message. A black screen can happen at different points:

  • During startup: The computer powers on but the screen remains black
  • After login: You can log in, but then the screen goes black
  • During operation: The screen suddenly goes black while using the computer
  • With or without cursor: Sometimes a cursor appears on the black screen

Common Causes of Black Screen Errors

  • Graphics driver issues: Corrupted, incompatible, or outdated display drivers
  • Connection problems: Loose or faulty display cables or ports
  • Hardware failures: Graphics card, monitor, or other component malfunctions
  • Windows Update issues: Failed or incomplete updates
  • Power problems: Insufficient power to the graphics card or display
  • Software conflicts: Incompatible programs or services

Immediate Steps for Blue Screen Errors

If you've just experienced a blue screen, try these immediate steps:

First Response for Blue Screens

Write down the exact error code or take a photo of the screen
Allow the computer to restart and see if the problem persists
If it restarts normally, check for any recently installed software or hardware
If the blue screen appears again, boot into Safe Mode to troubleshoot

Boot into Safe Mode

Safe Mode starts Windows with minimal drivers and services, which can help you troubleshoot blue screen errors:

For Windows 10/11:

  1. Press and hold the power button to force shutdown if needed
  2. Power on and immediately turn off your computer when you see the Windows logo (do this three times)
  3. On the third restart, Windows should enter Automatic Repair mode
  4. Select "Advanced options"
  5. Navigate to Troubleshoot > Advanced options > Startup Settings > Restart
  6. After restart, press 4 or F4 to enter Safe Mode

Alternative Method

If your computer is starting normally but crashes later, you can also access Safe Mode from Windows: Press Win+I to open Settings > Update & Security > Recovery > Advanced startup > Restart now. Then follow the same advanced options path.

Check for Recent Changes

In Safe Mode, investigate any recent changes that might have caused the blue screen:

  1. Recently installed software: Uninstall any programs installed just before the blue screens began
  2. Windows Updates: Check recently installed updates (Settings > Windows Update > Update history)
  3. Driver updates: Look for any recently updated drivers in Device Manager
  4. New hardware: Temporarily remove any new hardware components

View Blue Screen Error Details

To see detailed information about blue screen errors:

  1. Right-click on Start button and select "Event Viewer"
  2. Expand "Windows Logs" and click on "System"
  3. Look for "Error" events around the time of the crash
  4. Search for events with source "BugCheck" for specific BSOD information

You can also use Windows Reliability Monitor:

  1. Press Win+R, type "perfmon /rel" and press Enter
  2. Look for red X icons indicating critical failures
  3. Click on any error to see more details

Immediate Steps for Black Screen Errors

If you're facing a black screen, try these immediate solutions:

First Response for Black Screens

Check if the computer is actually running (listen for fans, look for power lights)
Ensure the monitor is on and properly connected to the computer
Try another video output port (HDMI, DisplayPort, VGA)
Connect to an external monitor if using a laptop

Wake the Screen

Sometimes what appears to be a black screen is just a computer in sleep mode or with a display that's turned off:

  1. Press any key on the keyboard (especially the space bar)
  2. Move the mouse or touchpad vigorously
  3. Press the power button once (don't hold it)
  4. Check if the Caps Lock or Num Lock keys toggle their indicator lights

Check Display Connections

Display connection issues are a common cause of black screens:

  1. Ensure all cables are firmly connected at both ends
  2. Try a different cable if you have one available
  3. If using multiple monitors, make sure the correct input source is selected on your monitor
  4. For laptops, try closing and reopening the lid to wake the display
  5. Try connecting your computer to a different monitor or TV

Force Restart

If your computer is running but the screen remains black:

  1. Press and hold the power button for 10 seconds to force shutdown
  2. Wait 30 seconds
  3. Press the power button again to restart
  4. If using a laptop with a removable battery, try removing the battery and power adapter, wait 30 seconds, then reconnect and power on

Resolving Blue Screen Errors

Once you've gathered information about the blue screen error, try these solutions:

1. Run System File Checker

System File Checker (SFC) scans and repairs corrupted Windows system files:

  1. Boot into Safe Mode if you can't access Windows normally
  2. Right-click on Start button and select "Windows Terminal (Admin)" or "Command Prompt (Admin)"
  3. Type sfc /scannow and press Enter
  4. Wait for the scan to complete (it may take 15-20 minutes)
  5. Restart your computer after the scan
Windows Resource Protection found corrupt files and successfully repaired them.
For online repairs, details are included in the CBS log file located at
C:\Windows\Logs\CBS\CBS.log

2. Run DISM Tool

If SFC doesn't resolve the issue, use the Deployment Image Servicing and Management (DISM) tool to repair the Windows image:

  1. Open Command Prompt or Windows Terminal as administrator
  2. Run the following commands in sequence:
    • DISM /Online /Cleanup-Image /CheckHealth
    • DISM /Online /Cleanup-Image /ScanHealth
    • DISM /Online /Cleanup-Image /RestoreHealth
  3. Wait for each command to complete before running the next one
  4. After DISM completes, run sfc /scannow again
  5. Restart your computer

3. Update or Rollback Drivers

Driver issues are one of the most common causes of blue screens:

To update drivers:

  1. Right-click on Start and select "Device Manager"
  2. Look for any devices with yellow warning icons
  3. Right-click on the problematic device and select "Update driver"
  4. Choose "Search automatically for updated driver software"
  5. Alternatively, visit the manufacturer's website for the latest drivers

To rollback drivers (if problems started after a driver update):

  1. Open Device Manager
  2. Right-click on the recently updated device
  3. Select "Properties"
  4. Click the "Driver" tab
  5. Click "Roll Back Driver" (if available)

Important Drivers to Check

Focus on these key drivers that often cause blue screens: graphics card drivers, network adapter drivers, storage controller drivers, and recently installed device drivers.

4. Check for Memory Issues

RAM problems frequently cause blue screens, especially those with memory-related error codes:

Run Windows Memory Diagnostic:

  1. Press Win+R, type mdsched.exe and press Enter
  2. Choose "Restart now and check for problems"
  3. Your computer will restart and run the memory test
  4. Results will be displayed after the next Windows startup

Physical RAM check:

  1. Shut down your computer and unplug the power
  2. Open the case and ensure RAM modules are properly seated
  3. If you have multiple RAM sticks, try removing all but one and testing
  4. Swap and test each stick individually to identify faulty modules

5. Uninstall Problematic Software

If blue screens started after installing new software:

  1. Boot into Safe Mode
  2. Open Settings > Apps > Apps & features
  3. Sort by "Install date"
  4. Look for recently installed applications that might be causing conflicts
  5. Select the suspicious app and click "Uninstall"
  6. Restart your computer and see if the blue screens stop

6. Check for Overheating

Overheating can cause system instability and blue screens:

  1. Make sure all fans are working properly
  2. Clean dust from vents and internal components
  3. Ensure your computer has adequate airflow
  4. Consider using temperature monitoring software to check CPU and GPU temps
  5. If overheating is confirmed, improve cooling or have thermal paste reapplied

7. System Restore

If the blue screens started recently, you can try to restore your system to an earlier state:

  1. Boot into Advanced startup options (by restarting while holding Shift)
  2. Go to Troubleshoot > Advanced options > System Restore
  3. Follow the wizard to select a restore point from before the problems began
  4. Complete the restore process and reboot

Resolving Black Screen Errors

For persistent black screen issues, try these more in-depth solutions:

1. Fix Display Driver Issues

For Windows with a visible cursor:

  1. Press Ctrl+Alt+Del
  2. Click the power icon in the bottom-right corner
  3. Hold Shift and click "Restart"
  4. Navigate to Troubleshoot > Advanced options > Startup Settings > Restart
  5. Press F4 for Safe Mode
  6. Once in Safe Mode, update or rollback your graphics drivers as described earlier

For Windows with no visible cursor (blind navigation):

  1. Press Win+Ctrl+Shift+B to restart the graphics driver
  2. If that doesn't work, try entering Safe Mode using the three-restart method described earlier
  3. Once in Safe Mode, uninstall your graphics driver:
    • Press Win+X and select "Device Manager"
    • Expand "Display adapters"
    • Right-click your graphics card and select "Uninstall device"
    • Check "Delete the driver software for this device" if available
    • Restart your computer to reinstall the default driver

Tip

For laptops with integrated and dedicated graphics, try disabling the dedicated GPU temporarily in Device Manager to see if it resolves the black screen.

2. Fix Power Settings Issues

Incorrect power settings can cause black screens, especially on laptops:

  1. Boot into Safe Mode
  2. Open Control Panel > Power Options
  3. Click "Change plan settings" for your active power plan
  4. Click "Change advanced power settings"
  5. Expand "Display" and ensure the display timeout settings are appropriate
  6. Expand "PCI Express" > "Link State Power Management" and set to "Off"
  7. Click "Restore plan defaults" if you're unsure about the settings
  8. Click Apply and OK, then restart

3. Check for Windows Lock Screen Issues

Sometimes what appears to be a black screen is actually a hidden lock screen:

  1. Press the space bar or any key several times
  2. Type your password blindly and press Enter
  3. If you successfully log in, you might hear Windows sounds or see LED activity
  4. If you suspect you're logged in but can't see anything, try Win+P several times followed by Enter to cycle display modes

4. Check for Hardware Issues

Some black screen problems are caused by hardware failures:

Monitor issues:

  1. Test your monitor with another computer if possible
  2. Check the monitor's on-screen display menu to ensure brightness and contrast settings are correct
  3. Try resetting the monitor to factory defaults using its menu buttons

Graphics card issues:

  1. If possible, try a different graphics card
  2. If your motherboard has integrated graphics, remove the dedicated graphics card and connect to the motherboard's video output
  3. Check that the graphics card is properly seated in its slot
  4. Ensure all power connectors to the graphics card are properly attached

5. Fix Fast Startup Issues

Windows Fast Startup can sometimes cause black screen problems:

  1. Boot into Safe Mode
  2. Open Control Panel > Power Options
  3. Click "Choose what the power buttons do"
  4. Click "Change settings that are currently unavailable"
  5. Uncheck "Turn on fast startup"
  6. Click Save changes and restart

Resolving Black Screen Issues on Mac

Black screen problems on Mac computers require different approaches:

Basic Troubleshooting

  1. Ensure your Mac is powered on (check for fan noise, indicator lights)
  2. For MacBooks, check if the display brightness is turned down (press F2 repeatedly)
  3. Reset the SMC (System Management Controller):
    • Intel Macs: Shut down, press Shift+Control+Option+Power simultaneously for 10 seconds, then release and power on
    • Apple Silicon Macs: Shut down, wait 30 seconds, then restart
  4. Reset NVRAM/PRAM: Shut down, power on and immediately press and hold Option+Command+P+R for 20 seconds

Boot into Safe Mode (Mac)

  1. For Intel Macs: Shut down, power on and immediately hold the Shift key until you see the login screen
  2. For Apple Silicon Macs: Shut down, press and hold the power button until you see "Loading startup options," select your startup disk, press and hold Shift, click "Continue in Safe Mode"
  3. Once in Safe Mode, check for software issues and update macOS

Recovery Mode Reinstall (Mac)

For persistent black screen issues on Mac:

  1. Shut down the Mac
  2. For Intel Macs: Power on and immediately press and hold Command+R
  3. For Apple Silicon Macs: Press and hold the power button until you see "Loading startup options," then select Options
  4. Use Disk Utility to check your disk for errors
  5. If needed, reinstall macOS without erasing your data

External Display Tip for MacBooks

If your MacBook screen is black, try connecting an external display. If the external display works, your MacBook's display hardware might be failing, but you can still back up your data.

Preventative Measures

To reduce the risk of future blue or black screen errors:

Regular Maintenance

  • Keep Windows or macOS updated with the latest security patches
  • Update drivers from official sources only
  • Run disk cleanup and error-checking tools periodically
  • Keep your antivirus and anti-malware software updated
  • Monitor system temperatures and keep cooling systems clean

Create System Restore Points

  • Create restore points before installing new software or drivers
  • To create a restore point in Windows:
    • Search for "Create a restore point" in the Start menu
    • Select your system drive and click "Create"
    • Name the restore point descriptively
  • For Mac, use Time Machine backups

Backup Regularly

  • Maintain regular backups of important data
  • Use cloud storage for critical files
  • Consider using backup software for automated backups
  • Test your backups periodically to ensure they're working

Need Help with Persistent Screen Errors?

If you're still experiencing blue or black screen errors after trying these solutions, our technicians can provide remote assistance to diagnose and fix the underlying issues. We can identify hardware problems, resolve driver conflicts, and help recover your system to a stable state.

Book a Support Session

When to Seek Professional Help

Consider professional assistance in these situations:

  • Recurring errors despite trying all the troubleshooting steps
  • Multiple different blue screen codes appearing randomly
  • Hardware diagnostic tests showing failures
  • Critical data that needs recovery from an unbootable system
  • Physical damage to components
  • Unusual noises (clicking, grinding) from internal components

Warning Signs of Serious Issues

If your blue screens are becoming more frequent or appear during the boot process, this often indicates worsening hardware issues. Don't delay seeking assistance as this could lead to complete system failure and data loss.

Was this article helpful?

Reminder

These guides are provided as general information only. Your specific issue may require professional diagnosis. If you're uncomfortable performing any steps, please book a support session.

Computer Won't Start: Troubleshooting Steps Dealing with Stuck Updates