How to change the app on Xiaomi phone: remove, replace and install

Replacing applications on Xiaomi, Redmi or POCO smartphones is a task that every user sooner or later faces. Whether you want to get rid of pre-installed software (the so-called bloatver), install an alternative launcher or simply update the program through a third-party source - the process has its nuances due to the features of the MIUI firmware. Unlike "pure" Android, there are additional security restrictions, and some system applications can not be removed by standard methods.

In this guide, we will look at all the current ways to replace applications on Xiaomi devices in 2026, from basic uninstalling through the settings menu to using ADB to uninstall system software. Particular attention will be paid to security issues (for example, the risks of installing APKs from unknown sources) and legal methods to circumvent the restrictions of MIUI. If you are looking for a way to optimize your smartphone by getting rid of unnecessary programs, or want to install a modified version of the application (for example, Google Camera for Xiaomi), this guide will help you get it right.

Why Xiaomi canโ€™t just remove any app

Xiaomiโ€™s MIUI firmware differs from standard Android by having two types of applications:

  • ๐Ÿ“ฑ Custom - installed by you from Google Play or other sources, and can be removed without restriction.
  • ๐Ÿ”ง System โ€“ preinstalled by Xiaomi (e.g. Mi Browser, Mi Video, Security) and cannot be removed through the standard menu, as they are integrated into the firmware.

Besides, MIUI block APK-The default default file is from unknown sources (configure Unknown Sources in the security menu) and is designed to protect against malware, but makes it difficult to replace applications. For example, if you want to install a modified YouTube Vanced or an alternative client for Telegram, you will first have to allow the installation from external sources.

Another feature is that system applications are linked to MIUI services, for example, deleting Mi Account can cause cloud backup or synchronization to fail, so itโ€™s important to understand which features might be affected before uninstallation.

๐Ÿ“Š What Xiaomi model do you use?
Redmi Note 12/13
POCO X5/X6
Mi 11/12/13
Another Xiaomi model
I'm not Xiaomi.

Method 1: Remove user applications through settings

The easiest method is to remove programs you installed yourself, and it's suitable for applications from Google Play or downloaded manually (APK). The instructions are relevant to MIUI 12/13/14:

  1. Open the Settings โ†’ Applications.
  2. Select the Application Management tab.
  3. Find the desired application in the list (you can use the search).
  4. Click on it and select Delete.

If the Remove button is inactive (grey), then the application is system, in which case move on to the following methods.

Check if the application is system-based

Create a backup copy of important data

Disable Auto Update in Google Play

Make sure there is enough free space on the phone.-->

Method 2: Disabling system applications (without root)

If you can't delete the system application, you can turn it off, and this hides the program from the menu and stops it from running in the background, but it doesn't free up space on the disk.

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Select a system app (such as Mi Music or Mi Browser).
  3. Click Disable (the button will appear if the application can be deactivated).
  4. Confirm the action in the dialog window.

โš ๏ธ Warning: Disabling some system applications (such as Security or Finder) may disrupt the operation MIUI. Before deactivating, check for reviews about a particular app in forums (e.g, 4PDA or XDA Developers).

What happens if you turn off Mi Security?
Disabling Mi Security (or Security) will stop virus scanning, checking APKs installed, and optimizing, but it will also shut down annoying "memory cleanup" notifications and security center ads.

List of relatively safe to disable system applications on Xiaomi:

  • ๐ŸŽต Mi Music is a standard music player.
  • ๐Ÿ“บ Mi Video โ€“ video player from Xiaomi.
  • ๐Ÿ“– Mi Reader โ€“ an app for reading books.
  • ๐ŸŽฎ Game Turbo โ€“ If you donโ€™t use the game mode.

Method 3: Remove system applications via ADB (without root)

To completely remove system applications without obtaining root rights, you can use ADB (Android Debug Bridge), which requires connecting the phone to the computer, but does not violate the warranty. Importantly, after removal through ADB, the application will disappear from the system forever, and it can only be restored through a full reset or flashing.

Step-by-step:

  1. Download and install Platform Tools (including ADB) on your computer.
  2. Turn on Developer Mode: Go to Settings โ†’ About Phone. Click 7 times on MIUI until the notification "You've become a developer" appears.

Settings โ†’ Additional โ†’ For Developers

USB debugging

File transfer

ADB

adb devices

(Your device should appear)

adb shell pm uninstall --user 0 com.miui.browser

(Replace com.miui.browser with the desired application package).

List of packages of popular system applications Xiaomi:

