Deleting an application on Xiaomi often seems like an irreversible process β especially if you did it accidentally or without a backup. However, in most cases, you can return the deleted program in just a few minutes. Depending on how the application was removed (via Settings, Google Play or ADB), there are different ways to restore it, from a simple reinstallation to deep scanning the system for residual files.
In this article, we will discuss 5 working methods, including restoration through MIUI Lab, use of Googleβs application archive, manual search in APK-Files and even the return of system utilities that were lost after resetting. Poco/Redmi Android-based 13/14.
β οΈ Important: If you have removed an application with administrator rights (for example, Mi Unlock or Security), its recovery may require unlocking the bootloader or flashing it back. ADB and system utilities.
1. Check if the application has actually been removed
Before you start restoring, make sure that the application is not just hidden or disabled. In MIUI, there is a feature: some system programs (for example, Mi Video or Mi Music) are not deleted completely, but only deactivated.
How to check:
- π Open the Settings. β Annexes β Manage applications and type the name of the program in the search box. If it appears in gray with the Enable button, it doesn't need to be restored, just activate it.
- π Check the Archive folder in the app menu (swipe up on the home screen) β Archives. There are automatically folded in rarely used programs.
- π Restart your phone β sometimes after updating MIUI Apps temporarily disappear from the menu, but return after rebooting.
If the app is not found in any of these places, move on to the next step. Exception: system utilities like Mi Share or Game Turbo can be integrated into other menus - they should be searched in Settings β More.
2. Restoration via Google Play (library and archive)
Google Play stores the history of all apps ever installed, even those that were removed years earlier, and works for any user program (games, instant messengers, social networks), but is not suitable for Xiaomi system utilities.
Instructions:
- Open the Google Play Store and tap the profile avatar in the upper right corner.
- Select Application and Device Management β Library.
- In the list, find the desired application and click Install.
If the application is not displayed in the library:
- π Try to find it through a Google Play search β sometimes programs are hidden from the library after a long absence.
- π§ Check emails on the email linked to your Google account β there may be installation notifications with a direct link.
- π Use the web version of Google Play on your computer: there the archive is displayed more fully.
π‘
If the app was purchased but disappeared from the library, check the Google Play Account β Order History section, which stores all paid purchases, even after you delete them.
β οΈ Note: Some applications (e.g. BankID or enterprise messengers) may require re-authorization after reinstallation.
3. Return of System Applications through MIUI Laboratory
If you have removed a standard Xiaomi app (e.g. Mi Calculator, Mi File Manager or Themes), it can be restored via the hidden MIUI Lab menu.This method works on most Redmi, Poco and Mi devices with MIUI 12-14 firmware.
Step-by-step:
- Activate Developer Mode: Go to Settings β About Phone. Tap 7 times on MIUI Version (you will receive a notification "You became a developer").
Settings β Additional β For Developers
USB debugging
MIUI Laboratory
Removed annexes
Uninstalled Apps
Restore
List of applications that can be returned in this way:
| Category | Examples of applications | Recovering? |
|---|---|---|
| System utilities | Mi Calculator, Mi Sound Recorder, Screen Recorder | β Yes. |
| Multimedia. | Mi Video, Mi Music, Gallery | β Yes (except for the Gallery on some models) |
| Security | Security, Cleaner, App Lock | β No (requires firmware) |
| Google services | Google Play Services, Google App | β No (restore via Google Play) |
β οΈ Note: After restoring system applications through MIUI The lab may need to restart the phone. Some features (like Game Turbo) may not work properly until the firmware update.
Enable the developer mode|Make a backup copy of the data|Connect your phone to Wi-Fi|Charge the battery to 50%+-->
4. Restore from MIUI or Google backup
If you backed up the application before you uninstalled it (e.g., through Settings β System β Backup), it can be returned along with settings and data, and this method is suitable for all types of applications, including save games.
Method 1: Backup copy of MIUI
- π± Go to Settings. β System system β Backup β Local backups.
- π Select the most recent copy made before deleting the application.
- π₯ Click Restore and tick only Applications (to avoid erasing the current settings).
Method 2: Google Backup (for custom applications)
- π Reset your phone to factory settings (Settings) β The phone. β Resetting settings).
- π± When you first set up, select Restore from Google Backup and log in to the same account you used before.
- β Check the Applications in the list of recoverable data.
β οΈ Warning: Recovery from backup MIUI This can lead to a version conflict if the copy was made on the old firmware, in which case the application may not work stable, you will need to update it through Google Play.
What to do if the backup is damaged?
5. Manual recovery through APK-file
If the app doesnβt appear on Google Play (for example, an old version of the messenger or a regionally blocked program), it can be installed manually via Google Play. APK-This method is also suitable for restoring system applications if MIUI The lab didn't work.
Where to get APK:
- π Official sources: APKMirror (a section of Xiaomi) - secure versions of system applications. APKMirror - for custom programs (check hash amounts!).
- π Local files: Check the Download folder or APK In internal memory, you can save the downloaded installers. Use a file manager (e.g., Mi File Explorer) with a search function for the.apk extension.
How to determine:
- Download. APK-phone-file.
- Open it through any file manager (if the installation request does not appear, turn Installation from unknown sources into Settings β Applications β Special Access).
- Confirm the installation and wait for completion.
β οΈ Attention: Installation APK from unverified sources may lead to data leakage or account blocking MI. Always check:
- π Hash file amount (compare with data on source site).
- π Reviews of other users about the version.
- π‘οΈ Availability of a digital signature (b) MIUI display).
π‘
Installing APK system applications (such as Mi Browser or Mi Share) may require MIUI Optimization to be disabled in the developer settings.
6. Return of system applications via ADB (for power users)
If you have removed a critical system application (e.g., Security, Finder, or Mi Account) and previous methods have failed, the ADB option remains, which requires an unlocked bootloader or root rights, but allows you to return even those programs that are not restored through MIUI Laboratory.
What you need:
- π₯οΈ Computer with installed ADB and Fastboot.
- π± Included Debugging by USB phone-on.
- π Cable USB Type-C (preferably original).
Instructions:
- Connect your phone to your PC and open Command Prompt (or Terminal on Mac/Linux) in the ADB folder.
- Enter the command to check the connection: Adb devices must display the serial number of your device.
- Download the APK of the desired system application (for example, with APKMirror) and place it in the folder with ADB.
- Install the application with the command: adb install -r -d --fastdeploy name file.apk The flag -r replaces the existing version, -d allows you to downgrade the version.
- If there is a mistake INSTALL_FAILED_INVALID_APK, Try it out: adb shell pm install -r /sdcard/Download/name file.apk
To recover fully remote system applications (when even the APK doesnβt help), you may need to run a firmware via Fastboot with the option to save userdata. Detailed instructions for your model can be found on the Xiaomi EU forum.
adb shell cmd package install-existing name.packetYou can find the name of the package via adb shell pm list packages. | grep "part of the name"-->
7.How to prevent accidental deletion in the future
To avoid the problem of remote applications, set up Xiaomi according to these recommendations:
- π Block the removal of system applications: Go to Settings β Annexes β Application management. Select a system application (e.g. Mi Calculator) β Permits β Additionally. β Delete and disable the option.
- π₯ Automatic backup: Enable Settings β Google β Backup (for custom applications). Activate Settings β System system β Backup β Automatic backup (for the purpose of MIUI).
- π‘οΈ Use the second profile: Create an additional user in Settings β System system β Multiplayer mode and test new apps there.
For devices with an unlocked bootloader, it is also recommended:
- π¦ Install TWRP Recovery and regularly create nandroid backups (full system shots).
- π§ Use Magisk modules to protect system partitions (e.g., Systemizer).