How to remove β€œClick Again to Exit” on Xiaomi: All the Ways

Why Xiaomi Asks You to Press the Back Button Twice – and How to Fix It

The dual-click back feature for exiting apps is one of the most annoying features of the MIUI shell. It appeared in early firmware as β€œcasual-tap protection,” but in practice only interferes: delays app closure, confuses new users, and disrupts the usual workflow. This is especially noticeable on devices with gesture navigation, where the β€œback” button is virtual, and double-tap works with a delay of 1-2 seconds.

In this article, we’ll look at all the current ways to disable double-clicking on Xiaomi, Redmi, POCO and Black Shark smartphones, from standard MIUI settings to manually edit configuration files. The methods are tested on MIUI 12–14 firmware versions (including global and Chinese builds) and work on most models released after 2018. If your phone is older, check the alternatives section.

Before you start, note that some methods require superuser rights (root) or installing third-party applications. We marked such methods with special warnings - read the instructions carefully so as not to disrupt the system.

Method 1: Disconnect via MIUI settings (without root)

The easiest and safest method is to use the built-in MIUI options. Unfortunately, it doesn't work on all devices: in some regional firmware (for example, in India or Europe), this setting can be hidden.

  1. Open Settings β†’ System β†’ Gestures (on some models, the path may differ: Settings β†’ Additional β†’ Buttons and gestures).
  2. Find the β€œBack button” or β€œBack button action” section.
  3. Check for the "Confirmation of exit" switch. Turn it off.

If you don't have one, move on to the next way, and on gesture-based devices (without physical buttons), this is often not available.

πŸ“Š What navigation you use on Xiaomi?
Classic buttons
Gesture navigation
I don't know what it is.
Other

⚠️ Note: On some models (POCO F3, Redmi Note 10 Pro) after disabling this option, a bug may appear with the interface hanging when switching between applications quickly.

Checklist before changing settings

β˜‘οΈ Preparation for disabling double pressing

Done: 0 / 4

Method 2: Use of the ADB-commands (without root, but with PC)

If you don’t have a standard setting, you can disable double taping via Android Debug Bridge (ADB).

  • πŸ–₯️ Computer with installed Xiaomi drivers and package ADB.
  • πŸ“± Included debugging by USB on the phone (Settings) β†’ The phone. β†’ Version. MIUI β†’ 7 times press "Version" MIUIΒ», Then go back to Settings. β†’ Additionally. β†’ For developers β†’ Debugging by USB).
  • πŸ”Œ USB-Type C Cable (preferably original).

Instructions:

  1. Connect the phone to the PC and confirm the debugging permission.
  2. Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with adb.exe.
  3. Enter the command to check the connection: Adb devices must appear serial number of your device.
  4. Execute the command to disable double-pressing: adb shell settings put global force_double_tap_to_exit 0
  5. Reboot the phone.

If the function remained active after the reboot, try an alternative command:

adb shell settings put secure double_tap_to_exit 0

πŸ’‘

If ADB Does not recognize the device, try reinstalling drivers via Mi PC Suite or use another suite USB-port.

Table: ADB teams for different MIUI versions

MIUI versionWorking teamNotes
MIUI 12–12.5settings put global force_double_tap_to_exit 0It works on 90% of devices.
MIUI 13–14settings put secure double_tap_to_exit 0Re-entry may be required
POCO Launchersettings put global pocophone_double_tap_exit 0Only for devices with POCO Launcher
Black Sharksettings put global shark_double_exit 0Requires a reboot.

⚠️ Note: Some firmware (e.g. Xiaomi.eu) after use ADB-commands may reset the theme of the design. Save it in advance in Settings β†’ Topics.

Method 3: Edit the build.prop file (root required)

If you have root rights, you can disable double-clicking by editing the system file build.prop. This method is universal and works on all versions of MIUI, but requires caution: an incorrect file change can lead to bootloop (locked phone on).

Step-by-step:

  1. Install any file manager with root support (such as Root Explorer or Solid Explorer).
  2. Go to /system/build.prop.
  3. Find a line: ro.miui.double_tap_to_exit=true persist.sys.double_tap_to_exit=1
  4. Replace true with false or 1 with 0.
  5. Save the file and restart the device.

If you don’t have that line, add it to the end of the file:

ro.miui.double_tap_to_exit=false
What if the phone is not turned on after building.prop editing?
If the phone is stuck on the MI logo after changing build.prop, try: 1. Go to the recovery (press Power + Volume up). 2. Select Mount β†’ System. 3. Connect the phone to the PC and edit the file back through ADB: adb pull /system/build.prop adb push.prop /system/ adb reboot If this does not help, you will have to reflash the device.

Alternative Method for Root Users

If the build.prop editing didn't work, try uninstalling the system application that handles the clicks.

  1. Install Titanium Backup or Luck Patch.
  2. Find the app list com.miui.home (Launcher) or com.miui.securitycenter (Security).
  3. Freeze or remove the Double Tap Service module (if it is on the list).

