A flashing screen on a smartphone Android is one of the most annoying problems that can arise on both budget Xiaomi Redmiand flagships Samsung Galaxy S24. In some cases, this is a harmless graphics driver failure, in others it is a harbinger of a serious breakdown of the matrix or motherboard. The main difficulty: the symptoms are often the same, but the reasons are radically different.
This article will help you accurately diagnose the source of the problem from simple overheating to damage to the display cable. We'll break it down 10 proven methods of elimination (from simple to complex), including hidden developer settings, testing hardware components, and even temporary workarounds for critical cases. Let us separately dwell on the nuances for devices with AMOLEDscreens and models with a high refresh rate (90 Hz/120 Hz).
Important: if blinking is accompanied by image artifacts (stripes, blurry spots) or independent reboots, immediately go to the section about hardware faults - here software methods are useless.
1. Diagnostics: software failure or hardware failure?
The first step is to determine whether the problem is related to firmware, applications or hardware. To do this, perform 3 quick tests:
- ๐ Checking in safe mode: Hold the power button โ hold your finger on "Turn off" โ select "Safe Mode". If the blinking disappears, the third-party application is to blame.
- ๐ฑ Test on another device: Connect your smartphone to an external monitor via
USB-C โ HDMI(if supported). Is the external screen also flickering? The problem is in the graphics processor. - ๐ฅ Case heating: Feel the back cover next to the processor. If it is hot (more than 45ยฐC), it triggered throttling โa forced decrease in performance due to overheating.
Critical sign of a hardware malfunction: blinking synchronized with physical actions โ for example, appears when you tap on a specific area of the screen or when you change the angle of the device. This indicates damage to the cable or detachment of the matrix contacts.
2. Software reasons for screen blinking
In 60% of cases, system updates, application conflicts or incorrect display settingsare to blame. Let's look at each scenario in detail.
2.1. Crashes after updating Android
If blinking started immediately after installing the update (especially on Android 14+), the problem lies with incompatibility of graphics drivers with the new OS version. Typical victims: devices Sony Xperia, OnePlus and some models Realme with custom shells.
Solution:
- Roll back to the previous firmware version via
Fastboot(instructions for your model are on the forum XDA Developers). - If a rollback is not possible, install alternative software (for example, LineageOS) with support for your chipset.
- Temporarily disable hardware graphics acceleration:
adb shell settings put global force_gpu_renderer cgladb shell settings put global debug.hwui.renderer skiagl
2.2. Application conflicts
Some apps (especially launchers. data-i="101">high-demand games, high-demand games and screen customization applications) can cause flickering. Frequent culprits:
- ๐ฎ Genshin Impact, Call of Duty Mobile (due to aggressive FPS optimization)
- ๐ฅ๏ธ Nova Launcher, Action Launcher (conflict with system animations)
- ๐ง CPU Tuner, Greenify (incorrect power saving settings)
How to find the culprit:
- Start the device in safe mode (see section 1).
- If the blinking disappears, remove applications one by one, starting with the most recently installed ones.
- To speed up the process, use
adb logcatat the moment of flickering:adb logcat | grep -i "surfaceflinger\|hwcomposer\|display"Look for lines with errors
EGL_BAD_ACCESSorLayer::onDraw.
Make sure the problem is reproduced in safe mode
Make a backup copy application data via Titanium Backup
Check the screen after deleting each application
Disable auto-update for suspicious apps-->
2.3. Incorrect display settings
On devices with AMOLEDscreens (Samsung Galaxy S, Google Pixel), blinking can cause:
- ๐ Adaptive brightness (the light sensor is faulty)
- ๐ Automatic refresh rate (switching between
60 Hzand120 Hz) - ๐จ Living Colors mode (incorrect color gamut)
How to fix:
- Disable adaptive brightness in
Settings โ Display โ Adaptive brightness. - Fix the refresh rate:
adb shell settings put global peak_refresh_rate 60adb shell settings put global min_refresh_rate 60 - Reset the color settings to standard:
adb shell settings reset global display_color_mode
If the screen becomes too dim after turning off adaptive brightness, check the light sensor using the application Sensor Test (available in the Play Market).
3. Hardware reasons: from the cable to the motherboard
If software methods do not help, the problem lies in physical components. Let's consider typical scenarios - from the cheapest to repair to the most expensive.
3.1. Damage to the display cable
Symptoms:
- Flashing increases when pressing the screen or bending the case.
- At the bottom/upper part of the screen strips appear or spots.
- The problem arose after falls or disassembling the device.
Solution: The cable needs to be replaced. Cost of repair:
| Device model | Cost of cable (โฝ) | Cost of work (โฝ) |
|---|---|---|
| Samsung Galaxy A52 | 800โ1 200 | 1 500โ2 000 |
| Xiaomi Redmi Note 11 | 600โ900 | 1 200โ1 800 |
| Google Pixel 6 | 1 500โ2 000 | 2 500โ3 500 |
| OnePlus 9 Pro | 2 000โ2 800 | 3 000โ4 000 |
What will happen if you donโt change cable?
The problem will progress: first blinking, then the screen completely turns off or โdeadโ pixels appear. In some cases, a damaged cable can cause a short circuit and damage the motherboard.
3.2. Detachment or damage to the matrix. data-i="169">๐ Screen brightness
Characteristic features:
- ๐ด Flashing accompanied by the appearance of colored spots (green, purple).
- ๐ Screen brightness changes spontaneously even in the settings menu.
- ๐ฅ On
AMOLEDscreens are visible "burns" (constant traces from static elements).
Diagnostics: Check the screen for backlight uniformity using the "Black Screen" test in the application. If Screen Test. If visible light spots or stripes are visible, the matrix is damaged.
Solution: Only matrix replacement. On devices with OLEDscreens (for example, iPhone-shaped Android smartphones), the cost of repairs can reach 70% of the price of a new device.
On devices with LTPOscreens (for example, OnePlus 9 Pro, Oppo Find X3), matrix blinking is often associated with a malfunction of the chip DDIC (Display Driver IC). Replacing it is cheaper than completely replacing the screen, but requires a highly qualified technician.
3.3. Problems with the motherboard
The worst scenario is a malfunction GPU or display controller on the motherboard. Symptoms:
- ๐ Blinking synchronized with reboots device.
- ๐ฎ Artifacts appear only in 3D games or when rendering video.
- ๐ Device not detected by the computer in mode
Fastboot.
Possible reasons:
- ๐ฅ Overheating of the chipset (for example, on Qualcomm Snapdragon 888/8 Gen 1).
- โข๏ธ Moisture getting on the board (even if the device did not sink - condensation from sudden temperature changes).
- โก Voltage surge when charging (especially important for โfastโ charges
65W+).
Solution: Diagnostics at a service center using thermal imager i multimeter. In 30% of cases it helps reflashing SPI flash (cost ~3,000 โฝ), in the rest - replacement of the board or its partial repair (from 5,000 โฝ).
If your device is on a chipset MediaTek Helio (for example, Redmi 9, Realme C-series), never use chargers with a power higher than that specified in the specification. These processors are extremely sensitive to voltage surges!
4. Temporary workarounds (if repair is impossible)
If the screen is flickering, but the device is still working, you can try to extend its life using these methods:
- ๐ต Disable animations: In the developer settings (
Settings โ About phone โ Build number (7 taps) โ For developers), set:Window: zoom animation โ No animationTransition: zoom animation โ No animation
Animation: animator duration โ No animation - ๐ Performance limiting: In the same developer settings enable
Forced use of GPU renderingand disable4x MSAA. - ๐ฅ๏ธ Connecting an external display: If your device supports
USB-C โ HDMI, use it as a system unit with monitor.
Critical: if flashing is accompanied by a burning smell or the device gets very hot (more than 50ยฐC), turn it off immediately and do not turn it on until repaired. This is a sign of a short circuit, which can lead to a fire in the battery.
5. Prevention: how to prevent screen flickering
A few simple rules will help avoid problems in the future:
- ๐ก๏ธ Use high-quality cases: They prevent bending of the case, which leads to damage to the cable. This is especially true for thin devices (Samsung Galaxy S22 Ultra, Xiaomi 13 Lite).
- ๐ Charge with original cables: Cheap cables without protection against power surges are the main cause of failure of power controllers.
- ๐งน Regularly clean the connectors: Dust and dirt in
USB-Cor under the screen can cause a short circuit. Use plastic spatula and compressed air. - ๐ฑ Avoid extreme temperatures: Do not leave the device in the sun or near heat sources (for example, on a car dashboard).
For devices with AMOLED-screens additionally:
- ๐ Use dark themes i black wallpaper โthis reduces the load on pixels.
- โฑ๏ธ Limit the screen time at maximum brightness (in the battery settings).
- ๐ Disable automatic refresh rateif it is - constant switching between
60 Hzi120 Hzaccelerates matrix wear.
On devices with LTPOscreens (for example, Oppo Find X5 Pro), never install custom firmware without support for dynamic refresh rate. This leads to uncontrolled flickering and reduces the service life of the matrix by 2โ3 times.
6. When to contact a service center
Immediately take the device for repair if:
- ๐ฅ Flashing is accompanied by popping, crackling or burning smell.
- ๐ Battery swollen (visible by the raised back cover or screen).
- ๐ต Device does not turn on or reboots cyclically.
- ๐ง You can see drops of moisture or corrosion under the glass on the screen.
When choosing a service center, pay attention to:
| Criteria | What to check |
|---|---|
| Repair warranty | Minimum 6 months, with a stamp on the receipt |
| Original spare parts | Require a certificate for the matrix/loop |
| Diagnostics | Must be free or credited included in the cost of repair |
| Reviews | Check Yandex.Maps and 2GIS on complaints about repeated breakdowns |
Cost of diagnostics in official services (2026):
- Samsung: 1,000โ1,500 โฝ (free if you do the repairs from them)
- Xiaomi: 500โ800 โฝ
- Google Pixel: 1,500โ2,000 โฝ (includes water resistance testing)
Before sending the device for repair, make a backup copy of your data via adb backup or Swift Backup (if the screen still responds to touches). The service can reset the settings!
FAQ: Frequently asked questions about the flashing Android screen
โ The screen flashes only in games. What's the matter?
Most likely, the problem is throttling (forced reduction in performance) due to overheating. Check:
- CPU temperature via AIDA64 (if above 70ยฐC, you need to clean or replace the thermal paste).
- Graphics settings in the game (lower resolution and FPS).
- Driver version (update via
Google Play Services).
If the problem persists, itโs your fault graphic chip (for example, Mali-G78 v Exynos 2100 known for overheating).
โ After replacing the screen, it started blinking. What should I do?
Typical reasons:
- ๐ Poorly connected cable (needs to be reconnected).
- ๐ ๏ธ Non-original matrix (especially relevant for Samsung AMOLED).
- ๐ Firmware conflict with a new screen (you need to flash
EDIDmatrices).
Return to the service and demand warranty repair According to the law. "On the Protection of Consumer Rights" (Article 18), you have the right to free re-repair.
โ Is it possible to change the screen cable yourself?
Theoretically, yes, but:
- ๐ง Required special tools (suction cup, mediator, soldering station for some models).
- ๐ฅ Risk of damage touchscreen or matrix (especially on devices with adhesive fastening, for example, Google Pixel 6).
- โ ๏ธ Warranty for the device will burn (if it was still valid).
If you still decide, use step-by-step guides s iFixit and buy cables only from trusted sellers (for example, AliExpress with a rating of 98%+).
โ The screen flashes while charging. Is this normal?
No, this is a sign:
- ๐ Faulty power supply (try another charger).
- ๐ Problems with the charging controller on the motherboard board.
- โก Power surges in the network (use a surge protector).
If the blinking disappears when charging is turned off, urgently check the battery and power circuits. This can lead to fire!
โ Colored stripes and flashing appeared on the screen. What is this?
This is damage. matrix or graphics chip. The color of the stripes indicates a problem:
- ๐ข Green โdamage color channel data (often treated by replacing the cable).
- ๐ด Red/blue โ malfunction backlight (matrix replacement required).
- โช White โproblem with display controller on the motherboard.
If the stripes moving is graphic artifact (GPU is to blame). If static โthe matrix is damaged.
If none of the methods helped, contact the service center with detailed description of symptoms (better record a video of the problem). This will save diagnostic time and reduce the cost of repairs.