Fix: Black Screen With Cursor (BSOD) on Windows 7, 8 and 10

After starting Windows, the screen goes completely black except for the mouse pointer. You can’t see the desktop, taskbar, or login screen. This problem is not a Blue Screen of Death (BSOD), but happens when Windows cannot load its normal display.

The most common reason is a problem with the explorer.exe process, which shows your desktop and files. This can happen because of unfinished Windows updates, problems with drivers, or a damaged user profile.

Quick Test for Windows 8/8.1/10 (Laptops with Batteries)

If you’re using Windows 8 or 8.1, try this quick test first:

  • Remove the battery from your laptop, then reinsert it.
  • Turn on the computer, and immediately start tapping the F8 key repeatedly while also holding down the Shift key.
  • See if Windows starts up normally. If the problem persists, continue with the steps below.

How to Enter Safe Mode on Windows 8, 8.1, 10, 7, and Vista

For most of the following solutions, you’ll need to start your system in Safe Mode. This section explains how to boot into Safe Mode, which is a diagnostic mode for troubleshooting issues in Windows. When you first get into Safe Mode, it’s a good idea to back up your important files to an external disk, USB, or thumb drive.

To enter Safe Mode, restart your computer. If you can’t see any menu or button options, perform a force restart by holding down the power button until the computer shuts off. Turn it back on and begin tapping the F8 key continuously until you see the advanced boot menu. From this menu, select ‘Safe Mode with Networking’.

safe-mode1

 

1. Run a System File Checker Scan in Safe Mode (Windows 8/8.1/10/7/Vista)

Once you are in Safe Mode with Networking:

  1. Hold the Windows key and press R to open the Run dialog box.
  2. Type ‘cmd‘ and click OK.
  3. In the Command Prompt window, type SFC /scannow and press Enter.

The System File Checker (SFC) will scan your Windows installation for any corrupted or missing files, and attempt to repair them. Please wait until the scan completes. When finished, restart your computer and check if the issue is resolved. If you still see the black screen, return to Safe Mode and proceed to the next method (System Restore).

sfcscannow1

2. Use System Restore in Safe Mode (Windows 8/8.1/10/7/Vista)

Assuming you’ve returned to Safe Mode, follow these steps:

  1. Click the Start button, type ‘system restore‘ into the Start Menu search box, and press Enter. Alternatively, open Run (Windows key + R), then type ‘rstrui.exe’ and click OK.
  2. From the search results, click System Restore. Once it loads, place a checkmark next to ‘Show More Restore Points‘, and click ‘Next’.
    restore-points-more
  3. Choose a restore point from a date when your computer was working properly. Click ‘Next‘ and then ‘Finish‘.
    This will start the System Restore process and your computer will restart when it’s done. If you still encounter the black screen after the restore, move on to the next method.

3. Remove and Reinstall VGA/Display Driver in Safe Mode (Windows 8/8.1/10/7/Vista)

Boot into Safe Mode again. Once you have logged in, do the following:

  1. Hold the Windows key and press R to open the Run window.
  2. Type “hdwwiz.cpl” and click OK.
    Device Manager
    Typing in hdwwiz.cpl
  3. Find and expand Display Adapters. Make a note of your display adapter’s name.
  4. Right-click your adapter and select Uninstall.
  5. Once uninstalled, restart your PC and allow Windows to start normally. Afterward, download and install the latest graphics drivers from your manufacturer’s website.

4. Restore Registry Hives Using RegBack

In some cases, restoring the Windows registry from backup may solve the black screen problem. Here’s how to do it:

  1. Restart your system and repeatedly tap F8 and F12. When the Advanced Boot Options menu appears, choose the command to start Startup Repair for your Windows version.
  2. Press Enter as needed (select your preferred language and enter your password if prompted).
  3. From the menu, select Command Prompt. This window will have administrative privileges and usually shows as the X:\ drive, which is a temporary environment created for repairs.
    We need to switch to your actual Windows drive, most commonly C:\.
  4. Type C:\ and press Enter. You should now see C:\ at the prompt.
  5. Type cd.. and press Enter to ensure you are in the root directory.
  6. Next, type dir /o/p and press Enter. This lists your directories. When you see <dir> Windows, you’re on the correct drive.
  7. Type cd C:\Windows\System32\config and press Enter.
  8. Type dir /o/p to look for the RegBack directory.
  9. Type cd Regback and press Enter.
  10. Type dir. You should see files named DEFAULT, SAM, SECURITY, SOFTWARE, SYSTEM, along with recent dates and file sizes. If their dates are recent, proceed to the next step.
  11. Type the following command, then press Enter:
    xcopy C:\Windows\System32\config\RegBack C:\Windows\System32\config
  12. When prompted (Y/N/A), type A (for All) to overwrite all files.
  13. When the files have been copied, type exit and press Enter to close Command Prompt.
  14. Exit out of any open screens and restart your computer. Your Windows system should now start up normally.
ABOUT THE AUTHOR

Kevin Arrows


Kevin Arrows is a highly experienced and knowledgeable technology specialist with over a decade of industry experience. He holds a Microsoft Certified Technology Specialist (MCTS) certification and has a deep passion for staying up-to-date on the latest tech developments. Kevin has written extensively on a wide range of tech-related topics, showcasing his expertise and knowledge in areas such as software development, cybersecurity, and cloud computing. His contributions to the tech field have been widely recognized and respected by his peers, and he is highly regarded for his ability to explain complex technical concepts in a clear and concise manner.