Removed an important app from Xiaomi Redmi 5 and you donβt know how to get it back? This problem is familiar to many owners of smartphones on MIUI β especially when it comes to system utilities or pre-installed services. Unlike current models, Redmi 5 (released in 2017) has limitations on recovery through the cloud, but offers several alternative methods.
In this article, weβll look at 5 working ways to return remote apps, from simple (via Google Play) to advanced (using ADB). Weβll focus on the nuances of MIUI 9/10, which Redmi 5 most often runs on, and explain why standard tips for new smartphones donβt work here. If you remove not only a user application, but also a system application (for example, Mi Video or Security), you will need root rights β weβll talk about this too.
1.Restore through Google Play Market
The most obvious way is to re-install from the official store, but it doesn't always work, for example, if an application has been pre-installed by the manufacturer (called bloatware), it may not be in the Play Market at all.
How to do this:
- π± Open Google Play on your phone.
- π In the search bar, enter the name of the remote application.
- π₯ If it is available, click "InstallΒ».
- βοΈ If the application was purchased earlier, check the βLibraryβ section in your profile.
β οΈ Note: Some Xiaomi apps (such as Mi Community or Mi Drop) may not show up in a region search. VPN Connecting to servers in India or China β there is a wider choice.
If the app is not there, move on to the next method, and note that settings may reset after reinstalling, for example, Mi Fit will have to re-assign devices.
2. Return from the MIUI Application Archive
MIUI has a built-in remote program archiving feature, but it doesn't work on all firmware versions. On Redmi 5 with MIUI 9/10, this partition may be hidden, but it can be activated through settings.
Instructions:
- Go to Settings β Applications β Application Management.
- Slip on three dots in the top right corner and select "Show all apps."
- Scroll down the list β if there is an Archive section, open it.
- Find the right application and click βRestoreβ.
β οΈ Note: Some firmwares clean up the archive after resetting or updating the system. If there is no partition, then the applications have been permanently deleted through the system. ADB root-access.
Check the version of MIUI (Settings β About the phone)
Make sure the archive is not cleaned
Connect to Wi-Fi (to download metadata)
Make a backup copy of current data-->
3. Use of backup (Backup)
If you regularly create backups through Mi Cloud or third-party services (like Titanium Backup), the chances of recovery are much higher.
- π Mi Cloud only stores user data, not the user itself. APK-file.
- π¦ Local backup (via Settings) β Additionally. β Backups may contain lists of installed applications, but not always their files.
- π οΈ Titanium Backup requires root rights, but allows you to restore even system applications.
How to recover from Mi Cloud:
- Go to Settings. β Mi Account β Mi Cloud.
- Select βData Recoveryβ and specify the backup date.
- Check the βApplicationsβ box and confirm the recovery.
A critical nuance for Redmi 5 is that if the phone was reset to factory settings, you must first log in to the same Mi Account that was used to create the backup.
What if the backup is damaged?
Installation APK-hand-file
If the application is not system, it can be downloaded in the form APK-For Redmi 5, it is important to choose versions that are compatible with Android 7.1.2 Nougat (or 8.1 Oreo if the firmware has been updated).
Where to look for APK:
- π APKMirror (https://www.apkmirror.com) β Verified source with version history.
- π APKPure (https://apkpure.com) β Alternative with Russian Interface.
- π Official Developer Sites (for example, for Mi Home β https://home.mi.com).
How to determine:
- Download APK to your phone or PC.
- Transfer the file to the device (for example, via Mi Drop or USB cable).
- In Settings β Security allow installation from unknown sources.
- Launch it. APK-file and follow the instructions.
| Annex | Compatible version of APK | Download link |
|---|---|---|
| Mi Video | 5.3.7. or lower | APKMirror |
| Mi Browser | 10.5.8-g | APKMirror |
| Security (Security) | 4.8.7 (requires root) | Xiaomi.eu |
β οΈ Attention: Installation APK From unverified sources, you can get infected with a virus. Always check the hash amounts of files (for example, via VirusTotal) and give preference to official repositories.
1. Delete residual files via Settings β Apps β Show Everything β [Title] β Delete Data.
2. Use an older version of APK.
3. Enable debugging by USB set through ADB: adb install name file.apk-->
5. Recovery of system applications through ADB
If you have removed a system application (e.g. com.miui.securitycenter), you can only return it via ADB (Android Debug Bridge) or root rights. On Redmi 5, this requires unlocking the bootloader and installing a customized recap (e.g., TWRP).
Step-by-step:
- Install ADB and Fastboot Tools on PC (download from the official website).
- Turn on USB Debugging in Settings β About Phone β MIUI version (tap 7 times, then go back to Additional β For Developers).
- Connect your phone to your PC and execute the command: adb shell pm install-existing --user 0 com.name.packet (e.g. for Mi Video: com.miui.video).
- If the package is not found, download it from firmware and install it via: adb push app.apk /system/priv-app/ adb shell chmod 644 /system/priv-app/app.apk
To work with system files, you need root. If you donβt have one, unlock the bootloader through the Mi Unlock Tool (instructions on the official website), then run Magisk through TWRP.
π‘
Restore system applications on Redmi 5 without root is only possible if they have been deactivated, not physically deleted, otherwise you will need to flash or manually replace files in /system.
6. Phone flashing (last resort)
If none of these things work, you'll have to completely flash the device, and that will bring all the system applications back to their original state, but it will delete user data. Redmi 5 has two options:
- π Fastboot firmware β official method via Mi Flash Tool (requires unlocked bootloader).
- π¦ Custom firmware (for example, Xiaomi.eu or LineageOS) β gives more features, but deprives of warranty.
Instructions for Fastboot:
- Download the latest stable firmware for Redmi 5 (codename rosy) from the official website.
- Unpack the archive in a folder with the Mi Flash Tool.
- Connect your phone in Fastboot mode (press Power + Volβ when you turn off).
- In the Mi Flash Tool, select the firmware folder and click Refresh, then Flash.
β οΈ Warning: After flashing, the phone will be reset to factory settings. If you had important data, pre-extract the memory card and backup through the TWRP (if established).