What Xiaomi apps can be removed on MIUI 11: a safe list to clean up the system

Why MIUI 11 is clogging memory with unnecessary apps and how to fix it

Xiaomiโ€™s MIUI 11 shell is known for its abundance of pre-installed apps, many of which users never run. Even on new devices โ€” from the budget Redmi 8A to the flagship Mi 9 Pro โ€” up to 20-30% of internal memory is occupied by services that duplicate the features of Google Play Services or have no practical use at all. For example, Mi Video and Mi Music often idle when users prefer YouTube and Spotify.

The problem is compounded by the fact that MIUI aggressively caches data even for unused applications, which leads to the fact that after a few months of operation, the smartphone begins to โ€œbrakeโ€, and in the Settings section, the device is used for the first time. โ†’ You see tens of megabytes (and sometimes gigabytes) of garbage in your memory, but not all applications can be removed by standard means โ€” some are protected by the system and require superuser rights or ADB-team.

In this article, we will understand:

  • ๐Ÿ” What Xiaomi apps can be removed without root rights (through settings)
  • ๐Ÿ› ๏ธ How to safely uninstall system services with the help of ADB
  • โš ๏ธ What programs cannot be removed (risk of disrupting work) MIUI)
  • ๐Ÿ“Š Table by category: โ€œSafeโ€, โ€œCautionโ€, โ€œDangerous"

Before you start cleaning, back up your data through Settings โ†’ Additional โ†’ Backup and Reset. This will help restore the system if something goes wrong.

๐Ÿ“Š What model Xiaomi on MIUI 11 you're using?
Redmi Note 8/8T
Mi 9/9T
POCO X2
Redmi 8/8A
Another model

List of Xiaomi apps that can be removed without root rights

These programs can be uninstalled directly from the Settings menu โ†’ Applications โ†’ Application Management. They are not critical to the system and usually duplicate the functions of third-party services:

  • ๐ŸŽต Mi Music (com.miui.player) is a music player that is replaced by Spotify or Spotify. VK Music.
  • ๐ŸŽฌ Mi Video (com.miui.videoplayer) is a video player with limited codecs. VLC or MX Player.
  • ๐Ÿ“– Mi Browser (com.android.browser) โ€“ a browser with ads. Replace it with Chrome or Firefox.
  • ๐Ÿ“ฑ Mi Drop (com.xiaomi.midrop) is a Wi-Fi file transfer service, with alternatives: ShareIt or Nearby Share.
  • ๐Ÿ’ฌ Mi Community (com.xiaomi.xmsf) is a fan forum for the brand, useful only to enthusiasts.
  • ๐Ÿ›’ GetApps (com.xiaomi.mipicks) is a proprietary app store with a limited range of products.
  • ๐Ÿ“ก Mi Remote (com.duokan.phone.remotecontroller) โ€“ remote control. You only need if you control equipment through an infrared port.
  • ๐ŸŽฎ Game Center (com.xiaomi.gamecenter.sdk.service) is a service for gamers. It's useless if you don't play mobile games.

For removal:

  1. Open the Settings โ†’ Applications.
  2. Put it on the right app.
  3. Press "Delete" (if the button is active).

๐Ÿ’ก

If the Remove button is inactive, try first disabling the app and then uninstall the updates via Settings. โ†’ Annexes โ†’ โ˜ฐ โ†’ Show system-based.

How to Uninstall Xiaomi System Applications via ADB (No Root Rights)

Some programs canโ€™t be removed through the menu, but you can uninstall them using Android Debug Bridge (ADB), which doesnโ€™t require root rights, but requires connecting your smartphone to your PC.

  • ๐Ÿ–ฅ๏ธ Computer with installed ADB-driver.
  • ๐Ÿ“ฑ Smartphone with enabled debugging USB (Settings โ†’ The phone. โ†’ Version. MIUI โ†’ 7 times to tap โ†’ Return to the Extra โ†’ For developers).
  • ๐Ÿ”Œ USB-cable (preferably original).

Step-by-step:

  1. Connect your smartphone to your PC and confirm the debugging permission.
  2. Open the command line (Windows) or terminal (macOS/Linux) in the folder with the platform-tools.
  3. Enter the command: Adb devices Make sure the device is identified.
  4. To remove the application, use: adb shell pm uninstall -k --user 0 title.package For example, for Mi Browser: adb shell pm uninstall -k --user 0 com.android.browser

List of safe packets to remove via ADB:

AnnexPacket nameDescription
Mi Calendarcom.android.calendarXiaomi Calendar. You can replace it with Google Calendar.
Mi Mailcom.android.emailEmail client. Useless when using Gmail or Outlook.
Mi Notescom.miui.notesNotes. Alternatives: Google Keep, Evernote.
Mi Scannercom.xiaomi.scannerScanner. QR-It duplicates the functions of the camera.
Security (Security)com.miui.guardproviderAntivirus and optimizer. You can turn it off if you use third-party solutions.

Debugging is on. USB|Installed ADB-PC drivers|Smartphone connected in file transfer mode|Backup of important data is made|The device model has been tested (not all commands work on all versions). MIUI)

-->

What if the ADB canโ€™t see the device?
1. Check if drivers are installed (Universal can be used for Windows) ADB Driver). 2. Try another one. USB-cable (cheap cables often do not support data transfer). 3. Reboot your smartphone and PC. 4. Enable the option to Cancel Authorization in the developer settings USB-Debugging, then reconnect the device.

What Xiaomi apps should not be removed (risk of โ€œbrickingโ€)

Some system services are critical to MIUI 11, and their removal may result in:

  • ๐Ÿ”„ Cyclical reboot (bootloop).
  • ๐Ÿ“ต Network loss (mobile internet and calls will not work).
  • ๐Ÿ”ง Interface malfunction (icons, settings disappear).

