The triple-press screen zoom feature on Xiaomi is often activated by accident β especially when users are trying to take a screenshot or quickly switch between apps. Instead of the expected action, the screen suddenly increases 1.5-2 times, and returning to normal looks requires additional manipulation.
In this article, we will discuss all possible ways to disable triple click on Xiaomi, Redmi and other devices. POCO β standardized MIUI You will also learn why the feature can spontaneously turn on after updates and how to avoid this. MIUI 12-14 and Android 10-14.
Why does triple click include scaling?
Screen zoom (or Magnification in English) is designed for users with vision problems, allowing you to quickly enlarge the screen without changing the system fonts. Xiaomi uses a triple-press gesture (sometimes a triple-tap with a delayed finger) by default.
The problem is that:
- πΉ The gesture works when you accidentally touch it, such as when you hold your phone with one hand and accidentally touch the screen with your finger pad.
- πΉ The function can be activated automatically after resetting or updating. MIUI.
- πΉ In some models (for example, POCO F3 Redmi Note 11: No obvious switch in settings.
Important: If you use an oleophobic-coated protective glass, triple clicks may be triggered more often due to the altered sensitivity of the sensor, in which case it is recommended to calibrate the screen (more about this in one of the following sections).
Method 1: Disconnection through βSpecial Opportunitiesβ (MIUI 12β14)
This is the most obvious and safe method.It works on most Xiaomi devices, including the Redmi Note 10/11/12, POCO X3/X4, Mi 11/12 and other models with current firmware versions.
Instructions:
- Open the Settings. β Special facilities.
- Go to Screen Enlargement (or Magnification in English localization).
- Turn off the Triple-tap to magnify switch.
- For reliability, also deactivate the magnification button option, if any.
If the screen size is not on the menu, try:
- π Use the search by settings (the magnifying glass icon at the top of the screen) and enter the request βincreaseΒ».
- π± Restart your phone β sometimes menu items donβt load immediately.
βοΈ Verification of deactivation of the function
Method 2: Resetting special features gestures
If the triple click continues to work even when the feature is disabled in the settings, the problem may be a gesture conflict, for example, on some Xiaomi firmware, a triple tap is assigned to other actions (for example, launching Google Assistant or Quick Ball).
To reset all gestures:
- Go to Settings β System β Gestures.
- Select Special Features (or Accessibility Gestures)
- Click Reset settings (or Reset).
- Confirm the action and restart the device.
After reset, check if other functions have been activated by triple click. For example, on POCO F4, this gesture may be tied to the launch of the Game Turbo - in which case it must be disabled separately in the game settings.
What to do if there is no item "Reset settings"?
Method 3: Disconnect via ADB (for power users)
If standard methods do not work, you can disable the function via Android Debug Bridge (ADB), which is suitable for devices with an unlocked bootloader or USB debugging enabled.
Warning: Incorrect ADB commands can disrupt the system, and use this method only if you are confident in your actions.
Instructions:
- Turn on Developer Mode: Go to Settings β About Phone and click on MIUI Version 7 times.
- Return to Settings β Additional (or Additional Settings) β Developer and activate USB Debugging.
- Connect your phone to your PC, install ADB Tools and execute the command:
adb shell settings put secure accessibility_display_magnification_enabled 0
adb shell settings put secure accessibility_display_magnification_scale 1.0
adb shell settings put secure accessibility_display_magnification_gestures_enabled 0After you execute the commands, restart the device. If the function is still active, check the other parameters:
adb shell settings list | grep magnificationπ‘
If ADB does not recognize the device, install Xiaomi USB Drivers and check that the developer settings have enabled the option of Debugging over USB (Safe Mode).
Method 4: Using Third-Party Applications
If you don't want to go through the settings or use ADB, you can use gesture blocking apps, for example:
- π‘οΈ MacroDroid β allows you to intercept a triple click and replace it with another action (or do nothing).
- π§ Accessibility Scanner (from Google) β analyzes conflicts of special features.
- π« NoTripleTap is a highly specialized application to disable triple touch (requires root or ADB).
Example of settings in MacroDroid:
- Create a new macro with the trigger Touch Event β Triple Tap.
- Select Do Nothing (or Notify to receive a notification).
- Save the macro and activate it.
Limitation: Some applications may conflict with MIUI Optimization (optimization) MIUI), So the macro won't always work, so you'll have to turn off MacroDroid optimization in your battery settings.
Method 5: Sensor calibration (if the click is triggered spontaneously)
If the triple click is activated without your involvement, the problem may be in the incorrect operation of the touch screen, which often occurs after falls, moisture or installation of poor-quality protective glass.
To recalibrate the sensor:
- Enter the dialer code ##6484## (some models run ##2664##).
- In the menu, select Test β Touch Screen Test.
- Follow the instructions on the screen (usually touch the crosses several times in different areas of the display).
- After calibration, restart the device.
If the calibration didnβt help, check:
- π§ Screen sensitivity in display settings (some models have adjustments).
- π οΈ Integrity of the display plume β physical damage may require repair.
π‘
If after calibration the problem persists and the triple click is triggered in the same place on the screen, this is a sign of a hardware malfunction.
Table: Compatibility of methods with Xiaomi models
| Model of the device | Method 1 (Special Opportunities) | Method 2 (Gestural reset) | Method 3(ADB) | Method 4 (Party of the annex) | Method 5 (Calibration) |
|---|---|---|---|---|---|
| Redmi Note 10/11/12 | β Yes. | β Yes. | β Yes. | β Yes. | β Yes. |
| POCO X3/X4/X5 | β Yes. | β οΈ Partially. | β Yes. | β Yes. | β Yes. |
| Mi 11/12/13 | β Yes. | β Yes. | β Yes. | β οΈ Requires optimisation offline | β Yes. |
| Redmi 9/9A/9C | β Yes. | β No. | β Yes. | β Yes. | β Yes. |
| Black Shark 4/5 | β No (other menu) | β Yes. | β Yes. | β Yes. | β Yes. |
Note: on devices with Global ROM (e.g. Xiaomi EU), menu items may be called differently. Use Settings Search if you don't find the right section.
What do you do if nothing helps?
If youβve tried all the ways, but triple click still activates zoom, check out:
β οΈ Note: On some Xiaomi firmware (especially custom ones, such as LineageOS or Pixel Experience), the screen augmentation function is hard-stitched into the system. MIUI Disconnection via build.prop (requires root rights).
- π Update. MIUI until the latest version - in new assemblies bugs with gestures are often corrected.
- π§Ή Reset the settings to factory (donβt forget to make a backup!).
- π± Check the screen in safe mode (press the power button). β Safe Mode: If the problem disappears, one of the installed applications is to blame.
If you use root rights, you can manually edit /system/usr/keylayout/Generic.kl by deleting the triple-click string, but it's a risky method -- editing incorrectly will result in loss of touch input.