Have you removed an important app on Xiaomi or has it suddenly disappeared from the menu? In MIUI, there is a feature: many programs are not deleted completely, but only disabled - they can be restored without flashing it back. This instruction is suitable for all modern models (Redmi Note 12, POCO X5, Xiaomi 13T, etc.) based on MIUI 12-14.
We will discuss 5 working methods, from simple (through settings) to advanced (using ADB), and focus on system applications that Xiaomi hides to save resources, but which can be returned without losing warranty. If your application is not just disabled, but removed, at the end of the article there is a section on recovery through Mi Cloud.
Why do apps turn off themselves?
There are three main reasons why MIUI programs are missing:
- π Auto Cleaning: Battery function and performance β Cleaning can deactivate rarely used applications (especially for Redmi with low memory capacity).
- π οΈ Optimizing the system: Xiaomi hides some services (e.g. com.miui.analytics) to speed up work, but they can be returned.
- π« Manual Shutdown: A user could accidentally click βDisableβ in the application settings (unlike βDeleteβ, this is reversible).
Before you start recovery, check if the app is hidden in the All Apps folder (swipe up the screen and tap three dots in the upper right corner).
β οΈ Warning: Do not confuse disabled apps with remote ones. The former take up space in memory and can be restored, the latter require reinstallation from the Mi App Store or Google Play.
Method 1: Enable via Settings (for all applications)
The easiest way is to use the built-in MIUI tools, which is suitable for 90% of cases where the application has been disabled manually or by the system.
- Open Settings β Applications β Application Management.
- Slip on three dots in the upper right corner and select Show All Apps.
- Find the right application in the list (use a search by name).
- If there is a grey βDisconnectedβ icon next to the name, click on it and confirm the inclusion.
For system utilities (e.g., Camera, FM-radio may be different:
Settings β Applications β System applications β [Application name] β EnableβοΈ Preparation for the restoration of the annex
If the app is not on the list, try the following method.
Method 2: Return via Hidden Settings (for system utilities)
Xiaomi hides some system tools (e.g. Hardware Tests, Developer Mode, or other features). FM-radio, but can be returned via code commands.
| Annex | Code for inclusion | Note |
|---|---|---|
| FM-radio | ##36446337## | It works on Redmi 9/10/Note 11. |
| Equipment tests | ##4636## | Shows data on the battery, the network |
| Developer mode | 7 times to tap the version of MIUI in Settings β About the phone | Opens access to debugging via USB |
To enable hidden applications through MIUI Hidden Settings:
- Install the MIUI Hidden Settings app from Google Play.
- Open it and grant ADB permissions (instruction below).
- In the Activity Manager section, find the app that is disabled and tap Enable.
β οΈ Warning: Do not enable unknown system services (e.g. com.miui.daemon) β this may cause the interface to freeze or overheat.
Method 3: Use of ADB (for power users)
If the app doesnβt show up in the settings, but you know its batch name (e.g. com.android.calendar for Calendar), you can use Android Debug Bridge (ADB).
First, turn on USB debugging:
- Go to Settings β About Phone β MIUI version and tap 7 times to activate Developer Mode.
- Return to Settings β Additional β For developers and enable USB debugging.
Next, connect the phone to the PC and execute the commands:
adb devices
adb shell pm list packages -d# will show all disabled applications
adb shell pm enable com.example.app # replace with the desired packageList of package names of popular Xiaomi applications:
- π Calendar: com.android.calendar
- π· Camera: com.android.camera or com.miui.camera
- π΅ Music: com.miui.player
- π» FM-radio: com.miui.fm
π‘
If you donβt know the batch name, install the App Inspector app from Google Play β it will show the Package Name for any APK on the device.
Method 4: Recovery via Mi Cloud (if the application is removed)
If the app has been removed rather than disabled, try restoring it via Mi Cloud.This method only works for apps installed from the Mi App Store (not Google Play!).
- Open your Settings β Xiaomi Account β Mi Cloud.
- Make sure that the Application and data synchronization is enabled.
- Go to the Mi App Store β Profile β Installed β Archive.
- Find the remote application and click Install.
For Google Play, use the installation history:
- Open Google Play.
- Slip on the profile icon β Apps and device management β Library.
- In the list of previously installed, find the desired application and install again.
What if Mi Cloud does not show the archive?
Method 5: Reinstall firmware (extreme case)
If none of the methods worked, and the application is critical (e.g., com.miui.securitycenter), you have to reflash the device. It's a radical method, but it's guaranteed to bring back all the system components.
Instructions for Fastboot firmware (without data loss):
- Download the official firmware for your model from the Xiaomi website.
- Unpack the archive and connect the phone to your PC in Fastboot mode (clip Power + Volume down when turned on).
- Run the script. flash_all_except_storage.bat (for Windows) or similar to macOS/Linux.
β οΈ Note: Firmware via fastboot will reset all settings, but save user data (photos, videos, documents). β System system β Backup.
π‘
Flashing is the last chance to bring back system applications, and for most tasks, 1-3 is enough.
Frequent Mistakes and How to Avoid Them
When restoring applications, users often face typical problems:
- β Β«App Not Installed": Clear the Google Play and Mi App Store cache in Settings β Annexes.
- β Β«ADB Does not see the device": Install Android drivers USB Driver and check the connection by USB 2.0 (not 3.0!).
- β Β«The system application is immediately disabled: This means that MIUI Blocks it β try to disable Mi optimization in Settings β Battery β Performance mode.
If the application does not open after recovery, try:
- Clear its cache and data in Settings β Apps β [Name] β Storage.
- Reboot your phone (sometimes a hard reboot helps β pinch Power + Volume up for 10 seconds).