How to return a remote application to Xiaomi: from the cart to ADB

You delete the app on Xiaomi and you don't know how to get it back? You know, random tapping, memory cleaning, or resetting, and an important program disappears from the screen. Fortunately, MIUI has a few recovery options, most of which don't require technical skills. In this article, we'll look at all the current methods, from simple retrieve from the cart to manual recovery via ADB.

It's important to understand that success depends on the type of deletion that you have, and if you uninstall an app, you'll have to reinstall it, and if you just hide it or go to archive, you can get it back in a few clicks, and we'll look at both scenarios, and the nuances for different models, from the budget Redmi Note to the flagship Xiaomi 14.

1. Check the MIUI basket - the fastest way

Modern versions of MIUI 12-14 automatically send remote applications to the recycle bin, where they are stored for up to 30 days, analogous to the Recycle Bin feature on computers.

  • ๐Ÿ“ฑ Open the Settings. โ†’ Annexes โ†’ Application management.
  • ๐Ÿ—‘๏ธ In the upper right corner, click on the basket icon (or select the basket tab in some firmwares).
  • ๐Ÿ”„ Find the right application in the list and tap Restore.

If the cart is empty or the icon is not there, then the application has been permanently removed (for example, through Settings โ†’ Storage โ†’ Cleaning).

โš ๏ธ Attention: Basket in MIUI It only came from version 12.5 (MIUI 11 and below) this method will not work. โ†’ The phone. โ†’ Version. MIUI.

๐Ÿ“Š What version? MIUI you use?
MIUI 14
MIUI 13
MIUI 12.5
MIUI 11 or older
I don't know.

2.Restore through Google Play Market

If the app was installed from Play Market, it can be returned through download history, which works even after the phone is completely flashed, since the data is tied to a Google account.

  • ๐Ÿ›’ Open Google Play Market and tap on the profile avatar in the upper right corner.
  • ๐Ÿ“‹ Select Application and Device Management โ†’ Management โ†’ Established.
  • ๐Ÿ” In the top panel, go to the Not Installed tab and find the desired application.
  • โฌ‡๏ธ Click on the download icon (or Install).

If the app doesnโ€™t appear in the list, try:

  1. Update the Play Market to the latest version.
  2. Check that you are logged in to the same Google account from which you previously installed the program.
  3. Manually find the application through search in the Play Market and install again.

๐Ÿ’ก

If the app was purchased but doesn't show up in history, check the Library tab in the Play Market profile.

3. Return system applications via hidden MIUI menu

Many of Xiaomi's built-in apps (e.g. Camera, Gallery, Browser) can't be completely removed -- you can only turn them off. If you delete them, they're actually hidden.

  • โš™๏ธ Go to Settings. โ†’ Annexes โ†’ Application management.
  • โ˜๏ธ In the top menu, select the filter All applications (or Systems).
  • ๐Ÿ” Find the right app (such as Mi Video) and tap on it.
  • ๐Ÿ”„ Click Enable (or Show in some versions).

If the Enable button is not, then the application has been uninstalled with root rights or through ADB. In this case, only manual reinstallation will help (see Section 5).

AnnexCan I remove it completely?How to get it back
Camera.No (only turn off)Through Settings โ†’ Applications
galleryNo.Enable in the application menu
Mi browserYes (on some models)Reinstall from Play Market or through ADB
MusicNo.Activate in Settings โ†’ Applications โ†’ Show system
Security (Security)No.Only through resetting.

4.Restore from MIUI backup

If you have previously backed up your programs through Settings โ†’ Additional โ†’ Backup, you can return applications from it. This method is suitable for restoring not only programs, but also their data (for example, saves in games or settings).

  • ๐Ÿ“ฆ Go to Settings. โ†’ Additionally. โ†’ Backup โ†’ Local copies.
  • ๐Ÿ“… Select the most recent copy (check the date of creation!).
  • ๐Ÿ“ฑ Click Restore and tick the Applications (you can also select Application Data if you need to).
  • โš ๏ธ Confirm the recovery and wait until the completion (the phone will restart).

Important nuances:

  • ๐Ÿ”„ Restore will rewrite the current data, and if you add new files or settings after you create a copy, it will be lost.
  • ๐Ÿ”’ Recovery of some system applications (such as Themes or Cloud Mi) may require authorization in your Xiaomi account.
  • โณ The process can take 10 to 30 minutes depending on the amount of data.

โš ๏ธ Warning: Do not interrupt the recovery from the backup - this can damage the system files and the need for a complete reset of the phone.If the process is stalled during the Preparation stage, wait at least 1 hour before the forced reboot.

Check the battery charge (minimum 50%)|Connect to Wi-Fi (a copy can weigh several GB)|Close all background applications|Shut down. VPN (It can block access to Xiaomi servers)|Make a current copy of important data (in case of failure)-->

5. Manual recovery via ADB (for power users)

If the application was removed with root permission or through ADB, it can only be returned by re-installing the system.apk file.This method is suitable for system applications that cannot be downloaded from the Play Market (for example, Mi Remote, Mi Pay or Game Turbo).

