Have you noticed that your Xiaomi has started to behave strangely, opening apps, scrolling pages or typing without you? This phenomenon is called phantom pressing, one of the most common hardware problems of modern smartphones. AMOLED-screens (Redmi Note 10 Pro, POCO X3, Mi 11), but does not bypass the device with IPS-matrix.
The reasons can be software (firmware failures, viruses) and hardware ( plume damage, touchscreen wear). In this article, we will discuss 7 proven ways to diagnose and fix the problem, from simple settings to radical measures like changing the display, and you will learn how to distinguish phantom touches from viruses or battery failures, and when it is time to carry the phone to service.
What are Phantom Presses and Why They Happen
Phantom taps (or "ghost touches") are false touch screen triggers where the system registers a touch where it wasn't, and it manifests itself in different ways:
- ๐ฑ The screen itself scrolls pages in the browser or social networks.
- โจ๏ธ In messengers appear random symbols or emojis.
- ๐ Applications are opened/closed without your participation.
- ๐ฎ In games, the character moves or shoots "by himself".
The main causes of the problem:
| Type of cause | Specific examples | How it manifests |
|---|---|---|
| Hardware. | Damage to the touchscreen plume, detachment of the matrix, ingress of moisture | Pressing in one zone of the screen, increases when heated |
| Programmatic | MIUI failures, application conflict, viruses | Chaotic taps across the screen disappear after reboot |
| External | Screen pollution, magnet cases, static electricity | Local activations in the corner of the screen or at the edges |
| Firmware | MIUI betas, custom firmware, update errors | Starts after system update |
Critical fact: on Xiaomi models with AMOLED-screens (e.g. Mi 11 Ultra or Redmi) K40) Phantom presses often involve detachment of the sensor layer from the matrix due to overheating or mechanical stress, which requires physical repair, not software manipulation.
How to diagnose phantom presses: 3 tests
Before you treat a problem, you need to confirm the presence of the problem and determine the nature of the problem.
1. Touch screen test through engineering menu
Type the combination ##6484## (on some models ##2664##) into the Phone app. The touch screen test menu will open. Swipe your finger across the screen - if false touch points appear (red or green circles without your touch), the problem is confirmed.
Checking in safe mode
Press the Power button, then hold your finger on the Turn off option until you request Safe Mode, which is only system applications, and if the phantom taps are gone, it's third-party software that's to blame.
3. Visual screen inspection
Turn on the phone and light it up at an angle.
- ๐ Rainbow divorces at the edges - detachment of the matrix.
- ๐ง Spots or bubbles - getting moisture under the screen.
- ๐ฅ Darkening in corners - overheating or damage to the plume.
โ ๏ธ Attention: If you press a certain area of the screen (for example, the top left corner), phantom touches are strengthened, this is a sign of mechanical damage to the plume. Self-repair here is risky: you can completely disable the display.
Test the touchscreen through the engineering menu |
Start your phone in safe mode |
Check the screen for physical defects |
Check the reaction to the heat (put the phone under the lamp for 10 minutes)-->
Software Ways to Resolve the Problem
If the diagnosis has shown that the problem is not hardware, try these methods (ranging from the simplest to the most complex):
Sensor calibration
Go to Settings โ System โ Additional โ Screen calibration (some firmware may have different paths). Follow the instructions on the screen. This method helps if the failures are caused by a slight shift in the layers of the sensor.
2. Resetting touchscreen settings
Delete sensor configuration files via Settings โ Applications โ Application Management โ Three dots (menu) โ Show system โ Touch Service. Click Clear Data and Clear Cache.
3. Update or roll back firmware
Phantom clicks often appear after MIUI updates. Check firmware relevance in Settings โ About Phone โ System Update. If the problem started after the update, try retracing to the previous version via Fastboot:
fastboot flash recovery recovery.img
fastboot reboot recovery4. Removal of problematic applications
In Safe Mode, check which apps were installed before crashes occurred.
- ๐ก๏ธ Antiviruses (e.g. 360 Security or Clean Master).
- ๐ฎ Cheaters for games (may conflict with sensor drivers).
- ๐ฑ Launchers (for example, Nova Launcher or POCO Launcher).
โ ๏ธ Note: If phantom clicks only appear in a particular application (for example, in TikTok or in the Internet). PUBG Mobile, the problem may be in optimizing it for MIUI. Try updating the app or disabling the Overlay resolution on top of other windows in the settings.
๐ก
Before resetting or flashing, back up through Settings โ Additional โ Backup and Reset. Itโs especially important to save your IMEI and Mac address data if you plan to use custom firmware.
Hardware methods: when without repair can not do
If the software didn't work, the problem is probably the hardware. Here are the typical hardware reasons and what to do about them:
1. Damage to the touchscreen plume
Symptoms: Pressing only in one zone (usually in the lower or upper part of the screen), is intensified when you press the case.
Solution: a plume replacement is required. The average cost of repair is between 1,500 and 3,000 rubles depending on the model. On Xiaomi Redmi Note 9 Pro and similar devices, the plume often departs due to frequent opening of the lid (for example, to replace the battery).
2. Detachment of the matrix from the sensor
Symptoms: iridescent divorces at the edges of the screen, pressings are triggered by "waves" (for example, when the phone is heated).
Solution: you need to re-paint the matrix in the service center, and it's almost impossible to do it yourself, you need special equipment for vacuum pressing, costing from 2,500 to 5,000 rubles.
Moisture entering the screen
Symptoms: Spots under the screen, phantom taps appear after the phone is in a wet environment (for example, in the bathroom).
Decision:
- Turn off the phone immediately and put it in a silica gel bag for 24 hours.
- If the problem remains - you need disassembly and drying (cost: from 1000 rubles).
- In severe cases, the replacement of the display module (from 4000 rubles).
4. Touchscreen controller malfunction
Symptoms: chaotic taps all over the screen, independent of external conditions, often accompanied by overheating of the processor.
The solution: replacement of the motherboard (from 5 000 rubles) or its partial repair (soldering of the controller), this is the most expensive and complex breakdown.
How to check if the controller is not โglutchingโ touchscreen?
What to do if nothing helps: radical measures
If all of the above methods fail, there are extreme options:
1. Complete reset (Hard Reset)
This will remove all data from the phone, but sometimes it helps with deep software failures.
- Go to Settings โ About the phone โ Reset settings.
- Select Delete all data.
- Confirm the action.
After reset, do not restore data from the backup โ first check if the phantom clicks have disappeared.
2. Flashing through Fastboot
If the reset didn't help, try a clean firmware installation:
- Download the official firmware for your model from the MIUI Download website.
- Unpack the archive and launch the script flash_all.bat (For Windows, use the Mi Flash Tool.
- Connect your phone in Fastboot mode (clip Volume Down + Power).
3.Sensor shutdown programmatically (temporary solution)
If the phone can still be used, but phantom presses interfere, turn off the touchscreen via ADB:
adb shell pm disable-user com.android.touchTo return to work, enter:
adb shell pm enable com.android.touchโ ๏ธ Warning: Disabling the sensor software will make the phone virtually unusable โ you won't be able to interact with the screen.
๐ก
If phantom taps appear after a phone drop or moisture hit, software methods are useless. Contact the service immediately - delay can aggravate the breakdown.
How to Prevent Phantom Presses in the Future
To minimize the risk of recurrence, follow these guidelines:
- ๐ก๏ธ Use high-quality covers without magnets and metal inserts.
- ๐ฅ Avoid overheating: Do not leave your phone in direct sunlight and do not play heavy games when charging.
- ๐ง Protect from moisture: even if your Xiaomi has protection IP53, Prolonged exposure to moisture is detrimental to the sensor.
- ๐ Update your firmware regularly, but donโt install betas unless youโre bug-ready.
- ๐งน Clean the screen with a soft lilaless cloth โ dirt and fat can cause false positives.
For models with AMOLED-screens (Xiaomi 12, Redmi) K50) especially important to avoid:
- ๐ฆ Strong pressure on the screen (for example, if you put your phone in a narrow pocket of jeans).
- ๐ Use of non-original chargers โ they can cause voltage surges that damage the sensor controller.
๐ก
If you drop your phone a lot, consider a full-screen glass (not just on the display, but on the frame) that will reduce the risk of plume damage when hit.