Fix 'Input Signal Out of Range' on Monitor: Step-by-Step
Your monitor's saying the resolution or refresh rate is too high. I'll show you how to boot into safe mode and dial it back.
Quick answer: Boot into Safe Mode (press F8 repeatedly during startup, or interrupt the boot process 3 times), then lower your resolution to 1920x1080 at 60 Hz, reboot normally.
I know this error is infuriating — you plug in a new monitor, change a setting, or your kid messes with the display, and suddenly your screen goes black with that yellow or blue Input Signal Out of Range box floating in the corner. The monitor's telling you, plain and simple: the signal coming from your PC is outside the range it can handle. That usually means the resolution is too high, the refresh rate is too fast, or both. It's not broken — it's just a mismatch. Here's how to fix it without needing a second monitor.
Why This Happens
Your monitor has a maximum supported resolution and refresh rate (check the specs — most 1080p panels top out at 60 Hz or 75 Hz). When you set Windows or your GPU software to something higher — say 1440p on a 1080p monitor, or 120 Hz on an older VGA panel — the monitor can't decode the signal. Instead of showing a stretched or garbled image, it errors out. The fix is to force a lower, compatible resolution before Windows fully loads.
Step-by-Step Fix: Boot Into Safe Mode and Lower Resolution
- Power off your PC completely. Hold the power button for 10 seconds to make sure.
- Turn it back on. As soon as you see the Windows spinning dots or the manufacturer logo, press and hold the power button again to force a shutdown. Do this 3 times.
- On the 4th boot, Windows should show Automatic Repair — a blue screen with options. Click Advanced options.
- Go to Troubleshoot > Advanced options > Startup Settings > Restart.
- After the PC restarts, press 4 or F4 to select Enable Safe Mode (not Safe Mode with Networking — plain Safe Mode works fine).
- Once in Safe Mode (low resolution, ugly fonts), right-click the desktop and select Display settings.
- Scroll down to Display resolution. Set it to 1920 x 1080 (or whatever your monitor's native resolution is — if you don't know, 1366x768 is a safe bet for older monitors).
- Click Advanced display > Choose a refresh rate. Set it to 60 Hz (never higher unless you're sure the monitor supports it).
- Click Keep changes if prompted.
- Reboot normally. Your screen should come back.
Alternative Fixes If Safe Mode Doesn't Work
Use a Different Port or Cable
Sometimes the error is actually a bad cable. Swap from HDMI to DisplayPort, or from DVI to VGA (if your monitor supports it). Older monitors are picky — I've seen a cheap HDMI cable trigger this error at 1080p 60 Hz. Try a different cable first — it's the quickest test.
Reset Monitor Settings via OSD
Most monitors have an on-screen display (OSD) menu. Press the physical buttons on the monitor, find Factory Reset or Reset All Settings, and apply it. This clears any weird custom timings or overclocked modes the monitor stored.
Boot From a Live USB
If you can't get into Safe Mode at all, boot from a Linux live USB (Ubuntu works great). The default display driver will use a safe resolution — likely 1024x768 or 1920x1080. Once you're in the live environment, you can safely edit the Windows registry to lower the resolution. But honestly, most people don't need to go that far — the 3-time forced shutdown method works 90% of the time.
Uninstall GPU Drivers in Safe Mode
If lowering the resolution didn't stick, the issue might be corrupted GPU drivers. In Safe Mode, go to Device Manager, expand Display adapters, right-click your GPU (NVIDIA, AMD, or Intel), and select Uninstall device. Check Delete the driver software for this device if you see it. Reboot — Windows will install basic drivers, and you can then install the latest driver from the manufacturer's site.
Prevention Tip
Before you crank up the resolution or refresh rate on a new monitor, check the manufacturer's specs first. Look up the exact model on Amazon or the brand's site — it'll list max resolution and refresh rate. Also, always use the cable that came with the monitor. Old HDMI 1.4 cables can't handle 1440p at 144 Hz — they'll give you this exact error. If you're gaming, set your refresh rate in the GPU control panel, not in Windows — that app gives you a dropdown of only compatible modes, so you can't accidentally pick an unsupported one.
Was this solution helpful?