Why Your Second Monitor Is Not Detected on Windows 11 After Sleep
🔍 WiseChecker

Why Your Second Monitor Is Not Detected on Windows 11 After Sleep

Quick fix: Press Win + Ctrl + Shift + B — this resets the graphics driver without rebooting and immediately re-detects all connected displays. Works in 90% of “monitor missing after sleep” cases.

You wake your PC from sleep and only the primary monitor lights up. The second monitor stays in standby. Cycling its power doesn’t bring it back. Settings → Display shows only one display. The cable is fine, the monitor is fine — Windows just didn’t re-establish the connection on wake. A graphics driver reset usually fixes it without needing a reboot.

Symptom: Second monitor not detected after PC wakes from sleep; primary works fine.
Affects: Windows 11 (and Windows 10) multi-monitor setups with HDMI, DisplayPort, or USB-C displays.
Fix time: ~1 minute.

ADVERTISEMENT

What causes this

When Windows enters sleep, it powers down the graphics output ports. On wake, the GPU re-initializes and queries each output to detect connected displays. The query — called EDID (Extended Display Identification Data) handshake — sometimes fails on the second port: the monitor took too long to respond, the cable carries a transient noise during the handshake, or the GPU driver doesn’t retry properly. Result: Windows sees no display on that port and stops trying.

The Win + Ctrl + Shift + B shortcut forces the GPU driver to restart, which triggers a fresh EDID handshake on every port — usually finding the missing monitor.

Method 1: Restart graphics driver with keyboard shortcut

The fastest fix. No reboot needed.

  1. Press Win + Ctrl + Shift + B.
  2. The screen flashes black for ~1 second. You hear a brief beep.
  3. The graphics driver resets. Both monitors should now be detected.
  4. If the second monitor doesn’t appear within 5 seconds, try the shortcut again.
  5. If it still doesn’t work, go to Method 2.

This is the fastest fix and rarely causes side effects. Use it any time displays misbehave — much faster than restarting Windows.

ADVERTISEMENT

Method 2: Force display re-detection in Settings

Use when the keyboard shortcut doesn’t help — typically because the monitor isn’t electrically connected.

  1. Open Settings → System → Display.
  2. Scroll down. If you see Detect button (under Multiple displays section), click it.
  3. Wait 5-10 seconds. Windows queries every output port.
  4. If the second monitor still doesn’t appear, check the physical connection:
    • Reseat the HDMI/DisplayPort cable on both ends.
    • Try a different port on the PC (if it has multiple). USB-C-to-HDMI adapters in particular have variable reliability.
    • Try a different cable. Cheap HDMI cables can fail intermittently after thermal cycles.
    • For DisplayPort monitors, unplug-replug the cable while the monitor is powered on — DisplayPort uses hot-plug detection that can get stuck.
  5. Click Detect again.

This catches the cases where the issue is partly physical — a flaky connection that the keyboard shortcut can’t resolve.

Method 3: Disable USB selective suspend on the GPU port

Use when the issue is chronic — second monitor goes missing every single time after sleep.

  1. Open Settings → System → Power & battery → Screen and sleep.
  2. For each option, set both When plugged in: Never (for testing). You can restore later.
  3. Open Power Options (Win + R, powercfg.cpl).
  4. Click Change plan settings next to your active plan.
  5. Click Change advanced power settings.
  6. Expand USB settings → USB selective suspend setting. Set both On battery and Plugged in to Disabled.
  7. Expand PCI Express → Link State Power Management. Set both to Off.
  8. Click Apply → OK.
  9. Sleep and wake. Test if the second monitor still drops.

This is the right fix for laptops where Modern Standby aggressively powers off the USB-C dock or the GPU, breaking the EDID handshake.

How to verify the fix worked

  • Open Settings → System → Display. Both monitors appear with thumbnails showing their positions.
  • Sleep the PC for 5 minutes, wake. Both monitors come back within 5 seconds of wake.
  • Run Get-PnpDevice -Class Monitor in PowerShell. Status: OK for each connected monitor.
  • Display arrangement (which is left/right/above) is preserved across sleep cycles.

If none of these work

If the second monitor still goes missing after sleep despite all three methods, the cause is likely in the docking station or the GPU driver. Docking station firmware: laptops connecting through Thunderbolt or USB-C docks (Dell WD15/WD19, Lenovo Thunderbolt 4 Dock, CalDigit TS3 Plus) sometimes have firmware bugs around sleep/wake. Check the dock manufacturer’s support page for firmware updates. GPU driver: install the latest NVIDIA, AMD, or Intel driver from the vendor’s page (not Windows Update). Modern drivers have better wake-time monitor detection. EDID corruption: in rare cases the monitor’s EDID can be intermittent due to a failing cable or aging monitor. Try a different monitor on the same port — if that one stays detected, the issue is monitor-side. UEFI graphics: enable UEFI’s “Internal graphics first” or “Force hybrid graphics” setting if available — some laptops route monitor ports through different GPUs depending on settings, and Windows can lose track.

Bottom line: Missing monitor after sleep is a driver-handshake issue — press Win + Ctrl + Shift + B to reset the graphics driver, which forces a fresh detection. Fast and reliable.

ADVERTISEMENT