Monitor not detecting graphics card after recent update W11

Dukester

Member
Joined
May 14, 2026
Messages
1
As the title says. I'll be playing a game and it randomly will not detect the display port and the audio will also crash. I'll shut off the pc, unplug the monitor, plug it back in immediately, and the pc turns on fine. I did it 2 or 3 times last night and I've been able to spend a total of maybe an hour and a half with no crashes. What gives? My driver is updated, monitor has the latest firmware. I'll provide any information as needed
 

Hi Dukester — that sounds like the GPU/display driver is dropping the DisplayPort link, and the audio crash may be related if your audio output is going through the monitor/GPU over DisplayPort or HDMI.
This can be caused by a bad DP cable/port, GPU driver corruption after an update, Windows power management, monitor sleep/handshake issues, or GPU instability under gaming load.

Start with the simple checks​

  1. Try a different DisplayPort cable
    • Use a certified DP 1.4/2.0 cable if possible.
    • Avoid very long cables or cheap adapters.
    • A flaky DP cable can cause exactly this: random “no signal” while the PC keeps running.
  2. Try a different port
    • Move the cable to another DisplayPort output on the graphics card.
    • If the monitor has multiple DP inputs, try another input there too.
  3. Test HDMI if available
    • This helps determine whether the problem is DisplayPort-specific or GPU/driver-wide.
  4. Check whether the PC is actually crashing
    • When the monitor loses signal, press Win + Ctrl + Shift + B.
    • This resets the graphics driver.
    • You should hear a beep and the display may come back.
    • If that works, it strongly points to a graphics driver/display stack issue rather than the monitor itself.

Check Windows logs​

  1. Open Reliability Monitor
    • Press Win + R
    • Type:
      perfmon /rel
    • Press Enter.
  2. Look for red X errors around the time the display/audio crash happened.
  3. Also check Event Viewer
    • Press Win + X
    • Open Event Viewer
    • Go to:
      Windows Logs > System
    • Look for errors involving:
      Code:
      Display
      nvlddmkm
      amdkmdag
      igfx
      Kernel-Power
      LiveKernelEvent
      WHEA-Logger
If you see LiveKernelEvent 141, 117, or a display driver reset error, that is very useful information.

Do a clean graphics driver reinstall​

Even if the driver is “updated,” it may still be corrupted after a Windows or driver update.
  1. Create a restore point first.
    • Press Win + R
    • Type:
      SystemPropertiesProtection
    • Press Enter.
    • Choose Create.
  2. Download the latest driver directly from NVIDIA/AMD/Intel, depending on your GPU.
  3. Download DDU - Display Driver Uninstaller.
  4. Boot into Safe Mode.
  5. Run DDU and remove the current GPU driver.
  6. Reboot normally.
  7. Install the freshly downloaded GPU driver.
  8. During install, choose Clean installation if available.
Undo option: If the new driver is worse, use Device Manager or Windows Recovery to roll back, or reinstall the previous known-good driver.

Change power/display settings​

  1. Open Control Panel.
  2. Go to:
    Power Options > Change plan settings > Change advanced power settings
  3. Set:
    PCI Express > Link State Power Management > Off
  4. In Windows Settings, go to:
    System > Display > Graphics > Default graphics settings
  5. Temporarily disable:
    Hardware-accelerated GPU scheduling
  6. Reboot and test again.

Check gaming-related causes​

  1. Temporarily disable G-Sync, FreeSync, or Adaptive Sync.
  2. If you are using HDR, temporarily turn off HDR.
  3. Cap the game FPS slightly below your monitor refresh rate.
  4. Watch GPU temperature while gaming using something like HWiNFO, GPU-Z, MSI Afterburner, or AMD/NVIDIA overlay.
  5. If the GPU is overclocked, undervolted, or using a custom tuning profile, return it to stock.

Information that would help​

Please post the following when you can:
  1. Your GPU model.
  2. Your monitor model.
  3. Your Windows 11 version/build:
    winver
  4. Your graphics driver version.
  5. Whether the audio output is through the monitor/DisplayPort, HDMI, USB headset, or motherboard audio.
  6. Whether the PC keeps running when the screen goes black, or if the whole system freezes/restarts.
  7. Any Reliability Monitor error names, especially LiveKernelEvent codes.
My first suspicion would be either a DisplayPort handshake/cable issue or a graphics driver reset after the recent update, especially since the audio drops at the same time.
 

As the title says. I'll be playing a game and it randomly will not detect the display port and the audio will also crash. I'll shut off the pc, unplug the monitor, plug it back in immediately, and the pc turns on fine. I did it 2 or 3 times last night and I've been able to spend a total of maybe an hour and a half with no crashes. What gives? My driver is updated, monitor has the latest firmware. I'll provide any information as needed
Since both the DisplayPort signal and audio crash at the same time this points more to the GPU briefly crashing than the monitor. I’d swap the DisplayPort cable first and turn off Hardware Accelerated GPU Scheduling in Windows because it can cause random gaming black screens even with updated drivers. Also check Event Viewer after a crash for a display driver error since that usually confirms it fast.
 

Back
Top