0XC0262305

Fix 0XC0262305: Invalid Video Present Target Error

Windows Errors Beginner 👁 0 views 📅 Jun 10, 2026

This error means Windows can't find a valid display target. It often pops up after a GPU driver crash or a bad monitor cable. Here's how to fix it fast.

What Causes 0XC0262305?

This error hits when the graphics driver loses track of a monitor. The system says, "I can't find the target I was talking to." You'll see it in Event Viewer as a dxgkrnl fatal error, often after you unplug an external monitor or a game crashes hard. The real trigger? A video TDR (Timeout, Detection, and Recovery) failure. The GPU driver hangs, Windows tries to reset it, and that reset botches the monitor handshake.

Don't panic. This isn't hardware failure 90% of the time. You can fix it without opening the case.

Step 1: The 30-Second Reset

This is the first thing I try on any help desk call. Hit Win + Ctrl + Shift + B. That's a keyboard shortcut that tells Windows to restart your graphics driver. You'll hear a beep and your screen goes black for a second. That's normal. After that, the error should be gone. If your screen comes back and the error message doesn't reappear, you're done. This works about 40% of the time.

What to expect: Screen flickers, then returns to your desktop. If the error was a pop-up, it won't come back. If you were in a game, it might crash, but the error itself is cleared.

Step 2: The 5-Minute Fix – Check Cables and Display Settings

If the keyboard shortcut didn't do it, the problem is likely a loose cable or a monitor that Windows forgot about. Start with the physical stuff.

  1. Unplug the monitor cable from both ends – PC and monitor. Wait 10 seconds. Plug it back in firmly. Push until you feel the click on HDMI or DisplayPort.
  2. If you're using a dock or adapter, remove it. Plug the monitor directly into the GPU port. Docks are notorious for this error.
  3. Press Win + P and select Extend. If you only see one screen, hit Duplicate first, then switch back to Extend. That forces Windows to re-enumerate the displays.

What to expect: After plugging the cable, you should see the monitor light up. If it doesn't, go to Settings > System > Display and click Detect. Windows will scan for monitors. If none appear, move to Step 3.

Step 3: The 15-Minute Fix – Driver Reinstall and GPU Reset

Alright, the simple stuff didn't stick. This error usually means the driver itself is corrupted or the GPU power state got stuck. Here's how to clean it out.

3a. Use Device Manager to Uninstall the Driver

  1. Right-click the Start button and select Device Manager.
  2. Expand Display adapters. You'll see your GPU listed (NVIDIA, AMD, or Intel).
  3. Right-click your GPU and select Uninstall device. In the pop-up, check the box that says Delete the driver software for this device. This is critical. Without that check, Windows keeps the old broken files.
  4. Click Uninstall. The screen may flicker. That's fine.
  5. Restart your PC. Windows will install a basic driver automatically.

3b. Install the Latest Driver from the Manufacturer

Don't rely on Windows Update – it pushes old, stable versions that often trigger this error. Go straight to NVIDIA, AMD, or Intel's site. Download the latest driver for your exact card and Windows version.

Run the installer. Choose Clean Installation if that option appears (NVIDIA has it). That wipes old profiles and settings. Reboot once it finishes.

3c. Reset the GPU Physically (Desktop Only)

If you still get 0XC0262305 after a driver reinstall, the GPU might be stuck in a low-power state. Shut down your PC, unplug the power cord, open the case, and push the GPU firmly into its slot. Then reseat the power cables to the card. Boot up. This gets the electrical contacts clean and forces a power cycle. I've seen this fix errors that nothing else touched.

When to Give Up and Call for Help

If you've done all three steps and still see the error, the GPU might be failing. Check Event Viewer for nvlddmkm or atikmpag errors – those are driver-related. If you see dxgkrnl errors at the same time, try a different monitor cable. If the error only happens on one port, that port could be damaged. Try a different port on the GPU. No luck? Run sfc /scannow in an admin command prompt to check for system file corruption. That's a last-ditch effort.

Most of the time, though, the 30-second reset or the cable check kills it. Start there. You'll be fine.

Was this solution helpful?