Remove an important application with Xiaomi Redmi and don't know how to get it back? Don't panic - in 90% of cases, the program can be restored in a few minutes. The problem is that on Xiaomi smartphones with MIUI firmware, standard Android methods do not always work due to the features of the shell. For example, some system applications can not be re-installed through Google Play, and MIUI backup functions are often disabled by default.
In this article, we will understand 5 proven ways to restore applications - from basic (via the app store) to advanced (using the application store) ADB We will pay special attention to the nuances of firmware. MIUI 14/15, You will also learn how to return pre-installed Xiaomi applications (such as Mi Browser or Security) that cannot be downloaded from the Play Market.
If you accidentally delete the app, first check the Recycle Bin folder in the app menu (available on MIUI 12+). It stores the deleted programs for 30 days. If the Recycle Bin is empty, go to the methods below.
1. Restore via Google Play (for custom apps)
The easiest way to return a remote app is to reinstall it from Google Play, which works for all programs downloaded from the official store, but is not suitable for pre-installed Xiaomi apps (such as Mi Video or Themes).
To find the remote app:
- Open Google Play.
- Slip on the profile icon in the upper right corner β App and device management.
- Go to the Installed tab β Not installed.
- Find the desired application in the list and click Install.
If the application does not appear in the list:
- π Check that you are logged in to the same Google account from which it was established.
- π± Make sure that the smartphone is enabled data synchronization (Settings) β Accounts. β Google β Synchronization).
- π Try to find the app through a search in the Play Market by name.
β οΈ Note: If an app was removed as βjunkβ via the Security App (such as Cleaner or Boost), it could have been labeled βmalicious.β In this case, check its reputation on Google Play or VirusTotal before installing it.
π‘
If the app is paid and you bought it, it will remain in your Play Market library even after you delete it.
2.Restore pre-installed Xiaomi apps
Many Xiaomi system apps (e.g. Mi Browser, Mi Video, Security) cannot be downloaded from Google Play. If you delete them, you can return them in two ways:
Method 1: Through MIUI Laboratory (powered by MIUI 12-15):
- Open the Settings. β The phone.
- Tap MIUI 5-7 times until the notification βYou became a developerβ appears.
- Go back to Settings β Additional β MIUI Lab.
- Find the Recovery Applications section and select the one you want.
Method 2: Through APK-file (if the laboratory does not help):
- π² Download. APK the desired application from an official source (for example, APKCombo or APKMirror).
- π Make sure the version APK Compatible with your firmware (check in Settings) β The phone. β Version. MIUI).
- π₯ Install the file by allowing installation from unknown sources (Settings) β Annexes β Special permits β Installation of unknown applications).
β οΈ Attention: Installation APK Unverified sources may result in the blocking of Mi Account (if the application is modified.
| Annex | Can I recover it through the MIUI Lab? | Alternative method |
|---|---|---|
| Mi Browser | β Yes. | APK with APKMirror |
| Security (Security) | β Yes. | Resetting settings (see section 5) |
| Mi Video | β Yes. | Installation via ADB |
| Themes (Themes) | β No. | Only through firmware or ADB |
| Calculator (calculator) | β Yes. | Any alternative calculator from the Play Market |
3. Use of a backup copy of MIUI
If your Xiaomi Redmi has backup enabled, you can restore the remote app along with its data, which only works if the copy was created before it was deleted.
How to check and restore:
- Open Settings β Additional β Backup and Reset.
- Check if there are current copies in the Local Backup section.
- If there is a copy, tap it β Restore β select Apps.
- Confirm the recovery and wait until it is completed (may take 5-15 minutes).
If you donβt have local copies, check out the Mi Cloud:
- π± Make sure you are logged in to your Mi Account (Settings) β Xiaomi account).
- π₯οΈ Go to i.mi.com from your computer.
- π In the Devices section, find a backup of your Redmi and restore it.
What to do if the backup is damaged?
Important: MIUI backups not only store applications, but also their data (such as saving games or settings). If you only need to return the application itself, this method is redundant.
4. Recovery through ADB (for power users)
If standard methods donβt work, you can try to restore the application via Android Debug Bridge (ADB), which is suitable for returning system applications that canβt be installed in the usual way (for example, Themes or Mi Remote).
Step-by-step:
- Download and install ADB Tools on your computer.
- Turn on USB Debugging on Smartphone: Settings β About Phone β MIUI Version (Tap 7 Times) Settings β Additional β For Developers β Debugging on USB
- Connect Redmi to your computer via USB (select File Transfer mode).
- Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with ADB.
- Enter the command to check the connection: adb devices (should display the name of your device).
- Install the remote application by its batch name, for example, for Mi Browser: adb shell cmd package install-existing com.android.browser
How to find out the package name of the application:
- π Use the command adb shell pm list packages | grep "miui" to view all system applications.
- π Find the name of the app you want in the list (e.g. com.miui.videoplayer for Mi Video).
- π Look for a packet name on forums (for example, XDA Developers).
Install ADB Tools on PC
Enable debugging by USB on a smartphone
Connect the phone in the mode "File transfer"
Check the connection of the team `adb devices`
Find the batch name of the desired application-->
β οΈ Attention: Misuse of the right ADB Do not delete system packets with the adb uninstall command, which can make the phone inoperable.
5. Resetting settings to factory (extreme case)
If none of the methods worked, the last option is a complete reset, which will return all pre-installed Xiaomi apps, but delete all user data (photos, contacts, messages).
- π± Remote application is critical to the phone (e.g. Security or Settings).
- π You have made a backup copy of the data (see Section 3).
- π οΈ Other recovery methods did not help.
How to perform the reset:
- Open Settings β Additional β Backup and Reset.
- Select Resetting β Erase all data.
- Enter a password (if required) and confirm the action.
- After the reboot, the phone will be like new β all pre-installed apps will return.
Alternative: If the reset didn't help (for example, the firmware is damaged), try reflashing the phone via Fastboot or Recovery.Instructions for your Redmi model, look at the official Xiaomi website.
π‘
Resetting is a nuclear option, only use it if other methods have failed and you are ready to lose all the data on your phone.
6. How to avoid losing apps in the future
To avoid the problem of remote applications again, follow these tips:
- π Turn off automatic cleaning in Security App: Security β Cleanup β βοΈ Settings β Autocleaning (disable)
- π¦ Regularly create backups: Settings β Additionally. β Backup and reset β Local backups
- π± Use alternative launchers (like Nova Launcher), where remote applications donβt disappear completely, but hide.
- π Check the permissions of applications before uninstalling β some programs (such as Google Services) are critical to the system.
If you frequently delete and restore applications, consider using cloned applications (such as Parallel Space or 2Accounts) that allow you to run copies of programs without risking losing them.