What Xiaomi Standard Apps Can Be Removed: A Safe List for MIUI 14/15

Xiaomi, Redmi and POCO smartphones come with a pre-installed set of apps, many of which duplicate features or are not used at all. However, not all of them can be removed without risking system stability. In this article, we will discuss which standard Xiaomi apps are safe to remove and which are better to leave - even if they seem useless.

It is important to understand that removing some system applications can cause MIUI to crash, especially if they are related to Google services or Xiaomiโ€™s own features (such as theme or security).We analyzed the user experience on the 4PDA and XDA Developers forums, as well as official guidelines for MIUI 14 and MIUI 15 firmware to make a relevant list.

If you use a custom firmware smartphone (like LineageOS or Pixel Experience), the rules may be different. This article focuses on stock versions of MIUI without root rights. Unleashing system applications without consequences will require access to ADB or superuser rights, as we will explain in the corresponding section.

Why are there so many pre-installed apps in Xiaomi?

Smartphone manufacturers, including Xiaomi, often install additional software for several reasons:

  • ๐Ÿ“ฑ Duplicate services: For example, Mi and Google Chrome, or Gallery and Google Photos. This is done for users who do not want to use Google services.
  • ๐Ÿ’ฐ Partnering Agreements: Apps like Facebook, Netflix, or LinkedIn are often pre-installed under a developer contract.
  • ๐Ÿ”ง System dependencies: Some applications (such as Mi Video or Music) are feature-related MIUI, such as optimizing sound or playing video in the background.
  • ๐ŸŒ Localization: There may be different sets of apps in different regions, such as in China, where Baidu or Weibo are used instead of Google.

According to Appfigures, on average, Xiaomi smartphones have 20 to 30 apps pre-installed, of which only 40% are actively used by users, the rest are either manually deleted or simply take up space in memory.

โš ๏ธ Note: Deleting applications like MiuiDaemon or Security can result in loss of functionality (such as themes or fingerprint scanners). Always check the name of the package before deleting it!

List of safe applications to remove (no root rights)

