Xiaomi Redmi Note 8 Pro with its MIUI shell is known for an abundance of pre-installed applications that are not always necessary for the user, but they are not as easy to remove as it seems: some programs are protected by the system, and the standard "delete" in the menu is often replaced by "disable". In this article, we will discuss all working methods from basic to advanced, including deletion via ADB, hidden MIUI settings and even using root rights.
It is important to understand the difference between the types of applications on the Redmi Note 8 Pro:
- π± Custom files: those you installed from Google Play or.apk files, removed in the standard way.
- π System (built-in) β preinstalled Xiaomi (e.g. Mi Browser, Music, Mi Video) and often can only be turned off.
- π οΈ Employees β Critical for the Work MIUI (Deleting them can disrupt the stability of the system.
If you're a beginner, start with the first two. ADB root β they allow you to remove even those applications that MIUI But remember, not all system programs can be safely removed, for example, deleting com.miui.securitycenter will result in loss of access to security settings and system updates.
Method 1: Standard removal via MIUI settings
The easiest method is to uninstall apps through the app menu, and it is suitable for custom programs and some preinstalled ones that Xiaomi allows to be removed (e.g. Mi Pay, Mi Community).
Instructions:
- Open Settings β Applications β Application Management.
- Select the desired application from the list.
- Click "Delete" (if the button is active). If it's "Disable" instead, it means that the application is system-based and requires a different method.
β οΈ
Attention: B MIUI 12/13/14 Some system applications (such as Mi Browser) may return after a system update. ADB root.
If the Remove button is inactive but you see the βDisableβ button, it means that:
- π The application can be deactivated (it will disappear from the menu, but will remain in memory).
- ποΈ Complete removal will be required ADB root.
- β οΈ Disabled applications are not updated and do not consume resources, but take up space in memory.
Download Platform Tools from Google
Enable debugging over USB in the developer settings
Connect the Redmi Note 8 Pro to the PC
Allow debugging on the phone
-->
Method 2: Removal via ADB (without root)
The Android Debug Bridge (ADB) method removes most of the system applications that MIUI blocks in the standard interface, which is safer than root rights, but requires a connection to a computer.
Step-by-step:
- Download Googleβs Platform Tools and unpack the archive.
- Turn on USB debugging: Go to Settings β About Phone β MIUI version and press 7 times to activate Developer Mode. Return to Settings β Additional β For Developers and turn on βDebugging by USBβ.
Redmi Note 8 Pro
cmd
Platform Tools
adb devicesIf the device appears in the list, enter:
adb shell pm uninstall -k --user 0 name.packetFor example, to remove the Mi Browser:
adb shell pm uninstall -k --user 0 com.android.browserπ How to find out the name of the package? Install the Package Name Viewer app or use the command:
adb shell pm list packages | grep "miui"This will display a list of all packages with MIUI mentioned.
| Annex | Packet name | Can I remove it through ADB? |
|---|---|---|
| Mi Browser | com.android.browser | β Yes. |
| Mi Video | com.miui.video | β Yes. |
| Mi Music | com.miui.player | β Yes. |
| Security (Security) | com.miui.securitycenter | β No (critical) |
| Cleaner | com.miui.cleanmaster | β Yes. |
β οΈ
Note: Deleting some packages (e.g. com.miui.securitycenter) may cause you to fail to update MIUI or sensors (fingerprint, Face Unlock) before deleting, check the list of secure packages on the XDA Developers or 4PDA forums.
π‘
Before mass removal of system applications via ADB, back up via adb backup or built-in MIUI tools (Settings β System β Backup).
Method 3: Using MIUI Hidden Settings (Hidden Settings)
MIUI hides some features from ordinary users, but they can be activated through access codes or special menus, one of which is hidden application settings, where you can uninstall system programs without ADB.
Instructions:
- Open the phone application (call).
- Enter the code: ##4636## This will open the Testing menu.
- Go to the βPhone Informationβ tab and look for βSelect Appβ (or similar).
- In the list, select the application you want to remove and click βDeleteβ (if the option is available).
β οΈ
Note: Hidden menus may vary depending on the MIUI version and regional firmware. On some versions of the Redmi Note 8 Pro (e.g. global MIUI 13), the ##4636## code may not open the delete menu, but only network information.
What if the code doesn't work?
Method 4: Removal with root rights (advanced)
If you're willing to risk system stability for the sake of total control, root rights will allow you to uninstall any application, including critical ones, but this method requires unlocking the bootloader and installing Magisk or SuperSU.
Steps to remove:
- Unlock the bootloader through the official Xiaomi tool (requires a Mi Account and wait 7-30 days).
- Install Custom Recovery (TWRP) and scrolle Magisk to get root.
- Use Root Explorer or Titanium Backup: Go to /system/app or /system/priv-app. Find a folder with the packet name (like MiBrowser) and delete it. Reboot the device.
β οΈ
Note: Removing system applications from root may result in: π΄ Bootloope (cyclical reset). π΄ Loss of features (e.g., deleting com.qualcomm.qti.telephonyservice will disable mobile communications). π΄ Impossibility of updating MIUI through OTA. Before removing, create a full backup through TWRP!
π List of safe packet removal (from root):
- π com.android.browser (Mi Browser)
- π΅ com.miui.player (Mi Music)
- πΊ com.miui.video (Mi Video)
- π¦ com.xiaomi.scanner (document scanner)
- π° com.miui.payment (Mi Pay)
π‘
Root rights give you maximum freedom, but require technical skills. For most users, methods with ADB or disabling unnecessary applications are enough.
Method 5: Disabling applications (alternative to uninstall)
If deletion is impossible or risky, disabling is a safe trade-off.
- β Not on the menu.
- β Not updated through Google Play.
- β Don't waste resources (CPU, battery).
- β But takes up space in the device's memory.
How to turn it off:
- Go to Settings β Applications β Application Management.
- Select the application and click "Disable".
- Confirm the action (the system will warn about possible consequences).
π How to return a disabled application?
- Open Settings β Applications β All applications.
- In the menu (three dots at the top), select "Show off."
- Find the application and click "Enable".
β οΈ
Note: Some system applications (e.g. com.miui.securitycenter) cannot be disabled β MIUI simply wonβt show this option, and disabling Google Play Services will disrupt many features, including Google Pay and push notifications.
Method 6: Removal via TWRP (for stitched devices)
If your Redmi Note 8 Pro has custom recovery (TWRP) installed, you can remove apps directly from it, even without rooting it completely.
- π§ You already have the boot loader unlocked.
- π± You want to uninstall applications before the first system boot (for example, after firmware).
- π‘οΈ You're afraid to use it. ADB root.
Instructions:
- Turn off the phone and press Power + Volume up to enter TWRP.
- Go to the "Advanced" section" β "File Manager".
- Open folders: /system/app β standard applications. /system/priv-app β privileged system applications. /data/app β custom applications.
com.miui.weather2
Reset the device.
β οΈ
Note: Deleting files via TWRP can cause system damage if you delete critical components (e.g. files from /system/framework).Always check the packet name before deleting!
Frequent Mistakes and How to Avoid Them
When you delete applications on the Redmi Note 8 Pro, users often face problems, and here are the most common errors and solutions:
| Mistake. | Reason. | Decision |
|---|---|---|
| Failure [DELETE_FAILED_INTERNAL_ERROR] into ADB | Application protected by MIUI or critical | Use pm uninstall-k --user 0 instead of pm uninstall |
| The application is back after the MIUI update | System applications are restored when OTA-renewal | Remove the package again via ADB or disable auto updates in Settings β About Phone β System Update |
| The phone does not turn on after removing the system application | A critical package has been removed (e.g. com.android.server.telecom) | Restore the system via Fastboot or re-flash MIUI |
| Fingerprints and Face Unlocks are not working | Removed by com.miui.biometric or com.miui.face | Return the package via ADB: adb shell cmd package install-existing com.miui.biometric |
π§ How to Restore a Remote System Application?
If you have problems after removal, return the package with the command:
adb shell cmd package install-existing name.packetFor example:
adb shell cmd package install-existing com.miui.securitycenterIf the command doesn't work, the only way out is to reflash MIUI via Fastboot or Recovery. The firmware instructions for the Redmi Note 8 Pro are on Xiaomi.eu or 4PDA.