Skip to content
TroubleGrid

Discord Screen Share Shows a Black Screen

Last verified August 2026Tested against Windows 11, Windows 10, Discord desktop clientGood evidence

Viewers seeing black while your audio still works means Discord is capturing nothing, not that the stream failed. Switch the game to borderless windowed first — exclusive fullscreen bypasses the capture path entirely. If that is not it, the mismatch is usually privileges: an elevated game is invisible to a non-elevated Discord.

The audio detail is the diagnosis. If your voice and the game's sound come through fine, the connection is healthy and Discord is streaming — it is streaming an empty frame. That narrows the problem to how the window is being captured, which is where display mode, privilege level, and the GPU acceleration path all interfere.

Symptoms

  • Viewers see a black rectangle while your audio continues normally
  • Your own preview looks correct but the stream does not
  • Only fullscreen games go black; windowed applications share fine
  • It started after a graphics driver update
  • Sharing the whole screen works but sharing a specific window does not

Why this happens

The game is in exclusive fullscreen

In exclusive fullscreen the game takes direct control of the display output, and the capture path Discord uses cannot read from it. This is the single most common version of the problem and it is not a fault in either program.

Switch the game to borderless windowed

Discord and the game are running at different privilege levels

Windows does not let a normal-privilege process capture the window of an elevated one. If the game runs as administrator — many anti-cheat systems require it — a normally launched Discord simply cannot see it.

Match Discord's privilege level to the game's

Hardware acceleration is producing an empty frame

Discord can hand capture and encoding to the GPU. On some driver and GPU combinations that path returns nothing, which is why Discord documents turning it off specifically for video problems.

Turn off Discord's hardware acceleration

The graphics driver or GPU scheduling changed

Capture depends on the driver, so a driver update can change which path works. GPU scheduling behaviour in particular depends on what the driver exposes to Windows.

Check the graphics driver and GPU scheduling

Fixes

1.Switch the game to borderless windowed

about 3 min

Turns the game into a normal window that the capture path can read. Fixes the most common cause in under a minute, and costs you almost nothing in performance on modern Windows.

Applies to: Windows 10, Windows 11

  1. Open the game's display or video settings.
  2. Change Display Mode from Fullscreen (or Exclusive Fullscreen) to Borderless or Windowed Fullscreen.
  3. Restart the stream and ask a viewer to confirm.

2.Share the whole screen instead of the window

about 3 min

Screen capture and window capture are different mechanisms, so this both works around the problem and tells you which one is failing.

Applies to: Windows 10, Windows 11

  1. Stop the current stream.
  2. Start a new one and choose the Screens tab rather than Applications.
  3. Pick the display the game is on.
  4. If the whole screen works while the window did not, the problem is window capture — continue below.

Source: Discord

3.Turn off Discord's hardware acceleration

about 5 min

Discord documents this specifically for video problems. It moves capture to a software path that works across more driver versions.

Applies to: Discord desktop client on Windows

  1. Open Discord's User Settings from the gear icon.
  2. Go to Voice & Video, then the Video tab.
  3. Scroll to the Advanced section and turn off Hardware Acceleration.
  4. Let Discord restart, then test the stream again.
  5. Expect slightly higher CPU use while streaming — that is the trade for a capture path that works.

Confirmed by the vendor.

Source: Discord

4.Check the graphics driver and GPU scheduling

about 10 min

Worth checking when the black screen started after a driver update, since capture runs through the driver and scheduling behaviour depends on what the driver exposes.

Applies to: Windows 11, Windows 10

  1. Note whether this started right after a graphics driver update.
  2. Open Settings → System → Display → Graphics and find Hardware-accelerated GPU scheduling.
  3. Set it to the opposite of its current state and restart the PC.
  4. Test the stream. If it is no better, set it back — this varies by system rather than having one correct answer.

Confirmed by the vendor.

Source: Microsoft

5.Match Discord's privilege level to the game's

Check before applyingabout 8 min

Windows blocks a normal process from capturing an elevated window. If the game needs administrator rights for anti-cheat, Discord needs them too — this is the fix for games that stay black in every display mode.

Applies to: Windows 10, Windows 11

Before you do this

Running Discord as administrator gives it full access to your system, and anything it launches inherits that. Only do this with Discord installed from the official site, and prefer leaving it off unless a specific game requires it.

  1. Work out whether the game runs elevated: if launching it triggers a User Account Control prompt, it does.
  2. Close Discord completely, including from the system tray.
  3. Right-click the Discord shortcut and choose Run as administrator.
  4. Start the game and try the stream again.
  5. If this fixes it and the game always needs elevation, you can make the change permanent in the shortcut's Compatibility properties.

If none of this worked

If viewers hear nothing either, this is not a capture problem — treat it as a connection or permissions problem and start from Discord's own voice and video guide. If the black screen happens on every application including the desktop, suspect the graphics driver or a security tool that blocks screen capture rather than anything specific to Discord. And if only one viewer sees black while others see the stream fine, the problem is at their end, not yours.

Common questions

Why does audio still work if the video is black?
Audio and video are captured separately. Working audio proves the stream and connection are fine, which is what narrows the problem down to how the picture is being captured.
Does borderless windowed hurt performance?
On current Windows versions the difference is small for most games, because the compositor handles fullscreen windows efficiently. It is generally a fair trade for a working stream.
Is running Discord as administrator safe?
It works, but it grants Discord full system access, so it is worth reserving for games that genuinely require elevation rather than leaving on permanently.

Did this fix work?

If a step is wrong, outdated, or did not help, telling us is the fastest way to get it corrected — reports are reviewed before new articles.

Report a problem with this page

Related problems

Sources

  • Discord · Support page · checked Aug 16, 2026

    • Discord documents disabling Hardware Acceleration under Voice & Video settings > Video tab > Advanced for video issues in particular
    • Discord recommends identifying whether the problem affects all servers and channels or only specific ones
    • Discord documents checking that the app has the required system permissions
  • Microsoft · Documentation · checked Aug 16, 2026

    • GPU scheduling behaviour depends on the graphics driver exposing WDDM 2.7 support
    • The hardware-accelerated GPU scheduling toggle is under Settings > System > Display > Graphics settings