Monitor 'No Signal' After Windows 10/11 Update – Fixed

Hardware – Monitors Intermediate 👁 14 views 📅 May 26, 2026

Monitor shows 'No Signal' after a Windows update? It's probably the GPU driver, not the monitor. Here's the real fix: boot into Safe Mode, uninstall the driver, and reinstall an older version.

Your monitor's sitting there, taunting you with 'No Signal'

I know this error is infuriating—especially when you've done nothing wrong but install a Windows update. I've seen this dozens of times. The monitor's fine, the cables are fine, but the GPU driver got itself corrupted or replaced with an incompatible version. Here's how you fix it in under 10 minutes.

The Fix: Boot into Safe Mode, Nuke the Driver

Safe Mode is your lifeline here. It loads a basic VGA driver that will let you see your desktop again. Then you uninstall the problem driver and install one that works.

  1. Force Safe Mode: Turn the PC off. Turn it on, and as soon as the Windows logo appears, hold the power button to force shutdown. Do this three times. On the fourth boot, Windows should throw you into the Automatic Repair screen. Click 'Advanced options' > 'Troubleshoot' > 'Advanced options' > 'Startup Settings' > 'Restart'. After the restart, press 4 or F4 to boot into Safe Mode.
  2. Uninstall the GPU driver: Once in Safe Mode, press Win + X and select 'Device Manager'. Expand 'Display adapters'. Right-click your GPU (NVIDIA, AMD, or Intel) and select 'Uninstall device'. Check 'Attempt to remove the driver for this device' and click Uninstall.
  3. Reboot normally: Restart your PC. Windows will install a basic driver. You'll have a low-resolution display, but you should see your desktop.
  4. Install an older, stable driver: Go to your GPU manufacturer's website and download a driver from before the update that broke things. For NVIDIA, pick a 'Game Ready' version from 2-3 months ago. For AMD, grab a 'Recommended' (not 'Optional') driver from the same period. Disconnect your internet (turn off Wi-Fi or unplug ethernet) to stop Windows from auto-installing the new broken driver. Install the downloaded driver with a 'Clean Installation' if applicable. Reconnect internet.

Why This Works

Windows updates often slip in a GPU driver update, even when you've told it not to. That update can be buggy or incompatible with your specific monitor or connection (HDMI 2.1, DisplayPort 1.4, etc.). Safe Mode bypasses the broken driver entirely. Uninstalling it removes the corrupted registry entries and sys files. Reinstalling an older driver sidesteps the buggy version while you wait for the next patch.

Less Common Variations of 'No Signal' After Update

Sometimes the standard fix doesn't cut it. Here are the tricky ones I've hit:

1. The 'No Signal' persists even in Safe Mode

Rare, but it happens. Your monitor might be stuck in a bad EDID (Extended Display Identification Data) handshake. Unplug the monitor from power for 3 minutes. While it's off, hold the monitor's power button for 15 seconds to drain residual capacitors. Plug it back in, turn it on, then boot into Safe Mode. If that doesn't work, try a different cable—especially if you're using a long DisplayPort cable (over 3 meters) or a cheap HDMI cable. I've seen $5 cables fail after a driver update because the new driver changed the link speed negotiation.

2. The monitor has signal but it's a distorted, garbled mess

This usually means the GPU driver loaded but with wrong timings. Boot into Safe Mode, then use Display Driver Uninstaller (DDU) instead of Device Manager. Download DDU from Guru3D, run it in Safe Mode, select 'Clean and restart'. DDU scrubs every trace of the driver, including leftover registry keys that Device Manager sometimes leaves behind.

3. The error only happens after a Windows Feature Update (like 22H2 to 23H2)

Feature updates can change the display stack itself. The fix is the same—Safe Mode uninstall—but you might also need to remove the 'Display' and 'Monitor' entries under 'Other devices' in Device Manager (they'll show as 'Unknown' with a yellow exclamation).

4. Laptop with external monitor 'No Signal' after update

On laptops, the internal display often works but the external port (HDMI, USB-C) goes dead. This is a driver issue for the integrated GPU (Intel, AMD) or the discrete GPU. Safe Mode uninstall of both display adapters usually fixes it. Skip the 'Clean Installation' checkbox if you have Optimus or Switchable Graphics—it can break the switching logic. Just uninstall without the checkbox, reboot, and let Windows reinstall a basic driver.

Prevention: Lock Down Driver Updates

You don't want to repeat this dance. Here's how to stop Windows from breaking your monitor again:

  1. Use the 'Show or hide updates' troubleshooter from Microsoft to hide the specific driver update that caused this. Download it from Microsoft's support site.
  2. Set a local group policy to stop driver updates (Windows Pro/Enterprise only): Run gpedit.msc, go to 'Computer Configuration' > 'Administrative Templates' > 'Windows Components' > 'Windows Update' > 'Do not include drivers with Windows Updates', set it to 'Enabled'.
  3. Or just use the registry (Windows Home works too): Open Regedit, go to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate, create a DWORD (32-bit) named ExcludeWUDriversInQualityUpdate, set it to 1. Restart the PC.
  4. For NVIDIA users: Use the NVIDIA Control Panel to set 'Automatic driver updates' to 'Notify me before downloading'. This gives you a chance to skip the bad one.
  5. For AMD users: Disable 'Auto-update drivers' in AMD Software: Adrenalin Edition.

That's it. Your monitor should stop playing dead after updates. If it happens again, you know the drill: Safe Mode, uninstall, older driver. It's boring, but it works.

Was this solution helpful?