Developer mode on Xiaomi, Redmi and smartphones POCO β It's a useful tool for power users, but it's often activated by accident, and when you turn on the settings menu, you get a Developer's Mode, and you get a notice that says, "Developer Mode is on." Not only does this clutter up the interface, it can also create security vulnerabilities in the device. USB (USB Debugging allows you to connect to a smartphone through ADB, What is potentially dangerous when losing a gadget.
In this article, we will discuss all the current ways to disable the developer mode on the MIUI 12/13/14, Including hidden methods for cases where a standard reset doesnβt work, and weβll also find out why the mode can automatically turn on again after a reboot β this is a common problem on Xiaomi models. 12/13 series and Redmi Note 11/12. Instructions are suitable for all devices on the basis MIUI, regardless of the Android version (from the 10 before 14).
Why does the developer mode not disappear after the shutdown?
Many users find that after deactivating the switch, the Developer Mode in the settings still remains on the menu, the reasons are rooted in the features of MIUI:
- π System cache: Residual data in /data/system They can "remember" the state of the mode, and even after the shutdown, the system continues to display it.
- π± Firmware with bugs: On some versions MIUI 13.0.4β13.0.6 (e.g. for Xiaomi) 11T Pro) the mode is activated after the update.
- π§ ADB-If the mode is activated via adb shell settings put global development_settings_enabled 1, It should be shut down in a similar way.
- π Superuser Rights: On rooted devices, the mode can be locked up via build.prop or Magisk modules.
Before you go to radical measures (for example, resetting to factory settings), try software methods. 80% of the time, the problem is solved without losing data.
Method 1: Standard shutdown via MIUI settings
The easiest method is to use built-in MIUI options, which works on most devices if the mode was enabled via the interface rather than ADB.
- Open the Settings. β The phone.
- Find the MIUI version string and tap it 5 times in a row (if the mode is already on, this step is skipped).
- Return to the main settings menu and select Additional β For developers.
- At the top of the screen, translate the developer mode slider to the off-site position.
- Confirm the action by clicking Disable in the dialog box.
If after this action, the Developer Fork item has disappeared, the problem is solved. If not, move on to the next one.
Check the version. MIUI customized|Turn off the debugging. USB (if included)|Make sure the battery is charged >30%|Make a backup copy of important data-->
Method 2: Reset developer settings via ADB
If the standard method didnβt work, try disabling the mode via Android Debug Bridge (ADB). This is a good option for users who have access to a computer and USB-cable.
Note: Before executing commands, make sure that USB Debugging is enabled (otherwise ADB will not be able to connect).
- Download and install Googleβs Platform Tools.
- Connect your smartphone to your PC and open the command line in the folder with adb.exe.
- Enter the command to check the connection: Adb devices should appear the name of your device.
- Execute the deactivation command: adb shell settings put global development_settings_enabled 0
- Reboot your smartphone: adb reboot
After the reboot, check for the Developer for Settings item, and if it's gone, the mode has been successfully deactivated.
What if the ADB canβt see the device?
Method 3: Clearing the cache and data of the Settings application
Sometimes residual data in the Settings app (com.android.settings) interfere with the correct deactivation of the developer mode, which requires no root rights and is safe for user data.
- Go to Settings β Applications β Application Management.
- In the search bar, enter Settings and select the system application Settings (cog icon).
- Click Warehouse β Clear the cache and Clear the data.
- Confirm the action and restart the device.
After you reboot, check the settings menu. If the Developer Item is gone, the problem is solved. If not, move on to the next method.
π‘
If after cleaning the cache, the settings reset (for example, wallpaper or notification sound), do not be afraid - this is normal. All user data (photos, contacts) will remain in place.
Method 4: Reset all settings (without data loss)
If previous methods didnβt work, try a soft reset β it will return system settings to factory settings, but will not affect personal files, apps and accounts.
β οΈ Warning: After resetting, you will have to reconfigure Wi-Fi, Bluetooth devices and some screen settings (for example, always on the display).
- Open Settings β About the phone β Reset settings.
- Select Reset all settings (not to be confused with Reset to factory!).
- Enter a password (if required) and confirm the action.
- Wait for the process to be completed (it will take 1-2 minutes).
Once rebooted, the developer mode will be disabled and the item will disappear from the menu, which works on 99% of Xiaomi devices, including the Redmi Note 10 Pro, POCO X3 Pro and Mi 11 Lite.
| Method | PC required | Root is required. | Loss of data | Efficiency |
|---|---|---|---|---|
| Standard shutdown | β No. | β No. | β No. | βββ (60%) |
| ADB-team | β Yes. | β No. | β No. | ββββ (85%) |
| Settings cache clearing | β No. | β No. | β No. | βββ (70%) |
| Resetting all settings | β No. | β No. | β οΈ Partially. | βββββ (95%) |
| Hard Reset | β No. | β No. | β Yes. | βββββ (100%) |
Method 5: Completely reset to factory settings (Hard Reset)
This is an extreme measure that should only be used if all other methods have failed, and after Hard Reset, the device will return to the βout of the boxβ state, removing all apps, accounts, photos and settings.
β οΈ Note: Before reset, be sure to make a backup through Settings β Google β Backup or manually copy important files to your PC. MIUI 14 (e.g. Xiaomi 13 Ultra) may require re-assignment of Mi Account after reset.
- Open Settings β About the phone β Reset settings.
- Select Reset to factory.
- Check to clear everything (including internal memory if necessary).
- Enter the password from the Mi Account (if linked) and confirm the action.
It takes 5 to 10 minutes, and after you reboot, you have to reconfigure the device, just like you did after you bought it, and the developer mode is completely removed.
π‘
Hard Reset is the only method that is guaranteed to remove the developer mode by 100%, but only use it as a last resort due to data loss.
What if the developer mode is turned on by itself?
On some devices (especially Xiaomi) 12S Ultra, Redmi K50 Pro and POCO F4 GT) Developer mode can be activated automatically after updating MIUI. This is due to a bug in the firmware when the system drops the flag. development_settings_enabled.
Decisions:
- π΅ Reverse to the old version MIUI via Fastboot (if you know which firmware the problem is not).
- π Turn off automatic updates in Settings β The phone. β Updating the system β βοΈ β Auto-update.
- π οΈ Install custom recavΓ©ri (for example, TWRP) and manually thread the corrected firmware.
- π§ Report the bug through Settings β Review (select the category "System Errors").
If the problem has occurred after upgrading to MIUI 14, check the XDA Developers or 4PDA forums, which often provide patches for such bugs.