Powerpoint Screen Flickering During Screen Recording [Solved]

Common Cause Primary Solution Time to Fix
Hardware Acceleration Conflict Disable Hardware Graphics Acceleration in Options 2 Minutes
Outdated Graphics Drivers Update GPU drivers via Device Manager or CLI 5 Minutes
Display Mode Incompatibility Switch to “Browsed by an individual (window)” mode 1 Minute

PowerPoint screen flickering during a screen recording session on a laptop.

What is PowerPoint Screen Flickering during Screen Recording?

PowerPoint screen flickering during screen recording refers to a visual glitch where the presentation window flashes, stutters, or displays black frames. This typically occurs when a user attempts to capture their slides using software like OBS, Zoom, Microsoft Teams, or the built-in Windows Game Bar.

The issue is usually rooted in how Microsoft Office renders graphics. When the “Hardware Acceleration” feature clashes with the screen capture software’s rendering engine, it creates a feedback loop that manifests as a flicker. This is especially common on systems with dual graphics cards (integrated and dedicated).

Step-by-Step Solutions

1. Disable Hardware Graphics Acceleration

This is the most common fix for rendering issues in Microsoft 365. It forces PowerPoint to use software rendering, which is more stable for screen capture tools.

  • Open PowerPoint and click on File.
  • Select Options at the bottom of the left sidebar.
  • Navigate to the Advanced tab.
  • Scroll down to the Display section.
  • Check the box labeled “Disable hardware graphics acceleration”.
  • Click OK and restart the application.

2. Refresh Graphics Drivers via Command Line

Sometimes the display cache needs a refresh to stop the flickering. You can use the Windows management tool to check for driver consistency or restart the driver stack.

# Restart the graphics driver stack (Shortcut: Win+Ctrl+Shift+B)
# Or use the following to check for system file corruption that affects display
sfc /scannow

3. Change Presentation Mode to Windowed

Full-screen “Presenter View” often causes issues with screen recording overlays. Switching to a windowed mode can bypass the flickering entirely.

  1. Open your presentation and go to the Slide Show tab.
  2. Click on Set Up Slide Show.
  3. Under the “Show type” section, select Browsed by an individual (window).
  4. Click OK.
  5. When you start the slide show, it will stay in a resizable window that recording software can easily hook into.

4. Disable Office Animations in Windows

If the flicker happens specifically during transitions, Windows global animation settings might be interfering.

Search for “Show animations in Windows” in your Start menu and toggle the switch to Off. This reduces the graphical load on the window compositor during the recording process.

5. Match Frame Rates

Ensure your screen recording software (like OBS) is set to a frame rate that matches your monitor (usually 30fps or 60fps). Mismatched refresh rates can cause a strobe-like flickering effect in the final video output.