Owning a Xiaomi or Redmi smartphone often comes with an aggressive pre-installation of software. Users buy a device with the hope of a pure Android, but instead discover dozens of apps that cannot be removed in the standard way. These programs consume RAM, take up storage space and, most irritatingly, show ads in system interfaces. This is especially relevant in 2026, when iron resource requirements have increased and background processes have become even more voracious.
Cleaning your system of excess software is not just a way to free up a few gigabytes, but a real way to extend battery life. System processes often wake up your device to synchronize data or collect statistics, even if you don't use your phone. Understanding which packets are safe to remove and which are critical to MIUI or HyperOS can turn a budget device into a fast and responsive tool. In this article, we'll detail the list of safe to remove components and how to deactivate them.
It is important to note right away that deep cleaning requires caution. Removing a key system component can result in a cyclical reboot or loss of basic features such as calling or accessing the Internet. So before starting any manipulations, make sure to make a full backup of the data so that in case of an error you can roll back the changes. We will consider not only the built-in tools, but also more advanced methods through ADB, which give full control of the device.
Analysis of built-in garbage: what hides MIUI and HyperOS
Xiaomi shells are famous for their functionality but also redundancy, and developers include a huge number of services focused on the Chinese market or affiliate programs in their firmware. Many of them are completely useless for European and Russian users. These include payment services that we don't have, news feeds and app stores that duplicate Google Play, and the background activity of these programs is consuming battery power invisibly.
Special attention should be paid to advertising modules. MSA (MIUI System Ads) is responsible for displaying ads in standard applications such as Explorer, Music or Security. Even if you turn off the ads in the settings, the process itself can continue to work and collect data about your preferences. Removing or freezing such components is the first step to comfortable use of the smartphone.
β οΈ Note: Do not remove applications that have the words "Security", "Framework", "SystemUI" or "Telephony" in their name.
Among other things, garbage is often played by partners and apps that the user never asked to install, which can take up hundreds of megabytes and not even have a desktop label, and it's safe to remove them because they're not integrated into the operating system core, but standard Android tools don't remove them, and they require special tools.
List of safe to remove system packages
There is a clear list of packages that will not disrupt the basic functions of the smartphone, which makes the system much easier. Below are the main categories of applications that can be disposed of without the risk of βbrickingβ the gadget.
- π¦ com.miui.misystem β system services, often associated with advertising and statistics collection.
- πΊ com.miui.videoplayer is a standard video player that can be easily replaced by a video player. VLC or MX Player.
- π΅ com.miui.player is a standard music player, similarly replaced by third-party solutions.
- π com.miui.global.packageinstaller β package installer that duplicates the standard Android installer (remove with caution if you do not use the installation) APK file-based).
- π com.xiaomi.joyose is a service responsible for notifications and is often used to trott processor in games.
The com.xiaomi.joyose suite deserves special attention. Many users note that removing or freezing it improves gaming performance because the system stops artificially limiting the CPU frequency to save power. However, in some models, this can affect the operation of the Game Turbo feature.
It is also safe to remove various demos and tours, such as com.miui.micloud.sync (if you are not using the Xiaomi cloud) or com.xiaomi.scanner (scanner). QR-If you use the Google ecosystem, you probably donβt need Xiaomi Cloud services.
Removal of Advertising and System Services
Advertising in MIUI And HyperOS is a pain that many users experience, and it appears in unexpected places, in folders, in Security and Explorer applications, and it's not just a single process, it's a whole host of services (MIUI System Ads.Setup Ads is often not enough to disable it through the developer settings, as the process automatically restarts.
For complete cleaning, it is necessary to use ADB-This allows you not just to disable, but completely remove the package from the system for the current user, after which the ads disappear forever, even after resetting the settings (until the next firmware update). Also worth paying attention to the package com.miui.analytics, which collects data about the use of applications.
Here is a list of key components responsible for advertising and telemetry that can be safely removed:
- π« com.miui.msa.global β the main advertising module.
- π com.miui.analytics β collection of analytics.
- π com.miui.personalassistant β a tape of widgets to the left of the desktop (often containing news and advertising).
- π° com.miui.news β news app if preinstalled separately.
β οΈ Note: After deleting com.miui.personalassistant, swipe to the right of the home screen may stop working or show a blank screen.
If you are actively using Xiaomi browser or Downloads app, you can also remove them by replacing them with Chrome or other analogue. com.android.browser package often contains built-in news feeds and-push notifications that annoy users. its removal will not affect the system, as it is not part of the Android kernel.
Instructions for removal via ADB (no Root rights)
The most reliable and secure way to remove system applications is to use USB debugging and the Android Debug Bridge (ADB) tool, which does not require superuser rights (Root), which saves the device warranty and the ability to receive official updates. You will need a computer (Windows, macOS or Linux) and a USB cable.
The first step is to activate the developer mode. β About the phone and quickly press 7 times on the item "Version" MIUI" or "Version." OS". After that, a new section "Additional" or "Extended Settings" will appear in the settings menu, where you need to find "Developers" and include "Debugging by" USB".
βοΈ Preparation for removal through ADB
After connecting the phone to the computer, open the command line (CMD) or terminal in a folder with ADB And you type in the adb device command. You'll see a request for debugging permission on your smartphone screen, press OK. If the device's serial number is displayed in the terminal, the connection is successful. You can now start deleting the packets with the adb shell pm uninstall command. -k --user 0 packet.
adb shell pm uninstall -k --user 0 com.miui.msa.global
adb shell pm uninstall -k --user 0 com.xiaomi.joyoseThis command removes the application only for the current user (user 0), effectively hiding it and stopping all the processes associated with it.The original file remains in the system partition, so when reset to factory settings (Full Wipe), all remote applications will return. This is a secure method that is easy to reverse.
Table: What can and cannot be touched
To avoid confusion, we have compiled a table with the most common packages, and use it as a reference before typing commands into the terminal, remember that packet names may vary slightly depending on the regional version of the firmware (Global, RU, EEA).
| Packet name | Function | Status of removal | Effects of consequences |
|---|---|---|---|
| com.miui.msa.global | Advertising system | β Safe. | Advertising will disappear in the system |
| com.xiaomi.joyose | Service and trottling | β Safe. | Improving FPS in Games Is Possible |
| com.miui.securitycenter | Security centre | β Dangerous. | System malfunction, failures |
| com.android.phone | Telephony | β Critically. | The connection and the ability to call will be lost. |
| com.miui.cloudservice | Xiaomi's Cloud | β οΈ Choices. | Mi Cloud synchronization will stop working |
As you can see from the table, removing security or telephony services is strictly prohibited, which will cause the phone to turn into a brick or lose the ability to make calls, and if you accidentally delete something important, immediately restart the device to Safe Mode or reset to factory settings.