Immediate Fix
To stop Outlook from flickering on your taskbar immediately, the most effective method is to launch the application in Safe Mode. This bypasses corrupted view settings and faulty third-party add-ins that often cause UI stuttering.
Press Win + R on your keyboard to open the Run dialog box. Type the following command and press Enter:
outlook.exe /safe
If the flickering stops, the issue is likely caused by an integrated add-in. You should then proceed to disable your COM add-ins one by one via File > Options > Add-ins.
| Method | Success Rate | Difficulty |
|---|---|---|
| Outlook Safe Mode | High | Low |
| Registry Fix | Medium | High |
| Driver Update | High | Medium |
Technical Explanation
Outlook taskbar flickering typically occurs due to a conflict between the Microsoft Office rendering engine and your graphics hardware. When Outlook attempts to redraw its UI elements, a mismatch in refresh rates or hardware acceleration settings causes the taskbar icon to “pulse” or flicker.
This behavior is often linked to the Windows Desktop Window Manager (DWM). If Outlook is trying to display a notification or update a status while the GPU is struggling with hardware acceleration, the redraw command fails momentarily, resulting in a visible flicker.
Another common cause is “High DPI” scaling. If you use multiple monitors with different scaling percentages (e.g., 100% and 150%), Outlook may struggle to negotiate the window position, causing the taskbar to refresh rapidly.

Alternative Methods
Update Display Drivers
Outdated GPU drivers are a primary culprit for Office UI bugs. Visit the website of your GPU manufacturer (Intel, NVIDIA, or AMD) and download the latest stable release for your hardware.
Disable Hardware Acceleration via Registry
In newer versions of Outlook, the “Disable Hardware Graphics Acceleration” checkbox has been removed from the UI. You must apply this via the Windows Registry:
HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\Graphics
Value Name: DisableHardwareAcceleration
Value Type: DWORD
Value Data: 1
Repair Microsoft Office
If the flickering persists, the installation files may be corrupted. Open the Control Panel, navigate to Programs and Features, right-click your Microsoft Office installation, and select Change, then Online Repair.
Online Repair is more thorough than Quick Repair as it replaces all corrupted files with fresh copies from the Microsoft servers, which usually resolves deep-seated UI rendering issues.