Windows does not detect second display after windows update.

Anonymous
2023-04-26T20:26:48+00:00

All drivers are freshly installed and up to date. Graphics card is barely a year old and all cables also checked. The monitor thats not detected does work also.

Everything worked until 2days ago when windows updated and now windows does not detect the second display.

Please help thank you.

Windows for home | Windows 10 | Devices and drivers

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2023-04-26T21:02:02+00:00

Hello ScrP, welcome to the Microsoft community, I'll be happy to help you today;

I understand that after an update the second monitor is not detected;

What exactly is the model and manufacturer of your graphics card?

Are you using an HDMI cable to connect the second monitor?

Are you using a laptop or desktop?

Before answering the question, I suggest you try to force the detection of the second monitor;

Press Windows key + i and go to System;

Click Display;

Scroll down to Multiple screens, click Detect;

Then press the keys together: Windows key + P and select the Extend option;

Verify that the second monitor is detected;

See you soon!

Was this answer helpful?

400+ people found this answer helpful.
0 comments No comments

82 additional answers

Sort by: Most helpful
  1. Anonymous
    2024-01-08T19:23:02+00:00

    I'm experiencing the same issue. I went to the AMD and ran the detect and it cam back with no AMD detected. Not sure what to do. The monitor works fine with my personal computer, but not work computer after update (received computer on Friday and it connected fine until when i tried this morning).

    Thanks!

    Was this answer helpful?

    10+ people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2023-12-29T03:27:56+00:00

    Thank you SO much! I've tried everything and this is the only thing to work for me!!

    Was this answer helpful?

    10 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2024-04-30T13:30:46+00:00

    This seems to be an effective resolution to bring the monitors back to life, but it doesn't address the cause of the issue.

    1. Unplug the problematic monitor from the PC and power
    2. Launch an admin PowerShell session, then run the script below.

    # Remove registry keys$keysToDelete = @("Configuration", "Connectivity", "ScaleFactors") foreach ($key in $keysToDelete) {    $keyPath = "HKLM:\SYSTEM\CurrentControlSet\Control\GraphicsDrivers$key"    Remove-Item -Path $keyPath -Recurse -Verbose
    }

    1. Restart the PC.
    2. Log in and let the PC complete its inital start processes.
    3. Reconnect the monitor to power, then video. (order probably doesn't matter)

    If it worked - You should now be able to see all the connected monitors in Display Settings.

    On a couple occasions I had to complete this process twice before the monitors started to function as expected again.

    Good luck!

    Was this answer helpful?

    9 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2024-03-11T03:19:56+00:00

    we are on the same boat here, Feb 24 update killed my second monitor. i have tried everything.

    May laptop is thinkpad with intel620 graphic card.

    Would you Microsoft relaease the patch or something? i can work from my monitor since feb.

    please do something microsoft.

    Was this answer helpful?

    8 people found this answer helpful.
    0 comments No comments