Removed an important app from Xiaomi Redmi 9 Pro and you don't know how to get it back? This situation is familiar to many: accidentally clicking, clearing the cache through "storage settings" or even resetting to factory settings can lead to software loss. Fortunately, you can restore remote applications on Android in several ways, from simple (via Google Play) to advanced (using ADB and backups).
In this article, we will discuss 5 proven methods adapted specifically for the Redmi 9 Pro with the MIUI 12/13/14 shell. You will learn how to return both standard programs (Gallery, Camera, Notes) and third-party programs (for example, WhatsApp or Viber), even if they are not displayed in the app store, and how to avoid data loss during recovery and what to do if the application does not start after installation.
We warn you right away that not all methods are universal, such as system applications (like the system). MIUI Security or Theme Store can not simply download from the Play Market โ they will need APK-file ADB. But user programs are restored in a few clicks!
1.Restore via Google Play: A quick way for custom apps
If you delete an app that was originally installed from Google Play (such as Instagram, Telegram, or YouTube), itโs easiest to return it through your download history, which works for all Google accounts linked to your phone and doesnโt require root rights or technical skills.
Instructions:
- ๐ฑ Open Google Play Store on your Redmi 9 Pro.
- ๐ค Click on the profile icon 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 application is not displayed in the library, check:
- ๐ Account Synchronization: Go to Settings โ Google accounts โ Synchronize and update data.
- ๐ง Account Accuracy: The app may have been installed under a different Google account.
- ๐ Regional restrictions: Some programs (such as Netflix or banking) may not be available in your country.
๐ก
If the app is not in the library, try typing its name into the Google Play search box โ sometimes it appears in the results marked โAlready purchased.โ
โ ๏ธ Note: This method is not suitable for Xiaomi system applications (e.g. Mi Video, Mi Music or Cleaner) and cannot be installed through the Play Market, alternative methods will be required (see Section 3).
2.Restore from MIUI backup: for system and user applications
Xiaomi Redmi 9 Pro supports backups through the built-in Local Backup feature in MIUI. If you enabled this option before uninstalling apps, the chances of successful recovery are high.The method works for both custom programs and some system ones (such as Camera or Gallery).
How to restore:
- โ๏ธ Go to Settings. โ The phone. โ Backup and reset โ Local backup.
- ๐ Select the most recent copy (check the date of creation โ it must be before the application is removed).
- โฉ๏ธ Click Restore and confirm the action. It takes 5-15 minutes.
- ๐ After completion, restart your phone: Settings โ The phone. โ Reboot.
What's recovering:
| Type of data | Recovering? | Notes |
|---|---|---|
| User Applications (APK) | โ Yes. | Only if they were installed at the time of creation of the copy |
| Xiaomi System Applications | โ ๏ธ Partially. | Only those that have been deactivated, not completely removed, are restored. |
| Application data (save, settings) | โ Yes. | If the option "Application Data" was included in the copy settings |
| SMS and call log | โ Yes. | Provided they were included in the backup copy |
โ ๏ธ Note: If the backup was created after the application was deleted, this method will not work. Also note that the recovery will rewrite the current data (for example, new ones). SMS contact or contact information, so make a fresh copy of important information.
Create a new backup of current data|Check the space available (at least 1 GB is required)|Connect your phone to charge.|Turn it off. VPN (may interfere with the process)-->
Installation APK-Manual Files: for System and Remote Applications
If the application has been removed completely (including system programs) MIUI), There is no such thing as Google Play, but there is only one option left: install it. APK-This is a manual file. This is a method that works for you:
- ๐ฑ Xiaomi System Applications (Mi Video, Mi Music, Security, etc.).
- ๐ Apps removed from the Play Market (such as older versions of WhatsApp or other apps) VK).
- ๐ ๏ธ Programs that are not supported in your area.
Where to get APK:
- Official sources: ๐ Apk.mi.com โ official website APK Xiaomi. ๐ฑ GetApps (app store) MIUI) โ Sometimes there are systems.
- Third-party resources (at your own risk!): ๐ฆ APKPure or APKMirror โ Check the hashes of files! ๐ Thematic forums (e.g, 4PDA), where dumps of system applications for specific models are laid out.
How to install APK:
- ๐ฅ Download the file to your phone or computer.
- ๐ If you downloaded it on PC, transfer it to Redmi 9 Pro through USB-cable.
- ๐ Open the File Manager โ find the downloaded APK โ press it.
- โ๏ธ When the warning "Installation is blocked" appears, go to Settings โ Annexes โ Special access โ Install unknown applications and allow installation for your file manager.
- โฉ๏ธ After installation, restart the phone.
How to check APK pre-installing viruses?
โ ๏ธ Attention: Installation APK from unverified sources, it may lead to:
- ๐ก๏ธ Virus Infection (especially if the file is downloaded from torrent trackers).
- ๐ Data theft (some modified) APK contain spyware).
- ๐ซ Blocking your account (for example, if you install a pirated version of Netflix or a banking app).
4.Recovery through ADB: for power users
If standard methods didnโt work, and the application was system-based (e.g. Mi Drop or Mi Remote), you can try to restore it via ADB (Android Debug Bridge), which requires USB debugging enabled and basic command-line knowledge.
Warning: the wrong ADB commands can disrupt your phone, and if youโre not sure, skip this section or consult a specialist.
Instructions:
- ๐ง Enable Developer Mode on Redmi 9 Pro: Go to Settings โ About the phone. Press 7 times on the version. MIUI, Notice: โYou have become a developer".
- โ๏ธ Activate Debugging on USB: Go to Settings. โ Additionally. โ For developers, turn on the debugging switch. USB.
USB-cable
ADB Tools
Command line.
Terminal
ADB
adb devicesThe name of your device (e.g., 1234abcd device) should appear.
com.example.app
adb shell cmd package install-existing com.example.appMi Video
com.miui.videoplayer
Where to find the batch names of MIUI system applications:
| Annex | Package name (package name) |
|---|---|
| Mi Video | com.miui.videoplayer |
| Mi Music | com.miui.player |
| Mi Remote | com.duokan.phone.remotecontroller |
| Security (Security) | com.miui.securitycenter |
| Cleaner (Cleaning) | com.miui.cleanmaster |
If the install-existing command does not work, try:
- ๐ Restart the phone and try again.
- ๐ฅ Download APK Appendix (see Section 3) and install it through ADB: adb install path/to/file.apk
Yeah, often.|I tried it a couple times.|No, but I want to learn.|No, and no planning.-->
5. Factory reset: a last resort
If none of the methods worked, and the remote application was system-critical and critical (like Settings or Phone), then all that remains is a complete reset of the phone, which will return all standard MIUI programs, but deletes all user data (photos, messages, apps).
How to reset Redmi 9 Pro:
- ๐ฑ Go to Settings. โ The phone. โ Backup and reset โ Resetting settings.
- โ ๏ธ Select Erase All Data (Reset to Factory Settings).
- ๐ Enter the password (if installed) and confirm the action.
- โณ Wait for the process to be completed (5-10 minutes.
โ ๏ธ Attention:
- ๐ฒ Make a backup of all important data (photos, contacts, SMS) Before resetting. Use Mi Cloud, Google Drive or USB-transmission.
- ๐ After the reset, the phone will require you to enter the Xiaomi account that was tied to the reset (Mi Account protection!
- ๐ฑ Apps installed after buying a phone wonโt be restored โ they will have to be installed again.
If the application is still missing after reset, it has been removed from the firmware (for example, when updating MIUI), in which case only flashing the phone to an older version or custom firmware (for example, LineageOS) will help, this is a complex procedure that requires unlocking the bootloader and is risky for beginners.
๐ก
Factory reset is the last chance to bring back system applications, but it erases all user data. Always back up before reset!
Frequent problems and their solutions
Even after a successful recovery, applications may not work properly, and let's look at the common bugs and how to fix them.
Problem 1: The app is installed but does not open or close immediately.
- ๐ Reboot the phone.
- ๐งน Clear the app's cache: Settings โ Annexes โ Select a program โ Clear the cache.
- ๐ฅ Reinstall the app (remove and install again).
- ๐ ๏ธ If it is a system application, try restoring it through ADB (see section 4).
Problem 2: The app doesnโt appear in the menu, but takes up space in the memory.
- ๐ Check Hidden Apps: Swipe your finger up the screen โ press โฎ (three-point) โ Hidden applications.
- โ๏ธ Enable display: Settings โ Main screen screen โ Show hidden applications.
- ๐ Use a file manager (such as Mi File Explorer) and check the folder /data/app file-based.
Problem 3: Once restored from backup, applications are unstable.
- ๐ Update apps through Google Play.
- ๐ถ Check your Internet connection โ some programs require authorization.
- ๐ก๏ธ Disable Mi Optimizer (can block background work): Settings โ Annexes โ Application management โ โฎ โ Special access โ Optimizing the battery.
Problem 4: You canโt install the APK, and you get an โApplication not installedโ error.
- ๐ Make sure that the download is correct. APK (architecture arm64, Redmi 9 Pro is powered by Snapdragon 720G).
- โ๏ธ Include installation from unknown sources (see Section 3).
- ๐๏ธ Remove the remnants of the old version: Settings โ Annexes โ Find the app โ Delete.
- ๐ง Use it. ADB For forced installation: adb install -r -t path/to/file.apk Flag -r replaces an existing application, -t testable.