Why Xiaomiβs built-in apps are hindering users
Smartphone Xiaomi Redmi Note 8 Pro even after years remains popular thanks to the powerful processor Mediatek Helio G90T And it's a 64MP camera, but many owners are facing the same problem: dozens of pre-installed apps that can't be removed by standard methods. MIUI-Services like Mi Video, Mi Music, GetApps, and duplicate Google services that take up space in memory and consume battery power.
Research has shown that Redmi Note 8 Pro with factory firmware up to 15-20 GB of internal memory is occupied by system files and pre-installed programs, some of which can be disabled, but they still stay on the system and are updated through Google Play. Another problem is advertising in MIUI, which is integrated into some standard applications (for example, Mi Browser or Security), removing unnecessary programs will not only free up space, but also speed up the smartphone.
In this article, we will discuss three working ways to remove embedded applications: ADB (without root, with the help of a hidden function MIUI-Optimizer and icon hiding method for those who don't want to take risks. Each method is tested on Redmi Note 8 Pro with firmware MIUI 12β14 (including global and Chinese versions).
Method 1: Removal via ADB (without root rights)
The Android Debug Bridge (ADB) method is the most reliable way to get rid of embedded apps without getting root permissions. It works on all versions of MIUI, but requires connecting a smartphone to a computer.
What you need:
- π₯οΈ Computer with Windows, macOS or Linux
- π± USB-cable (preferably original)
- π§ Utility. ADB Platform Tools by Google
- π Included debugging by USB smartphone
Steps:
- Download and unpack the platform-tools in any folder on your computer.
- On your smartphone, go to Settings β About Phone β MIUI version and tap 7 times on this item to activate the developer mode.
- Return to Settings β Additional β For developers and enable USB debugging.
- Connect Redmi Note 8 Pro to your computer, select File Transfer mode and confirm debugging permission.
- Open the command prompt (or Terminal on macOS/Linux) in the platform-tools folder and type:
adb devicesIf the device appears in the list, enter a command to delete (for example, for Mi Video):
adb shell pm uninstall --user 0 com.mi.android.videoDownload platform-tools
Enable the developer mode
Activate debugging over USB
Connect the phone to the PC
Check the connection with the adb device command-->
List of popular removal packages:
| Annex | Packet name | Can I remove it? |
|---|---|---|
| Mi Video | com.mi.android.video | β Yes. |
| Mi Music | com.miui.player | β Yes. |
| GetApps (Mi App Store) | com.xiaomi.mipicks | β οΈ Partially (may bring back errors) |
| Mi Browser | com.android.browser | β Yes. |
| Security (Security) | com.miui.securitycenter | β No (critically for the system) |
β οΈ Warning: Do not remove system components like com.miui.securitycenter or com.android.settings, which will cause your smartphone to fail and require flashing. β Additionally. β Backup.
π‘
If the command doesnβt work, try adding sudo before adb (on macOS/Linux) or running the command prompt on behalf of the administrator (Windows).
Method 2: Hidden menu MIUI-optimizer (without PC)
Few people know, but MIUI has a hidden feature called βApplication Optimizerβ that allows you to disable system programs without ADB. This method works on all versions of the Redmi Note 8 Pro, but requires activation through an access code.
Instructions:
- Open the Security app (shield icon).
- Go to the Optimization section β βοΈ Settings (cog icon in the upper corner).
- Slip on the empty space at the top of the screen (over the label "Optimization") 5 times in a row - the hidden menu will open.
- Enter the code: ##4636## (if it doesn't work, try ##284###).
- Select Application Management and tick unnecessary programs.
- Click Disable β apps will disappear from the menu and stop working.
Advantages of the method:
- π± No computer.
- π Applications are not removed completely, but they stop updating and consuming resources.
- π You can return at any time through the same menu.
β οΈ Attention: On some firmware MIUI 13/14 The code may not work the first time. 5 There is nothing happening, try using a touch gesture (hold your finger). 2β3 Also check if the antivirus or security is blocking access. MIUI.
What if the code doesn't work?
Method 3: Hiding icons (for beginners)
If the two previous methods seem complicated, you can just hide the icons of standard applications. This won't free up memory, but will clear the desktop and menus of unnecessary shortcuts. MIUI has a built-in feature for this.
How to hide icons:
- Press your finger on the empty space of the desktop and select Settings (cog icon).
- Go to Hide Apps.
- Check the boxes for unnecessary programs (for example, Mi Video, Mi Music, Games).
- Click Ready β the icons will disappear from the menu.
Limitations of the method:
- β Applications remain in the system and are updated
- β Take up a place in memory
- β Quickly and safely.
- β You can return at any time.
For deeper cleaning, you can combine this method with disabling autostart:
- Go to Settings β Applications β Application Management.
- Select an unneeded app (such as Mi Browser).
- Press AutoRun and turn off all permissions.
- In the same menu, select Battery β Limit background activity.
π‘
Hiding icons is the safest method, but it does not solve the problem of memory consumption and background activity. ADB or MIUI-optimizer.
Which apps can be removed and which ones canβt
Not all system programs are equally useful, some critical to MIUI, some just advertising trash, and the following is a table that divides them into secure, secure, and critical applications.
| Category | Annex | Packet name | Effects of removal |
|---|---|---|---|
| β Safe. | Mi Video | com.mi.android.video | There will be no standard video player. |
| β Safe. | Mi Music | com.miui.player | Use Google Play Music or VLC |
| β οΈ Conditionally. | GetApps (Mi App Store) | com.xiaomi.mipicks | You can not update branded applications Xiaomi |
| β οΈ Conditionally. | Mi Browser | com.android.browser | Use Chrome or Firefox |
| β Critically. | Security (Security) | com.miui.securitycenter | The smartphone will stop turning on |
| β Critically. | MIUI System UI | com.miui.home | The desk will disappear. |
Removing apps from the Critical category will result in a smartphone being "bricked"; the only way to recover is through Fastboot.
If you are in doubt whether it is possible to remove a particular application, check it through the command:
adb shell dumpsys package com.name.packetIn the conclusion, pay attention to the string isSystem=. If the value is true, then the application is system, and its removal can be dangerous.
Recovery of Remote Applications
If, after removal, ADB or MIUI-The optimizer you realize is the application you needed, you can return it:
If removed via ADB:
- π Refuse your smartphone via Fastboot (full reset).
- π₯ Install. APK-Manual application file (not working for all system programs).
- π§ Use the command to re-install:
adb shell cmd package install-existing com.name.packetIf you are using MIUI-optimizer:
- π Return to the hidden menu and uncheck the app.
- π Reboot your smartphone β the app will appear again in the menu.
If the icons were hidden:
- π Go to the Desktop Settings β Hidden apps and uncheck the tick.
β οΈ Note: Some system applications (e.g. com.miui.gallery) after uninstalling via ADB Can be automatically restored after the update MIUI. To avoid this, disable automatic firmware updates in Settings β The phone. β Updating the system β βοΈ Settings.
Frequent Mistakes and How to Avoid Them
When you remove standard applications, users often face typical problems, and here are the most common errors and solutions:
1.ADB doesn't see the device
- π Check it out. USB-cable (use the original cable).
- π Reinstall Mi drivers USB Driver from the official Xiaomi website.
- π± Turn on Debugging. USB (security parameters in the developer settings.
2. ADB commands are not executed
- π Make sure you run the command line on behalf of the administrator (Windows).
- π Check that you are in the folder with the platform-tools.
- π Restart your smartphone and computer.
3 After deleting the application, it reappears
- π This is due to automatic system packet recovery. To avoid this, disable the update. MIUI customized.
- π΅ If the application is critical (e.g. com.miui.securitycenter), it cannot be removed.
4.The smartphone stopped turning on after removal
- π οΈ Download the official firmware for the Redmi Note 8 Pro (codename begonia) from the Xiaomi Firmware Updater website.
- π₯ Firmware instructions: fastboot flash all name file.zip.
π‘
Before experimenting with system files, back up via TWRP (if installed) or the standard MIUI tool in Settings β Additional β Backup.