List of dangerous packages (don't touch them!):

  • โš ๏ธ com.android.phone โ€“ Telephone services (calls, SMS).
  • โš ๏ธ com.android.settings - System settings.
  • โš ๏ธ com.miui.home โ€“ Launcher (desktop).
  • โš ๏ธ com.miui.system - Core MIUI.
  • โš ๏ธ com.qualcomm.qti.telephonyservice - Communication module (on Snapdragon).
  • โš ๏ธ com.miui.weather2 โ€” Weather widget (remove - the weather will disappear on the main screen).

โš ๏ธ Warning: If after removing the application, the smartphone stopped booting, try resetting through Restore Mode (Power) + In extreme cases, you will need to flash through the Mi Flash Tool.

Also avoid removal:

  • ๐Ÿ”‹ Google Play Services (com.google.android.gms) โ€“ Many apps wonโ€™t work without them.
  • ๐Ÿ”’ Mi Account (com.xiaomi.account) โ€“ responsible for authorization in Xiaomi services.
  • ๐Ÿ“ถ Communication modules (packages with telephony or ril in the title).

How to Disable Unnecessary System Applications Without Deleting

If you're not sure about the security of the deletion, you can disable the programs that you don't need, and that will stop them and free up RAM, but the files will stay on the device.

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Select an app (such as Mi Browser).
  3. Press "Disable" (if the button is active).
  4. Confirm the action.

Disconnection is safe for the following services:

  • ๐Ÿ“บ Mi TV (com.mitv.tvhome โ€“ if you donโ€™t use the Mi Box.
  • ๐ŸŽต Mi Radio (com.miui.fm) โ€” FM-radio (rarely used).
  • ๐Ÿ“ฆ Mi Pay (com.mipay.wallet) โ€“ payment service (only in China/India).
  • ๐Ÿ“Š Analytics (com.miui.analytics) โ€“ statistics collection (can be turned off without consequences).

After disabling the application will disappear from the menu, but will remain in the list Settings โ†’ Annexes โ†’ They're offline, they can be returned anytime.

๐Ÿ’ก

Disabling is a safer way than uninstalling. If your smartphone starts to glittle after it's turned off, just turn the app back on.

What to do if MIUI 11 becomes unstable after deleting applications

If you have removed a critical package and faced problems, there are several ways to get it back up:

  1. Recovery via ADB: Connect your smartphone to your PC and execute the command: adb shell cmd package install-existing title.package For example, to return Mi Browser: adb shell cmd package install-existing com.android.browser
  2. Reset to factory settings: Go to Settings โ†’ Additional โ†’ Backup and Reset โ†’ Reset. Attention: This will delete all data from the device!
  3. Flashing through Mi Flash Tool: Download the official firmware for your model from the Xiaomi website and flash your smartphone in Fastboot mode.

If the smartphone does not turn on:

  • Press Power + Vol Up to enter Recovery Mode.
  • Select Wipe Data (reset) or connect to a PC for firmware.

โš ๏ธ Note: Some models (for example, Redmi Note 8 Pro with Mediatek processor) require authorization of the Mi Account for firmware. If you forget the password, use the recovery service.

Alternative ways to free up memory on Xiaomi with MIUI 11

If removing apps hasnโ€™t solved the memory problem, try these methods:

  • ๐Ÿงน Cache Clearing: Go to Settings โ†’ Memory. โ†’ Clear the cache, it'll free up until 1-3 GB space.
  • ๐Ÿ—‘๏ธ Remove duplicate files: Use applications like Files by Google or CCleaner to find repetitive photos and videos.
  • โ˜๏ธ Transfer files to the cloud: Upload photos and documents to Google Drive or Mi Cloud, then delete local copies.
  • ๐Ÿ”„ Disable Auto-Update Apps: Go to Settings on Google Play โ†’ Auto-update of applications โ†’ Never.
  • ๐Ÿ“ Memory card usage: If your smartphone supports microSD, transfer media to it via Settings โ†’ Memory. โ†’ By default, write down SD-map.

Important: On some models (for example, Redmi Note 7) MIUI 11 does not allow transfer of applications to SD-In this case, only cleaning the internal memory or replacing the card with a more capacious one will help.

FAQ: Frequent questions about removing apps on MIUI 11

โ“ Can I remove Google Play Services?
โŒ No! This will cause most apps to crash, including Google Play, Gmail and YouTube. If you want to save memory, turn off the Google Play Services auto-update in the app settings.
โ“ Why do applications appear again after removal?
This is due to automatic recovery of system applications after updating. MIUI. To prevent unnecessary programs from returning: Turn off automatic updates MIUI In Settings โ†’ The phone. โ†’ Updating the system โ†’ โ˜ฐ โ†’ Settings โ†’ Auto download updates. Use them. ADB flag-bag-bag --user 0 (as described above).
โ“ How to find out which application takes up the most memory?
Go to Settings โ†’ Memory โ†’ Applications. This shows a list of programs sorted by place you occupy, and you can also use third-party analyzers, such as DiskUsage.
โ“ Is it safe to remove Mi Security?
โš ๏ธ Partially. The main package com.miui.guardprovider is responsible for antivirus and optimization. Deleting it will deprive you: scan for viruses. Clean up garbage in one click. Block spam calls. If you use alternatives (for example, Malwarebytes), you can delete. Otherwise, it is better to disable.
โ“ Why not? MIUI 11 You cannot delete certain applications through ADB?
Some packages are protected by the manufacturer's policy, for example, on models for the Chinese market (China ROM), the removal of com.xiaomi.midrop or com.miui.video will be blocked. In this case, only: Getting root rights (risky), flashing to Global ROM or custom firmware (for example, LineageOS).