How to completely remove unnecessary apps on Xiaomi without root: a detailed guide

Why Standard Removal Doesn't Work and What to Do

Xiaomi smartphone owners regularly face a problem: even after clicking โ€œDeleteโ€ in the app menu, many programs remain in the system, which is due to the fact that MIUI classifies them as system โ€“ they are preinstalled by the manufacturer and protected from normal removal. These applications take up space in memory, consume battery power in the background and can send analytical data โ€“ even if you are not using them.

Standard methods like disabling through Settings โ†’ Apps only hide the icon, but do not delete files completely. Moreover, after resetting or updating MIUI, all โ€œremoteโ€ programs will return back, the solution is that using hidden MIUI functions and ADB tools allows you to uninstall system applications without obtaining root rights, without violating the warranty and without risking โ€œbrickingโ€ the device.

In this article, we will discuss 5 working methods, including little-known tricks with MIUI Optimizer and manual removal via adb shell. All methods are tested on current versions of MIUI 14/15 and are compatible with most models - from Redmi Note 12 to Xiaomi 13 Ultra.

Method 1: Disconnect via standard MIUI settings

The safest, but least effective, method is to turn apps off in the settings menu, which doesn't delete files, but stops background processes and hides icons, and is suitable for users who don't want to risk system stability.

How to do this:

  • ๐Ÿ“ฑ Open the Settings. โ†’ Annexes โ†’ Application management
  • ๐Ÿ” In the list, find an unnecessary app (such as Mi Browser or Mi Video)
  • โš™๏ธ Slip on it and select โ€œDisableโ€ (if the button is active)
  • โœ… Confirm the action in the dialog window

Limitations of the method:

  • โŒ Not all system applications can be disabled (e.g., Security or Mi Share)
  • โŒ Files remain in the device memory
  • โŒ After updating MIUI Applications can be activated again

โš ๏ธ Disable system services such as Google Play Services or MIUI Daemon can cause smartphone malfunctions. Before acting, check for reviews about a particular app on forums (e.g., for example, for a mobile phone, 4PDA or XDA-Developers).

๐Ÿ“Š What Xiaomi Apps You Want to Remove?
Mi Browser
Mi Video
Mi Music
GetApps
Cleaner
Others

Method 2: Removal via ADB (without root)

The Android Debug Bridge (ADB) tool allows you to manage system files through a computer without requiring superuser rights.This method removes applications completely, but requires accuracy - a mistake in the command can disrupt the MIUI.

Step-by-step:

  1. Install. ADB-Drivers: Download Google's Platform Tools and unpack the archive. For Windows, additionally install drivers via Mi PC Suite.
  2. Activate USB debugging: Go to Settings โ†’ About Phone โ†’ MIUI version and tap 7 times on this item. Then go back to Settings โ†’ Additional โ†’ For Developers and turn on โ€œDebugging by USBโ€.
  3. Connect your phone to your PC and confirm your trust in the window that appears.
  4. Open the command prompt in the folder with ADB (Shift + right mouse button โ†’ Open command window) and type:
adb devices

If the device appears on the list, go ahead. If not, check the drivers and the cable.

To see a list of all apps with their batch names (required to be removed), do:

adb shell pm list packages | grep 'miui'

To remove a particular application, use the command:

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

Examples of batch names of popular Xiaomi apps:

AnnexPacket nameCan I remove it?
Mi Browsercom.android.browserYes.
Mi Videocom.miui.videoplayerYes.
Mi Musiccom.miui.playerYes.
GetAppscom.xiaomi.mipicksYes (but MIUI updates can restore it)
Securitycom.miui.securitycenterNo (critically for the system)

โš ๏ธ Note: Removing com.miui.securitycenter or com.google.android.gms will result in inability to download MIUI or loss of functionality of Google services. Always check the batch name on the forums before deleting.

Install Platform Tools on PC|

Enable debugging over USB on your phone |

Connect the phone with the original cable |

Check the visibility of the device with the command `adb devices`|

Download a list of batch names for your Xiaomi model-->

Method 3: Use MIUI Optimizer (Hidden Function)

MIUI Optimizer is Xiaomi's internal firmware testing and optimization tool, which is hidden from ordinary users, but can be activated through special commands, and the advantage of the method is that it allows you to remove applications directly from your phone, without connecting to a PC.

Instructions for activation:

  1. Download and install QuickShortcutMaker from Google Play.
  2. Run it and enter MIUI Optimizer in the search bar.
  3. Select an activity called.optimization.optimizationActivity and create a shortcut on the home screen.
  4. Open the shortcut you created. If you get an error, repeat the search with other activities (e.g..optimization.MainActivity).

After the launch of MIUI Optimizer:

  • ๐Ÿ”ง Go to the section "App Manager).
  • ๐Ÿ“‹ In the list, find the unnecessary application and tap it.
  • ๐Ÿ—‘๏ธ Select Uninstall โ€“ this action will remove the app completely, not just disable it.

Features of the method:

  • โœ… It works without a connection to the PC
  • โœ… Deletes application files, not just disables them
  • โŒ In some models (for example, POCO F5) Preliminary activation is required through ADB:
adb shell am start -n com.miui.optimization/.optimization.OptimizationActivity

๐Ÿ’ก

If MIUI Optimizer doesnโ€™t start, try to turn on developer mode first and activate the โ€œAllow location simulationโ€ option in the developer settings.

Method 4: Remove via TWRP (for advanced users)

If you have custom TWRP recaps installed on your device, you can remove system applications directly through the file manager, a riskier method because it requires unlocking the bootloader but gives you full control over system files.

