How to Fix Second Monitor Flickering or Going Black on Windows 11 — The Signal Negotiation Problem

By Adhen Prasetiyo

Saturday, April 25, 2026 • 8 min read

Dual monitor setup where the second monitor shows a brief black screen while the primary monitor remains stable

How to Fix Second Monitor Flickering or Going Black Randomly on Windows 11 — The Cable and Refresh Rate Negotiation That Keeps Failing

You are working on your laptop with a second monitor connected. Everything is fine for 20 minutes, then the second monitor goes black. Completely black, as if it lost power. After 1 to 3 seconds, it flashes back on and everything looks normal again. You continue working. Ten minutes later, it happens again. And again. And again.

The blackout is brief enough that you do not lose anything — your windows are still there, your work is preserved — but it is incredibly distracting. Every time it happens you flinch, thinking something crashed. And the randomness makes it worse. Sometimes it happens every 5 minutes. Sometimes you go an hour without it. There is no pattern you can identify.

Your primary monitor, connected to the same computer, never flickers. Only the second one. Which makes you think the monitor itself is broken. But here is the thing: if you disconnect the second monitor and use it as the only display, it works perfectly. No flickering. No blackouts. The problem only occurs in the dual-monitor configuration.

This is a signal negotiation problem, and it is one of the most common issues in multi-monitor setups.

What Causes Monitor Blackouts

When a monitor goes black for 1 to 3 seconds and then recovers, the display signal between the GPU and the monitor was momentarily lost. The GPU stopped sending a valid signal, the monitor detected the loss and showed black, then the GPU re-established the signal and the image returned.

This happens for several reasons:

Refresh rate renegotiation. The GPU and monitor continuously communicate about the display signal parameters — resolution, refresh rate, color depth, HDR state. If anything causes a parameter change, the signal temporarily drops while both sides renegotiate the connection. On a stable setup this negotiation happens once at startup and never again. On an unstable setup it can happen repeatedly.

HDCP handshake failure. HDCP (High-bandwidth Digital Content Protection) is a copy protection scheme that encrypts the video signal between the GPU and the monitor. The handshake occurs when content protection is needed — playing a streaming video, opening a Blu-ray, sometimes even just switching between windowed and full-screen modes. A failed or slow handshake causes a 1 to 3 second blackout while the system retries.

Marginal cable. HDMI and DisplayPort are digital signals with specific bandwidth requirements. A cable that meets these requirements under ideal conditions might fail intermittently under real-world conditions — slightly longer than optimal, a minor manufacturing defect, a damaged connector, electromagnetic interference from nearby power cables. The signal drops just long enough for the monitor to lose sync, then reconnects.

Adaptive sync instability. G-Sync (NVIDIA) and FreeSync (AMD) dynamically adjust the monitor’s refresh rate to match the GPU’s frame output. When the GPU frame rate drops below the monitor’s minimum adaptive sync range, some monitors flicker or blank briefly while switching between adaptive and fixed refresh modes.

Step 1: Lock the Refresh Rate

The first thing to try is removing dynamic refresh rate variables:

  1. Go to Settings → System → Display
  2. Click on the affected monitor
  3. Click Advanced display
  4. Under “Choose a refresh rate”, select a fixed value

If the monitor is set to its maximum (like 144Hz), try stepping down. Set it to 120Hz first. If flickering continues, try 60Hz. If the flickering stops at a lower refresh rate, the signal at the higher rate is marginal — the cable, port, or adapter cannot maintain it reliably.

If you have a “Dynamic” refresh rate option selected, change it to a fixed value. Dynamic refresh rates can cause repeated signal renegotiations as the GPU adjusts the output rate.

Also disable Variable Refresh Rate (VRR) in Windows settings:

Settings → System → Display → Graphics → Change default graphics settings → Variable refresh rate → Off

This is separate from G-Sync/FreeSync in the GPU control panel and can cause additional signal renegotiation on some configurations.

Step 2: Replace the Cable

This is the fix most people skip because they assume the cable is fine since it produces a picture. But digital display cables are not binary — they do not simply work or not work. A marginal cable can produce a perfectly stable image 95% of the time and lose signal 5% of the time.

For HDMI connections:

HDMI cable categories matter:

  • Standard HDMI: supports up to 1080p at 60Hz
  • High Speed HDMI: supports up to 4K at 30Hz
  • Premium High Speed HDMI: supports 4K at 60Hz with HDR
  • Ultra High Speed HDMI: supports 8K at 60Hz or 4K at 120Hz