πŸ’‘

Editing system files is a last resort. Always back up build.prop before making changes!

Method 4: Installation of a third-party launcher

If previous methods have failed or you don’t want to take risks, install an alternative launcher.Most third-party shells (like Nova Launcher, Lawnchair or Hyperion Launcher) don’t have a dual-press function to exit.

  • πŸ“± They don’t want to get root rights.
  • πŸ”§ Ready to sacrifice branded chips MIUI (For example, with built-in gestures or theme).
  • 🎨 They want additional customization of the interface.

Installation instructions:

  1. Download the launcher from Google Play (like Nova Launcher).
  2. Open the application and select it as the default launcher (when you request the system).
  3. In the launcher settings (Nova Settings β†’ Gestures & Inputs), disable all options associated with double-pressing.

Cons of this method:

  • ❌ Some system applications (Settings, Camera) will still use double-pressing.
  • ❌ Possible bugs with widget display MIUI.
  • ❌ Features like Game Turbo or Second Space may not work properly.
πŸ“Š What kind of launcher do you prefer on Xiaomi?
Stock MIUI Launcher
Nova Launcher
Lawnchair
POCO Launcher
Other

Method 5: Resetting settings (extreme case)

If neither method worked and double pressing is critically intrusive, it is a factory reset, a radical solution, but in some cases it helps (e.g., if the problem is caused by a system failure after an update).

How to reset your settings without losing data:

  1. Back up via Settings β†’ About Phone β†’ Backup or Mi Cloud.
  2. Go to Settings β†’ System β†’ Resetting settings.
  3. Select Reset All Settings (not Reset to Factory!) This will only clear system settings without affecting files and applications.
  4. After the reboot, check if the double-press function is still there.

⚠️ Attention: On devices with MIUI 14 After reset, you may need to re-activate your Mi Account. Make sure you remember your password!

Even if the reset didn't work, it could be at the firmware level, and it's worth considering:

  • πŸ”„ Reflashing to another version MIUI (For example, with xiaomi.eu).
  • πŸ“² Install custom firmware (for example, LineageOS or Pixel Experience).

Alternative solutions for older Xiaomi models

On devices older than 2018 (e.g., Redmi Note 5, Mi A1, Mi 6), standard methods may not work due to an outdated version of MIUI.

1.Use of Activity Launcher Application

This utility allows you to run hidden system settings.

  1. Install Activity Launcher.
  2. Find it in the list of com.android.settings.
  3. Try opening activities with names like ButtonSettings, GestureSettings, or SystemNavigationSettings.
  4. In the menu that opens, look for options associated with the β€œBack” button.

2. Firmware rollback

If you have double-clicked after the update, go back to the previous version of MIUI:

  1. Download the old firmware from the official website.
  2. Go to Settings β†’ About Phone β†’ System Update β†’ Three Points β†’ Select an Service Pack.
  3. Specify the downloaded file and wait for the rollback.

3. Configure via Xposed Framework (for advanced)

If you have Xposed installed on your device, you can use the MIUI Double Tap Disabler module, which blocks dual-pressing at the system level, but requires:

  • πŸ”§ Root-right.
  • πŸ“± Supported version MIUI (up to 12.5 inclusive).
  • πŸ”„ Installed by Xposed Installer.

FAQ: Frequent questions about double-clicking on Xiaomi

❓ Why do some apps still require confirmation after disabling double-pressing?
Some applications (e.g. Google Pay, Bank clients) have their own protection against accidental closure. It does not depend on the MIUI settings - developers purposefully add double tap for security. Solutions: Check the settings of a particular application (Security or Interface section) Use the swipe up gesture for closing (in gesture navigation).
❓ Can you disable double-pressing only for specific applications?
Yes, but it requires root rights and a Tasker or MacroDroid application. Create a rule: Condition: "Application is running" (specify the desired application) Action: "Send Intent" with the option android.intent.action.CLOSE_SYSTEM_DIALOGS. This simulates pressing the back button without double-confirmation.
❓ Why After Updating MIUI double-pressed back?
In case of major updates (for example, with MIUI 13 on MIUI 14) some system settings are reset. Solutions: Repeat ADB-You can either command or edit build.prop. Check if you have a new item in your gesture settings. If you use custom firmware, wait for the update from the developers.
❓ Is there a risk of losing the warranty when you disable double pressing?
By itself, disabling this feature does not violate the warranty if you do not use it: πŸ”§ Root rights (unlocking the bootloader removes the warranty). πŸ“¦ Custom firmware. πŸ”¨ Editing system files without backup. Methods without root (ADB, launchers) safe.
❓ How to return a double press if you suddenly need it?
To enable the function back: For ADB: adb shell settings put global force_double_tap_to_exit 1 For build.prop: return the value to true or 1. In the launcher: turn on the option in the gesture settings.