How to remove the app from your Xiaomi phone: 5 proven ways

Why Removing Apps on Xiaomi is Different from Other Android Smartphones

Xiaomi, Redmi and POCO smartphones are powered by MIUI, which significantly modifies standard Android, and this affects the removal process: there are nuances that are not found on pure Android or other brands’ smartphones, for example, many system applications cannot be removed in the standard way without obtaining root rights, and some β€œremote” programs are actually just hidden and continue to take up space.

In this article, we will discuss all the current ways to remove from basic to advanced, including working with ADB and hidden MIUI settings. Particular attention will be paid to the differences between the firmware versions (MIUI 12/13/14/15) and smartphone models. If you tried to remove the application through the menu and you failed, here you will find a solution.

It’s important to understand that some apps (such as Mi Browser, Mi Video or GetApps) are part of the Xiaomi ecosystem and removing them completely can disrupt the stability of the system.

Method 1: Standard removal through the settings menu

This is the easiest method that works for most custom apps (installed from Google Play or Google Play). APK-However, it has limitations:

  • πŸ“± It does not work for pre-installed system applications (Mi Music, Mi Community, etc.)
  • πŸ”„ Some applications after β€œdeletion” are restored after restarting
  • πŸ“ Does not clean the cache and residual files of the application

To remove the application in a standard way:

  1. Open Settings β†’ Applications
  2. Select the Application Management tab
  3. Find the desired application in the list (you can use the search)
  4. Click Remove (if the button is active)
  5. Confirm the action in the window that appears

β˜‘οΈ What to check before standard removal

Done: 0 / 4

If the Remove button is inactive or not, then the application is protected by the system, in which case proceed to the following methods.

Method 2: Disabling system applications (without deleting)

When you can't completely delete an app, you can turn it off, hide it from the menu, stop background processes, save battery power, but the program files stay on the device and take up space.

How to disable the system application:

  1. Go to Settings β†’ Applications β†’ Application Management
  2. Select the app you want (such as Mi Pay or Mi Home)
  3. Click Disable (button will appear if deletion is not available)
  4. Confirm the action in the warning window
What happens if you disable an important system application?
Some MIUI features may stop working (e.g., disabling Mi Share will disrupt fast file transfers). In extreme cases, you can return the application via Settings β†’ Apps β†’ Show all applications β†’ Disabled

List of apps that can be safely disabled on most Xiaomi devices:

AnnexAppointmentRisk of shutdown
Mi BrowserBranded browserLow (you can use Chrome)
Mi VideoVideo playerLow (there are alternatives)
Mi MusicMusic playerMedium (may disrupt music notifications)
GetAppsBranded app storeLow (you can use Google Play)
Mi CommunityXiaomi User ForumLow.

⚠️ Note: Do not disable applications called com.android. or com.miui. at the beginning (e.g. com.miui.securitycenter) – this can lead to unstable system operation.

Method 3: Remove via ADB (for power users)

ADB (Android Debug Bridge) is a tool for debugging Android devices through a computer, which can remove even applications that are protected by the system, and requires connecting a smartphone to a PC and basic command-line knowledge.

Advantages of the method:

  • πŸ”§ Remove system applications without root rights
  • πŸ“‰ Frees up space on the device
  • πŸ”„ Ability to restore remote application

Step-by-step:

  1. Turn on Developer Mode on Smartphone: Settings β†’ About Phone β†’ MIUI Version (click 7 times)
  2. Activate USB Debugging in Settings β†’ Additional β†’ For Developers
  3. Connect your phone to your computer and confirm your debugging permission.
  4. Download and install ADB Tools on PC
  5. Open the command line in the ADB folder and type in: Adb devices (the name of your device should appear)
  6. Get a list of all applications: adb shell pm list packages
  7. Remove the unnecessary app (e.g. Mi Browser): adb shell pm uninstall -k --user 0 com.android.browser

πŸ’‘

Before deleting through ADB, back up your data via Settings β†’ System β†’ Backup. This will help restore the system if something goes wrong.

List of popular removal packages:

  • 🌐 Mi Browser: com.android.browser
  • 🎡 Mi Music: com.miui.player
  • πŸ“Ί Mi Video: com.miui.videoplayer
  • πŸ›’ GetApps: com.xiaomi.mipicks
  • πŸ’¬ Mi Community: com.miui.bbs

