Have you removed a standard Xiaomi app β like Calendar, Weather or Phone β and now you canβt find it on Google Play? Or have branded utilities like Mi Remote or Security disappeared after resetting? This problem is familiar to many owners of smartphones on MIUI. Unlike most Android devices, Xiaomi system applications are often not available for download through standard stores, and their removal can disrupt the stability of the firmware.
In this article, we will discuss 5 official and alternative ways to return standard applications to Xiaomi, Redmi or other popular apps. POCO β from recovery MIUI Store before manual installation APK-You'll also learn which applications can't be removed without risking the system, and how to avoid errors when you re-install them. MIUI 12β14 and models, Released after 2018.
1.Official method: recovery through MIUI Store
The safest method is to use the built-in Xiaomi app store, which automatically determines the model of your device and offers only compatible versions of system utilities.
1. Open the MIUI Store app (an icon with a blue package and a white box). If it's not available, download it from the official website.
2. enter the name of the remote application in the search box (for example, Mi Calculator or Mi Video).
3. Click on the result marked "System" or "Official" - this is a guarantee of compatibility with your firmware.
- β Pros: Automatic compatibility check, no risk of malware installation.
- β Cons: Not all apps are available (e.g. Mi Pay may not be available in some regions).
β οΈ Attention: If in MIUI Store does not have the right application, do not download it from unknown sites - this can lead to conflicts with firmware or data leakage.
2. Download APK from the official Xiaomi repository
Xiaomi maintains an open repository of system applications for developers and advanced users. APK-files without modifications:
https://github.com/MiCode/Xiaomi_Kernel_OpenSource (section miui_app).
How to download:
- Go to the releases or tags section of the repository.
- Find a folder with your firmware name (e.g. MIUI 14.0.5).
- Download the file with the.apk extension for the desired application.
- Install the APK manually by allowing installation from unknown sources (Settings β Applications β Special Rights).
An example of a path for the Gallery:
miui_Gallery_V6.0.1.230620.5f1a1b2d-44.apkπ‘
Before installing, check the firmware version in Settings β About Phone β MIUI version. Install APK only for your version - otherwise the application may not work.
| Annex | Name of name APK-file | Minimum version of MIUI |
|---|---|---|
| Calendar | miui_Calendar_*.apk | 12.5 |
| Weather. | miui_Weather_*.apk | 13.0 |
| Mi Remote | miui_MiRemote_*.apk | 11.0 |
| Security (Security) | miui_SecurityCenter_*.apk | 14.0 |
3. Recovery through ADB (for power users)
If the app was removed with root permissions or through ADB, it can be returned by a recovery command, which requires connecting the smartphone to a PC and installing Android Debug Bridge.
Step-by-step:
Install Xiaomi drivers on PC| Enable debugging over USB (Settings β About Phone β MIUI Version (7 times) β Developers β USB Debugging)| Download ADB platform from Google | Connect phone to PC via cable-->
Then execute commands in the terminal:
adb shell
pm install-existing --user 0 com.miui.calendar # example for CalendarList of packages of popular applications:
- π Calendar: com.miui.calendar
- βοΈ Weather: com.miui.weather2
- π Security: com.miui.securitycenter
- πΊ Mi Video: com.miui.videoplayer
β οΈ Attention: Misuse of the right ADB If you are not sure about the commands, use the other methods in this article.
Calendar|Weather.|Mi Remote|Security|Other-->
4.Alternative sources: APKMirror and APKPure
If the official methods did not help, you can download APK from trusted third-party resources, the main thing is to choose versions adapted for MIUI.
- πΉ APKMirror β checks files for viruses and provides version history.
- πΉ APKPure β has a section with Xiaomi apps, but requires caution when downloading.
How to find:
- Type the name of the app + Xiaomi (e.g. Mi Calculator Xiaomi) into a search.
- Select the version marked βNo adsβ or βOriginalβ.
- Check reviews and ratings β official APKs usually have 4.5+ stars.
Example of a secure page on APKMirror:
How to distinguish the original APK from the fake?
5. Resetting settings to factory (extreme case)
If none of these methods worked, you'll have a complete reset, which will bring back all the standard applications, but delete the user data.
- π± Make a backup copy through Settings β Additionally. β Backup.
- π Charge your phone at least 50%.
- π‘ Connect to Wi-Fi β after the reset you will need to download updates.
How to reset:
- Select βErase all dataβ.
β οΈ Note: Mi Account-locked models (such as Redmi Note 10 Pro) may require a username and password from your Xiaomi account to be reset!
π‘
Resetting is the last option. Try all the other methods first, as the procedure takes 10 to 30 minutes and requires resetting the phone.
What standard Xiaomi apps canβt be removed?
Some system utilities are critical to MIUI operation, and their removal may result in:
- π Cyclical reboot (bootloop).
- π΅ Network loss (if you delete com.android.phone).
- π Quick battery discharge (due to failures in com.miui.powerkeeper).
List of prohibited applications for removal:
| Annex | Package | Effects of removal |
|---|---|---|
| System launcher | com.miui.home | Phone won't load. |
| Phone (bell) | com.android.phone | No calls and SMS |
| Settings | com.android.settings | You can't change the parameters. |
| Mi Account | com.xiaomi.account | Account lockdown |
If you have already removed one of these apps, donβt try to restore it manually β reset your settings right away or reflash your device via Fastboot.