Why Xiaomi System Apps Are Losing and How to Fix It
System applications like Xiaomi, Redmi and POCO are often victims of βcleaningβ by users who want to make room or get rid of unnecessary software. However, after removing programs like Mi Video, Mi Music, GetApps or Security, owners face system errors, inability to update or even βoutβ the interface. Unlike conventional applications, stock utilities are deeply integrated into MIUI, and their absence can disrupt the smartphone.
In this article, we will discuss 5 proven ways to restore system applications on Xiaomi, including methods without root rights and using ADB. Particular attention will be paid to the nuances for different versions of MIUI (12 to 14) and smartphone models - from budget Redmi Note to flagship Xiaomi 13.
Before you start your recovery, make sure that the problem is the lack of system software.
- π Constant reboots after update MIUI
- βοΈ Disappearance of items in the settings menu (for example, Security or Topics)
- π± The βApplication Stoppedβ Error When Starting Camera or Gallery
- π Blocking access to features like Game Turbo or Second Space
Method 1: Recovery through MIUI Lab (without root)
The easiest method is to use the built-in MIUI Lab feature, which is available on most devices with MIUI 12 and later, which does not require a PC connection and works even on locked bootloaders.
Instructions:
- Open the Settings app β The phone.
- Tap 5-7 times on the MIUI version until the notification βYou became a developerβ appears.
- Return to the main Settings menu β Additional β MIUI Lab.
- Select Application Recovery (or Application Management β Restore).
- Tick the necessary system applications and click Restore.
β οΈ Note: On some firmware (for example, MIUI 13 Global) the "Laboratory" item may not be available, in which case try an alternative path: Settings β Special facilities β Laboratory MIUI.
Make a backup copy of the data
Charge your phone at least 50%
Connect to a stable Wi-Fi
Disable VPN (if used)
-->
| Xiaomi model | Support of MIUI Laboratory | An alternative path |
|---|---|---|
| Redmi Note 10/11 | Yes (MIUI 12.5+) | Settings β About the phone β Additional settings |
| POCO X3 Pro | Yes (only on Global ROM) | Settings β System β Advanced |
| Xiaomi 12T | Yes (MIUI 13+) | Settings β Accounts β Laboratory |
| Redmi 9A | No (budget firmware) | Use ADB or Fastboot |
Method 2: Install APK system applications manually
If the Laboratory MIUI It didnβt help, we can try to install it. APK-Manual system application files. It's important to use the original versions specifically for your model and version. MIUI β Otherwise, conflicts may be possible.
Where to get APK:
- π Official Xiaomi Forum (section "ROM & Recovery β Look for themes with your model name.
- π Firmware archives on sites like Xiaomifirmwareupdater.com (in folder) /system/app/).
- π€ Telegram channels like MIUI Updates Tracker or Xiaomi Firmware.
How to determine:
- Download the APK of the desired application (for example, MiGallery.apk for the gallery).
- Transfer the file to your phone (internal memory or SD-map).
- Install any file manager with access to root folders (such as Solid Explorer or FX File Explorer).
- Through the manager, move the APK to /system/priv-app/ (root rights required) or simply install it as a regular application.
- Reset the device.
π‘
Before installing an APK, check its digital signature! Fake files may contain malicious code. Use services like VirusTotal or APKMirror to check.
β οΈ Note: Installation of incompatible versions APK If the phone doesn't turn on after installation, you'll have to refashion the device via Fastboot.
Method 3: Recovery through ADB (for power users)
If the first two methods donβt work, Android Debug Bridge (ADB), a debugging tool that allows you to manage system files without root, will come to the rescue.
What you need:
- π₯οΈ Computer with Windows/Linux/macOS
- π USB-cable (preferably original)
- π¦ Installed drivers Xiaomi and ADB Tools
- π APK-System application files (see Method 2)
Step-by-step:
1. Enable debugging over USB:
Settings β About the phone β MIUI version (shap 7 times)
Settings β Additional β For developers β Debugging by USB (enable)
2 Connect the phone to the PC and confirm trust in the computer.
3. Open the command line (Windows) or terminal (Linux/macOS) and type:
adb devices
(Your device should be displayed)
4. Copy the APK to the system folder:
adb push MiGallery.apk /sdcard/
adb shell
su
mount -o rw,remount /system
cp /sdcard/MiGallery.apk /system/priv-app/
chmod 644 /system/priv-app/MiGallery.apk
rebootπΉ Important: Su and mount commands require root access. If you don't, use an alternative method with root access. ADB install (but less reliable for system applications).
What if the ADB canβt see the device?
Method 4: Fastboot Flashing (extreme case)
If system applications were removed along with critical libraries, a complete flashing of the device may be required, which will restore MIUI to factory status but remove all data from internal memory.
What needs to be done:
- Download the official firmware for your model from en.miui.com/a-234.html (select the Fastboot version, not Recovery).
- Unpack the archive in a folder on a PC (for example, C:\miui_fastboot).
- Install the Mi Flash Tool (the official utility from Xiaomi).
- Download your phone to Fastboot mode: Turn off the device, then press Power + Vol Down.
- Connect your phone to your PC and launch the Mi Flash Tool. Select the firmware folder and press Refresh β Flash.
β οΈ Note: Do not use firmware from third-party developers (such as LineageOS or Pixel Experience) - they may not contain the original Xiaomi system applications. ROM global).
| Type of firmware | Are the data stored? | Do you need unlocking? |
|---|---|---|
| Fastboot (official) | β No. | β Yes. |
| Recovery (via TWRP) | β Yes (unless formatted) /data) | β Yes. |
| OTA-update | β Yes. | β No. |
Method 5: Using TWRP and Magisk (for advanced users)
If you have custom TWRP recaps installed and you have root access through Magisk, you can restore system applications using special modules or backups.
Instructions:
- Download the MIUI System App Restorer for Magisk (available on the XDA Developers forum).
- Install the module through Magisk Manager and restart.
- After the reboot, open Settings β Magisk β Modules and activate the recovery.
- Alternatively, restore the /system/app/ backup folder via TWRP (if it was done earlier).
πΉ Advantages of the method:
- π§ Ability to selectively restore individual applications.
- π Saving user data (when properly configured).
- π‘οΈ Protection against re-deletion through Magisk rules.
β οΈ Note: Use of Magisk and TWRP This can lead to the blocking of banking applications (due to the SafetyNet trigger).To avoid this, install the MagiskHide Props Config module and activate root masking.
π‘
Using TWRP and Magisk is the most flexible way, but requires an unlocked bootloader and risks voiding the warranty.
What system applications can not be removed on Xiaomi
Not all stock applications are equally useful, but some are critical to the stable operation of MIUI. Their removal can lead to serious failures, up to a brick (inoperable device).
- π« com.android.phone β responsible for phone calls and mobile network.
- π« com.miui.securitycenter β the core of the security system MIUI.
- π« com.miui.home β launcher (desktop) Xiaomi.
- π« com.android.settings β System settings.
- π« com.miui.systemAdSolution β manages advertising in the MIUI (Removal will lead to interface errors).
- π« com.lbe.security.miui β antivirus and application permissions.
π How to check which application is system:
- Install App Inspector from Google Play.
- Open a list of all applications and sort by System type.
- Check the installation path: if it starts with /system/, it is dangerous to remove such an application.
If you have already removed something from this list, restore it immediately via ADB or Fastboot β the consequences may not appear immediately, but after a few days (for example, after the MIUI update).
How to prevent re-deleting system applications
To avoid problems in the future, follow these rules:
- π Turn off root access for applications like Titanium Backup or SD Maid if you donβt use them all the time.
- π Keep a list of remote apps (such as Google Keep) to know what to restore.
- π Update regularly MIUI β New firmware versions can automatically restore missing system components.
- π‘οΈ Install the Disable Flags Magisk module to block the removal of critical applications.
π‘ Useful tip: Instead of removing system applications, disable them through settings: Settings β Annexes β Application management β [Select the application] β Shut down.
This will free up RAM and hide the icons, but save the files in place.
π‘
Disabling system applications is safer than uninstalling, but some features (such as themes or game mode) may not work properly.