If you are using a 4K monitor at 60Hz with a Standard or High Speed cable, it might work some of the time but fail intermittently because the cable is operating beyond its specifications. Replace with a cable rated for your resolution and refresh rate, and keep it under 3 meters (10 feet) for maximum reliability.

For DisplayPort connections:

DisplayPort cables also come in different versions:

  • DP 1.2: supports 4K at 60Hz
  • DP 1.4: supports 4K at 120Hz, 8K at 30Hz
  • DP 2.0: supports 8K at 60Hz, 16K at 60Hz

Buy a DisplayPort cable that is VESA certified with the “DP8K” certification logo for maximum compatibility. Avoid ultra-cheap cables from unknown brands — the cost difference between a certified cable and an uncertified one is a few dollars, but the reliability difference is significant.

Cable length: every meter of cable length reduces signal integrity. For runs over 2 meters at high resolutions, certified cables become increasingly important. For runs over 5 meters, consider an active cable or fiber optic DisplayPort cable.

Step 3: The HDCP Problem

If the flickering occurs specifically when playing videos, opening streaming apps, or switching between different types of content, HDCP handshake failure is the likely cause.

HDCP requires the GPU and monitor to perform an authentication exchange before protected content can be displayed. This exchange takes 1 to 3 seconds. If it fails, the screen goes black while the system retries. Some monitors have slow HDCP implementations that fail frequently.

To test: play a non-protected video (like a local MP4 file) and see if flickering occurs. Then play a DRM-protected stream (Netflix, Disney+, Amazon Prime) and see if flickering increases. If flickering only occurs with protected content, HDCP is the culprit.

Fix in NVIDIA Control Panel:

  1. Open NVIDIA Control Panel
  2. Navigate to Display → Change resolution
  3. Set the color output to RGB and the output dynamic range to Full
  4. These settings can reduce the frequency of HDCP renegotiations

Alternative: switch from HDMI to DisplayPort if possible. DisplayPort handles HDCP differently and typically has fewer handshake issues than HDMI for computer monitor connections.

Step 4: Clean GPU Driver Installation

Corrupted display profile data from previous driver versions can cause persistent signal instability:

NVIDIA:

  1. Download the latest driver from nvidia.com/drivers
  2. Run the installer
  3. Select Custom Install
  4. Check “Perform a clean installation”
  5. Complete the installation and restart

AMD:

  1. Download the latest driver from amd.com/support
  2. Run the installer
  3. Select Factory Reset during installation
  4. Complete and restart

For persistent issues, use DDU (Display Driver Uninstaller) in Safe Mode for a completely clean slate before installing the new driver. DDU removes all driver files, registry entries, and display profile data that normal uninstallation leaves behind.

Step 5: Disable Adaptive Sync

G-Sync and FreeSync are designed to eliminate screen tearing by synchronizing the monitor refresh rate with the GPU frame rate. When they work, the visual experience is smoother. When they malfunction on a particular monitor or connection, they cause exactly the type of intermittent blackout you are experiencing.

NVIDIA G-Sync:

  1. Open NVIDIA Control Panel → Display → Set up G-SYNC
  2. Uncheck “Enable G-SYNC, G-SYNC Compatible” for the affected monitor
  3. Click Apply

AMD FreeSync:

  1. Open AMD Radeon Software → Display
  2. Toggle AMD FreeSync Off for the affected monitor

Test for several hours. If the flickering stops, the adaptive sync implementation is incompatible with your specific monitor or connection. You can try re-enabling it at a lower refresh rate (which reduces the adaptive sync range) or with a better cable, but if the problem returns, leave it disabled for that monitor.

Some monitors have FreeSync/G-Sync compatibility issues that are resolved by firmware updates. Check your monitor manufacturer’s website for firmware updates and apply them if available.

Monitor flickering on the second display is almost always a signal negotiation problem — not a hardware failure. The cable, refresh rate, HDCP handshake, or adaptive sync is creating an unstable signal that drops intermittently. Work through the fixes in order: lock the refresh rate, replace the cable with a certified one, check HDCP settings, clean install the GPU driver, and disable adaptive sync. Most users resolve the flickering by step 2 (the cable) because marginal cables are the most common cause by far.

Step-by-Step Guide

1

Lock the refresh rate to a stable value

