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’.
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:
- Hold the Windows key and press R to open the Run dialog box.
- Type ‘cmd‘ and click OK.
- 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).
2. Use System Restore in Safe Mode (Windows 8/8.1/10/7/Vista)
Assuming you’ve returned to Safe Mode, follow these steps:
- 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.
- From the search results, click System Restore. Once it loads, place a checkmark next to ‘Show More Restore Points‘, and click ‘Next’.
- 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:
- Hold the Windows key and press R to open the Run window.
- Type “hdwwiz.cpl” and click OK.
Typing in hdwwiz.cpl - Find and expand Display Adapters. Make a note of your display adapter’s name.
- Right-click your adapter and select Uninstall.
- 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:
- 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.
- Press Enter as needed (select your preferred language and enter your password if prompted).
- 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:\. - Type
C:\
and press Enter. You should now seeC:\
at the prompt. - Type
cd..
and press Enter to ensure you are in the root directory. - Next, type
dir /o/p
and press Enter. This lists your directories. When you see <dir> Windows, you’re on the correct drive. - Type
cd C:\Windows\System32\config
and press Enter. - Type
dir /o/p
to look for the RegBack directory. - Type
cd Regback
and press Enter. - 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. - Type the following command, then press Enter:
xcopy C:\Windows\System32\config\RegBack C:\Windows\System32\config
- When prompted (Y/N/A), type A (for All) to overwrite all files.
- When the files have been copied, type
exit
and press Enter to close Command Prompt. - Exit out of any open screens and restart your computer. Your Windows system should now start up normally.