Replacing standard apps on Xiaomi, Redmi or POCO smartphones is a challenge many users face. Unlike pure Android, MIUI firmware actively uses branded services that do not always suit owners: from the Mi Browser browser to the Mi Gallery. In this article, we will analyze all possible ways from simple disabling to completely replacing system applications, including nuances for different versions of MIUI 14/15 and models (for example, Xiaomi 13 Pro or Redmi Note 12).
It's important to understand that not all applications can be removed without consequences. Some are critical to the system's operation - removing them can cause a malfunction or build-up of the device. We'll detail which applications are safe to replace and which are better to disable. We'll also look at alternative methods, from using launchers to installing custom firmware for power users.
Whether youβre looking for a way to get rid of unnecessary software, optimize your phone, or just want to use alternative software (like Google Chrome instead of Mi Browser), this guide will help you get it right β without risking the device.
Which apps can be changed to Xiaomi and which ones canβt
MIUI firmware conditionally divides applications into three categories:
- πΉ User-generated services: installed by you from Google Play or APK. They can be removed without restriction.
- πΉ System (no root) β preinstalled by Xiaomi, but not critical to work (e.g. Mi Music, Mi Video) and can be disabled or replaced with alternatives.
- πΉ Systemic (critical) - kernel MIUI, com.miui.*, Android System, and if you delete them, you'll be inoperable.
Below is a table with examples of applications and possible actions:
| Annex | Type | Can I remove it? | Can I turn it off? | The alternative |
|---|---|---|---|---|
| Mi Browser | Systemic | β (rootless) | β | Google Chrome, Firefox |
| Mi Gallery | Systemic | β (rootless) | β | Google Photos, Simple Gallery |
| Mi Music | Systemic | β (through ADB) | β | Spotify, Poweramp |
| Security (Security) | Critical. | β | β | β |
| GetApps (Mi App Store) | Systemic | β (through ADB) | β | Google Play, Aurora Store |
Critical information: Deleting applications with com.miui.home packages (launcher), com.android.phone (phone) or com.miui.securitycenter (security) will lead to a reboot cycle or complete inoperability of the phone.
β οΈ Note: On Xiaomi models for the European market (marked) EEA) Some system applications (such as Mi Browser) may be protected from shutdown due to requirements GDPR. In this case, it will only help. ADB root.
Method 1: Disabling standard applications (without root)
The safest method is to disable, not delete, which hides the app from the menu, stops it from running in the background, but doesn't delete files, and is suitable for most pre-installed programs, except critical ones.
Instructions:
- Open Settings β Applications β Application Management.
- Select the application you want (such as Mi Browser).
- Click Disable (if the button is inactive β the application is critical).
- Confirm the action in the dialog window.
After the shutdown:
- π± The application will disappear from the menu and list of installed programs.
- π It will not be updated through Google Play.
- π Stop using battery and traffic.
Make a backup copy of important data
Check if the application is connected to system functions (e.g. Mi Share for file transfer)
Make sure you have an alternative (e.g. Google Chrome instead of Mi Browser)
Write down the name of the application package (in case of recovery)-->
If the Disable button is not available, try an alternative method via ADB (described below).On some models (e.g. POCO F5), disabling only works for a limited list of applications.
Mi Browser
Mi Gallery
Mi Music
GetApps (Mi App Store)
Security (Security)
Other-->
Method 2: Remove system applications via ADB (without root)
To remove pre-installed apps without obtaining root permissions, you will need ADB (Android Debug Bridge), which works on all Xiaomi models, but requires a connection to a computer.
Step-by-step:
- Enable Developer Mode: Go to Settings β About Phone. Click 7 times on MIUI Version. Go back to Settings β Additional β Developer. Activate USB Debugging.
Connect your phone to your PC and confirm your trust in your computer.
ADB Tools
adb devicesMake sure the device is identified.
adb shell pm uninstall -k --user 0 title.packetFor example, for Mi Browser:
adb shell pm uninstall -k --user 0 com.android.browserList of popular removal packages:
- π Mi Browser: com.android.browser
- π΅ Mi Music: com.miui.player
- πΊ Mi Video: com.miui.videoplayer
- π± GetApps: com.xiaomi.mipicks
- π Analytics (data collection): com.miui.analytics
β οΈ Attention: On some firmware MIUI 15 (for example, on Xiaomi 14), the pm uninstall command may not work due to additional checks.
adb shell pm list packages | grep "miui"This will show all Xiaomi system applications that can be removed.-->
Method 3: Replace the launcher and standard applications
If you donβt like the standard MIUI Launcher or want to use alternative default programs (like Google Messages instead of Mi SMS), there are two ways to go:
- Install a third-party launcher (e.g., Nova Launcher, Lawnchair).
- Assign applications by default in Android settings.
To replace the launcher:
- Download the alternative launcher from Google Play.
- When you first start, select it as the default launcher.
- In the launcher settings, turn off MIUI Launcher (if necessary).
To replace the default applications (such as browser or gallery):
- Go to Settings β Applications β Application Management.
- Click on the three dots in the top right corner and select the Default Apps.
- Select a category (e.g. Browser) and assign an alternative application.
Advantages of this method:
- π Does not require rooting or ADB.
- π± It works on all Xiaomi models, including the new ones (Xiaomi). 13T, Redmi Note 13).
- π It does not affect the stability of the system.
What if MIUI resets the launcher by default?
Method 4: Getting root rights and deep application replacement
Full control of system applications requires root rights, which allows you to remove any program, including critical ones, but carries risks:
- π« Loss of guarantee.
- π Vulnerability to malware.
- π Risk of βbrickingβ with errors.
Instructions for obtaining root on Xiaomi:
- Unblock Bootloader via Xiaomiβs official website (requires a Mi Account account and wait 7-14 days).
- Install a custom recap (TWRP) for your model.
- Sweep Magisk through the Recovery.
- Use Magisk Manager or Root Explorer to remove system applications.
After getting root, you can:
- ποΈ Completely remove any applications, including com.miui.*.
- π§ Modify system files (e.g., replace) MIUI Camera on Google Camera).
- π¦ Install Magisk modules for deep customization.
β οΈ Note: On models with a MediaTek processor (e.g. Redmi Note 12) 5G) Unlocking the bootloader can lead to problems with Widevine L1 (Downgrades in streaming on Netflix or Disney+ before 480p).
π‘
Getting root rights to Xiaomi is an irreversible process, and even after rooting is removed, some features (such as Mi Pay or Banking apps) may stop working due to SafetyNet.
Method 5: Use custom firmware (for experienced)
If you are not satisfied with MIUI in principle, you can install custom firmware based on AOSP (for example, LineageOS, Pixel Experience or ArrowOS).
- π§Ή Completely get rid of branded Xiaomi applications.
- π Get updates directly from the community.
- π± Use "clean" Android without add-ons MIUI.
Installation process:
- Unlock Bootloader (as in the root method).
- Install TWRP or another custom recaveri.
- Download the firmware for your model from the XDA Developers or 4PDA website.
- Sweep through the firmware, then GApps (if you need Google services).
Cons of this method:
- π Possible issues with autonomy (castomy firmware is often worse optimized for Xiaomi iron).
- πΈ The camera may not work (a ported GCam is required).
- π No guarantee of stability (probable sensor bugs, NFC or 5G).
Popular firmware for Xiaomi:
| Firmware | Features | Support for models |
|---|---|---|
| Pixel Experience | Pure Android with chips from Google Pixel | Xiaomi 11/12/13, Redmi Note 10/11/12 |
| LineageOS | Stable firmware without unnecessary add-ons | Most of the Xiaomi and POCO models |
| ArrowOS | Balance between customization and productivity | POCO F3/F4/F5, Xiaomi Mi 10/11 |
Frequent Mistakes and How to Avoid Them
When replacing or removing applications on Xiaomi, users often face problems. Consider typical errors and their solutions:
- π "The application is not removed through ADB" β Check if the package is correctly specified (use adb shell pm list packages). MIUI 15 Some packages are protected β try adding a flag --user 0.
- π± "After removing the launcher, the phone does not start" β Install an alternative launcher before removal MIUI Launcher or restore it through ADB: adb shell cmd package install-existing com.miui.home
- π "Fast battery discharge after shutting down system applications" β Some background services MIUI If you have a Security or Mi Analytics phone that is running out faster after you turn it off, try to return it or use Greenify for manual optimization.
- π "No push notifications after browser replacement" β V MIUI Notifications are linked to system services: Install Google Play Services manually or use Mi Push Fix (module for Magisk).
If after manipulating the applications, the phone began to brake or overheat, reset the cache through the Recovery:
- Turn off the phone.
- Press Power + Volume up to enter Recovery.
- Select Wipe β Wipe Cache.
- Reset the device.