Immediate Fix: Disable Hardware Graphics Acceleration
The fastest way to resolve Outlook screen flickering on Windows 11 is to disable hardware graphics acceleration. This feature often conflicts with the updated Desktop Window Manager (DWM) in Windows 11.
Open Outlook and navigate to File > Options > Advanced. Scroll down to the Display section.
Check the box labeled “Disable hardware graphics acceleration”. Click OK and restart Outlook to apply the changes.
If you are using a newer version of Microsoft 365 where this specific toggle is missing, you must use a Registry edit to achieve the same result. Run the following command in an elevated Command Prompt:
reg add "HKCU\Software\Microsoft\Office\16.0\Common\Graphics" /v DisableHardwareAcceleration /t REG_DWORD /d 1 /f
Technical Explanation: Why Outlook Flickers on Windows 11
Windows 11 introduced a refined compositing engine designed for modern UI frameworks. Outlook, particularly older versions or those using legacy rendering, sometimes struggles to sync its frame rate with the Windows 11 display refresh rate.
This mismatch creates a “flicker” or “strobe” effect. It occurs when the GPU tries to offload rendering tasks that the application is not optimized to handle under the new OS architecture.
Conflicts with high-refresh-rate monitors (120Hz or higher) and G-Sync/FreeSync settings are also common culprits. The OS attempts to dynamically scale the refresh rate, while Outlook expects a static output.

Alternative Methods to Fix Display Issues
If disabling hardware acceleration does not work, the issue may stem from corrupted add-ins or outdated display drivers. Use the following methods to further troubleshoot the problem.
1. Launch Outlook in Safe Mode
Safe Mode loads Outlook without any extensions or custom toolbar settings. This helps determine if a third-party add-in is causing the display glitch.
outlook.exe /safe
2. Quick Comparison of Display Fixes
The table below summarizes common display symptoms and their corresponding technical solutions:
| Symptom | Primary Solution | Secondary Action |
|---|---|---|
| Screen Stuttering | Disable GPU Acceleration | Update Graphics Driver |
| White/Blank Boxes | Run Office Repair | Rebuild OST File |
| Text Overlap | Adjust DPI Scaling | Change Windows Theme |
3. Update Graphics Drivers
Windows 11 requires WDDM 3.0 or higher compliant drivers. Go to Device Manager > Display Adapters, right-click your GPU, and select Update driver. If you use a dedicated GPU (NVIDIA/AMD), download the latest “Studio” or “WHQL” drivers directly from the manufacturer’s website.