How to restore the system application on Xiaomi Redmi Note 9: 5 working methods

Xiaomi Redmi Note 9 is one of the most popular smartphones in the budget segment, but even it is not immune to problems with system applications. Users often face a situation when after updating MIUI, unsuccessful rooting or accidental removal through ADB disappear standard utilities: Camera, Phone, Settings or Google Services. Unlike conventional programs, system applications can not just download from the Play Market – their recovery requires special methods.

In this article, we will discuss 5 proven ways to return the system applications to the Redmi Note 9 (models M2003J15SC/M2003J15SS), including methods without root rights and using ADB. Particular attention will be paid to the nuances for different versions of MIUI (12-14) and the potential risks that can lead to a β€œbrick” device if you do not believe in your skills, we recommend starting with the safest methods (sections 2 and 3).

1.Why the system applications on the Redmi Note 9 are missing

Before you start to recover, it is important to understand the cause of the problem. On the Redmi Note 9, system applications can disappear or stop working for the following reasons:

  • πŸ”„ Update MIUI β€” Sometimes new versions of the firmware "forget" to install critical APK-Files (especially relevant for betas) MIUI 14).
  • πŸ—‘οΈ Manual removal - through ADB, Titanium Backup or pm uninstall commands -k --user 0.
  • πŸ› οΈ Incorrect rooting – modification of the system partition (/system) backup.
  • 🦠 Viruses or β€œoptimizers” – some programs (such as Clean Master) aggressively clean the cache of system applications.
  • πŸ”§ Resetting – Incomplete reset via Recovery can leave β€œholes” in system files.

The most dangerous situation is when the Settings app (com.android.settings) disappears, in which case the smartphone becomes almost unusable, since you can not set up Wi-Fi, sound or accounts. Fortunately, even in such cases there are solutions - read about this in section 4.

⚠️ Warning: If all system applications are missing at the same time (the download screen hangs on the Redmi logo), this is a sign of partition damage. /system. In this case, only flashing through Fastboot will help - see the section 5.

πŸ“Š What version? MIUI It is installed on your Redmi Note 9?
MIUI 12
MIUI 13
MIUI 14 (stable)
MIUI 14 (beta)
I don't know.

2. Recovery via Application Settings Reset (without ADB)

The easiest and safest method is to use the built-in application setting reset feature, which is suitable if:

  • βœ… The app appears in the menu but does not start (flys out or shows an error).
  • βœ… Only some system utilities (e.g., Camera or System) are missing. FM-radio).
  • βœ… No access to ADB computer.

Instructions:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Click on the three dots in the top right corner and select "Reset App Settings."
  3. Confirm action. The smartphone will reboot.

This method restores standard resolutions and cache for all applications, including system ones, but it won’t help if APK files are physically deleted from the device’s memory.

πŸ’‘

If the app doesn’t work after reset, try to clean its cache manually: Settings β†’ Apps β†’ [App Name] β†’ Storage β†’ Clear the cache.

3. Installation of the APK system application manually

If the system application has been removed, but APK-You can find the file online, you can install it manually.This method works for most standard Xiaomi utilities, except Settings and Launcher (their recovery requires root or root). ADB).

Where to get APK:

  • 🌐 Official sources: APK Support Xiaomi (system archive) APK different versions MIUI). Xiaomi Firmware Updater (select your model and version) MIUI, then download the file system.apk firmware).
  • πŸ” Alternative sources: APKMirror (see the name of the app) + "Xiaomi”). Telegram channels, like @XiaomiAPK (But be careful with viruses!).

How to determine:

  1. Download. APK-file on a smartphone (for example, MiCamera.apk camera).
  2. Enable installation from unknown sources: Settings β†’ Privacy β†’ Special permissions β†’ Install unknown applications (select file manager).
  3. Run APK installation through any file manager (e.g. Files by Google).
  4. After installation, restart the device.
AnnexPacket name (to search for APK)MIUI versionNotes
Camera.com.android.camera12–14Requires additional libraries (libmiicamera.so)
Phone.com.android.contacts12–14It may not work without com.android.dialer
FM-radiocom.miui.fm12–13MIUI 14 is removed by default
Weather.com.miui.weather212–14Requires access to geolocation

⚠️ Attention: Installation APK different version MIUI or a smartphone model can cause a cyclical reboot or an "App Stopped" error. Always check the file's compatibility with your firmware!

The name of the package coincides with the remote application|Version. MIUI description APK match yours|File downloaded from a verified source|Backup copy of data created-->

4. Restoration through ADB (no root rights)

If the system application has been removed through ADB a command of pm uninstall, it can be returned by re-installing APK This method doesn't require root, but it needs a computer with the right flags installed. ADB-driver.

Preparation:

  1. Download Google’s Platform Tools and unpack it into the C:\platform-tools folder.
  2. Enable USB debugging on your smartphone: Settings β†’ About Phone β†’ MIUI version (click 7 times until the message β€œYou became a developer” appears), then Settings β†’ Additional β†’ For developers β†’ Debugging by USB.
  3. Connect the Redmi Note 9 to your computer and confirm debugging access.

Recovery teams:

adb devices # Checking the connection


adb shell pm list packages # List of all installed packages




adb install -r -d --fastdeploy name apk # Installation with replacement

For applications that have been removed with the --user 0 flag, use:

adb shell cmd package install-existing com.android.camera

If the APK requires installation in the system partition (e.g. Settings), you will need root or firmware.

What if the ADB can’t see the device?
1. Check if debugging is included on USB 2. Install drivers for Xiaomi from the Mi site PC Suite. 3. Try another one. USB-cable (preferably original). 4. In Windows Device Manager, check if there is an exclamation point next to Android Device.