You'll need:

  • ๐Ÿ–ฅ๏ธ Computer with installed ADB Tools.
  • ๐Ÿ“ฑ Included debugging by USB on the phone (Settings) โ†’ The phone. โ†’ Version. MIUI โ†’ 7 times to tap according to the version โ†’ return to โ†’ For developers โ†’ Debugging by USB).
  • ๐Ÿ“Ž The.apk file of the desired application (can be extracted from firmware or downloaded from trusted sources, for example, APKMirror).

Instructions:

  1. Connect the phone to your PC and confirm access by ADB (a request will appear on the phone screen).
  2. Open the command prompt (cmd) in the ADB folder and type: adb devices Make sure the device is identified (its serial number should appear).
  3. Install the application with the command: adb install -r -d --fastdeploy name file.apk Flag -r allows overwriting, -d - downgrading version.
  4. If there is a mistake INSTALL_FAILED_INVALID_APK, Try it out: Adb install -r -t -d name file.apk (flag) -t allows the /system/app).

System applications (installed in /system/priv-app) may require root access or custom recovery (TWRP) in which case the command will be different:

adb push name file.apk /sdcard/


adb shell




su




mount -o rw,remount /system




cp /sdcard/file name.apk /system/priv-app/




chmod 644 /system/priv-app/file name.apk




reboot

What if the ADB canโ€™t see the device?
1. Make sure that the Xiaomi drivers are installed (you can download from the official website). 2. Try another one. USB-cable (preferably original). 3. Enable the debugging option in the developer settings USB (security parameters) and Unlocking OEM. 4. Restart your phone and PC. 5. If you're using Windows, try running it. ADB on behalf of the administrator.

6. Resetting settings is a last resort

If none of the methods worked, and the application is critical (like Settings or Phone), there's a complete reset, which will bring the phone back to factory status, but delete all the data.

  • ๐Ÿ“ค Backup your contacts, photos and files (via Mi Cloud or manually on PC).
  • ๐Ÿ“ Write down logins / passwords from accounts (they will be saved, but you will have to go through the authorization again).
  • ๐Ÿ”‹ Charge your phone to at least 70%.

How to reset:

  1. Go to Settings โ†’ About the phone โ†’ Reset settings.
  2. Choose to Erase All Data (not Settings Reset is another item!).
  3. Enter the password from your Mi Account (if requested).
  4. Confirm the action and wait for the reboot (it will take 5-15 minutes).

After discharge:

  • ๐Ÿ“ฑ The phone will start as new.
  • ๐Ÿ”„ All system applications will be restored.
  • ๐Ÿ“ฅ Install missing programs from Play Market or backup.

โš ๏ธ Note: Some Xiaomi models (especially those with MediaTek) may require the bootloader to be re-activated via the Mi Unlock Tool after a reset. Without this, the phone won't turn on! Make sure to remember the Xiaomi account details tied to the device.

๐Ÿ’ก

Setting resets are the last chance to bring back system applications, but it deletes ALL user data. Use it only if other methods have failed.

FAQ: Frequent questions about app recovery

Can I recover the application data (for example, save in-game)?
Yes, but only if: You have a backup (created through Settings โ†’ Backup or Titanium Backup with root) the app syncs data to the cloud (e.g., games via Google Play Games or Mi Cloud). If not, the data is lost irrevocably. Except: some apps (e.g. WhatsApp) store backups on Google Drive.
Why does the application not open after recovery?
Possible causes: ๐Ÿ”ง App is outdated โ€“ update it through Play Market. ๐Ÿšซ No permissions required โ€“ check in Settings โ†’ Annexes โ†’ Permits. ๐Ÿ”„ Conflict with the current version MIUI โ€” Try to install a different version of the Update (for example, for Android 12 instead of Android 13). ๐Ÿ›ก๏ธ Block Google Play Protect โ€“ disable it in Play Market settings.
How to restore the application if the phone is not turned on?
If the phone is stuck on the logo or doesnโ€™t respond, try it: ๐Ÿ”Œ Hard reset: clamping down on the power supply + Volume up for 10-15 seconds. ๐Ÿ“ฑ Recovery mode: pinch the power + Volume up when turned on, then select Wipe data (all data will be erased!). ๐Ÿ–ฅ๏ธ Fastboot firmware: If the phone is detected by a PC in fastboot mode, run the official firmware through the Mi Flash Tool. Restoration of individual applications in this case is impossible - you will need a complete firmware reflash.
Does this work on POCO and Black Shark?
All of the methods described are relevant to: ๐Ÿ“ฑ POCO (including POCO F5, X5 Pro and others โ€“ they work on MIUI for POCO. ๐ŸŽฎ Black Shark (e.g. Black Shark 5) - uses modified MIUI Exception: Black Shark may not have a basket in MIUI, Recovery through the Play Market and ADB works identically.
Can I restore a remote application without the Internet?
Yes, but with limitations: ๐Ÿ—‘๏ธ From the basket MIUI โ€” If there is an app there. ๐Ÿ“ Local backup (if it was created earlier). ๐Ÿ“‚ If you have a.apk file saved, you can install it manually (allowing installation from unknown sources in Settings). โ†’ Annexes โ†’ Special accesses. To recover through the Play Market or ADB Internet is mandatory.