Go to Settings then System then Display. Click on the affected monitor. Click Advanced display. Under Choose a refresh rate select a fixed rate instead of Dynamic. If the monitor is set to 144Hz try setting it to 120Hz or 60Hz. Unstable flickering often occurs because the GPU and monitor cannot maintain a stable signal at the maximum refresh rate especially over longer cables or through adapters. A slightly lower refresh rate that maintains a stable connection is better than the highest rate with intermittent blackouts.

2

Replace the cable with a certified high-bandwidth cable

The most common cause of intermittent blackouts is a marginal cable. HDMI and DisplayPort cables that barely meet the bandwidth requirements for your resolution and refresh rate can work most of the time but drop the signal momentarily under certain conditions. Replace the cable with a certified cable that exceeds your requirements. For 4K at 60Hz use a certified Ultra High Speed HDMI cable or a DisplayPort 1.4 certified cable. For 1080p at 144Hz use at least a Premium High Speed HDMI cable or any DisplayPort 1.2 or later cable. Cable length matters too. Longer cables are more prone to signal degradation.

3

Disable HDCP in the GPU control panel

HDCP is a copy protection handshake that occurs between the GPU and the monitor. When the handshake fails or renegotiates it causes a brief blackout. Open your GPU control panel. In NVIDIA Control Panel go to Display then Change resolution then scroll down. In AMD Radeon Software go to Display settings. Look for HDCP or content protection settings and disable them if available. HDCP renegotiation is the most common cause of periodic 1 to 3 second blackouts on HDMI connections especially when switching between different types of content.

4

Update the GPU driver with a clean installation

Open your GPU manufacturer website. For NVIDIA go to nvidia.com/drivers and download the latest driver. During installation select Custom Install and check Perform a clean installation. This removes all previous driver settings that may be causing signal instability. For AMD download from amd.com/support and use the Factory Reset option during installation. A clean driver installation often fixes display signal issues that a normal driver update does not because it eliminates corrupted display profile data from previous installations.

5

Disable G-Sync or FreeSync for the affected monitor

Adaptive refresh rate technologies like G-Sync and FreeSync dynamically change the monitor refresh rate to match the GPU frame output. When the frame rate drops below the monitor minimum adaptive sync range the display can flicker or go black briefly. In NVIDIA Control Panel go to Display then Set up G-SYNC then uncheck Enable G-SYNC for the affected monitor. In AMD Radeon Software go to Display and toggle off AMD FreeSync for that monitor. If the flickering stops with adaptive sync disabled the monitor or its connection cannot handle the dynamic refresh rate changes reliably.

Frequently Asked Questions

Why does only my second monitor flicker while the primary is fine?
Each monitor connection is independent even if both are connected to the same GPU. The second monitor may use a different port type such as HDMI versus DisplayPort, a different cable, a different resolution, or a different refresh rate. Any of these differences can create signal stability issues specific to that connection. The GPU maintains separate signal negotiations with each monitor. A failing cable, a mismatched refresh rate, or an HDCP issue on the second monitor connection does not affect the primary.
My monitor flickers only when I open certain applications or play videos. Why?
Content-triggered flickering is usually caused by HDCP renegotiation. When you open a protected video stream such as Netflix or a Blu-ray player the GPU initiates an HDCP handshake with the monitor. If the handshake is slow or fails temporarily the screen goes black for 1 to 3 seconds then recovers when the handshake completes. This is most common on HDMI connections. Switching to DisplayPort which handles HDCP differently can eliminate this issue. Alternatively disabling HDCP in the GPU settings prevents the handshake from occurring.
Can a bad HDMI port on the monitor cause intermittent flickering?
Yes. Monitor HDMI ports can develop loose internal connections from cable insertion and removal over time. The connector may make sufficient contact most of the time but lose contact briefly when the cable moves slightly or when temperature changes cause microscopic expansion. Try a different HDMI port on the monitor if available. Also check that the cable connector is not damaged or bent. A cable that feels slightly loose in the port is a strong indicator of a port or cable issue.
Should I use HDMI or DisplayPort for my second monitor?
DisplayPort is generally more stable for computer monitors because it was designed specifically for computer display connections while HDMI was originally designed for consumer electronics. DisplayPort handles adaptive refresh rates more reliably, supports higher resolutions and refresh rates at lower cable cost, and has less HDCP overhead. If your monitor and GPU both have DisplayPort connections use DisplayPort. Use HDMI only when DisplayPort is not available or when connecting to a TV which typically has better HDMI support than DisplayPort.
Adhen Prasetiyo

Research Bug bounty at javahack team

Research Bug bounty Profesional

Web Development Research Bug Hunter
View all articles →