I had a client last month — small law office, four desks — and every single monitor went black after a Windows update pushed overnight. She called me at 8:15am convinced the building had lost power. It hadn't. One display setting had flipped. That's how most of these calls go.
A monitor that won't show a picture is almost never a dead monitor. It's a cable, an input selection, a display setting, or a driver. Work down this list and stop the moment your screen comes back. Don't do steps you don't need.
Step 1: The 30-Second Fix — Cables, Power, Input
Do these before you touch anything in Windows. I know it sounds insulting, but a loose DisplayPort cable has cost my clients more billable hours than any actual hardware failure.
- Check the monitor's power LED. If it's off and there's no standby glow, the monitor isn't getting power. Check the wall outlet, the power brick if it's an external one, and the power button itself (some Dells have a touch-sensitive power button that's easy to miss).
- Reseat both ends of the video cable. Unplug the monitor end and the PC end, then plug both back in firmly. DisplayPort in particular has a latch that people don't always push all the way home.
- Hit the monitor's input/source button. Cycle through HDMI 1, HDMI 2, DisplayPort, VGA, USB-C. If you plug a laptop into a monitor with a DisplayPort cable but the monitor was last on HDMI, you get a black screen with a perfectly healthy everything else.
- Try the other port on the GPU. If you're on HDMI, switch to DisplayPort. Or vice versa. Dead ports happen, especially on older cards.
Quick test: plug the monitor into a laptop with a known-good cable. If it lights up, the monitor's fine and the problem is on your desktop side. If it stays black, the monitor or the cable is the problem.
Step 2: The 5-Minute Fix — Windows Display Settings And Project Mode
Your monitor is getting signal but Windows is sending it to the wrong place, or duplicating a display that's already there. This is the fix that gets that law office back online.
Press Win+P and pick the right mode
Windows+P cycles between PC screen only, Duplicate, Extend, and Second screen only. If someone accidentally chose "Second screen only" while only one monitor was plugged in, you get a black screen. Tap Win+P and select Duplicate or Extend. Try PC screen only too — if your main display was somehow routed to a phantom second display, this brings it back.
Detect and rearrange in Display Settings
- Right-click the desktop and choose Display settings.
- Scroll to Multiple displays and click Detect. If Windows claims it can't find the monitor but it's physically connected and powered, that tells you the cable or port is bad, not the software.
- Check the layout diagram. If you see two rectangles but one is a mystery display, click the correct one and set Make this my main display.
- Verify Resolution and Refresh rate. A monitor forced to an unsupported resolution can go black. Drop it to 1920x1080 @ 60Hz and see if the picture returns.
Restart the display driver without rebooting
You can force Windows to reload the graphics driver without a restart. Press this combo:
Win + Ctrl + Shift + B
The screen blinks and you hear a beep. If the GPU driver had crashed silently (which happens constantly on old Intel HD drivers), this brings the display back immediately. Not a permanent fix, but it tells you a driver update is the real solution.
Step 3: The 15+ Minute Fix — Full GPU Driver Wipe With DDU
If you're still staring at a black screen (or a corrupted, flickering, wrong-resolution mess) after steps 1 and 2, you've got a corrupt GPU driver. Windows Update likes to swap in whatever generic driver it finds, and sometimes that creates a conflict. I see it most on systems that just updated to a new Windows 10 or Windows 11 build.
You need to actually uninstall the old driver from Safe Mode. Here's the flow.
Boot into Safe Mode
From a working display or via a second monitor, open an admin Command Prompt and run:
bcdedit /set {current} safeboot minimal
Reboot. Safe Mode loads a generic display driver, which usually gets you a picture. When you're done, undo it with:
bcdedit /deletevalue {current} safeboot
Wipe the driver with DDU
- Download Display Driver Uninstaller (DDU) from Wagnardsoft. It's free and it's the only tool I trust for this.
- Run it in Safe Mode. Choose your GPU vendor (NVIDIA, AMD, or Intel) and click Clean and restart.
- Once Windows boots with the generic Microsoft Basic Display Adapter, install the driver straight from the manufacturer. Nvidia.com, amd.com, or intel.com — never from Windows Update.
Skip the "rollback driver" button in Device Manager. It only keeps one previous version and half the time Windows Update has already overwritten it. DDU is the real fix.
If DDU still doesn't fix it
- Try a different cable entirely. DisplayPort cables in particular can fail internally. Swap to a known-good one even if the current one looks fine.
- Test the monitor on a different PC. If it's black on two machines, the monitor's backlight or power board has failed and it's a hardware repair.
- Check the GPU in another slot if you have one, or reseat the card. A GPU that's slightly out of its PCIe slot can post to the BIOS but drop the display once Windows loads.
- Reset the monitor's OSD via its menu (usually under Settings > Reset). Rare, but I've seen custom color profiles make a screen appear completely blank.
What Usually Goes Wrong, Ranked
| Symptom | Most likely cause | Fix |
|---|---|---|
| "No signal" on screen | Wrong input selected or loose cable | Step 1 |
| Black screen after Windows update | Display output routed to phantom monitor | Win+P, Step 2 |
| Flickering, wrong resolution | Corrupt GPU driver | DDU, Step 3 |
| Second monitor never detected | Bad DisplayPort cable or dead port | Swap cable / port |
| Black on every PC | Monitor backlight or power board failure | Replace or repair |
One last thing: if the monitor has a USB hub built in, unplug it and retry. I've seen a shorted USB peripheral kill the whole display signal on a Dell U-series monitor. Doesn't come up often, but when it does, it looks like a dead monitor and it isn't.
Work top to bottom. Stop when the picture comes back. Don't chase steps you didn't need.