You boot up your PC, the monitor flashes a gray box that says Input Not Supported (or sometimes Out of Range) and then goes black. It might flicker a few times, maybe show the BIOS screen, then die once Windows loads. Seen it a hundred times. Last month, a client's accounting machine did this right after they upgraded their GPU driver—took me two minutes to fix, but they'd already panicked and bought a new monitor.
The trigger is almost always one of these: you changed the resolution to something your monitor can't handle, you plugged in a laptop with a higher refresh rate than the display supports, or a driver update flipped your display settings to a mode the monitor rejects. It's not a hardware failure. Your monitor is fine. It's just saying, "I can't display this signal, so I'm going to sleep."
What's Actually Happening
Every monitor has a fixed set of supported timings—combinations of resolution and refresh rate. For example, a typical 1080p monitor supports 1920x1080 at 60Hz, sometimes 75Hz, but not 144Hz unless it's a gaming panel. When your GPU sends a signal that isn't in that list, the monitor's scaler rejects it and shows that error. It's a safety thing, not a bug.
So the fix is straightforward: get your display output back to a mode your monitor accepts. But the tricky part is doing that when you can't see anything. Here's the order I use, from easiest to most reliable.
Fix 1: Use the Monitor's On-Screen Display (If You Can)
Some monitors let you force a resolution or reset to factory defaults from the OSD menu. Not all do, but it's worth a shot because it's zero risk. Press the menu button on your monitor, look for a Reset or Factory Reset option. If you find one, hit it. This usually sets the monitor to its native resolution and 60Hz, which most GPUs will then match on the next boot.
Fix 2: Boot into Safe Mode and Roll Back
If the OSD doesn't help, you need to get into Windows Safe Mode, which loads a basic display driver at a low resolution (usually 1024x768). Here's the trick—don't wait for the login screen because it may never appear. Instead, force Windows into Safe Mode by interrupting boot three times:
- Turn the PC on, and as soon as you see the spinning dots or manufacturer logo, press and hold the power button to shut it down.
- Do this three times. On the fourth boot, Windows will enter the Automatic Repair screen.
- Click Advanced options → Troubleshoot → Advanced options → Startup Settings → Restart.
- Press 4 or F4 to choose Enable Safe Mode. (If your keyboard has function lock, press Fn+F4.)
In Safe Mode, right-click the desktop and go to Display settings. Set the resolution to your monitor's native (check the manual or sticker on the back) and the refresh rate to 60Hz. Then restart normally.
Fix 3: Lower the Refresh Rate in Windows (Even Without Safe Mode)
Sometimes you can still see the login screen, just barely. If the image is fuzzy or cut off, that's a resolution mismatch, but if it's completely black, this won't work. But if you have any image at all:
- Press Win + P to open the project menu. Choose Duplicate or Second screen only—this often resets the display state.
- Then press Win + I to open Settings, go to System → Display → Advanced display.
- Click Display adapter properties for your monitor, go to the Monitor tab, and set the refresh rate to 60 Hz.
That's the most common fix because modern GPUs sometimes default to 144Hz or 240Hz on monitors that only do 60Hz—especially after driver updates.
Fix 4: Use a Different Cable or Port
I've seen HDMI cables that only support certain bandwidths. A cheap HDMI 1.4 cable can't push 4K at 60Hz, so the monitor might reject the signal if the GPU tries to send 4K and the cable can't carry it. Swap to a DisplayPort cable if your monitor has one, or try a different HDMI port. Also, if you're using a VGA cable, make sure the connector is tight—bent pins cause weird signal issues that mimic this error.
What to Check If It Still Fails
If you've done all that and it still throws Input Not Supported, here's what I'd look at next:
- Is the monitor actually receiving the right input? Press the source button on the monitor and cycle through inputs (HDMI 1, HDMI 2, DisplayPort). Sometimes it's stuck on a source that's not active.
- Is your GPU actually outputting? Check the GPU's status LED or plug in a second monitor if you have one. If the second monitor works, the problem is the monitor or its port.
- Try a different device. Plug in a laptop or another PC to the same cable. If that works, it's your PC's settings. If that also fails, the monitor is faulty—but that's rare.
One off-the-wall thing: if you're using a KVM switch, ditch it temporarily. KVMs can mangle EDID data, and the monitor will think the signal is unsupported even when it's fine. I had a client whose monitor worked directly but failed through the KVM—took me an hour to figure out.
Bottom line: this error is almost always a settings problem, not a dead monitor. Try the OSD reset first, then Safe Mode, then the refresh rate change. Nine times out of ten, one of those will get you back on screen. And for the love of tech, don't buy a new monitor until you've tested it with another computer.