How to restore a remote application on Xiaomi Android smartphone: all methods

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).

📊 What version? MIUI use?
MIUI 12
MIUI 13
MIUI 14
I don't know.
other

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:

  1. Open the Google Play Store or Mi App Store (an icon with the Xiaomi logo).
  2. In the search bar, enter the name of the remote application.
  3. If the program has already been installed, you will see the "Install" (or "Update") button.
  4. 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:

  1. Go to Settings → Applications → Application Management.
  2. Slip on the three dots in the top right corner and select “Show All Apps” (or “Reset App Settings”).
  3. Find the app you want in the list (e.g. com.miui.gallery for Gallery).
  4. Click on “Include” (if it is disabled) or “Show” (if hidden).
  5. 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).

AnnexPackage name (for ADB)Can I recover through the settings?
Camera.com.android.cameraYes (if disabled)
gallerycom.miui.galleryYes.
Securitycom.miui.securitycenterYes.
Mi Browsercom.android.browserNo (reinstallation required)
Phone.com.android.contactsYes (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?
If you have a “backup file corrupted” error when you restore, try: 1. Move the backup file to your PC and check it with an archiver (e.g., 7-Zip). 2. Delete the damaged backup and create a new one. 3. Restore only individual data (e.g., only “Applications” without “System settings”).

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:

  1. Connect your smartphone to your PC via USB and allow debugging.
  2. Open the command prompt (or PowerShell) in the ADB folder.
  3. Check the connection command: Adb devices must display the serial number of your device.
  4. 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.
  5. System applications may need to be moved to /system: adb shell pm install -r -d --fastdeploy /path/to/app.apk
  6. 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.

FAQ: Frequent questions about restoring apps on Xiaomi

Can I restore an application that was deleted 2 months ago?
If you are talking about a third-party application (for example, VK or Tinkoff), you can simply re-install it from Google Play. For Xiaomi system utilities, the chances are minimal: the MIUI basket stores data for no longer than 30 days, and backups in Mi Cloud are overwritten with new backups. The only option is manually installing APK via ADB (if the file is saved).
Why does the application not open after recovery?
This is a typical problem for system applications that have been restored without the correct permissions. Try: Clear the app cache in Settings → Applications. Reinstall APK with the flag --fastdeploy (see section 5). Check the integrity of the file (possibly the APK is corrupted). If nothing helps, the application could be removed along with the dependent libraries, in which case only the firmware will help.
How to restore a remote game with saves?
For games with cloud-based saves (e.g., through Google Play Games or Mi Account), just re-install the game and log in — progress will pick up automatically. If the game uses local saves, try: Recover data from the Mi Cloud backup (selecting Application Data). Android/data/name of the game package (if there is a backup of the folder) Contact the game with the indication ID your account.
Can I return the standard Xiaomi browser after deleting?
Yes, but the process depends on how you delete: If your browser has been disabled, turn it on to Settings → Application Management → Apps → Show Everything → Mi Browser. If removed via ADB, install an APK with the name of the package com.android.browser (can be extracted from your model firmware). If your smartphone is rooted, copy the APK to /system/priv-app/ and set the rights to 644. On some models (for example, Xiaomi 12T), the browser is integrated into the firmware and only restored after flashing.
What to do if after recovery the application is constantly dyed?
This is typical for applications recovered from backup or installed manually without dependencies: 🔄 Reinstall the application with data cleaning (Settings) → Annexes → Warehouse → Clear the data). 📥 Install a newer or older version APK (The problem may be incompatibility). 🔧 Check the permissions: Settings → Annexes → Permits. 🛠️ If the application is system, reset settings (Settings) → Additionally. → Recovery and reset, but it will delete all user data.