Why System Applications Are Disappearing and Can They Be Restored?
Removing system applications on Xiaomi, Redmi or Poco is a common problem, especially among users who are trying to make room or get rid of junk software. Unlike conventional programs, system utilities (such as Camera, Phone, Settings or Security) are deeply integrated into MIUI, and removing them can cause device malfunctions, but you can still return them - and you don't always need root.
The reasons for the disappearance of system applications are different:
- ποΈ Manual removal through ADB, Titanium Backup or file manager with superuser rights.
- π Resetting to factory settings, after which some applications did not automatically recover.
- π¦ Incorrect update MIUI, which has been destroyed by standard utilities (for example, FM-radio).
- π οΈ Errors in modifying the firmware (installation of custom ROM patches).
In this article, we will discuss 5 working ways to return a remote system application - from simple (through hidden settings). MIUI) It is important: some methods require unlocked bootloader or debugging. USB, Prepare the device in advance.
Method 1: Recovery through MIUI Hidden Settings (without root)
If you delete an application without superuser rights (e.g., through the standard Settings β Apps menu), it can be returned via the hidden MIUI menu.This method works on most Xiaomi devices with MIUI 12β14 firmware.
Instructions:
- Open the Phone app and type the combination: ##6484## (or #64663## for older versions).
- You will be taken to the MIUI Hidden Settings menu. Select Manage applications.
- In the list, find the remote app (e.g. com.android.camera for Camera) and click Install.
- Confirm the recovery and restart the device.
β οΈ Note: If nothing happens after entering the code, then your version MIUI It doesn't support this method. Try alternative methods.
Enable debugging over USB (Settings β About Phone β MIUI Version β 7 times tap)
Connect your phone to Wi-Fi (to download missing components)
Charge the battery by at least 50%
Make sure there is enough space on the device (minimum 500 MB)-->
Method 2: Install the APK system application manually
If the application has been removed, but APK-You can find the file online, you can install it manually, but there's some nuances:
- π Version. APK must match your firmware version (e.g. com.android.camera for MIUI 14 is not suitable for MIUI 12).
- π Systemic APK Require a Xiaomi signature β download only from trusted sources (e.g, MIUI APK Archive).
- π After installation, you may need to reboot or reset the cache (Settings) β Memory. β Clear the cache).
How to determine:
- Download the APK of the desired application (for example, com.miui.gallery for Gallery).
- Transfer the file to your phone and open it through any file manager.
- If the installation is blocked, allow installation from unknown sources (Settings β Privacy β Special Permits).
- After installation, restart the device.
Example of commands to find the right APK (if you know the name of the package):
adb shell pm list packages | grep "camera"adb shell am start -n com.android.camera/.Camera
(Replace com.android.camera with the right package).-->
Method 3: Recovery through ADB (without root but with PC)
If previous methods didn't work, you can use Android Debug Bridge (ADB), which doesn't require superuser rights, but you need a computer and USB debugging enabled.
Steps:
- Install ADB and Fastboot Tools on PC.
- Connect the phone to your computer and confirm debugging (Allow debugging over USB).
- Open the command line (cmd) in the adb folder and type:
adb shell
pm install-existing --user 0 com.android.cameraReplace com.android.camera with the desired application package. The complete list of system packages can be obtained by the command:
adb shell pm list packages -sβ οΈ Note: If the team returns a mistake INSTALL_FAILED_INVALID_APK, So the application file is corrupted or deleted completely, and then the only way to do that is to flash it.
| Title of the annex | Package name (package name) | Can I Restore It Through ADB? |
|---|---|---|
| Camera. | com.android.camera | Yes. |
| Phone. | com.android.dialer | Yes. |
| Settings | com.android.settings | No (requires firmware) |
| FM-radio | com.miui.fm | Yes. |
| Security (Security) | com.miui.securitycenter | Partially (reset may be required) |
Method 4: Recovery through MIUI backup
If you backed up an application with MIUI Backup before you uninstalled it, it can only be returned from the archive if:
- π Backup was created before the application was removed.
- π You didn't reset your phone to factory settings after you created the backup.
- π± The device was not refashioned to another version. MIUI.
How to restore:
- Open Settings β About Phone β Backup and Reset β Local Backups.
- Select the right backup and click Restore.
- In the data list, tick the Applications and confirm the recovery.
Important: Recovery from the backup can overwrite current data (SMS, calls, settings). Before the procedure, make a new backup of important files.
What to do if the backup is damaged?
Method 5: Flashing the device (extreme case)
If none of these methods work, you just have to reflash the phone, which is a radical way that will bring back all the system applications, but erase user data.
- π Update via Recovery (saves data but requires official firmware).
- π₯ Clean installation via Fastboot (full reset, but guaranteed to restore all system files).
- π οΈ Install custom firmware (e.g. Pixel Experience or LineageOS, but lose support) MIUI-fit).
Instructions for Fastboot firmware (on the example of Redmi Note 10 Pro):
- Download the official firmware for your model from the Xiaomi Firmware website.
- Unpack the archive and place the folder in the root of the C:\ disk.
- Connect your phone in Fastboot mode (clip Volume Down + Power when the device is off).
- Launch the file. flash_all.bat (for Windows) or run a command in cmd:
fastboot flash allβ οΈ Note: Fastboot flashing will delete all data, including photos and apps. Backup your PC or cloud. Also make sure the firmware version is compatible with your model - the wrong file can brick your device.
π‘
If after flashing the phone does not turn on or stuck on the logo MIUI, Try to go to Recovery (Loudness up). + Food) and do the wipe data/factory reset.
Frequent Mistakes and How to Avoid Them
When trying to return a system application, users often face typical problems, and here are the most common ways to solve them:
| Mistake. | Reason. | Decision |
|---|---|---|
| INSTALL_FAILED_INVALID_APK | APK file is corrupted or not compatible with MIUI version | Download the original APK from MIUI APK Archive or use ADB |
| The application is installed but not opened | No dependencies (libraries or services) | Install missing packages (e.g. com.google.android.gms for Google services) |
| After recovery, data (for example, call history) is lost | The app has been reinstalled from scratch | Recover data from the backup or sync with the Mi Account |
| adb: device unauthorized | Not confirmed debugging on USB on the phone | Disconnect/connect the cable and confirm the request on the phone |
Another common problem is the disappearance of the application after updating. MIUI. This is because the new firmware version may not include some utilities (e.g, FM-radio IR-The remote control, in which case it will help:
- π Searching for alternatives APK for your version MIUI.
- π Reverse to previous firmware (if the function is critically important).
- π οΈ Use of third-party analogues (e.g. Spirit) FM instead of a standard radio).