Xiaomi smartphones are known for their value for money, but many users are faced with one unpleasant feature β preinstalled Chinese applications. Mi App Store, Mi Video, Mi Music, Xiaomi Cloud and dozens of other services not only take up space in memory, but also constantly send notifications, consume traffic and drain the battery. Worst of all, some of them can not be removed by standard means β the button βDeleteβ is simply not on the menu.
In this article, we will analyze all possible ways to get rid of Chinese software on Xiaomi, Redmi and other platforms. POCO, Including models from 2020 to 2026, you'll learn how to disable, hide or completely erase unnecessary applications, both without root rights and with them, and we'll also tell you which programs can be removed without risk to the system, and which should not be touched. MIUI 12, MIUI 13 and MIUI 14 (including global and European versions).
Why do Chinese apps return after being deleted?
Many users complain that even after uninstalling, unnecessary programs reappear after a system update, due to the MIUI auto-restore mechanism, because some applications (Mi Browser, Mi Security, GetApps) are considered system-friendly and protected from removal, and when you update the firmware again, they are automatically restored from the backup.
Another reason is cloud sync, and if you've been in Mi Account before, it can restore "recommended" applications when you reboot or reset your settings, and to avoid that, you need to not only delete programs, but also disable their sync in your account settings.
- π Auto-recovery MIUI β System applications are returned after updates.
- βοΈ Cloud sync β Mi Account can restore remote programs.
- π¦ Hidden. APK-Files β some applications are stored in protected memory areas.
- π Xiaomi policy β the company deliberately blocks the removal of some software to collect statistics.
Interesting fact: Chinese versions of smartphones (China ROM) can have as many as 50 to 70 preinstalled apps, while global firmware typically has 15 to 25, due to the aggressive monopolization of the market in China, where Xiaomi cooperates with local services (e.g. Tencent, Alibaba, Baidu).
Method 1: Disable Chinese applications without removing (without root)
If you don't need root rights or you're afraid of disrupting your system, you can simply turn off unnecessary programs. This method doesn't free up memory, but stops background activity, notifications and battery consumption. It's suitable for most system applications, except for mission-critical ones (such as Miui Daemon or SecurityCenter).
Instructions:
- Open Settings β Applications β Application Management.
- In the upper right corner, click on three dots and select Show All Apps.
- Find an unnecessary app (such as Mi Browser) and tap it.
- Click Disable (if the button is inactive, the application is protected).
- Confirm the action in the window that appears.
First, remove all app updates (the βDelete Updatesβ button).
Check if the program is the device administrator (Settings β Passwords and Security β Device Administrators).
Try to disable it via ADB (Method 3).
If nothing works, you will need root rights (Change 5).-->
β οΈ Note: Disable certain services (e.g. Miui System) UI or Package Installer) may cause the interface to work unstable or inability to install new programs. Before disabling, check the name of the application in our table below.
| Annex | Can I turn it off? | Effects of consequences |
|---|---|---|
| Mi Browser | β Yes. | Random tabs and advertising will cease to open |
| Mi Video | β Yes. | Notifications about βrecommended videosβ will disappear |
| Mi Music | β Yes. | The background music playback will stop |
| GetApps (Mi App Store) | β οΈ Partially. | Some system components may not be updated |
| Mi Security / SecurityCenter | β No. | Disabling will lead to errors in the work of the antivirus and optimizer |
Method 2: Remove via ADB (without root but with PC)
If disconnection is not enough, you can completely remove unnecessary applications using ADB (Android Debug Bridge), which does not require root, but you need an unlocked bootloader (it is already unlocked on most global firmware) and a computer with drivers installed.
Step-by-step:
- Turn on USB Debugging on your phone: Settings β About Phone β MIUI Version (tap 7 times to turn on Developer Mode). Go back to Settings β Additional β Developer β Debugging on USB.
- Connect your phone to your PC through USB-cable (select File Transfer Mode).
- Download ADB Tools and unpack into any folder.
- Open the command line (Win + R β cmd) and go to the folder with ADB: cd C:\platform-tools
- Check the device connection: Adb devices (the name of your phone should appear).
- Remove the unnecessary application by command: adb shell pm uninstall --user 0 com.xiaomi.package (replace com.xiaomi.package with the real name of the package).
β οΈ Note: Some packages have dependencies. For example, deleting Mi Account (com.xiaomi.account) can lead to Mi Cloud and contact synchronization errors. Before deleting, check the list of secure packages in the next section.
List of Chinese Application Packages for ADB
Yeah, but they came back after the update.|Yeah, and they're not coming back.|No, I'm afraid to break something.|What is it? ADB?-->
Method 3: Hiding applications without deletion (for MIUI 13/14)
If you don't want to risk system stability, but you want to remove Chinese programs from the menu, you can hide them. Newer versions of MIUI have a built-in app hiding feature that works without root and doesn't affect performance.
How to hide the application:
- Press the icon of the unnecessary application on the home screen.
- In the menu that appears, select Hide (or Remove from the screen in MIUI 14).
- Confirm the action. The app will disappear from the menu, but it will remain in the system.
To return the hidden app:
- Open Settings β Applications β Application Management.
- Slip on three dots in the top right corner and select Show Hidden Apps.
- Find the right app and click Show.
β οΈ Note: Hidden applications continue to work in the background unless they are disabled separately (see Method 1.
π‘
If your version of MIUI doesnβt have a hide feature, use third-party launchers (like Nova Launcher or Apex Launcher) that support hiding icons without root.
Method 4: Remove via TWRP (unlocked bootloader required)
For experienced users who are ready for more radical measures, custom recovery is suitable for removal. TWRP. This method allows you to physically erase APK-System application files, but requires unlocking the bootloader and installing TWRP.
Advantages of the method:
- π§Ή Complete removal without recovery (unless you update) MIUI).
- π§ Ability to edit system files (e.g. build.prop).
- π¦ Remove multiple applications in one session.
Instructions:
- Unlock the bootloader through the official Xiaomi tool (can take up to 72 hours).
- Install TWRP for your model (instructions are available on XDA Developers).
- Download to TWRP (usually Power + Volume Up).
- Go to Advanced β File Manager.
- Open the /system/priv-app or /system/app folder.
- Find a folder with an unnecessary app (like Browser for Mi Browser) and delete it.
- Reboot the phone.
β οΈ Note: Delete system files through TWRP It can lead to a "bootloop" if you remove a critical component. TWRP change!
π‘
TWRP is the most radical way, but it's also the most reliable way, and if you delete an application that way, it won't come back even after you update MIUI (unless you flash it over again).
Method 5: Complete removal with root rights (for advanced)
If you have root access (e.g., through Magisk), you can uninstall any application, including those protected by MIUI, and any root-enabled file manager (e.g., Root Explorer or FX File Explorer) will do.
Step-by-step:
- Install Magisk and get root (instructions are available on the official website).
- Download Root Explorer from Google Play.
- Open the manager and provide root access.
- Go to /system/priv-app or /system/app.
- Find a folder with an unnecessary app (like MiuiBrowser) and delete it.
- Clear the cache in /data/dalvik-cache (optional, to prevent errors).
- Reboot the phone.
List of apps that can be safely removed from root:
- π Mi Browser (com.android.browser or com.miui.browser)
- π΅ Mi Music (com.miui.player)
- π¬ Mi Video (com.miui.video)
- π¦ GetApps (com.xiaomi.market)
- π± Mi Game Center (com.xiaomi.gamecenter)
- βοΈ Mi Cloud (com.miui.cloudservice) β if you do not use backup
β οΈ Note: Removal of certain services (e.g. Miui System) UI Or Android System WebView, which will cause the interface to crash. Always check the name of the package before you delete it!
π‘
If after removing the application, the phone began to slow down or issue errors, try to restore it through the app. TWRP-backup.
How to prevent the return of remote applications?
Even after successful removal, Chinese programs may return after the MIUI update.
- Turn off automatic MIUI update: Settings β About Phone β System Update β Three Points β Settings β Disable Auto Update.
- Block sync Mi Account: Settings β Accounts β Mi Account β Sync β Disable everything.
- Use Magisk modules: Install Universal Debloater or Xiaomi Debloater via Magisk, which block the recovery of remote packets.
- Switching to LineageOS, Pixel Experience or MIUI EU (without Chinese apps) will fix the problem forever.
If you do not want to refuse official updates, you can use the ADB-packet-blocker:
adb shell pm hide com.xiaomi.packageThis command does not remove the application, but hides it from the system, preventing automatic recovery.