Remove an important app from Xiaomi Redmi 5 and donβt know how to get it back? This situation is familiar to many Android smartphone users, especially if the deletion occurred accidentally or after resetting. Fortunately, you can restore programs on Redmi 5 in several ways, from simple (via Google Play) to advanced (using ADB or MIUI backups).
In this article, weβll break down 5 workflows, including download history recovery, Xiaomi cloud services, and even manual APK returns. Weβll focus on the nuances of the MIUI 9/10/11 firmware that Redmi 5 was built for, and explain why some applications may not recover in standard ways. If youβre looking for a solution for this model, youβre on the right track.
1. Recovery through Google Play: Download history
The fastest way to return a remote app is to use the download history of Google Play, which works if the app was installed through an official store and the Google account on the phone has not changed.
Open Google Play, tap the profile avatar in the top right corner, and select App and Device Management. β Management β Established β Not on this device. This will show every program that has ever been installed on your account. Find the one you want and click Set.
- β It works for all apps downloaded through the Play Market.
- β³ Recovery time: 1-2 minutes (depending on internet speed)
- β οΈ Not suitable for system applications MIUI (For example, Topics or Security)
Important: If the app doesnβt show up in history, check if your Google account was reset or if another profile was used during the installation, and some programs (such as banking) may be hidden from the history by security policy.
2.Using backup copies of MIUI
Xiaomi Redmi 5 supports built-in backup through Settings β Additional β Backup and Reset β Local Backup. If youβve previously created a backup, you can restore applications in a few steps:
- Go to Settings β Additional β Backup and Reset.
- Select Restore and specify a backup file (usually stored in the MIUI/backup/AllBackup folder).
- Check the Applications and confirm the recovery.
| Type of backup | Restores applications? | System applications | Application settings |
|---|---|---|---|
| Local MIUI backup | β Yes. | β Yes (except for pre-installed ones) | β Partially. |
| The Mi Cloud Cloud | β Yes (if synchronization is enabled) | β No. | β Yes. |
| Google Drive (via Google Settings) | β No (apps only data) | β No. | β Yes. |
Critical detail: MIUI backups do not store pre-installed system applications (e.g. Camera or Gallery) and can only be returned via firmware or ADB.
π‘
Before recovering from the backup, check the date of its creation β if the copy is old, some applications may not be up to date or conflict with the current version of MIUI.
3. Recovery of system applications through ADB
If you have removed a system application (such as Mi Video, Cleaner or Security), you will not be able to return it in standard ways. ADB (Android Debug Bridge β a debugging tool that allows you to reinstall APK-file-to-system.
This will require:
- π₯οΈ Computer with installed ADB Tools
- π± Included debugging by USB Redmi 5 (Settings) β The phone. β Version. MIUI β Tap 7 times, then go back to Settings β Additionally. β For developers β Debugging by USB)
- π APK-Remote application file (you can download from sites like APKMirror by selecting the version for the application). MIUI 9/10/11)
adb install -r -d name apk # For regular applications
adb shell pm install -r --user 0 name applications.apk # For system (requires root)Warning: Installation of system systems APK If you don't have root rights, you can make mistakes. INSTALL_FAILED_INSUFFICIENT_STORAGE, So the application is system-based and requires superuser rights or flashing.
What if the ADB canβt see the device?
4. Phone flashing (extreme case)
If none of the methods worked, and the remote application is critical (like Settings or Phone), all you have to do is reflash Redmi 5, which will bring back all the system programs, but reset user data.
Instructions:
- Download the official firmware for Redmi 5 (codename rosy) from MIUI Downloads. Choose the Stable version for your region (Global/China).
- Unpack. ZIP-archive in a folder and move it to the root of the phoneβs memory (not to the folder!).
- Go to Settings β About Phone β System Update, tap three dots in the upper right corner and select Select a firmware file.
- Specify the downloaded file and confirm the installation.
β οΈ Warning: Flashing will delete all data on your phone, including photos, contacts and messages. pre-backup via Mi Cloud or manually copy files to your PC.
Download the correct version of the firmware (Global/China)|Check the battery charge (minimum) 50%)|Save important data on the PC|Disable Mi Account lock (if your phone is locked)-->
5. Alternative methods: third-party utilities
If standard methods donβt work, you can try third-party tools, for example, the Mi PC Suite (the official utility from Xiaomi) sometimes allows you to restore remote applications through the system recovery function.
There are also informal solutions like Titanium Backup (requires root) or App Cloner for duplicating applications from another device, but they come with risks:
- π Titanium Backup only works on rooted devices.
- π± App Cloner does not restore system applications.
- β οΈ Unofficial utilities may contain malicious code.
Tip: Before using third-party programs, check the feedback on forums (such as 4PDA) and make sure the utility is compatible with Redmi 5 on MIUI 9β11.
Frequent Mistakes and How to Avoid Them
When restoring applications, users of Xiaomi Redmi 5 often face typical problems, and here are the most common ways to solve them:
- π« "The app is not compatible with your device" β Check the processor architecture (Redmi 5 uses the same system) ARM64) and download APK only for her.
- π "The app is constantly being reset" β Clear the cache in Settings β Annexes β [Name of name] β Warehouse β Clear the cache.
- π "Cannot be identified: error analysis package" β Enable installation from unknown sources in Settings β Security.
Another common problem is that the app icon disappears after recovery.
- Reboot the phone.
- Check the All Apps folder in the menu (possibly the icon is hidden).
- Update the MIUI launcher via Google Play (search on request for MIUI Launcher).
π‘
If an application has been removed as a system update, it can only be returned via ADB or firmware re-flashing. Standard methods (like Google Play) will not work here.