0xC0262306: Your external monitor just stopped working
That error means your GPU and monitor can't agree on a display mode. Usually a bad cable or a wonky driver. Here's how to fix it fast.
30-second fix: Unplug and replug the cable
This sounds stupid simple, but I've had it work more times than I'm comfortable admitting. A client last month had a Dell Latitude that suddenly lost its second monitor after a Windows update. Tried everything. Then I just yanked the HDMI cable, waited 10 seconds, plugged it back in. Boom. Back.
Here's the deal: the error 0xC0262306 is Windows telling you that your graphics card and monitor can't agree on a "modality" — that's Microsoft-speak for "the combination of resolution, refresh rate, and color depth." Sometimes the handshake between devices just glitches, and a physical disconnect forces a fresh negotiation.
- Unplug the monitor cable from your PC or laptop.
- Wait 10 seconds. Not 2. 10.
- Plug it back in firmly.
If that works, you're done. If not, move on.
5-minute fix: Check the cable and port
If the unplug trick didn't cut it, the next most common culprit is the cable itself. I see this all the time with cheap HDMI cables running at 4K 60Hz. The cable might be rated for 4K30 but your system is trying to push 4K60, and the negotiation fails. Same deal with DisplayPort cables that aren't certified.
- Swap the cable with a known-good one. Don't use the one that came in a box with a random device — those are often garbage.
- Try a different port on your GPU or monitor. If you're using HDMI, try DisplayPort or USB-C if available.
- Check for physical damage — bent pins, frayed ends, loose connections.
Had a guy last week who swore his cable was fine. I bent it slightly near the connector and the monitor flickered. Replace it with a certified cable, error gone. If you're running high-res or high-refresh, get a cable rated for the spec you need. Don't cheap out.
15+ minute fix: Driver rollback or fresh install
If you're still staring at 0xC0262306, it's time to nuke the driver. Windows update often pushes a generic driver that doesn't play nice with your card. Or you had a driver update that broke your display config.
- Boot into Safe Mode. Mash F8 or Shift+Restart during boot.
- Open Device Manager (right-click Start > Device Manager).
- Find your display adapter under "Display adapters." Right-click it and choose "Uninstall device."
- Check the box that says "Delete the driver software for this device." Yes, do it.
- Restart normally. Windows will install a basic driver. Your monitor might work at a low resolution — that's fine.
- Now go download the latest driver from your GPU manufacturer's site (Nvidia, AMD, Intel). Don't use Windows Update for this. Get the exact driver for your card and Windows version.
- Install it with a clean install option. For Nvidia, that's under "Custom" > "Perform a clean installation." For AMD, use the Factory Reset option.
If that doesn't work, try rolling back to an older driver. I've seen the latest Nvidia driver (as of early 2025) cause this exact error on RTX 3000 series cards with certain Dell monitors. Rolling back to the previous branch fixed it.
Still broken? Try disabling GPU scaling or changing refresh rate
If you're stubborn like me and don't want to give up, here's one more thing: open your GPU control panel (Nvidia Control Panel or AMD Radeon Software), find the display settings for that monitor, and:
- Set the refresh rate to 60Hz (even if your monitor supports higher).
- Disable GPU scaling if it's on.
- Force a resolution like 1920x1080 instead of 4K.
If that works, you can gradually bump things up until it breaks again, and you'll know the exact limit. Sometimes a monitor's EDID (the data it sends about supported modes) is corrupted, and forcing a lower mode is the only workaround.
Had a client with a BenQ monitor that gave this error every time on boot. Turned out the monitor's EDID chip was flaky. We locked the resolution in Nvidia Control Panel and it never came back. Not ideal, but functional.
If none of this helps, suspect hardware failure — either your GPU's display output is going bad or the monitor's electronics are toast. Swap the monitor with another device to isolate the problem.
Was this solution helpful?