What apps can be safely removed on Xiaomi Redmi: detailed guide 2026

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.

๐Ÿ“Š What Redmi model do you use?
Redmi Note 12/13
Redmi 10/11
POCO X5/6
Redmi 9/9A
Another model

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.

AnnexPackageEffects of removal
Securitycom.miui.securitycenterAntivirus failure, inability to install APK, failures in access authorization
Settingscom.android.settingsComplete loss of access to device settings
System UIcom.android.systemui"Brick" device - will not load the interface
MIUI Corecom.lbe.security.miuiFailures in notifications, themes and animations
Telephonycom.android.phoneLoss 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:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Select an unused app (such as Mi Music).
  3. Press "Disable" (if the button is active).
  4. 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:

  1. Connect your phone to your PC and run the command line in the adb.exe folder.
  2. Enter the command to check the connection: adb devices must appear serial number of the device.
  3. Remove the unnecessary app (e.g. Mi Browser): adb shell pm uninstall --user 0 com.android.browser
  4. Reset the device.
How to return the deleted application via ADB?
If you have problems after deleting the application, you can restore the application by command: adb shell cmd package install-existing <package> For example, to return Mi Browser: adb shell cmd package install-existing com.android.browser After that, restart the device.

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 appendixPossible consequencesHow to fix it
Mi GalleryNo thumbnails are displayed in other apps (such as WhatsApp)Install an alternative gallery (e.g. Simple Gallery)
Mi VideoSome video formats are not played in a standard playerUse it. VLC or MX Player with codecs
CleanerThe "Clean" item in the settings disappears, but the system is more stableNo corrections required โ€“ this is a plus, not a minus
Game TurboGames are not given productivity prioritiesUse Game Booster from Third-Party Developers
Mi DropThe built-in file transfer function over Wi-Fi Direct does not workInstall 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:

  1. Do not restore data from the backup of Mi Cloud โ€“ it will return the entire Bloatvear.
  2. During the initial setup, skip the step with the installation of recommended applications.
  3. 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:

  1. Freeze the app with Titanium Backup or App Quarantine before uninstalling and check if the system is broken.
  2. Use a list of safe packages for your specific model (you can find it on the site). XDA Developers or 4PDA).
  3. After removal, do not update the firmware through OTA โ€” It can bring back deleted apps. It's better to browse through Fastboot.
Can I remove Google apps (YouTube, Chrome, Play Music)?
Technically, yes, but it will disrupt Google Play services, such as deleting com.google.android.gsf will make it impossible to download apps from the Play Market, preferably disable them through settings or use them. ADB for uninstallation only for the current user: adb shell pm uninstall --user 0 com.google.android.youtube This will remove YouTube only for your profile without affecting system dependencies.
How do I know which app takes up the most space?
Go to Settings. โ†’ Annexes โ†’ Storage. This shows you a list of apps sorted by place you're in. Alternatively, you can use Google Play's DiskUsage Analyzer for a detailed analysis. Note: com.android.vending (Google Play Market) -- cache can take up to 500 MB. com.google.android.apps.maps (Google Maps) โ€“ maps and data can weigh several GB. com.miui.gallery โ€“ thumbnails and cache photos.
What if after removing the applications, the phone stopped updating?
This is a common problem when removing system components through ADB Solutions: Restore deleted packets (see spoiler above). Hand-sweeten your device through the Mi Flash Tool (instructions at xiaomiflash.com). Reverse to the previous firmware version and upgrade via Fastboot. If the update is critical, but you do not want to return remote applications, you can flash custom firmware (for example, LineageOS or Pixel Experience), where the bloathvear is not out of the box.
How to remove advertising in MIUI/HyperOS application-free?
Advertising in MIUI built into system applications (Security, Download, Weather, etc.) To disable it: Go to Settings โ†’ The phone. โ†’ Version. MIUI (press 7 once to turn on the developer mode. Return to Settings โ†’ Additionally. โ†’ Special facilities โ†’ Advertisements and disable all sliders. Use full removal of ads ADB: adb shell pm uninstall --user 0 com.miui.systemAdSolution You can also install Blokada or AdGuard to block ad servers at the level of the Internet. DNS.
Is it safe to use debloater scripts (for example, Xiaomi) ADB/Fastboot Tools)?
Scripts like Xiaomi ADB/Fastboot Tools or Universal Android Debloater automate the process of removing the bloatwear, but have risks: โœ… Pros: Quickly remove dozens of apps in one click. โŒ Cons: Can remove critical components if the script hasn't been updated for your firmware. Some scripts contain malicious code (always check the source code on GitHub). After use, you may need to manually customize the system. Use only proven tools (e.g. XiaomiADBFastbootTools) and always backup before mass removal.