- Most black screens with cursors are caused by GPU drivers, failed updates, or software conflicts, along with possible monitor issues.
- WinRE provides startup repair, Safe Mode, restore, uninstall updates, and SFC/BOOTREC commands to recover boot status.
- In Safe Mode, reinstall/refresh graphics, disable Fast Startup, adjust services (App Readiness), apply clean boot, and remove conflicting apps.
When you turn on your PC and see only a black screen with a cursor, it's frustrating. Sometimes it appears after an update, other times upon startup, or even in the middle of a session. The good news is that there are proven solutions. which usually work on Windows 11 (and also apply to Windows 10), whether you can sign in or not even get to the Start screen.
In this practical guide you will find a tour from least to most complex: quick shortcuts, hardware and monitor checks, access to the Windows Recovery Environment (WinRE), repairs with system tools, special boot modes, handling problematic drivers and updates, service settings, temperature monitoring, user profile, BIOS/UEFI, BitLocker encryption, options to save your data, and, as a last resort, reinstallation. Everything condensed and organized so you can move forward wisely.
Why does the black screen appear with the cursor?
This symptom can be triggered at startup, when using the computer, or when shutting it down. It usually doesn't display error messages, just the mouse pointer. The most common causes include:
- Corrupted or incompatible GPU drivers, or graphics card failures (integrated or dedicated).
- Problems with the monitor, cabling, or video adapters (HDMI, DVI, VGA), and multi-display configurations.
- Failed Windows Updates (quality or features) or power interruptions during installation.
- Corrupted system files, problematic system configurations or stuck services.
- software conflicts (multiple antiviruses, customization apps, P2P clients with bloatware, malware).
- Unstable or overheated hardware, BIOS/UEFI obsolete or incorrectly configured.
First things first: quick hardware and power checks
Start with the simplest option, as many black screens can be resolved without going into advanced menus. Disconnect all external peripherals (USB drives, disks, headphones, printers, capture cards, etc.). With the computer off, hold down the power button for about 30 seconds to drain any remaining power, then turn it on and test. If it boots up correctly, reconnect the devices one by one, restarting each time until you locate the problematic one.
Check your monitor: Securely tighten both ends of the cable (computer and display) and try another cable or video input if possible. In HDMI, false contact is common. so it's not held in place by screws like VGA. If you have both a dedicated and integrated graphics card, connect the display to the motherboard's output to eliminate the dedicated one. If you see an image like this, the problem points to the additional GPU.
If nothing responds, try a blind shutdown: press Alt + F4 and then Enter to force shutdown. After a few seconds, turn it back on. and see if the boot changes. If the device is completely frozen, hold down the power button for 10 seconds to force a shutdown.
Shortcuts that revive video output
Windows may lose connection to the display. Press Windows + Ctrl + Shift + B to restart the video driver. You will hear a beep and see a flashing; if the problem was temporary, the image will be restored.
Also try Windows + P to open the Project menu (even if you don't see it). Press the P key and then Enter to switch between display modes (PC Only, Duplicate, Extend, Second Display Only). Repeat the sequence four times to visit them all.
Access WinRE (Recovery Environment) when there is only a black screen
When you can't load Windows, force it into the recovery environment. Perform three on and off cycles During startup: Turn it on. As soon as you see the manufacturer's logo or the dotted circle, press and hold the power button for 10 seconds until it turns off. Repeat this three times, and on the fourth startup, the system will launch Automatic Repair. Choose Advanced Options.
On the Choose an option screen, go to Troubleshoot > Advanced options. Here are several key tools for Windows 11 and 10. Start with the least invasive and work your way up.:
- Startup repair: Windows will diagnose and correct common boot errors.
- Startup configuration > Reboot: When you reboot, press 4 (F4) for Safe Mode or 5 (F5) for Safe Mode with Networking. If you successfully enter, you'll be able to perform many of the actions described below.
- Symbol of the system: Log in and run these commands to repair files and the bootloader:
sfc /scannow bootrec /fixmbr bootrec /fixboot bootrec /scanos bootrec /rebuildbcdLet each command finish and check the messages to see if any issues are found and corrected.
- Uninstall updates: Revert to the latest quality update and/or feature update if you suspect the problem started after the update.
- System Restore: Returns to a restore point prior to the failure. Only system components and settings are affected, not your documents.
- Reset this PC: As a last resort within WinRE, you can keep personal files or remove everything. Consider making a backup beforehand if you can.
What to do in Safe Mode: Drivers, Services, and Clean Boot
If you've managed to enter Safe Mode, you'll be able to act more calmly. Start by reviewing the graph. Open Run with Windows + R and type 'devmgmt.msc' to open Device Manager. Under Display Adapters, right-click your GPU and choose Update Driver. If there are no changes, Uninstall Device and restart. Windows will reinstall the basic driver, and you can then install the manufacturer's recommended driver.
Disable Fast Startup, which sometimes causes cold boot conflicts. Open Control Panel > Power Options > Choose what the power buttons do > Change settings currently unavailable and uncheck Activate fast startup. Save changes and test.
Temporarily stop the App Readiness service, which can become stuck after updates or app changes. Press Windows + R, type 'services.msc', and locate App Readiness. Open it and change Startup Type to Disabled, apply, and accept. If the system returns to normal after restarting, then reset it to Manual.
Perform a clean boot to detect software conflicts: press Windows + R, type 'msconfig', and enter System Configuration. Under Services, select Hide all Microsoft services and click Disable all. In Task Manager, Startup tabDisable everything you don't need. Restart and see if the black screen disappears; then reactivate items in batches until you find the culprit.
Check for problematic apps: uninstall taskbar, Start menu, or Explorer customization suites, duplicate antivirus, and P2P clients with aggressive installersRun a full scan with Windows Defender (or your antivirus), including memory and startup. If you suspect malware, also run an offline scan.
Check the monitor, cabling, and display modes
If you experience persistent black screens, don't forget the physical connection. Secure the HDMI/DVI/VGA cable, try a different port on your graphics card or monitor, or even another monitor if you have one. If you use adapters or hubs, try a direct connection. On systems with two GPUs (integrated + dedicated), connect the motherboard output to exclude the dedicated one.
If you see an image with the integrated GPU and not with the dedicated GPU, the solution will be to upgrade or replace the discrete GPU. On laptops, the options are more limited.: If the dedicated one fails and is welded, the cost of repair may not be worth replacing the equipment.
Repair system files with SFC and DISM
Corrupt Windows components can crash your session, leaving only the cursor. Open a session (in Safe Mode or from WinRE) and run: SFC to repair system files and DISM to check and restore the system image.
sfc /scannow
If the problem persists, run DISM and reboot when finished. This step is especially useful after power outages. or incomplete updates.
DISM.exe /Online /Cleanup-image /Restorehealth
Uninstall updates and use System Restore
If the error started after an update, uninstall it. Go to Settings > Windows Update > Update history > Uninstall updates and remove the most recent update. In severe crashes, do it from WinRE with the Uninstall Updates option.
Alternatively, revert to a previous restore point. Open Create a restore point, go to System Protection, and click System Restore. Choose a point before failure and complete the wizard. It does not affect your personal files.
TdrDelay setting and temperature control
Windows restarts the GPU if it doesn't respond within a certain time (TDR). On computers with slow graphics loads or fussy drivers, raising the threshold may help. Press Windows + R, type 'regedit', and go to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers. Create (if it doesn't exist) a DWORD (32-bit) value called TdrDelay and set it to 8.
Keep an eye on temperatures. With a monitoring tool, you can detect if the CPU or GPU is spiking. If the equipment overheatsCheck thermal paste, heatsinks, ventilation, and power profiles. Overheating can cause intermittent black screens.
Corrupted user profile: Create another one and fix caches
Sometimes the problem is only related to your user name. Create a new account, log in, and check if the desktop loads properly. If it works with the new user, you can try to repair the original profile by replacing its caches folder.
Log in with the current user and navigate to: C:\Users\{user-OK}\AppData\Local\Microsoft\Windows\Caches. Copy the Caches folder. Then log in as the problematic user and go to: C:\Users\{broken-user}\AppData\Local\Microsoft\Windows\Caches. Replace your folder with the copied one. Try again.
BIOS/UEFI: Reset to factory settings and consider updating
Outdated firmware or aggressive UEFI settings can interfere with boot or the GPU. Enter the BIOS/UEFI at startup (depending on the brand: F2, F10, Del, ESC, F1, F12, Fn+F2, etc.) and look for the option to load default values (Load Optimized Defaults/Setup Defaults/Factory Reset), save and reboot.
If your manufacturer releases a BIOS update that resolves stability/compatibility issues, consider applying it. In Safe Mode with Networking, open Windows + R, type 'msinfo32', and note the BIOS Version/Date. Download the latest BIOS update from the official website to a USB flash drive and follow the manufacturer's instructions. Do not interrupt the power supply during the update. to avoid damage.
BitLocker, encryption, and disks not showing up after reinstallation
If your drive is encrypted with BitLocker, the Windows installer may not display drives or prevent firmware changes. Go to Control Panel > BitLocker Drive Encryption, and choose Pause protection or decrypt temporarily the drive before attempting a reinstallation or BIOS update. Have your recovery key ready in case the system asks for it.
In Microsoft account-linked environments (corporate or family computers with OneDrive), check with your account portal or administrator to see if there are any policies preventing changes. Once BitLocker is suspended, the installer should correctly detect the disk.
Recover your data if it doesn't boot
If you can't boot Windows but need to save your documents, try entering Safe Mode to copy your files to a USB or external drive. If it doesn't enter Safe Mode either, use a Linux distribution in Live mode (e.g., Ubuntu) from a bootable USB: boot from it, mount the Windows drive, and copy your data to external media.
If you frequently work on important projects, consider establishing a policy of regular backups (local and cloud) to avoid any issues. The built-in copy tools Windows or third-party solutions make it easy to restore your computer to the way it was.
Reinstall or reset Windows: when and how
If after trying all of the above the problem persists, it's time to consider reinstalling. In Windows 11 you can do Reset this PC from WinRE or from Settings (if available), choosing Keep my files or Remove everything. This option reinstalls the system without the need for external media.
For a complete clean install, create an installation USB with the official Microsoft tool, boot from it, delete the system partitions, and continue the wizard. Back up your data before formatting and have essential drivers (network/storage) ready in case the installer doesn't include them.
Additional software checks
Reduce startup applications in Task Manager > Startup, leaving only what is necessary. Avoid having more than one resident antivirus, and remove shell customization programs that touch Explorer.exe or the registry in depth.
Make sure Windows is properly activated with a valid license. While a lack of activation primarily limits customization, Some configurations may behave erratically, and it is advisable to discard unnecessary variables by activating the system.
WinRE from installation media: Startup Repair
If forcing your way into WinRE doesn't work, create a Windows installation USB, boot from it, and click Repair your computer (bottom left corner), then Troubleshoot > Advanced options > Startup Repair. It is especially useful when the bootloader is corrupted. and avoid reinstalling.
Quick FAQs
¿Reset PC What fixes the black screen with a cursor? It usually resolves it by reinstalling Windows. However, if you choose to remove everything, you'll lose apps and data; if you keep files, you'll keep your documents, but programs will be removed. Back up as soon as possible.
¿Black screen o blue screenThe blue screen usually displays an error code and automatically restarts; the black screen with a cursor points more to Video drivers, software conflicts, monitor or boot failures no visible dump.
If you've updated and now only see the cursor, enter WinRE, uninstall the latest quality or feature update, and try System Restore. Reinstall/update the GPU driver in Safe Mode and disable Fast Startup.
One last note: when the cause is an update interrupted by a power outage, the WinRE procedure (Startup Repair + SFC/BOOTREC commands) is usually decisive; and if you can boot into Safe Mode, update or reinstall the GPU driver and disable services that are blocking boot (such as Application Prep). They usually bring the desktop back to life without having to format it..
Table of Contents
- Why does the black screen appear with the cursor?
- First things first: quick hardware and power checks
- Shortcuts that revive video output
- Access WinRE (Recovery Environment) when there is only a black screen
- What to do in Safe Mode: Drivers, Services, and Clean Boot
- Check the monitor, cabling, and display modes
- Repair system files with SFC and DISM
- Uninstall updates and use System Restore
- TdrDelay setting and temperature control
- Corrupted user profile: Create another one and fix caches
- BIOS/UEFI: Reset to factory settings and consider updating
- BitLocker, encryption, and disks not showing up after reinstallation
- Recover your data if it doesn't boot
- Reinstall or reset Windows: when and how
- Additional software checks
- WinRE from installation media: Startup Repair
- Quick FAQs