| Problem | Primary Cause | Quick Solution |
|---|---|---|
| Outlook Flashing/Flickering | Incompatible Display Drivers | Update Graphics Card Drivers |
| Screen Stuttering | Hardware Acceleration | Disable Hardware Graphics Acceleration |
| Window Rapidly Refreshing | Corrupt Add-ins | Start Outlook in Safe Mode |

What is Outlook Screen Flashing?
Outlook screen flashing, also known as flickering or stuttering, is a visual glitch where the application window rapidly refreshes or blinks. This behavior can make it impossible to read emails or navigate the calendar.
Typically, this issue occurs due to a conflict between the Outlook software and your computer’s graphics hardware. It is common after a Windows update or when using multiple monitors with different refresh rates.
In some cases, the flashing is caused by a third-party add-in that is struggling to render its interface within the Outlook frame. Identifying the root cause is the first step toward a stable workspace.
Step-by-Step Solutions to Stop Outlook Flickering
1. Disable Hardware Graphics Acceleration
Most flickering issues in Microsoft Office are caused by the Hardware Graphics Acceleration feature. Disabling it forces Outlook to use software rendering instead of the GPU.
- Open Outlook and click on File.
- Select Options from the left-hand menu.
- Go to the Advanced tab.
- Scroll down to the Display section.
- Check the box for “Disable hardware graphics acceleration”.
- Click OK and restart Outlook.
2. Update Display Drivers
An outdated graphics driver is a frequent culprit for screen flickering across all desktop applications. You should ensure your display adapters are running the latest firmware.
- Right-click the Start button and select Device Manager.
- Expand the Display adapters section.
- Right-click your graphics card (Intel, NVIDIA, or AMD).
- Select Update driver and choose “Search automatically for drivers.”
3. Start Outlook in Safe Mode
If the flashing persists, a faulty add-in might be the cause. You can test this by running Outlook in Safe Mode, which disables all extensions.
Press Win + R, type the following command, and hit Enter:
outlook.exe /safe
If the flickering stops in Safe Mode, go to File > Options > Add-ins and disable your active add-ins one by one to find the offender.
4. Repair the Office Installation
Corrupted installation files can cause the UI to behave erratically. Windows includes a built-in repair tool to fix these issues without losing your data.
- Open the Control Panel and go to Programs and Features.
- Find Microsoft 365 (or your version of Office) in the list.
- Right-click it and select Change.
- Select Online Repair and follow the prompts.
5. Reset Outlook Using the Command Line
Sometimes the view settings themselves become corrupted. You can reset the Outlook view to its default state using a simple command line switch.
outlook.exe /cleanviews
Note: This will reset all your custom view settings to the default, but it often resolves persistent UI flickering and layout bugs.