Deleting an app on a Xiaomi smartphone is a matter of seconds, but returning it back can sometimes be a puzzle, especially if itโs system utilities that disappeared after resetting, or programs that were downloaded years earlier and disappeared from Google Play. In this article, we will analyze all current methods of recovery - from basic to advanced, including working with the ADB backups MIUI.
It's important to understand that not all applications can be returned equally easily, for example, system services (like com.miui.securitycenter) require one approach, and custom games from the store require another, and we'll look at options for different scenarios, from accidental deletion to loss of data after firmware. You will also learn how to block automatic removal of rarely used programs in the MIUI โ A feature that often causes applications to disappear.
If you've tried standard methods before (a search in the Play Market or a Remote folder) and they don't work, don't rush to drop your phone. 80 percent of the time, apps recover without losing data. The key is to go by algorithm.
1. Restore through the Remote folder in MIUI
The easiest way to return the application is to check the special folder in the firmware MIUI. It works as a โbasketโ and stores remote programs for a period of time. 30 Days (on new versions) MIUI 14/15). Here's how to find her:
- ๐ฑ Open the app menu (swipe up from the bottom of the screen).
- ๐ In the search bar, type โRemoteโ or scroll right to the end of the folder list.
- ๐ฒ Click on the folder โ all recently deleted programs will be displayed inside.
- โฉ๏ธ Slip on the desired application and select "Restoreยป.
If the folder is not there, it's disabled in the settings.
- Go to Settings. โ Home screen.
- Select โRemote folderโ and turn on the slider.
๐ก
The Remote folder does not store application data (such as game progress or logins) and only returns the program to its original state.
โ ๏ธ Attention: On devices with MIUI for POCO Or in global versions of firmware, the folder may be called "Recently Uninstalled" or not at all.
2.Re-install from Google Play or Mi App Store
If the app was downloaded from an official store (Google Play or Mi App Store), it can be installed again without losing data (provided that you were logged in to the same account).
- ๐ Open Google Play (or Mi App Store for Chinese firmware).
- ๐ Enter the name of the application in the search bar.
- ๐ฅ If you've already installed the program, instead of installing it, you'll see Update or Open.
- โ๏ธ If the application synced with the account, data (for example, save in games) will be restored automatically.
To speed up the process:
- Go to Profile. โ Application and Device Management โ Established.
- The Library tab will show all programs ever installed.
What to do if the app is removed from the Play Market?
On devices with MIUI For China (without Google services), use Mi App Store or GetApps. APK, Search for it in the Download folder or through the file manager.
3. Restore system applications through settings MIUI
System utilities (Camera, Gallery, Security) sometimes disappear after an upgrade or reset. ADB, if they're just offline:
- โ๏ธ Go to Settings. โ Annexes โ Application management.
- ๐ Click on the three dots in the top right corner and select Show all appsยป.
- ๐ฑ Find the right one in the list (for example, com.miui.gallery for Galleryยป).
- ๐ If there is a button โOnโ next to the name, click it.
If the application is not just disabled, but removed (for example, after manual deblotting), it can be restored only through:
- ๐ฆ Backup copy MIUI (If it was created before the removal).
- ๐ง Flashing (full or partial via Fastboot).
- ๐ฅ๏ธ ADB (power-user).
Camera.
gallery
browser
Security (Security)
Mi Community
I'm not removing anything.-->
| Type of application | Can I recover through the settings? | Alternative method |
|---|---|---|
| Disconnected (gray icons) | โ Yes. | Include in Settings โ Applications |
| Remote by the user | โ No. | Remote folder or re-installation |
| Systemic (remote through ADB) | โ No. | Fixing or recovery from the backup |
| Pre-installed (bloat) | โ ๏ธ Partially. | Recovery through MIUI Debloater Tools |
4. Use of backup copies MIUI Google
If you regularly create backups, the chances of returning the remote application with the data are maximum. MIUI It offers two types of backups:
- Local backup (save on the device or memory card):
Cloud backup
Mi Account
- โ๏ธ In the same settings, select โReserve in Mi Cloudยป.
- ๐ Recover data from the last synchronization.
For the Google account:
- ๐ฒ Go to Settings. โ Accounts and synchronization โ Google.
- โ๏ธ Make sure that the โApplicationsโ synchronization is enabledยป.
- ๐ After data recovery, the applications will appear in Google Play in the Library sectionยป.
Take a screenshot of the current screen settings
Check the free space on the device (needs to be used) โฅ2 GB)
Connect to Wi-Fi (for cloud backup)
Charge your phone โฅ50%
Disable battery optimization for MIUI Backup-->
โ ๏ธ Attention: Recovery from the backup MIUI may reset some system settings (such as wallpaper or shortcuts) after the procedure, restart the device.
5. Advanced methods: ADB and manual repair
If the standard methods did not help, and the application was system (for example, com.miui.home for launcher), you will have to use the app. ADB (Android Debug Bridge is suitable for power users and requires:
- ๐ฅ๏ธ Computers with installed Xiaomi and Platform Tools drivers.
- ๐ Included debugging by USB (Settings โ The phone. โ Version. MIUI โ Tap 7 times, then Settings โ Additionally. โ For developers โ Debugging by USB).
- ๐ File. APK Remote application (can be removed from firmware or downloaded from APKMirror).
Step-by-step:
- Connect your phone to your PC and open the cmd in the folder with the platform-tools.
- Check the connection command: Adb devices should appear serial number of the device.
- Install. APK through ADB: adb install -r -d --fastdeploy name file.apk Flag -r replace the existing version, -d allows you to downgrade.
- System applications may need to be moved to /system/priv-app: adb shell su mount -o rw,remount /system cp /sdcard/name file.apk /system/priv-app/ chmod 644 /system/priv-app/name file.apk reboot
๐ก
Use it. ADB If you know exactly what you're doing, wrong commands can lead to a device blink).
For devices with an unlocked bootloader (Bootloader), an alternative way is to flash a separate partition with the application through the TWRP:
- ๐ฅ Download the Magisk Module or MIUI Debloater ZIP fittingly.
- ๐ง Boot in. TWRP And run the file as a module.
6.How to prevent accidental removal of applications
In order not to look for ways to restore, it is better to protect important programs in advance. MIUI There are a few โtrapsโ that make apps disappear:
- ๐งน Autocleaning: Memory Optimization function in Settings โ Battery and performance can remove rarely used programs. Disable it or add applications to exceptions.
- ๐ Updates MIUI: After major updates, some system utilities are reset. Create a backup before upgrading.
- ๐ถ Children/guests: Enable Safe Mode or Guest Space (Settings) โ Special features) to restrict access to removal.
Additional measures:
- ๐ Set a password for Settings or MIUI Security to block changes.
- โ๏ธ Regularly sync the list of applications with Google Account (Settings) โ Accounts. โ Google โ Synchronization).
- ๐ฆ Use third-party backup managers (like Swift Backup or Titanium Backup for rooted devices).
๐ก
Create a shortcut for the Remote folder on the home screen, and then press the folder icon in the app menu and drag it to the desktop.
7. Frequent mistakes and how to avoid them
When you restore applications, users often face typical problems, and here's how to solve them:
| Problem. | Reason. | Decision |
|---|---|---|
| The application is not restored from the Remote folder | It's gone. >30 days or folder is disabled | Re-installation through APK or Google Play |
| Error "Application not installed" during installation APK | Incompatible version of Android or architecture | Download APK for arm64 (for most of Xiaomi) |
| The system application is not included in the settings | Removed through ADB orblotting | Recovery through firmware or MIUI Debloater Tools |
| Application data has not recovered | No sync with account or backup | Check the Settings. โ Accounts. โ Synchronization of data |
If after recovery the application crashes or does not open:
- Clear the cache (Settings) โ Annexes โ [name] โ Clear the cache).
- Reinstall it again.
- Check the permissions (Settings) โ Annexes โ Permits).
โ ๏ธ Attention: On devices with MIUI For China (without Google), some applications may not be restored due to regional restrictions, in which case you will need to firmware a global version or use the app. VPN Access to the Play Market.