Step-by-step:

  1. Unlock the bootloader through the official Mi Unlock Tool (requires waiting 7-15 days for new Xiaomi accounts).
  2. Install TWRP for your model (see XDA-Developers or 4PDA for instructions).
  3. Boot into TWRP: Turn off the phone, then press Power + Volume up.
  4. Go to File Manager and find folders: /system/app โ€“ standard /system/priv-app applications โ€“ privileged system applications

Delete the folders.

MiBrowser

MiVideo

Reboot.

โš ๏ธ Note: Delete files in /system If you don't have a backup, you can make your phone inoperable. TWRP before the changes (Backup) โ†’ Select Partitions โ†’ System/Data).

Advantages of the method:

  • ๐Ÿงน Completely delete files without traces
  • ๐Ÿ”„ Ability to restore applications from the backup
  • ๐Ÿ› ๏ธ Access to deep settings MIUI
What happens if you delete critical system files?
Removing packages like com.android.settings or com.miui.home will result in a โ€œbootloopโ€ (cyclical reboot), which requires you to reflash your phone via Fastboot or restore the backup via TWRP. On some models (such as Xiaomi 12T), the wrong actions in TWRP can block the bootloader, which will require you to contact the service center.

Method 5: Use of third-party utilities (with caution)

There are many tools available on Google Play and third-party sites to remove system applications, such as System App Remover or Debloater. However, most require root rights or run unstable on the latest versions of MIUI. We recommend only proven tools:

1. Universal Android Debloater (UAD)

  • ๐Ÿ–ฅ๏ธ Works through a PC (required) ADB)
  • ๐Ÿ“‹ Offers a list of safe to remove applications
  • ๐Ÿ”„ Supports Recovery of Remote Packets

You can download it on GitHub.

2. App Inspector (for analysis)

  • ๐Ÿ” Shows the dependencies between applications
  • ๐Ÿ“Š Displays the seat and permissions
  • ๐Ÿ›ก๏ธ Helps to avoid removal of critical services

โš ๏ธ Note: Applications like System App Remover from unknown developers may contain malicious code or request unnecessary permissions (e.g., access to a system or a computer). SMS Always check the reviews and reputation of the utility before installing it.

How to Restore Remote Applications

If you have problems after deleting (for example, Google services stopped working or the notification panel disappeared), applications can be restored.

1. via ADB (if removed by pm uninstall):

adb shell cmd package install-existing name.packet

2. via MIUI Optimizer:

  • Open up. MIUI Optimizer โ†’ ยซApplication managementยป.
  • Find the remote app in the list and tap โ€œRestore.โ€

3. Through resetting:

  • Go to Settings โ†’ About the phone โ†’ Reset settings.
  • Select โ€œReset all settingsโ€ (does not delete user data).

4. Through flashing:

If the smartphone does not boot, download the official firmware for your model from the Xiaomi website and run through the Mi Flash Tool in Fastboot mode.

Method of recoveryPC requiredData retainedDifficulty
ADB (install-existing)Yes.Yes.Low.
MIUI OptimizerNo.Yes.Medium
Resetting settingsNo.Partially.Low.
Flip-flashingYes.No (no backup)Tall.

๐Ÿ’ก

Before uninstalling system applications, always back up via MIUI (Settings โ†’ Additional โ†’ Backup and Reset) or TWRP. This will allow you to quickly restore the phone to work in case of an error.

FAQ: Frequent questions about removing Xiaomi apps

Can I remove Google apps (YouTube, Chrome, Play Store) without root?
Yes, but with reservations. Google apps preinstalled in /system/priv-app cannot be removed without root. However, those installed in the user section (/data/app) can be uninstalled via ADB by the command: adb shell pm uninstall --user 0 com.google.android.youtube Note that deleting Google Play Services (com.google.android.gms) will disrupt many features, including push notifications and authorization via Google.
Why do remote applications return after the MIUI update?
When updating the firmware, the system restores a standard set of applications from the image system.img. To avoid this: Use it to MIUI Optimizer for re-deletion after update. disable automatic update MIUI In Settings โ†’ The phone. โ†’ Updating the system โ†’ โ‹ฎ โ†’ Settings โ†’ Auto Update. Install custom firmware (e.g. Xiaomi.eu) where many system applications are removed by default.
Is it safe to remove Mi Security or Cleaner?
Mi Security (com.miui.securitycenter) is a critical component of MIUI, its removal will lead to system failures. Cleaner (com.miui.cleanmaster) can be removed without consequences, but it will disable built-in memory optimization. Alternatively, disable Cleaner autorun through Settings โ†’ Applications โ†’ Cleaner โ†’ Autostart.
How do I know which apps are safe to remove on my Xiaomi model?
Verified sources: Official list of safe to remove packages for your model on 4PDA.Trade on XDA-Developers discussing your device.Package Name Viewer app (shows dependencies between packages).General rule: don't delete packages with names like android, miui.core, google or qualcomm.
Can I remove ads in MIUI by removing system applications?
Partially. MIUI ads are displayed via MSA (com.miui.msa.global) and Analytics (com.miui.analytics). Deleting them through ADB will reduce the amount of ads, but will not eliminate them completely. To completely remove ads: Delete the com.miui.msa.global and com.miui.analytics packages. Turn off personalized ads in Settings โ†’ Google โ†’ Advertising โ†’ Turn off personalization. Install custom firmware (e.g. Xiaomi.eu) where ads are disabled at the system level.