Pixel 9 Screen Flickering Fix [Solved]

Symptoms & Diagnosis

The Pixel 9 series has been praised for its Actua display, but some users report sudden screen flickering or erratic brightness pulsing. Diagnosis begins by identifying whether the issue is persistent or occurs only during specific tasks.

Common symptoms include horizontal lines flashing across the panel, a “strobe” effect when the brightness is lowered, or the screen momentarily turning green. These issues often stem from software conflicts or refresh rate synchronization errors.

To diagnose, check if the flickering persists in the Bootloader menu. If the screen flickers during the boot sequence before the OS loads, it is likely a hardware defect. If it only happens within apps, it is a software glitch.

Google Pixel 9 smartphone screen flickering and display glitch troubleshooting.

Troubleshooting Guide

Before seeking a hardware replacement, follow these technical steps to resolve software-based flickering. Most display issues on Android 14 and 15 are related to the variable refresh rate (VRR) management.

Adjust Smooth Display Settings

The Pixel 9 uses an LTPO panel that switches between 1Hz and 120Hz. Sometimes the transition causes a flicker. Try locking the refresh rate to see if the behavior stops.

Method Action Expected Result
Disable Smooth Display Settings > Display > Smooth Display (Toggle Off) Locks screen to 60Hz to stabilize the panel.
Force Peak Refresh Rate Developer Options > Force peak refresh rate Forces constant 120Hz, eliminating low-frequency flicker.

Clear System UI Cache via ADB

If the flickering occurs specifically during notifications or ambient display transitions, clearing the System UI cache via ADB can help. Connect your phone to a PC and run the following command:

adb shell pm clear com.android.systemui

Check for Hardware Overlays

In some instances, the Wayland or SurfaceFlinger compositor struggles with hardware overlays. You can disable this in Developer Options to force the GPU to handle screen compositing.

Navigate to Settings > System > Developer options and toggle Disable HW overlays. This ensures the system always uses the GPU for screen compositing, which often eliminates flickering caused by layer conflicts.

Prevention

To prevent future screen flickering on your Pixel 9, ensure your device stays within optimal temperature ranges. Excessive heat can degrade the display controller’s ability to maintain voltage stability.

Always keep your device updated. Google frequently releases “Display Driver” patches in monthly security updates that recalibrate the voltage for the OLED panel. Avoid using non-certified screen protectors that might interfere with the proximity or ambient light sensors, as these can cause the auto-brightness to hunt and flicker.

Finally, if you use “Always On Display,” periodically change your wallpaper to refresh the pixel state and prevent localized voltage retention issues.