These apps can be removed through Xiaomiโ€™s standard settings (Settings โ†’ Applications โ†’ Delete) or disabled if the delete button is inactive. They do not affect the system operation, but can take up to 1-2 GB of memory:

  • ๐ŸŽต Music (com.miui.player) is a standard music player, which can be replaced by Spotify or VLC.
  • ๐ŸŽฌ Mi Video (com.miui.videoplayer) - video player: MX Player or YouTube Vanced.
  • ๐Ÿ“– Mi Browser (com.android.browser) is a browser from Xiaomi. Better to use Chrome or Firefox.
  • ๐Ÿ“ง Email (com.android.email) is an email client. Most users prefer Gmail.
  • ๐Ÿ“… Calendar (com.android.calendar) โ€” Calendar. You can change it to Google Calendar.
  • ๐Ÿ“ฑ Mi Remote (com.duokan.phone.remotecontroller) โ€“ remote control is only useful if you control equipment through an IR port.
  • ๐Ÿ’ฌ Mi Community (com.xiaomi.channel) โ€“ Xiaomi forum, rarely used in Russia.
  • ๐Ÿ›’ Mi Pay (com.mipay.wallet) is a payment system that only works in China and India.
  • ๐ŸŽฎ Games (com.xiaomi.gamecenter) - a gaming center, often containing ads.
  • ๐Ÿ“บ Mi TV (com.mitv.tvhome is a Xiaomi TV management app. It's useless if you don't have a TV of this brand.

These applications can be removed even without ADB, as they are not critical to MIUI operation. However, some of them (such as Mi Browser) may be associated with system services, so it is worth rebooting the device after removal.

๐Ÿ“Š Which of these apps did you delete first?
Mi Browser
Mi Music
Mi Video
Games
Mi Remote
Nothing removed.

Applications that can be removed only through ADB

Some system applications donโ€™t have an uninstall button on the menu, but they can be uninstalled via ADB (Android Debug Bridge). This will require a computer and enabled USB debugging (Settings โ†’ About Phone โ†’ MIUI version โ€“ press 7 times, then return to Additional โ†’ For Developers).

List of applications that can be safely removed via ADB (command: adb shell pm uninstall -k --user 0 name packet):

Title of the annexPacket nameDescriptionRisk of removal
Analyticscom.miui.analyticsCollection of usage statisticsLow.
MSA (Mi Service Framework)com.xiaomi.msa.globalService for push notificationsMedium (may break notifications)
Mi Dropcom.xiaomi.midropFile transfer over Wi-FiLow.
Quick Appscom.miui.hybridMini-applications (similar to Instant Apps)Low.
Yellow Pagescom.android.yellowpagesDirectory of Organizations (only in China)Low.

To remove via ADB, follow the following steps:

Enable debugging over USB in the developer settings

Connect your phone to your PC and confirm your trust in your computer

Open the command line and enter adb devices (your device should be displayed)

Execute adb shell pm uninstall -k --user 0 name packet

Reboot the phone.-->

โš ๏ธ Note: Deleting com.xiaomi.msa.global may cause you to lose push notifications in some applications (e.g. Telegram or Viber).If you notice problems, restore the application via the command adb shell cmd package install-existing the name packet.

What Xiaomi apps can not be removed?

Some system applications are critical to MIUI operation, and their removal may result in:

  • ๐Ÿ”„ Cyclical reboot (bootloop).
  • ๐Ÿ“ต Network loss (mobile internet or Wi-Fi will not work).
  • ๐Ÿ”’ Screen lock (face unlock/print will not work).
  • ๐ŸŽจ Failures in design (themes, animations, fonts will disappear).

List of prohibited applications for removal:

  • ๐Ÿšซ Security (com.miui.securitycenter) โ€“ Security Center, responsible for permissions and antivirus.
  • ๐Ÿšซ Miui System UI (com.miui.system - system interface.
  • ๐Ÿšซ Settings (com.android.settings) โ€“ phone settings.
  • ๐Ÿšซ Framework (com.miui.core) - core MIUI.
  • ๐Ÿšซ Telephony (com.android.phone) - responsible for calls and SMS.
  • ๐Ÿšซ Mi Account (com.xiaomi.account) โ€“ Xiaomi account (deletion will result in blocking some features).

If you accidentally deleted one of these apps, the only way to restore your phone is to reset the phone to factory settings or reflash it through Fastboot.

What if the phone does not turn on after removing the applications?
If your smartphone is stuck on the MIUI logo or left in the bootloop, try the following steps: 1. Press Power + Volume Up to log into Recovery Mode. 2. Select Wipe Data โ†’ Factory Reset (this will delete all data!). 3. If it does not help, swipe your phone through the Mi Flash Tool in Fastboot mode. 4. In extreme cases, contact the service center with a request to reflash the device via EDL (emergency mode).

How to free up space without removing applications?

If you donโ€™t want to risk removing system applications, you can make room in other ways:

  • ๐Ÿ—‘๏ธ Cache Clearing: Go to Settings โ†’ Annexes โ†’ Select the application โ†’ Clear cache. For example, the cache of Google Play Services can take up to 1-2 GB.
  • ๐Ÿ“ Delete Unnecessary Files: Use the built-in Cleanup app (com.miui.cleanmaster) or Files by Google.
  • ๐Ÿ”„ Transfer of applications to SD-Map: Works only for certain applications (setting up in Settings) โ†’ Annexes โ†’ Warehouse).
  • โ˜๏ธ Disabling Automatic Backup: C Settings โ†’ Accounts. โ†’ Mi Cloud can disable synchronization of unnecessary data (for example, notes or notes).

Also worth checking is DCIM/.thumbnails, which stores photo and video thumbnails that can take hundreds of megabytes, and can be safely deleted through any file manager.

๐Ÿ’ก

If you often shoot 4K videos, turn on the option โ€œCompress Videoโ€ in the Gallery app, which will reduce file size without noticeable loss of quality.

Features of removal on different models Xiaomi

Depending on the smartphone model and the MIUI version, the set of pre-installed applications may differ.

  • ๐Ÿ“ฑ POCO F5 / X5 Pro: Often go without Mi Video and Mi Music apps, but may have POCO Launcher that cannot be removed without changing the launcher.
  • ๐Ÿ“ฑ Redmi Note 12: Global version preinstalled Facebook, Netflix and LinkedIn, which can be removed as regular apps.
  • ๐Ÿ“ฑ Black Shark 5: Gaming smartphones have additional services like Shark Space, which are better not to touch, so as not to lose gaming features.
  • ๐Ÿ“ฑ Xiaomi 13T / 14: Flagship models may have Mi AI Mi Share, which are related to artificial intelligence and wireless data transmission.

Before removing applications on the new model, we recommend:

  1. Check out reviews on forums (such as 4PDA or XDA).
  2. Make a backup through Settings โ†’ Additional โ†’ Backup.
  3. Remove the least critical apps first and test the phone throughout the day.

๐Ÿ’ก

On smartphones with a MediaTek processor (such as Redmi 10C or POCO M5), removing system applications can cause more serious crashes than on devices with Snapdragon.

What if there are errors after the application is deleted?

If you have problems after removing system applications, try the following solutions:

Problem.Possible causeDecision
Notifications are not workingDeleted by com.xiaomi.msa.globalRestore via ADB or disable battery optimization for instant messengers
Settings won't open.Damaged by com.android.settingsReset your phone to factory settings
Themes or fonts are gone.Deleted com.android.themesReinstall themes via GetApps (Xiaomi store)
The mobile internet is not working.Damaged by com.android.phoneCheck your APN settings or reset your network settings

If the problem is serious (for example, the phone does not turn on or constantly restarts), you will have to resort to a complete reset or firmware.

  1. Download the official firmware for your model from the MIUI Download website.
  2. Use the Mi Flash Tool to run in Fastboot mode.
  3. If the phone is not computer-defined, try EDL mode (requires an authorized Xiaomi account).

FAQ: Frequent questions about removing apps on Xiaomi

Can I remove Google apps (YouTube, Chrome, Play Store)?
Technically, but it's not recommended. Many apps depend on Google Play Services, and removing them can cause Gmail, Maps, or banking apps to crash, and if you want to get rid of them, you'd better disable them through settings or use custom firmware without Google services (e.g. MIUI EU without GApps).
How to return a remote system application?
There are two ways: via ADB: run the command adb shell cmd package install-existing name packet. Through reset: Reset to factory settings (Settings โ†’ About Phone โ†’ Reset). If the application was system, it can only be restored by flashing.
Why did the ads appear in MIUI after the removal of the applications?
Advertisements in MIUI may appear from com.miui.systemAdSolution or com.xiaomi.midrop. To disable: Go to Settings โ†’ About Phone โ†’ MIUI Version (click 7 times to enable Developer Mode). Return to Additional โ†’ For Developers โ†’ Disable Advertising. Delete com.miui.systemAdSolution via ADB.
Can I remove the Miui Launcher and install another?
Yes, but you need to: Install an alternative launcher (like Nova Launcher or Lawnchair), make it the default launcher in the application settings. Disable Miui Launcher via ADB: adb shell pm disable-user --user 0 com.miui.home. โš ๏ธ Warning: Complete removal of com.miui.home may result in loss of navigation gestures and other features MIUI.
How do I know which app takes up the most space?
Open Settings โ†’ Apps โ†’ Size Sorting. You can also use apps like DiskUsage or Files by Google that show folder memory allocation. Pay attention to: Google Play Services and Facebook cache; Android/obb folder (that stores game data here); DCIM/.thumbnails folder.