Removed an important app on Xiaomi, Redmi or POCO — and now you don’t know how to get it back? — This situation is familiar to many users of smartphones running MIUI. Unlike “pure” Android, Xiaomi’s firmware has its own peculiarities: some system utilities can not be removed by standard methods, and third-party programs can disappear from the menu after updates or resets. Fortunately, there are several proven ways to restore a remote application — from simple (via Google Play) to advanced (using ADB).
In this article, we will discuss 5 working methods, including recovery through the basket. MIUI, Re-installation from official sources, return system applications through hidden settings, and even manual addition APK-We'll focus on the nuances for different versions. MIUI (12 to 14) and smartphone models, from the budget Redmi Note to the flagship Xiaomi 13, you will also learn how to avoid re-loss of applications and what to do if standard methods do not work.
1.Check out the MIUI basket - the first step to recovery
Many users don't know that MIUI has a built-in Remote App Recycle Bin, the equivalent of the recently deleted feature in the gallery. It doesn't work on all firmware versions, but if your smartphone is upgraded to MIUI 12 or higher, the odds are high. The Remote Bin stores the deleted programs for 30 days (on some models, up to 15 days), after which they disappear irrevocably.
To check the basket:
- 📱 Open the Settings. → Annexes → Application management.
- 🗑️ In the upper right corner, click on the basket icon (or select the Remote tab»).
- 🔍 Find the right application in the list and tap it.
- ↩️ Click on Restore (or Cancel Deletion»).
⚠️ Attention: Basket MIUI does not save system applications (e.g. Camera or Phone) if you have deleted them through ADB or root-right, this method won't work.
If the basket is empty or not in your firmware version, move to the next method, and note that after recovering from the basket, some application settings may reset (for example, authorization data in messengers).
2.Re-install from Google Play or Mi App Store
The most universal method is to reinstall the app from the official store, which is suitable for all third-party programs (for example, WhatsApp, Instagram, VK) and some Xiaomi system utilities (for example, Mi Home or Mi Fit), the main condition is that the application must be available in Google Play or Mi App Store.
Instructions:
- Open the Google Play Store or Mi App Store (an icon with the Xiaomi logo).
- In the search bar, enter the name of the remote application.
- If the program has already been installed, you will see the "Install" (or "Update") button.
- Confirm the installation and wait for the process to be completed.
If the app is not in the store, try:
- 🔍 Use alternative names (for example, instead of Mi Browser, look for Xiaomi Browser).
- 🌐 Go to the application page via the browser (for example, by link) play.google.com/store/apps/details?id=com.whatsapp).
- 📥 Download APK from the official website of the developer (for example, Telegram or Viber offer direct links).
⚠️ Attention: Installation APK From unverified sources, you can get infected with viruses. Always download files only from official sites or trusted platforms like APKMirror.
Check if installation from unknown sources is allowed in Settings → Applications → Special Access → Installation of unknown applications
Download APK only from the official developer website
Check the hash file (MD5) for matching the original
Create a backup of data before installation-->
3. Restore system applications through hidden MIUI settings
Xiaomi system utilities (e.g. Camera, Gallery, Security) cannot be removed by standard methods, but they can be disabled or hidden through the application menu. If you did this by mistake, the hidden MIUI feature – Reset application settings – will help you return them.
How to restore the system application:
- Go to Settings → Applications → Application Management.
- Slip on the three dots in the top right corner and select “Show All Apps” (or “Reset App Settings”).
- Find the app you want in the list (e.g. com.miui.gallery for Gallery).
- Click on “Include” (if it is disabled) or “Show” (if hidden).
- Reboot your smartphone.
If an application is not listed, it may have been removed via ADB or root rights, which would require a more sophisticated method (see Section 5).
| Annex | Package name (for ADB) | Can I recover through the settings? |
|---|---|---|
| Camera. | com.android.camera | Yes (if disabled) |
| gallery | com.miui.gallery | Yes. |
| Security | com.miui.securitycenter | Yes. |
| Mi Browser | com.android.browser | No (reinstallation required) |
| Phone. | com.android.contacts | Yes (if disabled) |
💡
If you can’t find the app in the settings, try entering its name in the search bar at the top of the App Management screen.
4.Using a MIUI backup (Mi Cloud or local backup)
If you regularly back up your application via Mi Cloud or local storage, you can restore the remote application from the backup, which is suitable for all types of programs, including system ones, but requires pre-setting backup. Note: recovery from the backup will not only return the application, but all its data (for example, correspondence in messengers or save in games).
Instructions for Mi Cloud:
- ☁️ Open the Settings. → Xiaomi account → Mi Cloud.
- 📱 Select “Reserve and Restore» → «Restore from the device».
- ⏳ Enter the backup date (before the application is deleted) and select “Applications” in the data list.
- 🔄 Click “Restore” and wait for the process to be completed.
For local backup:
- 📁 Connect your smartphone to your PC or open a file manager.
- 🔍 Go to the folder. MIUI/backup/AllBackup (internal Storage/MIUI/backup).
- 📄 Find the backup file with the desired date (format: backup_20260515_123456).
- 🔄 Recover data through Settings → Additionally. → Recovery and discharge → Local recovery.
⚠️ Note: Recovery from the backup may overwrite current application data (e.g, SMS It is recommended to create a new backup before the procedure.
What if the backup is damaged?
5. Manual recovery via ADB (for power users)
If standard methods didn't work and the application was removed via ADB or root rights, it can only be returned by re-installing APK with the right permissions. This method requires connecting the smartphone to the PC and basic command line knowledge. It is suitable for restoring system applications that cannot be reinstalled through Google Play.
What you need:
- 🖥️ Computer with installed Xiaomi drivers and tool ADB (You can download from the official Android website).
- 📱 Included debugging by USB on a smartphone (Settings) → The phone. → Version. MIUI → 7 times tap the version to unlock the developer menu, then Settings → Additionally. → For developers → Debugging by USB).
- 📄 APK-Remote application file (can be extracted from firmware or downloaded from trusted sources).
Step-by-step:
- Connect your smartphone to your PC via USB and allow debugging.
- Open the command prompt (or PowerShell) in the ADB folder.
- Check the connection command: Adb devices must display the serial number of your device.
- Install APK with the correct permissions: adb install -r -d --fastdeploy name file.apk Flag -r replaces the existing application, -d allows you to downgrade the version.
- System applications may need to be moved to /system: adb shell pm install -r -d --fastdeploy /path/to/app.apk
- Reboot your smartphone: adb reboot
If there is an error in installation INSTALL_FAILED_INVALID_APK, check integrity APK-file or try another version. System applications may require firmware via Fastboot (see documentation for your model).
💡
Use ADB only if other methods have failed. Incorrect commands can cause system failure or data loss.
6.How to avoid re-loss of applications: 5 tips
To avoid the problem of remote applications in the future, follow these recommendations:
- 🔒 Turn off automatic deletion: C Settings → Annexes → Turn off the Auto Clean option for important programs.
- 📥 Create backups regularly: Set up automatic backups in Mi Cloud (Section "Backups»).
- 🚫 Do not use “optimizers”: applications like Clean Master or DU Speed Booster often removes the necessary programs, passing them off as “junk».
- 🔧 Check permissions: Before removing the system application through ADB Make sure it is not critical for your smartphone.
- 📌 Set up important programs: C MIUI 14 appeared the function "Secure" (long press on the icon) → «Secure”), which protects against accidental removal.
Also pay attention to the settings of Google Play: in the section “Manage applications and devices” you can enable the option “Update only over Wi-Fi” to avoid unexpected changes in the background.
If you often experiment with firmware or system modifications, consider installing a custom recap (such as TWRP) that allows you to create complete system images before making changes.