⚠️ Note: Removing some system applications (e.g. com.miui.securitycenter) may result in loss of functionality (fingerprint, face unlocking will not work) or a cyclical reboot of the device.

πŸ“Š What method of removing applications are used more often?
Standard removal through the menu
Disabling system applications
Removal via ADB
I use root rights.
I do not remove system applications

Method 4: Using third-party applications to remove

If ADB seems complicated, you can use specialized utilities that provide a user-friendly interface to remove system applications without manually entering commands.

Popular removal programs:

  • πŸ› οΈ App Inspector – shows all installed packets and allows you to delete them
  • 🧹 System App Remover – specializes in removing system applications
  • πŸ” Package Name Viewer – Helps you find the exact names of packages

How to use System App Remover:

  1. Download and install the app from Google Play
  2. Provide root access (if required)
  3. Select the System Applications tab
  4. Check the boxes for unnecessary programs
  5. Click Remove selected
  6. Reset the device

Advantages of the method:

  • πŸ“± It does not require a connection to a computer.
  • πŸ” Easy search by application names
  • πŸ“Š Shows the occupied place of each application

⚠️ Note: Most of these applications require root rights that void the warranty on the device.

Method 5: Remove via TWRP (for advanced users)

TWRP (Team Win Recovery Project) is a custom recovery that allows you to take full control of the system, with the help of which you can remove system applications, install modified firmware and create backups.

This method is only suitable for experienced users, as it requires:

  • πŸ”“ Unlock the bootloader (bootloader)
  • πŸ“± Installations TWRP Instead of standard recovery
  • πŸ’Ύ Create a full backup (nandroid backup)

Step-by-step:

  1. Install TWRP on your device (instructions depend on the model)
  2. Boot into recovery mode (usually Power + Volume Up)
  3. Select Advanced β†’ File Manager
  4. Go to /system/app or /system/priv-app
  5. Find a folder with an unnecessary app (like Browser)
  6. Select the folder and select Delete
  7. Reset the device

πŸ’‘

TWRP removal is the most radical method that can cause a system to fail. Always back up before making changes!

List of folders of popular system applications:

  • 🌐 browser: /system/app/Browser or /system/priv-app/Browser
  • 🎡 Music: /system/app/MiuiMusic
  • πŸ“Ί Video: /system/app/MiuiVideo
  • πŸ›’ Shop: /system/app/GetApps

How to return a remote system application

If you have problems after you delete the system application (some functions are not working, the smartphone restarts or gives errors), it can be restored.

Recovery options:

Deleting methodHow to repair
Standard removalInstall from Google Play or via APK
ShutdownSettings β†’ Applications β†’ Disabled β†’ Include
ADBUse the command adb shell cmd package install-existing <package>
TWRPRestore from backup or re-flash the device

If you have removed the app through ADB and want to return it, use the command:

adb shell cmd package install-existing com.miui.browser

(Replace com.miui.browser with the name of the package you want)

To recover via TWRP:

  1. Boot in recovery.
  2. Choose Restore.
  3. Specify the backup folder
  4. Mark the System section
  5. Confirm the recovery.

FAQ: Frequent questions about removing apps on Xiaomi

Can I remove Miui System Ads (Advertising in the Internet) MIUI) rootless?
Yes, but not completely. Advertising can be disabled through Settings β†’ Password and Security β†’ Authorization and Blocking β†’ Advertising Services (turn off all sliders). Advertising needs ADB or root rights to be completely removed.
Why After Removing the Application ADB It appears again after the update. MIUI?
This is because system applications are restored when you update the firmware. To avoid this, you can: Disable automatic MIUI Update Use Magisk to block specific application updates Remove the application again after each update
How do I know which app takes up the most space?
Go to Settings β†’ Applications β†’ App management and sort the list by size, and you can also use apps like Files by Google or SD Maid to analyze the occupied space.
Can Google Services (GMS) be removed from Xiaomi?
Technically yes, but it is highly discouraged. Without Google services will stop working: Google Play and app updates Synchronize contacts and calendar Push notifications in many applications Some map and geolocation features If you need firmware without GMS, consider Xiaomi.EU or LineageOS, but keep in mind that this requires unlocking the bootloader.
How to remove viruses that masquerade as system applications?
If you suspect that there is malware on your device: Install antivirus (Malwarebytes or Dr.Web) Run a full check If the antivirus does not find threats, but suspicions remain - reset to factory settings (Settings β†’ About Phone β†’ Reset) Do not install applications from unverified sources