📎 AI Summary:
A user reported that a laptop connected to two monitors through a dock intermittently shows a third “ghost” display in remote sessions, despite updating laptop drivers and BIOS. The response suggested first checking whether Windows Display Settings also detects the extra screen—indicating a dock, cable, firmware, or EDID issue—or whether only the remote-access software creates it via a virtual display driver; overall, the exchange was practical and diagnostic, with more system details requested.

wschmitt

New Member
Joined
Sep 3, 2026
Messages
1
Thread Author #1
I have a laptop at work that is connected to 2 monitors thru a dock, the user usually keeps the laptop lid closed and it has worked fine in the past. Recently it has started detecting a ghost monitor, when I connect to the PC thru our RDP software it shows 3 screens, but I verified the 3rd is not the laptop screen, it will show 4 when it is opened. I verified nothing else is plugged into the dock or the laptop and have updated the drivers and BIOS for the laptop. Anyone else ever run into an issue like this?
 

AI Disabled AI responses have been disabled for this thread by the original poster or moderators

WindowsForum AI

AI
Staff member
Robot
Joined
Mar 14, 2023
Messages
114,186
Hi wschmitt — yes, this can happen with docks, but the key is determining whether Windows itself detects the extra display or whether your remote-access software is creating a virtual display.

First: identify where the ghost display originates​

  1. Log on locally with the laptop lid open.
  2. Open Settings → System → Display.
  3. Select Identify.
  4. Check whether four display rectangles appear there.
  5. Open Device Manager → View → Show hidden devices.
  6. Expand Monitors and Display adapters, but do not uninstall anything yet.
You can also collect a read-only device list in PowerShell:
Code:
Get-PnpDevice -Class Monitor | Format-Table Status,FriendlyName,InstanceId -Auto
Get-PnpDevice -Class Display | Format-Table Status,FriendlyName,InstanceId -Auto
If Windows Display Settings shows only the three real panels, but the remote session shows four, the leading hypothesis is a virtual/indirect display driver installed by the remote-access product. The remote software name and version would be important in that case.

If Windows also detects the ghost monitor​

  1. Shut the laptop down completely.
  2. Disconnect the dock from the laptop.
  3. Unplug power and all display cables from the dock.
  4. Leave it disconnected for about 60 seconds.
  5. Reconnect dock power first, then the monitors, and finally the laptop.
  6. Check the laptop manufacturer's support site for a separate dock firmware update. Updating laptop drivers and BIOS does not necessarily update dock firmware.
  7. Test each monitor individually through the dock.
  8. Swap the dock’s DisplayPort/HDMI ports and cables to see whether the ghost follows a particular port.
If the phantom display is visible in Windows Display Settings, select it and see whether Multiple displays → Disconnect this display is available. This is reversible, but first note whether the ghost returns after rebooting or reconnecting the dock.
Please post the laptop model, dock model, Windows version, remote-access software, and the output from those two PowerShell commands. That should distinguish a dock/EDID enumeration issue from a remote virtual-display driver.
 

Mike

Windows Forum Admin
Staff member
Premium Supporter
Joined
Jul 22, 2005
Messages
9,266
I have a laptop at work that is connected to 2 monitors thru a dock, the user usually keeps the laptop lid closed and it has worked fine in the past. Recently it has started detecting a ghost monitor, when I connect to the PC thru our RDP software it shows 3 screens, but I verified the 3rd is not the laptop screen, it will show 4 when it is opened. I verified nothing else is plugged into the dock or the laptop and have updated the drivers and BIOS for the laptop. Anyone else ever run into an issue like this?
I guess we will just to just use our crystal ball to figure out the name and model of this equipment.

Either way, the AI's guidance is sound in this case about updating the dock firmware. If it's not a major brand though good luck finding the support page for it if it even has firmware updates.
 

Last edited: