Fix: Windows 11 Remote Desktop Black Screen

The Windows 11 Remote Desktop black screen is most commonly caused by display driver conflicts, unstable UDP network transport, or a stuck Windows session. Fix this by disabling "Persistent bitmap caching" in your client settings, forcing TCP-only RDP transport, or restarting the graphics driver inside the session.
Picture of RayTube Fixes

RayTube Fixes

Content creator

Windows 11 Remote Desktop Black Screen

Possible Causes:

  • Display & graphics
    • Outdated GPU driver
    • Resolution / color depth mismatch
    • Hardware acceleration conflict
    • Persistent bitmap caching
  • Network & transport 
    • Unstable / slow connection
    • UDP transport instability
  • Session & software
    • Windows Explorer crash
    • Remote Desktop Services stuck
    • Disconnected / stale session
    • Multiple monitors / DPI scaling
    • Group Policy misconfiguration
  • Windows system
    • Windows update in progress
    • Update-introduced
    • regression
    • Incorrect Windows settings

How to Solve:

1. Restart Explorer (Quickest Fix)
This works best when the connection is active but the desktop never appears. It refreshes the desktop shell without disconnecting.
  1. Press Ctrl + Alt + End in the RDP session
  2. Open Task Manager >> File >> Run new task
  3. Type explorer.exe and hit Enter

2. Lower the Display Resolution.

  1. Open Remote Desktop  Connection, go to the Display tab, and slide the resolution slider to a  lower value than full resolution before connecting. Try a couple of steps down if it still shows black.

3. Disable Persistent Bitmap Caching

  1. Open Remote Desktop Connection
  2. Show Options
  3. Experience tab
  4. Uncheck Persistent bitmap caching. This has solved the issue for many users.

4. Change Color Depth to 24-bit.

  1. In Remote Desktop Connection options.
  2. Click the drop-down menu and choose True Colour (24-bit) mode
  3. Then click Connect.

5. Restart Remote Desktop Services.

  1. Press Win + R, type services.msc
  2. Find Remote Desktop Services,
  3. Double-click it, and click Stop, then start it again

Or via Command Prompt (Admin):

sc stop termservice
sc start termservice

6. Disable UDP / Force TCP Only (Very Effective After Updates)

This is widely recommended, especially for mixed OS environments and after recent Windows updates. 

  1. Via Group Policy: Press Win + R, type gpedit.msc 
  2. Navigate to: Computer Configuration >> Administrative Templates >> Windows Components >> Remote Desktop Services >> Remote Desktop Connection Client >> find Turn Off UDP On Client >> set it to Enabled

   Via Registry: Create a DWORD value named fClientDisableUDP and set it to 1

7. Update Graphics Drivers

  1. Right-click the Start button
  2. Device Manager 
  3. Expand Display adapters
  4. Right-click your graphics card 
  5. Update driver.

8. Check for a Pending Windows Update

One of the most common causes is a Windows update in progress on the remote machine. When a remote system is performing a Windows update, Remote Desktop Services get interrupted, leading to a black screen until the system finishes updating and restarts.

 

Share Post

Recent Posts

Scroll to Top