Double-pressing the power button on Xiaomi smartphones is a convenient feature for quickly launching the camera, but not everyone likes it. Random positives when carrying the phone in your pocket, an uncomfortable positioning of the button or just a desire to free up the gesture for other tasks cause users to look for a way to turn off this option. Depending on the version of MIUI and the device model, the process can be different: somewhere the setting is on the surface, and somewhere hidden in the system parameters.
In this article, we will analyze all current methods - from standard settings in the menu to use. ADB-You will also learn which Xiaomi models support this feature, and what to do if the option suddenly disappears after a firmware update. Importantly, some ways require superuser rights, but we will also specify alternatives without risk to guarantee.
Why the camera is started by the power button and who is it bothering
The dual-press power button cameraโs quick start feature was introduced in MIUI 7 and has since become standard on most Xiaomi, Redmi and POCO smartphones, the idea being to speed up access to the shoot โ instead of unlocking the screen and finding the camera icon, the user could take a snapshot instantly.
- ๐ธ Random shots: In a pocket or bag, the power button can clamp, activating the camera and wasting battery power.
- ๐ Battery consumption: Background activation of the camera module (even without shooting) increases power consumption.
- ๐ Privacy: If the phone is unlocked, strangers may accidentally see the last photo in preview.
- ๐ฎ Conflict with games: In some games, double pressing the power button is interpreted as an output, which interferes with gameplay.
According to surveys among Xiaomi users, about 40% turn off this feature in the first months of using a smartphone, while in the latest versions of MIUI 13/14, the setting became less noticeable, it was moved from the main menu to the section โSpecial featuresโ, which caused a wave of questions on the forums.
Standard method: disabling through MIUI settings
The easiest method is to use the built-in system settings, which works on most Xiaomi, Redmi and POCO models with MIUI 10 and later.
- Open the Settings app (cog icon).
- Go to the Special Opportunities section (in some versions โ Additional โ Special Opportunities).
- Select Power button or button gestures (name depends on MIUI version).
- Find the option Double press the power button and tap it.
- In the menu that opens, select Disable or No Action.
If you donโt have Special Opportunities on your menu, try an alternative route:
Settings โ System and device โ Gestures and buttons โ Power buttonMake sure you have the latest version of MIUI|
Close all background applications |
Check the battery charge (minimum 20%) |
Make a backup copy of the settings (optional)-->
Important: Some models (such as the Xiaomi 12 Pro or Redmi Note 11 Pro+) may need to reboot the device after the feature is disabled to make the changes take effect. If the option is not saved, check if there are third-party launchers (such as Nova Launcher) that can conflict with system gestures.
Alternative methods for hidden versions of MIUI
In some regional firmware or MIUI beta versions, the standard customization path can be changed or hidden. If you didn't find the option in the Special Options menu, try these options:
Method 1: Through the Gestures menu
On devices with MIUI 12.5+, the setting is sometimes moved to the gesture section:
Settings โ Display โ Gestures โ Power button โ Double pressMethod 2: Search by settings
Use the built-in search bar in Settings:
- Open the Settings and tap on the magnifying glass icon in the upper right corner.
- Enter the request: double press the power button or button power double press (in English).
- The system must give a direct transition to the desired option.
Method 3: Resetting gesture settings
If the setting is not available or is not saved, try resetting the gestures to the factory:
Settings โ System and device โ Resetting settings โ Resetting gesture settingsโ ๏ธ Note: This method will reset all user gestures, including swipes to return or launch applications. Use it only if other methods have not helped.
Why is the option not on the menu?
Disconnection through ADB (no root)
If the standard settings donโt work, you can use Android Debug Bridge (ADB) โ This is a tool for debugging Android devices, which doesn't require superuser rights, but it requires a computer and a computer. USB-The instructions are suitable for MIUI 11โ14:
Step 1: Preparation
- ๐ฅ๏ธ Install. ADB-PC drivers (Windows/macOS/Linux).
- ๐ฑ On the phone, activate Developer Mode: go to Settings โ The phone. โ Version. MIUI and tap 7 times on this item.
- ๐ Turn on Debugging. USB Settings menu โ Additionally. โ For developers.
Step 2: Connect and Commands
Connect the phone to the PC and execute the following commands in the terminal (command line):
adb devices(Your device should be displayed. If not, check the drivers and allow debugging on your phone.)
adb shell settings put global camera_double_click_power_key 0Step 3: Checking
Reboot the device. If the camera is still running, try an alternative command:
adb shell settings put secure camera_double_press_power 0โ ๏ธ Note: On some devices (e.g. Xiaomi Mi) 10T) after ADB-Teams can be protected MIUI, Resetting the settings the next time you update the system. To fix the changes, repeat the procedure after the update.
๐ก
If ADB doesnโt recognize the device, try switching USB connectivity mode to File Transfer (MTP) in the phoneโs notification curtain.
Xiaomi models where the function works differently
Not all Xiaomi smartphones handle the dual press of the power button the same way, and the table below shows the features of popular models:
| Model | Support for the function | Features of disconnection | Alternative gestures |
|---|---|---|---|
| Xiaomi 13/13 Pro | Yes. | Customization in Special Opportunities โ Gestures of buttons | Triple tap for voice assistant |
| Redmi Note 12 Pro+ | Yes. | Requires a reboot after disconnection | Long click for Google Assistant |
| POCO F4 GT | Yes (only in global firmware) | In the Indian version, the function is disabled by default | Side triggers for game mode |
| Xiaomi Mi 11 Ultra | Yes. | ADB-Teams may not work due to protection | Double pressing of volume buttons for the camera |
| Redmi 10A | No. | The function is not in budget models | โ |
On smartphones with a physical camera button (such as the Xiaomi Mi 11 Ultra or Mi 10S), double-pressing the power button can conflict with hardware gestures. In this case, disabling through the settings does not always work - you need to edit the build.prop file (for root users only).
What to do if the function is lost after the update
After major MIUI updates (e.g., 12.5 to 13), users often find that gesture settings are reset or disappear.
Option 1: Resetting the system cache
This is a secure method that does not affect user data:
Settings โ Applications โ Application Management โ Three points (menu) โ Show system โ Settings โ Storage โ Clear cacheOption 2: Manual editing of the configuration file
For advanced users with root access:
- Install a file manager with root support (such as Root Explorer).
- Go to: /data/data/com.android.providers.settings/databases/settings.db
- Open the database and find the global table.
- Remove or change the line with the parameter camera_double_click_power_key.
Option 3: Firmware rollback
If the problem occurs after the update, you can temporarily return to the previous version of MIUI via Fastboot or Recovery. However, this method is risky - it can lead to data loss or lock the bootloader.
โ ๏ธ Attention: Before rolling back the firmware, be sure to make a backup through Settings โ The phone. โ Backup: On devices with a locked bootloader (most official firmware), rollback is possible only within one branch. MIUI (13.0.5 to 13.0.4, but not 12.5).
Additional settings for the camera on Xiaomi
Besides disabling the power button, MIUI has other useful camera control options that are worth configuring:
- ๐ Locking Camera Access: Limit Camera Launch for Individual Applications via Settings โ Confidentiality โ Application authorizations โ Camera.
- ๐ฑ Quick Start from Lock Screen: Enable or disable camera access from the swipe over the lock screen in Settings โ Lock screen โ Labels.
- ๐ Power Optimization: Turn off background camera application activity in Settings โ Battery โ Choice of applications.
- ๐ฅ Video gestures: On some models (e.g. Xiaomi) 12S Ultra) can be assigned to double-press the power button to start the video instead of the photo.
If you use the camera frequently but want to avoid accidental launches, consider alternative ways to access quickly:
- Add the camera widget to the main screen.
- Set up voice launch via Google Assistant (OK Google, Open the Camera).
- Use the swipe gesture down the lock screen (configured in Settings โ Lock screen).
๐ก
Disabling the cameraโs start-up with the power button does not affect other device features, but can free up the gesture for third-party applications (for example, to trigger a flashlight or voice assistant).