You deleted an important application on Xiaomi Redmi and you don't know how to get it back? The situation is familiar to many: accidental clicking, clearing the cache with deletion of data, or even "optimizing" the system through MIUI Optimizer, after which the icons disappeared. Fortunately, in 90% of cases the application can be restored - and it does not always need root rights or complex manipulation.
In this article, we will discuss all the current ways to return remote applications on Redmi smartphones (including Redmi Note 10/11/12, Redmi 9/10/13C and others with MIUI 12-14). From simple methods through Google Play to recovering system APKs through ADB β choose the appropriate option depending on the type of remote software (user or system application) and your level of training.
1.Recovery through Google Play History
The fastest way to return a remote application is to use the installation history in the Google Play Store, which works for all user applications (downloaded through the Play Market), but will not help with Xiaomi system utilities (for example, Mi Video, Mi Browser or Security).
Algorithm of action:
- π± Open the Google Play Store on your phone.
- π€ Slip on the profile avatar in the upper right corner β Select Application and Device Management.
- π Go to the Control tab. β Established β Not installed (or the Library in new versions).
- π Find the desired application in the list and click Install.
If the app doesn't show up in history, check:
- π You may have manually removed it from the history list (in which case, you wonβt be able to recover it).
- π§ Make sure you are logged in to the same Google account from which you installed the app.
- π Try to find the app through a search in the Play Market by name.
π‘
If the app was purchased but doesn't show up in history, check the tab "Buyed" in the Google Play profile menu. Xiaomi system apps don't show up here - they need other methods for them.
2.Return via MIUI backup
If your Redmi has automatic backup enabled to MIUI Cloud or Google Drive, the chances of recovery are much higher, and this method is suitable for any application, including system ones, but requires backup setup.
How to restore:
- Go to Settings β About Phone β Backup and Reset.
- Select Recover Data (or Local Backup if the backup is saved on the device).
- Specify the date of the backup before deleting the application.
- Check the item of the Application and their data (do not uncheck other ticks if you do not want to lose the current data!).
- Click Restore and wait for the process to be completed.
Important: When you recover from the backup, all of the app data will return to the date you created the copy, for example, if you restore WhatsApp, you will lose messages received after the backup date.
What to do if the backup is damaged?
If there are no backups, move on to the next method.
3. Enabling Hidden System Applications via MIUI
Many of the βremoteβ system apps on Xiaomi Redmi are actually just disabled, not completely removed.They can be returned without installing an APK unless they were uninstalled via ADB or root access.
Instructions:
- Open Settings β Applications β Application Management.
- Slip on the three dots in the top right corner β select Show all apps.
- In the search box, enter the name of the remote application (for example, Mi Music, Mi Video, Cleaner).
- If the application is found but marked as Disabled, click on it β Enable.
Some system utilities (such as Game Turbo or Second Space) can be hidden deeper to return them:
- π§ Use ##4636###* (Engineering Menu) β Usage statistics β Find the app in the list and turn it on.
- π οΈ For models with MIUI 13+ Try the path: Settings β Special facilities β Utilities. MIUI β Hidden applications.
4. manual installation of APK (for user and system applications)
If the application has been removed completely (including data) and it is not in Google Play (for example, regional restrictions or removed by the developer), you must install it. APK-This method is also suitable for Xiaomi system applications, if you find them. APK.
Where to get APK:
- π Official sources: developer's website, APKMirror (check hash amounts!).
- π± From another device: copy APK MiXplorer or File Manager+ (path: /data/app/packet-1/base.apk, root).
- π From backup: if you have a backup through TWRP or Mi PC Suite, extract. APK from.
How to determine:
- Download APK to your phone or transfer it via USB/Bluetooth.
- Allow installation from unknown sources: Settings β Applications β Special Access β Install Unknown Applications β Select a file manager.
- Open the APK via File Manager or Explorer and follow the instructions.
βοΈ Security check APK before installation
Note: Installing system APKs from other MIUI versions or Redmi models may cause a phone to crash, for example, the Redmi Note 10 Security app won't work properly on the Redmi 9A.
5. Recovery through ADB (for power users)
If the application was removed via ADB (pm uninstall-k --user 0 name packet command), it can only be returned by re-installing the APK or restoring it via the same ADB. This method requires connecting the phone to a PC and basic command line knowledge.
Required SO:
- π₯οΈ ADB Fastboot Tools (download from the official website of Xiaomi or Google).
- π± Included debugging by USB: Settings β The phone. β Version. MIUI (tap 7 times) β Additionally. β For developers β Debugging by USB.
- π Cable USB (preferably original).
Recovery teams:
adb shell
pm install -r -d /path/to/file.apk # for custom applications
pm install-existing name packet # for system applications (if the APK remains in the system)To find out the exact name of the remote application package, use the command:
adb shell pm list packages -uIt will show all the disabled (-u) packets that can be returned.
π‘
ADB-The team only works if the system is APK-The application file is physically present in the phone's memory. -k, Application data is permanently removed and manual installation will be required APK.
6. Resetting the phone to factory settings (last resort)
If none of the methods worked, and the remote application is critical (like Settings or Phone), it will reset completely, and it will bring back all the system applications, but delete user data, photos and settings.
How to reset:
- Create a backup of important data (photos, contacts, messages).
- Go to Settings β About Phone β Backup and Reset β Reset settings.
- Choose to erase all data and confirm the action.
- After the reboot, the phone will return to the βout of the boxβ state with all the apps pre-installed.
What to do after the discharge:
- π Restore data from backup (see Section 2).
- π Disable unnecessary system applications through ADB, to avoid re-removal:
adb shell pm disable-user --user 0 name packetπ‘
If important system utilities (such as Camera or Gallery) are missing after the reset, this may indicate firmware damage, in which case you will need to reflash the phone via Fastboot or TWRP.
7. Alternative methods and prevention
If standard methods do not work, consider alternatives:
- π Search for analogues: many Xiaomi system applications have analogues in Google Play (for example, instead of Mi Browser, you can use Chrome or Firefox).
- π οΈ Custom firmware: firmware like Pixel Experience or LineageOS often includes missing firmware MIUI utilities but require unlocking the loader.
- π¦ Extraction APK From another device: If you have a second Redmi of the same model, copy it. APK via MiXplorer (the path: /system/priv-app/ or /system/app/).
How to avoid losing apps in the future:
- π Disable, not delete system applications: use pm disable-user instead of pm uninstall.
- π₯ Create backups regularly through Mi PC suite TWRP.
- π Keep a list of important apps (like Google Keep) to quickly find them if you delete them.