Where to download standard Xiaomi apps: 5 proven ways to restore

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:

  1. Go to the releases or tags section of the repository.
  2. Find a folder with your firmware name (e.g. MIUI 14.0.5).
  3. Download the file with the.apk extension for the desired application.
  4. 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.

AnnexName of name APK-fileMinimum version of MIUI
Calendarmiui_Calendar_*.apk12.5
Weather.miui_Weather_*.apk13.0
Mi Remotemiui_MiRemote_*.apk11.0
Security (Security)miui_SecurityCenter_*.apk14.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 Calendar

List 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:

  1. Type the name of the app + Xiaomi (e.g. Mi Calculator Xiaomi) into a search.
  2. Select the version marked β€œNo ads” or β€œOriginal”.
  3. 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?
1. Check the publisher – it must be Xiaomi Inc. or Miui System>. 2. Check the hash file (MD5) with official data on Xiaomi forums. 3. Make sure the file is digitally signed by Xiaomi (can be checked through the APK Analyzer app).

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:

  1. 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:

AnnexPackageEffects of removal
System launchercom.miui.homePhone won't load.
Phone (bell)com.android.phoneNo calls and SMS
Settingscom.android.settingsYou can't change the parameters.
Mi Accountcom.xiaomi.accountAccount 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.

FAQ: Frequent questions about Xiaomi app recovery

Can I return a remote application without resetting?
Yes, 80% of the time, the methods in this article help: MIUI Store, official APK or ADB. Reset is only needed if critical system software is removed.
Why is there no standard Xiaomi apps on Google Play?
Xiaomi distributes system utilities through its own channels (MIUI Store, firmware). Google Play contains only generic versions (such as Mi Home for smart home), which may not be suitable for your model.
How to find out the name of the remote application package?
Use the App Inspector app (available on Google Play) or the adb shell pm list packages | grep 'miui' command to output a list of all Xiaomi packages.
Can I install a standard app from another Xiaomi smartphone?
Technically, yes, but it's risky. Apps are optimized for specific models and MIUI versions. For example, a camera with a Redmi Note 12 won't work properly on a POCO X5.
What to do if the application crashes after recovery?
Clear the cache and application data (Settings β†’ Applications β†’ Select App β†’ Storage β†’ Clean). If it doesn’t help, reinstall the APK from the official source.