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:
- Press Ctrl + Alt + End in the RDP session
- Open Task Manager >> File >> Run new task
- Type
explorer.exeand hit Enter
2. Lower the Display Resolution.
- 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
- Open Remote Desktop Connection
- Show Options
- Experience tab
- Uncheck Persistent bitmap caching. This has solved the issue for many users.
4. Change Color Depth to 24-bit.
- In Remote Desktop Connection options.
- Click the drop-down menu and choose True Colour (24-bit) mode
- Then click Connect.
5. Restart Remote Desktop Services.
- Press Win + R, type
services.msc - Find Remote Desktop Services,
- 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.
- Via Group Policy: Press Win + R, type
gpedit.msc - 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
- Right-click the Start button
- Device Manager
- Expand Display adapters
- Right-click your graphics card
- 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.