The Xiaomi Redmi Note 10 Pro is one of the most popular mid-range smartphones, but even it is not without the typical MIUI problem: an excess of pre-installed system applications. Many of them not only take up space in memory, but also run in the background, consuming battery power and traffic. Unlike conventional programs that can be removed in a standard way, system applications are protected from a simple uninstaller.
In this article, we will look at all the working ways to remove embedded applications on the Redmi Note 10 Pro, from securely disabling through settings to radical methods using ADB and modified firmware. Special attention will be paid to the risks: why some applications can not be removed categorically, how to avoid the device's "brick" and what to do if after cleaning the smartphone began to work unstable. If you are ready to get rid of unnecessary software, but do not want to lose warranty or functionality, read on.
Why you canβt just remove system applications with standard methods
Unlike custom programs that are installed through Google Play or.apk files, system applications on Xiaomi are integrated into MIUI firmware at the kernel level. They are stored in a secure /system partition, access to which is limited even for a user with developer rights. Attempting to remove them through the standard interface leads to the message: "Deletion is impossible - this is a system application."
In addition, many of these programs are related to key services:
- π Mi Account, Find Device β responsible for synchronizing data and searching for the device when lost.
- π± Security, Cleaner β control virus protection and memory optimization.
- π MIUI System Updates β Provides firmware updates.
Removing such applications without understanding the consequences could lead to:
- β οΈ Loss of functionality (e.g. camera or mobile network failure).
- π Cyclical reboot (bootloop).
- π« Mi Account block (if authorization services are affected).
Method 1: Disabling system applications without deleting (the safest method)
If your goal is to free up RAM and reduce background activity, but you are not willing to risk system stability, disabling instead of deleting is the best solution.
Instructions:
- Open Settings β Applications β Application Management.
- In the top menu, select All Apps (to see system ones).
- Find the app you want (such as Mi Video or Mi Music) and tap it.
- Click Disable (if the button is inactive β the application is critical to the system).
- Confirm the action in the dialog window.
After the shutdown:
- π The app will disappear from the menu and stop using resources.
- π Your data will remain in your memory (you can return it without losing your settings).
- β οΈ Some system services (such as Google Play Services) will not be disabled.
βοΈ Preparation for application deactivation
What applications can be turned off without risk:
| Annex | Package (name in the system) | Can I turn it off? | Effects of consequences |
|---|---|---|---|
| Mi Video | com.miui.videoplayer | β Yes. | There will be no standard video player. |
| Mi Music | com.miui.player | β Yes. | You will lose the built-in audio player |
| Mi Browser | com.android.browser | β Yes. | Use Chrome or another browser |
| Analytics | com.miui.analytics | β Yes. | Will stop sending telemetry in Xiaomi |
| Security (Security) | com.miui.securitycenter | β No. | Antivirus and Optimizer Failure |
β οΈ Note: Do not disable apps called com.android.phone, com.xiaomi.updater or com.google.android.gsf β this will lead to loss of mobile network, inability to update or errors of Google services.
Method 2: Remove via ADB (without root, but with PC connection)
The Android Debug Bridge (ADB) method allows you to remove system applications without obtaining root permissions, but requires connecting your smartphone to your computer, a method that is suitable for users who want to completely uninstall unnecessary programs, rather than simply disable them.
Advantages of the method:
- π§ Does not require unlocking the bootloader or root.
- π± It works on any version. MIUI (including the Redmi Note 10 Pro).
- π Applications are removed βcleanβ β without residual files.
Tools required:
- π» Computer with Windows/macOS/Linux.
- π Cable USB (preferably original).
- π¦ Utility. ADB Platform Tools by Google.
Step-by-step:
- Download and unpack the platform-tools in any folder on the PC.
- On your smartphone, activate Developer Mode: go to Settings β About Phone β MIUI version and tap it 7 times.
- Return to Settings β Additional β For developers and enable USB debugging.
- Connect the Redmi Note 10 Pro to your PC and select File Transfer mode.
- Open the command line (Windows) or terminal (macOS/Linux) in the folder with the platform-tools.
- Enter the command to check the connection: adb devices should appear serial number of the device.
- Remove the unnecessary application with the command (replace package.name with the real package): adb shell pm uninstall -k --user 0 package.name Example for Mi Video: adb shell pm uninstall -k --user 0 com.miui.videoplayer
To return the application, use the command:
adb shell cmd package install-existing package.nameπ‘
Before mass removal of applications via ADB, back up the list of installed packages with the command adb shell pm list packages > packages.txt. This will help restore deleted programs if something goes wrong.
β οΈ Attention: Removal through ADB It doesn't erase the application completely, it stays on the system, but it becomes inaccessible to the current user. If you reset your settings or update your firmware, remote programs can return.
Method 3: Use MIUI Optimizer (for power users)
For those who are not afraid of experimentation, there is an informal tool, MIUI Optimizer, which allows you to manage hidden MIUI settings, including uninstallation of system programs without ADB. However, the method requires caution: wrong actions can lead to the failure of the smartphone.
The advantages of MIUI Optimizer:
- π± It works directly from your smartphone (no PC needed).
- π§ Offers advanced settings not available in the standard interface.
- π Can restore remote applications.
How to use:
- Download the latest version of MIUI Optimizer (only from official source!).
- Install an.apk file by allowing installation from unknown sources.
- Open the app and give it superuser rights (if there is root).
- Go to the App Manager section.
- Select the system application from the list and click Uninstall.
Limitations of the method:
- β No root rights are limited (not all applications can be removed).
- β οΈ The risk of accidentally removing critical services (e.g., com.android.telephony) will result in network loss).
- π After updating MIUI Remote programs can return.
What to do if after removing the application, the smartphone stopped working?
Method 4: Complete removal with root rights (for advanced)
If you're willing to take drastic measures, getting root rights will open up unlimited possibilities for managing system files, but this method has serious drawbacks:
- π« Loss of warranty (Xiaomi blocks warranty service when root is detected).
- π Security risk (vulnerability to malware).
- π Problems with OTA-Updates (you will need to update manually).
How to get root on Redmi Note 10 Pro:
- Unlock the bootloader through the Mi Unlock Tool (requires an account binding Mi).
- Install a custom TWRP recavator for your model.
- Sweep Magisk through TWRP to get root.
Once root is available, use Root Explorer or Titanium Backup to remove system applications.
- Open a file manager with root access.
- Go to /system/app or /system/priv-app.
- Find a folder with the name of the unwanted app (e.g. MiBrowser).
- Delete the folder or rename it (add.bak at the end).
- Reboot your smartphone.
β οΈ Note: Removing files from /system Without a backup, you can make your smartphone inoperable.Always save your original files to your PC before you make changes.
What system applications cannot be removed under any circumstances
Even if the app seems unnecessary, some of them are critical to the Redmi Note 10 Pro, and if they are removed, the system will break down, and the only way out is to flash it back, and here is a list of the "untouchable" components:
| Annex/Service | Package | Effects of removal |
|---|---|---|
| Google Play Services | com.google.android.gms | All Google apps (Gmail, Maps, Play Market) |
| MIUI System Framework | com.android.systemui | Black screen after download, no interface |
| Telephony Services | com.android.phone | Loss of mobile network and SIM-map |
| MIUI Updater | com.android.updater | Impossibility of updating firmware |
| Media Storage | com.android.providers.media | All media files (photos, videos, music) will disappear |
Also avoid removal:
- π‘ Any applications with com.qualcomm.* in the name (responsible for the operation of the processor and modem).
- π com.xiaomi.power (Battery Management).
- π com.android.settings (system settings).
π‘
If you are not sure about the purpose of the system application, it is better not to touch it. Even "harmless" at first glance, programs can be associated with key functions of the smartphone.
What to do if after removing applications, the smartphone is unstable
If after cleaning the system programs Redmi Note 10 Pro began to brake, overheat or issue errors, follow the following steps:
- Check the error logs: Install Logcat Reader from Play Market. Run logs and play the problem. Look for lines with ERROR or CRASH, which will indicate the missing component.
Restore Remote Applications:
- For ADB: adb shell cmd package install-existing package.name.
- For root: copy back deleted files from backup.
- Reset: If the problem is not solved, reset via Settings β About Phone β Reset. Attention: this will delete all user data!
- Reflash the device: In extreme cases, install the original firmware through the Mi Flash Tool (instructions on the official Xiaomi website).
If the smartphone does not turn on:
- π Try to log into Fastboot Mode (click Power). + Volume Down).
- π» Connect to your PC and run the firmware through the Mi Flash Tool.
- π Contact the service center (indicate that the problem occurred after the system optimization").