Xiaomi Redmi smartphones are packed out of the box with dozens of pre-installed apps, from useful system utilities to intrusive branded software that most users simply donโt need. According to Counterpoint Research, up to 40% of embedded software on devices with embedded software MIUI HyperOS is classified as โbloatvearโ (software junk), which takes up space in memory, consumes battery power and can send analytical data in the background.
The problem is that not all of these applications can be removed by standard means โ many of them are protected by the system as "critical." ADB-commands, root rights, or even built-in functions MIUI Some of the software is still uninstallable:
- ๐ What applications can be removed without risk to the system (list for Redmi Note) 12/13, Redmi 10/11, POCO X5/6 etc.)
- โ ๏ธ What not to touch, even if the program seems useless
- ๐ ๏ธ 3 ways to remove: through settings, ADB and root-rights
- ๐ Table of consequences โ what will happen if you uninstall a particular application
Important: the procedure for removing system applications can lead to unstable firmware, update errors or even a device "brick" if you remove a critical component.
Why are there so many unnecessary apps in Redmi?
The root of the problem lies in Xiaomiโs business model, which makes money not only from selling smartphones, but also from:
- ๐ฐ Advertising in MIUI/HyperOS โ Many system applications display banners (e.g, com.miui.weather2 or com.xiaomi.midrop)
- ๐ Analytics collection โ programs like com.miui.analytics send data about device usage
- ๐ค Partner agreements โ pre-installed services (Facebook, Netflix, LinkedIn, etc.) generate revenue for installation
According to the data XDA Developers, in firmware MIUI 14 for the Redmi Note 12 Pro+ There are 112 apps out of the box, of which only 47 are really system-based (the rest are Bloatvear). ~20%, but it's still there.
Fortunately, most of this software can be turned off (if not removed completely). For example, the Mi Video app (com.miui.videoplayer) stops using resources after shutdown, but remains in memory. Complete removal frees up to 1-3 GB of space on some models.
List of applications that can be removed without consequences
Below is an updated list of applications for 2026 that can be safely removed on most Redmi devices (including models on the Internet). MIUI 14 and HyperOS. Before deleting, check if you are using these programs:
- ๐ฌ Mi Video (com.miui.videoplayer) is a video player with ads. VLC or MX Player.
- ๐ต Mi Music (com.miui.player) is a music player with limited functionality.
- ๐ Mi Browser (com.android.browser) - browser with aggressive advertising. Better use Chrome or Firefox.
- ๐ฑ Mi Drop (com.xiaomi.midrop) is a file transfer service, replaced by Nearby Share or Send Anywhere.
- ๐ท Mi Gallery (com.miui.gallery) is a gallery with duplicate functionality.
- ๐ก Mi Remote (com.duokan.phone.remotecontroller) โ remote control is only useful if you control equipment through an IR port.
- ๐ฌ Mi Community (com.xiaomi.xmsf) - Support forum. Useless for most users.
- ๐ฎ Game Turbo (com.xiaomi.glgm) is a gamer utility that can be removed if you don't play heavy games.
- ๐ฆ Getter (com.xiaomi.mipicks) - a themes and stickers store.
- ๐ Cleaner (com.miui.cleanmaster) โ an optimizer of the system that only interferes with the system.
For models POCO (for example, POCO X5 Pro may be removed further:
- ๐ก๏ธ POCO Launcher (com.mi.android.globalFileexplorer) โ if you use another launcher.
- ๐ POCO Labs (com.poco.labs) โ test features that are useless to the average user.
Backup your data (via Settings โ Google โ Backup)
Check the available space on the device (needs at least 1 GB)
Turn off automatic app updates on Google Play
Write down the names of the packets that are removed (in case of recovery)-->
What cannot be removed under any circumstances
Some system applications may seem useless, but removing them will lead to critical failures, from the inability to connect to Wi-Fi to the complete failure of the device.
| Annex | Package | Effects of removal |
|---|---|---|
| Security | com.miui.securitycenter | Antivirus failure, inability to install APK, failures in access authorization |
| Settings | com.android.settings | Complete loss of access to device settings |
| System UI | com.android.systemui | "Brick" device - will not load the interface |
| MIUI Core | com.lbe.security.miui | Failures in notifications, themes and animations |
| Telephony | com.android.phone | Loss of mobile communication (will not call and catch the network) |
โ ๏ธ Note: Even if the application is not on this list, but has the words framework, service or provider in the package name, it is better not to touch it. For example, com.android.providers.media is responsible for accessing multimedia, and its removal will disrupt the gallery and camera.
Particular care should be taken with applications related to:
- ๐ถ Communication modules (Wi-Fi, Bluetooth, NFC)
- ๐ Food management (e.g. com.miui.powerkeeper)
- ๐ Security (biometry, encryption)
3 Ways to Remove System Applications
1. Through the settings MIUI/HyperOS (rootless)
The simplest, but also the most limited, method is suitable for disabling (not completely removing) some applications:
- Go to Settings โ Applications โ Application Management.
- Select an unused app (such as Mi Music).
- Press "Disable" (if the button is active).
- Confirm the action โ the application will stop working and disappear from the menu.
Cons of the method:
- โ Does not free up space in memory (APK-file remains)
- โ Not all applications can be disabled
- โ After resetting the software will return
2. Through ADB (No root licenses, but with a PC)
A more radical way to remove some system applications completely would require:
- Computer with installed ADB Tools
- USB-cable and on-debugging USB (Settings โ The phone. โ Version. MIUI โ 7 times press to unlock the developer mode)
Instructions:
- Connect your phone to your PC and run the command line in the adb.exe folder.
- Enter the command to check the connection: adb devices must appear serial number of the device.
- Remove the unnecessary app (e.g. Mi Browser): adb shell pm uninstall --user 0 com.android.browser
- Reset the device.
How to return the deleted application via ADB?
3. Root-rights (full control)
The most powerful, but also the most risky method, requires unlocking the bootloader and installing Magisk or SuperSU.
- ๐ฑ Root Explorer โ for manual removal APK-file /system/app or /system/priv-app.
- ๐ ๏ธ Titanium Backup โ to freeze or remove system applications.
- ๐งน SD Maid โ to clean the remnants of remote software.
โ ๏ธ Note: Removing system applications with root rights may result in loss of warranty (if the bootloader is unlocked) and inability to update the firmware through OTA. Before manipulation, create a full backup through TWRP!
adb shell dumpsys package <apps package>This will show which services are using the app. If the output contains lines with depend on, it is better not to touch it.-->
Removal Consequences: What to Expect?
Even if you remove the app from the whitelist, there may be side effects.
| Remote appendix | Possible consequences | How to fix it |
|---|---|---|
| Mi Gallery | No thumbnails are displayed in other apps (such as WhatsApp) | Install an alternative gallery (e.g. Simple Gallery) |
| Mi Video | Some video formats are not played in a standard player | Use it. VLC or MX Player with codecs |
| Cleaner | The "Clean" item in the settings disappears, but the system is more stable | No corrections required โ this is a plus, not a minus |
| Game Turbo | Games are not given productivity priorities | Use Game Booster from Third-Party Developers |
| Mi Drop | The built-in file transfer function over Wi-Fi Direct does not work | Install Send Anywhere or LocalSend |
In most cases, the effects are reversible โ just install an alternative application from Google Play. However, some features (for example, the IR remote in Mi Remote) may not be available without the original software.
๐ก
Before mass removal of apps, check them for compatibility with your Redmi model. for example, on the Redmi Note 12 Pro+ You can safely remove com.xiaomi.scanner (document scanner) and on Redmi. 10A This will cause the camera to crash.
How to free up space without removing applications?
If you are not ready to risk the stability of the system, but want to make room, use these methods:
- ๐๏ธ Cache Clearing: Go to Settings โ Apps. Select an app (e.g. Google Play Services). Click "Clear cache".
Savings:
Removal of duplicate files
Use Files by Google or SD Maid to find repetitive photos, videos and documents.
Transferring files to the cloud
Upload photos to Google Photos and music to YouTube Music or Spotify.
Disabling Automatic Updates
In Google Play, go to Settings โ Auto-Update Apps and select โNever".
Another effective way is to reset to factory settings (but do a backup!) After resetting:
- Do not restore data from the backup of Mi Cloud โ it will return the entire Bloatvear.
- During the initial setup, skip the step with the installation of recommended applications.
- Turn off "Recommendations" MIUI" in the settings of the Xiaomi account.
Frequent Mistakes and How to Avoid Them
Many users make the same mistakes when trying to clean Redmi of unnecessary software.
- ๐ซ Delete everything: Some delete applications only because their names seem suspicious (e.g. com.qualcomm.qti! โ ๏ธ If the package name has qti, mediatek or google, it is better not to touch it without a deep understanding.
- ๐ Ignoring Dependencies: Deleting one app can break another. for example, deleting com.miui.notes will disrupt the weather widget.
- ๐ฑ Untested ADB-commands: Copying commands from questionable forums can lead to the removal of critical components.Always check packets through adb shell pm list packages.
- ๐ Unlocking the bootloader without backup: If you get root rights but donโt back up through TWRP, One wrong step can turn a phone into a brick".
To minimize the risks:
- Freeze the app with Titanium Backup or App Quarantine before uninstalling and check if the system is broken.
- Use a list of safe packages for your specific model (you can find it on the site). XDA Developers or 4PDA).
- After removal, do not update the firmware through OTA โ It can bring back deleted apps. It's better to browse through Fastboot.