AnnexPacket nameCan I remove it?
Mi Browsercom.android.browser or com.miui.browserYes.
Mi Musiccom.miui.playerYes.
Mi Videocom.miui.videoplayerYes.
Cleaner (Optimizer)com.miui.cleanmasterYes (but you'll lose the cleaning function)
Mi Securitycom.miui.securitycenterNo (critically for the system)
adb shell pm list packages > apps_backup.txt

This will help restore remote programs if something goes wrong.-->

Method 4: Replace applications through third-party stores (APK)

If you want to install an alternative version of the app (e.g. Google Camera instead of the standard camera or YouTube Vanced instead of the official client), you will need to:

  1. Allow installation from unknown sources: Go to Settings โ†’ Applications โ†’ Application Management โ†’ Settings (cog at the top). Enable Installation from unknown sources and select the browser or file manager you will install APK through.

APKMirror

4PDA

Open the file through a Explorer or browser and follow the installerโ€™s instructions.

โš ๏ธ Attention: Installation of modified APK (For example, hacked versions of paid applications violate the terms of use of Google Play and can lead to the blocking of the account (MD5/SHA-1) specialized sites.

Popular alternatives to standard Xiaomi apps:

  • ๐Ÿ“ท Camera: Google Camera (GCam) for improved shooting (requires a config for a particular model).
  • ๐ŸŒ Browser: Firefox, Brave or Kiwi Browser (with Chrome extensions).
  • ๐ŸŽต Music: Poweramp, Musicolet or VLC audio.
  • ๐Ÿ“ฑ Launcher: Nova Launcher, Lawnchair or Hyperion for customization of the interface.

Method 5: Using Magisk for deep modification (requires root)

If you're ready to get root rights, the options for replacing apps are expanding, and Magisk is a way to:

  • ๐Ÿ”„ Remove any system applications without restrictions.
  • ๐Ÿ›  Modify system files (e.g., replace) framework-res.apk thematically).
  • ๐Ÿšซ Block ads and trackers at the system level (modules like AdAway or Blokada).

Instructions for installation of Magisk:

  1. Unlock the bootloader on the Xiaomi website (requires account binding and waits 7-14 days).
  2. Install a custom recap (TWRP) for your model.
  3. Fly Magisk through the Recovery (Magisk-v26.4.zip file).
  4. Install modules through the Magisk Manager app.

โš ๏ธ Note: Getting root rights voids the warranty and may result in a brick device in case of firmware errors.In addition, some applications (for example, banking or other applications) Pokรฉmon GO) Stop working on rooted devices due to SafetyNet check.

๐Ÿ’ก

Magisk allows you to manage system applications flexibly, but requires technical skills and lacks guarantees. For most users, root-free methods (ADB or disable) are enough.

What to do if after removing the application the phone is unstable

If you have a failure after uninstalling or disabling your system application (for example, MIUI is constantly restarting or issuing errors), follow the following steps:

  1. Restore the application via ADB: adb shell cmd package install-existing com.miui.browser (replace com.miui.browser with the remote application package).
  2. Reset: Go to Settings โ†’ About Phone โ†’ Reset. Select Reset All Settings (does not delete user data).

You can call the phone again.

Mi Flash Tool

4PDA

If the problem occurs after installing a modified APK (like Google Camera), try:

  • ๐Ÿ”„ Remove conflicting applications.
  • ๐Ÿ“ฅ Install another version APK (For example, for GCam, select a config to your Xiaomi model).
  • ๐Ÿ”ง Clear the cache in Settings โ†’ Annexes โ†’ [Title of the annex] โ†’ Memory. โ†’ Clear the cache.

FAQ: Frequent questions about replacing apps with Xiaomi

Can I remove the Mi App Store and install Google Play?
Google Play is already pre-installed on most global versions of Xiaomi. If it is not (for example, on Chinese firmware), you can install only through unlocking the bootloader and the Global ROM firmware. Remove the Mi App Store is not recommended - this can disrupt the system updates.
How to return a remote system application?
If the application was removed via ADB, you can restore it by: Flashing the phone through the Mi Flash Tool. Installing the official update (About the phone โ†’ System Update). Using the adb shell cmd package install-existing command (it does not work for all applications). If these methods did not help, then only a complete reset to factory settings remains.
Why does the โ€œApplication not installedโ€ error appear after installing the APK?
Causes and solutions: ๐Ÿ”น Incompatible architecture: File APK designed arm64, Your device only supports arm (or vice versa. ๐Ÿ”น Damaged file: Download APK Re-check his hash. ๐Ÿ”น Conflict with existing version: Remove the previous version of the application before installing. ๐Ÿ”น Lockdown MIUI: Enable Installation from Unknown Sources for a Specific Application (see Method 4).
How to replace a standard camera with a Google Camera (GCam) on Xiaomi?
Download the GCam version for your model (for example, for Redmi Note) 12 Pro+ It's a good modification. BSG Or Shamim. Install. APK (Allow installation from unknown sources. Download XML-Configuration for your model (sets white balance, HDR Put the config in the folder. GCam/Configs7 Open the GCam, double-click on the black area next to the down button, and select the config. โš ๏ธ On some Xiaomi models (such as the Mediatek processor), the GCam may not support all cameras or work with artifacts.
Can I remove ads in MIUI without root?
Yes, in part. MIUI It is displayed in system applications (Security, File Manager, Download) to disable it: Go to Settings โ†’ Xiaomi account โ†’ Synchronization โ†’ Advertisements and turn off personalized ads. In each application (e.g. Security), open settings and turn off items like "Recommendations" or "Useful Tips." ADB and execute the command: adb shell pm uninstall --user 0 com.miui.systemAdSolution (removes the module responsible for advertising). Complete removal of ads will require root and modules like Xiaomi. ADB/Fastboot Tools.