Immediate Fix: Perform a Clean Driver Reinstallation
The most effective solution for screen flickering after an AMD driver update is a “Clean Install” using the AMD Cleanup Utility or Display Driver Uninstaller (DDU). This removes corrupted remnants of old drivers that often conflict with new installations.
| Step | Action | Purpose |
|---|---|---|
| 1 | Download AMD Cleanup Utility | Removes all previous driver files and registry keys. |
| 2 | Boot into Safe Mode | Prevents Windows from locking files during the removal process. |
| 3 | Run the Utility | Automates the deletion of conflicting Radeon software components. |
| 4 | Install Latest WHQL Driver | Ensures a fresh, stable version is installed on a clean slate. |
If you prefer a manual approach via the command line to clear the shader cache, which often causes stuttering and flickering, use the following command in an elevated prompt:
del /f /s /q "%LocalAppData%\AMD\DxCache\*"
Technical Explanation: Why Flickering Occurs Post-Update
Screen flickering usually stems from a conflict between the new driver’s instruction set and residual files from the previous version. When the AMD installer “overwrites” files, registry keys or Shader Cache entries can remain locked by the OS.
Another common technical culprit is Multi-Plane Overlay (MPO). This feature is intended to reduce CPU/GPU overhead during video playback but is notorious for causing black screens and flickering on Radeon RX 5000, 6000, and 7000 series cards when interacting with modern browsers or Discord.
Finally, incorrect voltage offsets or frequency spikes in the new driver’s default tuning profile can lead to signal instability. This manifests as intermittent horizontal lines or rhythmic screen flashes.

Alternative Methods to Resolve Flickering
1. Disable Multi-Plane Overlay (MPO)
Many users find that disabling MPO instantly stops flickering in Chrome and on the desktop. You can do this by creating a specific registry key. Here is a command to verify your current display configuration via the shell:
dxdiag /t dxdiag_output.txt
2. Adjust Refresh Rate and FreeSync
Sometimes the update resets your monitor’s timing. Go to AMD Software > Gaming > Display. Toggle “AMD FreeSync” off and then back on. Additionally, ensure your Windows Refresh Rate matches your monitor’s native capability.
3. Roll Back to a WHQL Version
If “Optional” or “Beta” drivers are causing the issue, roll back to the last known stable WHQL (Windows Hardware Quality Labs) release. These versions undergo more rigorous testing with a wider range of display hardware.
Check the table below for recommended settings to toggle if flickering persists:
| Setting | Recommended Action |
|---|---|
| Radeon Anti-Lag | Disable for troubleshooting |
| Radeon Boost | Disable (Known to cause flicker in some titles) |
| HDCP Support | Disable (Found under Display > Overrides) |