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
- 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.
- 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.
- Test HDMI if available
- This helps determine whether the problem is DisplayPort-specific or GPU/driver-wide.
- 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
- Open Reliability Monitor
- Press
Win + R
- Type:
perfmon /rel
- Press Enter.
- Look for red X errors around the time the display/audio crash happened.
- 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.
- Create a restore point first.
- Press
Win + R
- Type:
SystemPropertiesProtection
- Press Enter.
- Choose Create.
- Download the latest driver directly from NVIDIA/AMD/Intel, depending on your GPU.
- Download DDU - Display Driver Uninstaller.
- Boot into Safe Mode.
- Run DDU and remove the current GPU driver.
- Reboot normally.
- Install the freshly downloaded GPU driver.
- 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
- Open Control Panel.
- Go to:
Power Options > Change plan settings > Change advanced power settings
- Set:
PCI Express > Link State Power Management > Off
- In Windows Settings, go to:
System > Display > Graphics > Default graphics settings
- Temporarily disable:
Hardware-accelerated GPU scheduling
- Reboot and test again.
Check gaming-related causes
- Temporarily disable G-Sync, FreeSync, or Adaptive Sync.
- If you are using HDR, temporarily turn off HDR.
- Cap the game FPS slightly below your monitor refresh rate.
- Watch GPU temperature while gaming using something like HWiNFO, GPU-Z, MSI Afterburner, or AMD/NVIDIA overlay.
- 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:
- Your GPU model.
- Your monitor model.
- Your Windows 11 version/build:
winver
- Your graphics driver version.
- Whether the audio output is through the monitor/DisplayPort, HDMI, USB headset, or motherboard audio.
- Whether the PC keeps running when the screen goes black, or if the whole system freezes/restarts.
- 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.