5. Flashing through Fastboot (extreme case)

If none of the previous methods worked, or system applications disappeared after a failed update, only a complete flashing through Fastboot remains, which will return the smartphone to the factory state, but deletes all data from internal memory (photos, messages, applications).

What you need:

  • πŸ–₯️ Computer with Windows/Linux and installed Fastboot drivers.
  • πŸ”Œ Original. USB-cable (do not use cheap Chinese cables!).
  • πŸ“₯ Fastboot for Redmi Note 9 (download from Xiaomi Firmware Updater).
  • πŸ”‹ Battery charge of at least 50%.

Step-by-step:

  1. Unpack the archive with firmware in a folder C:\fastboot_rom.
  2. Turn off your smartphone and press Power + Vol Down to log into Fastboot (a picture of a rabbit with the inscription Fastboot will appear).
  3. Connect the device to the computer and launch the file flash_all.bat (for Windows or flash_all.sh (for Linux/Mac).
  4. Wait for the process to be completed (about 5-10 minutes) and the smartphone will reboot automatically.

⚠️ Note: Do not interrupt the firmware process or disable it USB-This can lead to a full blink (inability to turn on the device) if the firmware is getting stuck during the flashing stage. boot.img, Wait. 15 Minutes – sometimes the process takes longer due to slow USB-port.

After flashing all system applications will be restored, but you will have to reconfigure the smartphone, as after purchase, to avoid data loss in the future, we recommend:

  • πŸ“± Regularly backups through Settings β†’ Additionally. β†’ Backup and reset.
  • πŸ”„ Do not remove system applications without an emergency.
  • πŸ”§ Use it. TWRP Recovery to create full partition backups /system.

πŸ’‘

Fastboot flashing is the only way to restore the smartphone’s performance if the system partition is damaged or critical MIUI files are deleted.

6. Recovery with TWRP and Magisk (for Advanced)

If you have custom TWRP Recovery and Magisk installed, you can restore system applications without completely reflashing, a method that is suitable for power users, since it requires root rights.

Steps:

  1. Download the archive with system applications for your version MIUI (for example, MIUI_SystemApps_14.zip).
  2. Reboot to TWRP (press Power + Vol Up when the smartphone is off).
  3. Select Install β†’ Select downloaded ZIP β†’ Swipe to Confirm Flash.
  4. Once installed, run Wipe β†’ Dalvik / ART Cache and restart.

If you want to restore a particular application (e.g. Settings), you can manually copy its APK to the system partition via TWRP File Manager:

TWRP:


1. Go to Advanced β†’ File Manager.




2 Find the folder /system/priv-app/.




3 Copy a APK- file (e.g. Settings.apk).




4. Set permissions 644 (long-click on file β†’ Permissions).

After that, the app will appear on the menu and work as a system, but be careful: incorrect access rights or incompatible files can lead to a bootloop (cyclical reboot).

7.Prevention: How to Avoid Losing System Applications

To avoid having to deal with missing system applications in the future, follow these guidelines:

  • 🚫 Do not remove system applications through ADB Titanium Backup, if you are not sure about their purpose, for example, deleting com.miui.analytics can disrupt the work of the user. MIUI.
  • πŸ”„ Update. MIUI Only through official channels (Settings) β†’ System updates: Avoid custom firmware from unknown developers.
  • πŸ“¦ Create backups before any manipulation of the system: TWRP Backup (full image) /system). Swift Backup (Save) APK + Mi Cloud (backup of settings and SMS).
  • πŸ›‘οΈ Use reliable antiviruses to avoid infection with programs that modify system files.
  • πŸ”§ Check the commands. ADB before execution. For example, pm uninstall -k --user 0 com.android.camera will remove the camera without the possibility of simple recovery.

If you’re experimenting with a smartphone a lot, consider installing TWRP Recovery, which will allow you to quickly restore the system from the backup, even if something goes wrong.

adb shell cmd package install-existing <package>

For example, for the Camera:

adb shell cmd package install-existing com.android.camera

FAQ: Frequent questions about system application recovery

Can I restore a remote system application without a computer?
Yes, but only if the application has not been completely erased from memory. Try: Reset application settings (Settings β†’ Applications β†’ Reset settings); manually install APK (if the file is saved in memory or can be downloaded); if the application is critical (such as Settings), you can not do without ADB or flashing.
Once it's restored, it crashes with an error.
That means that: APK-The file is incompatible with your version MIUI. No dependent libraries (e.g., the camera needs files in the /system/lib). The cache of the application is damaged (try to clear it through Settings). β†’ Applications. Solution: find APK It's your version. MIUI or do a full reflashing.
How to restore the Settings app if it is removed?
This is one of the most difficult situations, as without Settings, you can not enable ADB or USB Debugging. Options: If there is TWRP: copy Settings.apk to /system/priv-app/Settings via File Manager in recovery. If there is no TWRP: swipe your smartphone through Fastboot (section 5). Extreme case: use ADB in blind mode (plug your smartphone to your PC and execute: adb shell am start -n com.android.settings/.Settings If the application is not removed completely, this can temporarily run it.
Can system applications be restored after resetting to factory settings?
Yes, factory reset (Settings β†’ Additional β†’ Settings Reset) returns all system applications, but deletes user data. If the reset didn't help, then the problem is deeper (damaged system partition), and you need to flash it back.
Where are the system applications stored in MIUI?
Systemic APK-file MIUI are located in the following folders: /system/app/ β€” standard applications (e.g. Camera, Gallery). /system/priv-app/ β€” privileged system utilities (e.g. Settings, Phone). /data/app/ β€” Updates to system applications (e.g. Google Play Services) need root or TWRP.