Have you accidentally or intentionally disabled a system/third-party app on Xiaomi and now you canβt find it on the menu? or after the MIUI update, important software disappeared from the installed list? This situation is familiar to many owners of the brandβs smartphones β especially those who actively optimize autoboot or clean cache through Settings β Apps. Unlike complete deletion, disabled programs do not take up space in memory, but do not show up in the launcher. They can be returned β and we will show how to do this on Redmi, POCO and Mi series.
In this article, you will find 5 proven ways to turn the app back on, from standard MIUI 14/15 tools to advanced ADB methods and hidden menus. We will also look at why some programs (such as com.miui.analytics or com.xiaomi.midrop) are blocked automatically, and how to avoid them being turned off again. All instructions are relevant for Android 12-14 devices with the MIUI shell (including global and Chinese versions of the firmware).
Why apps are turned off on Xiaomi
Xiaomiβs app shutdowns are for three main reasons, and only one of them is related to user actions.
- π§ Manually disable via settings. The user clicked βDisableβ in the app information menu (for example, to stop background activity of com.miui.daemon or com.android.vending.
- π€ Automatic optimization MIUI. The system can deactivate underutilized applications to save battery life (Battery function) β Optimization: This is most often done with pre-installed services like Mi Video, Mi Music or GetApps.
- π Conflict after the update. MIUI (For example, 13 to 14, some system components may be disabled due to changes in security policies, such as com.miui.securitycenter or com.lbe.security.miui.
It is important to distinguish between disabling and uninstalling: in the first case, the program data is saved, in the second case, it is erased completely. If you see an application in the Settings list β Apps β All applications, but it is marked as βDisableβ β it can be restored. If the program is not even there, you will need to reinstall (for system utilities β only through ADB or custom firmware).
β οΈ Note: Some system applications (e.g., com.miui.systemAdSolution) are blocked MIUI They're forced to turn on, and they can cause malfunctions in the smartphone.
Method 1: Enable through standard MIUI settings
The easiest method is to use built-in shell tools, which is suitable for all user applications and parts of the system (except for critical services like com.android.phone).
- Open Settings β Applications β Application Management.
- Slip on the three dots in the upper right corner and select Show All Apps (or All Apps depending on the MIUI version).
- In the list, find the application that is disabled β it will be marked in gray and the inscription βDisabledβ.
- Click on it, then select Enable (or Activate).
- Confirm the action in the dialog window.
If the Enable button is inactive or not, the application is a protected system component, in which case one of the alternative methods (see below) will be required. Also check if the application is hidden in the launcher - for this:
- π± Click the empty space on the main screen and select Launcher Settings.
- π Go to Hidden Apps and make sure the program you want isnβt on this list.
βοΈ Preparation for the inclusion of the annex
Method 2: Use the hidden menu "Special features"
Some system applications (e.g. com.miui.accessibility or com.android.settings) can be enabled through the feature menu, which works even if the program doesn't appear in the main MIUI list.
- Open Settings β Special features β Special features services.
- Enable the slider Allow access to services (if it is disabled).
- Scroll down the list and find the app that is disabled, which may be called differently than in the launcher (for example, Mi Share will appear as com.xiaomi.midrop).
- Activate the switch next to the name and confirm the action.
This method is especially useful for returning utilities related to:
- π Sound and vibration (e.g. com.android.soundrecorder).
- ποΈ Availability features (e.g. com.google.android.marvin.talkback).
- π Data synchronization (e.g. com.miui.cloudservice).
β οΈ Note: Enabling some services through special features may lead to conflict with other features MIUI. For example, activating com.miui.voiceassist sometimes blocks Googleβs voice assistant from working.
What if the app is not displayed in special features services?
Method 3: Recovery through ADB (for system applications)
If the standard methods did not work, and the application is system (for example, com.miui.home β launcher). MIUI), It can be returned with the help of ADB (Android Debug Bridge. This requires you to connect your smartphone to your PC and enable debugging. Be careful: wrong commands ADB They may disrupt the system!
Step-by-step:
- Activate USB debugging: Go to Settings β About Phone. Tap 7 times on MIUI Version to unlock the developer menu. Go back to Settings β Additional β For Developers and turn on USB Debugging.
Connect your smartphone to your PC
Open the command line (Windows) or the terminal (macOS/Linux)
adb shell pm enable <name packet application>For example, to enable the MIUI launcher:
adb shell pm enable com.miui.homeadb rebootTo find out the exact name of the package of the disabled application, use the command:
adb shell pm list packages -dIt will display a list of all deactivated programs, copy the desired name (for example, com.xiaomi.scanner for the document scanner), and substitute the switching command.
| Annex | Packet name | ADB Team Team |
|---|---|---|
| MIUI launcher | com.miui.home | adb shell pm enable com.miui.home |
| Mi Share (file transfer) | com.xiaomi.midrop | adb shell pm enable com.xiaomi.midrop |
| Camera. | com.android.camera | adb shell pm enable com.android.camera |
| Settings | com.android.settings | adb shell pm enable com.android.settings |
π‘
If after the command adb shell pm enable there is an error "Operation not allowed", try to first unlock the bootloader through the official Xiaomi website. SMS-Unlock code (usually 3-7 days).
Method 4: Reset the launcher settings (for hidden icons)
Sometimes the app is not disabled, but simply hidden in the launcher due to a failure in the MIUI Launcher settings. This most often happens after updating or using third-party themes.
- Open Settings β Applications β Application Management.
- Find the MIUI Launcher (or com.miui.home) and tap on it.
- Select Warehouse β Clear the data (no cache!).
- Confirm the action. The launcher will restart and all icons will return to their original state.
Instructions:
- Download. APK-file on a smartphone (for example, through a browser).
- Open the file with a file manager (e.g. Files by Google or standard Mi File Explorer).
- Click Install and confirm replacement of the existing package.
- After installation, restart the device.
For system applications (such as Mi Video or Mi Calculator), this method will not work β they can only be reinstalled via ADB or custom recovery (TWRP).
- π« Don't install it. APK from unreliable sources β this can lead to infection with viruses.
- π If the version APK More than the one that was disabled, conflicts may arise.
- π¦ Some applications (such as Google Play Services) require the installation of all dependent packages.
How to prevent automatic disabling of applications
To avoid re-disabling important programs, configure MIUI according to the following rules:
- Turn off battery optimization: Go to Settings β Battery β Battery Optimization. Find the right app and select No Limits.
- Add autoboot exceptions: Open Settings β Apps β Autoboot. Enable the slider for mission-critical programs (such as instant messengers or banking apps).
Stop MIUI from turning off background processes
- In Settings β Applications β Application Management, select the desired one.
- Slip the battery β Background activity and set without restrictions.
We also recommend:
- π‘οΈ Regularly check the list of disabled applications through the command adb shell pm list packages -d.
- π΅ Avoid using memory cleaners like Clean Master or Security β they often turn off useful services.
- π Update MIUI to the latest stable version - in new firmwares bugs with spontaneous disabling of programs are fixed.