Why apps are disappearing from Xiaomi and can they be restored?
Deleting apps on Xiaomi, Redmi or POCO smartphones is not always reversible, but 90% of the time, the program can be returned. The reasons for disappearance are diverse, from accidental tap on the Remove button to system failures after the MIUI update. Most often, users lose standard applications (for example, Camera, Gallery or Phone) that do not appear in Google Play, or third-party programs deleted with the cache.
It is important to understand the difference between โdeletingโ and โdisabling.โ If an application is simply disabled (the grey icon on the menu), it can be returned in 2 clicks. If it is deleted (the icon is gone completely), more complex manipulations will be required, from recovering from a backup to using ADB. In this article, we will discuss all the current methods, including those that work even after resetting.
Before you start, check:
- ๐ Is the application in the list disabled (Settings) โ Annexes โ Application management โ Disconnected).
- ๐ฑ Is it hidden in the menu (swipe down on the main screen and type the name in the search).
- ๐๏ธ Does it fall under the category of โsystemicโ that cannot be removed without root rights.
Method 1: Recovery through โDisabled Applicationsโ
The fastest method is if the application is not deleted, but only deactivated, which often happens after the MIUI update, when the system automatically disables rarely used programs to save resources, and you can return them without third-party tools:
- Open Settings โ Applications โ Application Management.
- Slip on the three dots in the upper right corner and select Disconnected Apps.
- Find the desired application in the list and click on it.
- Select Enable (or Activate in new versions of MIUI).
If the app is not on this list, it's removed completely.
โ ๏ธ Note: Some system applications (such as Mi Video or Mi Music) may not appear in this menu even if they are disabled. โ System system โ Resetting settings โ Resetting application settings.
โ๏ธ Preparations for recovery
Method 2: Reinstall via Google Play or Mi App Store
If the app was installed from Google Play or Mi App Store, it can be returned with a standard reinstallation.
- ๐ฑ Xiaomiโs standard apps (such as Themes, Security) are often not available in stores.
- ๐ Applications with backups (such as WhatsApp or Viber) will recover data after reinstalling if synchronization was enabled.
- ๐ซ Remote system APK (for example, the camera or FM-radio) will not appear in the store search.
Instructions for third-party applications:
- Open the Google Play or Mi App Store.
- Enter the name of the application in the search bar.
- If it was installed earlier, next to the button Set will appear the icon of the cloud โฌ๏ธ โ tap him.
- Confirm the installation and wait for completion.
| Type of application | Can I reinstall it through Google Play? | Alternative method |
|---|---|---|
| Third-party (WhatsApp, Instagram) | โ Yes. | Backup from Mi Cloud |
| System (Camera, Telephone) | โ No. | ADB or firmware |
| Games (PUBG, Genshin Impact) | โ Yes. | Savings in the game account |
| Xiaomi apps (Themes, Mi Home) | โ ๏ธ Partially (depending on the model) | Mi App Store or APK |
๐ก
If the app is not on Google Play, try downloading it. APK from the official developer site or a trusted source (such as APKMirror) Make sure the version is compatible with your firmware. MIUI.
Method 3: Restore from Mi Cloud or Google Drive backup
If you have synced with Mi Cloud or Google Drive on your smartphone, the chances of returning remote apps and their data are much higher. Xiaomi automatically backs up once a week, but only when connected to Wi-Fi and battery is > 20%.
Recovery through Mi Cloud:
- Go to Settings โ About Phone โ Backup and Reset โ Restore from Backup.
- Select the latest backup (check the date of creation).
- Check Applications and data (or System settings if you need to return standard programs).
- Click Restore and wait until the process is completed (the process can take up to 30 minutes).
Recovery via Google Drive:
- ๐ฑ Suitable only for apps installed through Google Play.
- ๐ Requires authorization in the same Google account as when you create a copy.
- โ ๏ธ Does not restore system applications Xiaomi.
โ ๏ธ Note: Restore from the backup will overwrite the current application data. If you created new files (e.g., chats in Telegram) after deleting the program, they will be lost.
Method 4: Install APK system applications manually
If a standard application (e.g. Camera, Gallery or FM-radio) has been removed and re-installed through the store is not possible, there is still a manual option APK. It's gonna take a while:
- ๐ฑ File. APK the desired application (you can download on the forums Xiaomi, for example, xiaomi.eu or 4PDA).
- ๐ง Permission to install from unknown sources (Settings) โ Annexes โ Special access โ Installation of unknown applications).
- โ๏ธ Compatible version APK (must conform to the version MIUI and smartphone models).
Step-by-step:
- Download. APK-file on a smartphone (for example, MiCamera.apk camera-apply).
- Open any file manager (e.g. Files by Google or Explorer).
- Find the downloaded APK and tap it.
- Confirm installation by ignoring security warnings (if the file is taken from a verified source).
- Reboot your smartphone.
Critical: Installing an APK from third-party developers can lead to system conflicts or vulnerabilities. Always check the hash file (MD5) for compliance with the original and download only from official resources.
Where to find the original APKs for Xiaomi?
Method 5: Recovery through ADB (for power users)
If none of the previous methods worked, the ADB (Android Debug Bridge) is a low-level Android management tool that allows you to return even those applications that were removed along with their data, warning: the wrong commands can disrupt the system.
What you need:
- ๐ฅ๏ธ Computer with installed ADB and Fastboot.
- ๐ฑ Included debugging by USB on a smartphone (Settings) โ The phone. โ Version. MIUI โ 7 times tap the version number โ return to additional settings โ Developer parameters โ Debugging by USB).
- ๐ Cable USB (preferably original).
Instructions:
- Connect your smartphone to your PC and confirm the debugging permission.
- Open the command line (Windows) or terminal (macOS/Linux) in the adb folder.
- Enter the command to check the connection: adb devices must display the serial number of the device.
- Find out the name of the remote application package (e.g. com.android.camera for the camera). Use adb shell pm list packages -d (a list of all disabled packages).
- Restore the application by command: adb shell cmd package install-existing <name packet> For example: adb shell cmd package install-existing com.android.camera
- Reboot your smartphone: adb reboot
โ ๏ธ Note: Install-existing command only works if APK-The application file is still present in the system, but deactivated. If the application is deleted completely (including: APK), This method will not help - you will need firmware.
๐ก
ADB is the most powerful tool for system application recovery, but it requires caution.One error in the team can cause MIUI to crash.
What to do if nothing helps: extreme measures
If all of these methods fail, radical methods remain, and should only be used if the lost application is critical (e.g., Camera or Phone) and other alternatives are not suitable.
- ๐ Reset to factory settings (return all standard applications but delete user data). โ System system โ Resetting settings โ Erase all data.
- ๐ฅ Fastboot Flashing (full system recovery, requires PC and official firmware) instructions are available on xiaomi.eu.
- ๐ ๏ธ Getting root rights (allows you to recover any files, but deprives you of warranties and can violate security).
Pre-discharge warnings:
- Save all important data (photos, contacts, messages) to an external drive or to the cloud.
- Make sure you have access to your Mi Account โ you will need confirmation after the reset.
- Charge your smartphone by at least 50% โ interruption of the process can lead to a โbrickโ (inoperability of the device).
If you are not sure of your abilities, it is better to contact the Xiaomi service center. The cost of restoring system applications usually does not exceed 1-2 thousand rubles, but you will avoid the risk of permanently losing data.