Removing unnecessary apps on Xiaomi, Redmi or POCO smartphones seems like a simple task β until you encounter stubborn system programs that do not want to disappear from the menu. Even after clicking βDeleteβ, some applications continue to take up space in memory, slow down the system or show notifications. In this article, we will discuss all possible ways to delete, from basic to advanced, including cleaning residual files and working with ADB for system applications.
The peculiarity of MIUI firmware (even in the latest versions of 2026) is that it aggressively caches application data and sometimes hides it from the user. For example, Xiaomi preinstalled services like Mi Video, Mi Music or GetApps can not be removed in the standard way - they can only be turned off. But there are workarounds that few people know about. We tested all methods on Xiaomi 14 Ultra, Redmi Note 13 Pro+ and POCO F6 models with the latest MIUI 15 updates.
Before you start, check:
- π± Version MIUI: Settings β The phone. β Version. MIUI. Some methods only work on new firmware.
- π Developer rights: if you plan to remove system applications, you need to activate them (Settings) β The phone. β Version. MIUI β press 7 times).
- π Free space: after removing applications, clear the cache in Settings β Memory. β Clean up.
1. Standard removal through the application menu
The most obvious way is to uninstall apps through the main screen or menu, which is suitable for most user programs (such as Instagram, TikTok, VK), but will not work for pre-installed Xiaomi services.
How to do this:
- Click and hold the app icon on the home screen or menu.
- In the context menu that appears, select βDeleteβ (basket icon).
- Confirm the action in the dialog window.
If there is no Delete item, the application is system-based or updated through Google Play. In the first case, alternative methods will be required (see sections 3-5), in the second case, you need to roll back the update first:
- π Go to Settings. β Annexes β Application management.
- π Find the right application and click on it.
- π In the upper right corner, press three dots. β Β«Remove updatesΒ».
π‘
If the application appears again after removal, check the settings of the Google Play Store: it is possible that automatic recovery of remote programs is enabled (Settings β General β Autorecovery).
2. Remove via phone settings
This method gives more control than standard screen removal, and you can see the full list of installed programs, including hidden services, and clear their cache and data.
Step-by-step:
- Open Settings β Applications β Application Management.
- In the top line of the search, type the name of the app (such as Facebook or Mi Browser).
- Click on the app. β Β«DeleteΒ».
- If the button is inactive, try first βStopβ, then βClear Cacheβ and βClear Dataβ.
For system applications (e.g. Mi Pay, Mi Community), the "Delete" button will be replaced with "Disable" button, which will not delete the program completely, but will stop it from working and hide the icon from the menu, so to return the application, just go back to its settings and click "Enable".
| Type of application | Can I remove it? | The alternative |
|---|---|---|
| User-generated (from Google Play) | β Yes. | Standard removal |
| System (preinstalled by Xiaomi) | β No. | Disconnection or ADB |
| Updated system (e.g. Google Chrome) | β οΈ Partially. | Remove updates β disable |
| Services (Google Play Services) | β No. | Clearing the cache/data |
Activate Developer Rights|Make a backup copy of the data|Check the version. MIUI|Connect your phone to your PC (to ADB)|Make sure there is a free space-->
3. Removing system applications without root via ADB
If you want to completely remove pre-installed apps (e.g. Mi Video, Mi Music, GetApps) but donβt want root rights, you can use ADB (Android Debug Bridge), a method that works on all Xiaomi models, including the latest flagships of 2026.
Important: improper use of ADB can lead to system instability or loss of functionality, for example, deleting Mi Account will disrupt the Xiaomi account, and deleting Google Play Services will make it impossible to use many applications.
Instructions:
- Install ADB Tools on your PC.
- Activate USB debugging on your phone: Settings β About Phone β MIUI Version (7 times) β Return β Additional settings β For developers β Debugging over USB
- Connect your phone to your PC and type in the command line: adb devices (the device should appear).
- To uninstall the application, use the command: adb shell pm uninstall -k --user 0 name.pack For example, to delete Mi Video: adb shell pm uninstall -k --user 0 com.miui.video
List of popular removal packages:
- π΅ com.miui.player β Mi Music
- πΊ com.miui.video β Mi Video
- π com.xiaomi.market β GetApps
- π com.android.browser β Mi Browser
- π§ com.miui.notes β Xiaomi notes
How to find the name of the application package?
4. Cleaning of residual files after deletion
Even after deleting the application, its files can remain in the phone's memory.
- ποΈ Cash (temporary files).
- π User data (settings, logins).
- πΌοΈ Media files (photos, videos, downloads).
How to completely clean the tracks:
- Cash and data: Settings β Annexes β Application management β [select] β Warehouse β Clear cache / Clear data
- Files in folders: Open Files (or any file manager). Go to Internal Memory β Android β data and Android β obb. Delete folders with the name of the remote application (for example, com.facebook.katana for Facebook).
Residual APKs
Settings β Memory β Files β APKThere may be installation files of remote programs.
π‘
Cleaning up residual files frees up to 10-15% of the memory on Xiaomi phones, especially if you install and delete games or social networks frequently.
You can use third-party utilities like SD Maid or Files by Google to clean up deep, but they require root rights to access full-time, and without them, they can only clean up some of the garbage.
5. Remove via Safe Mode (if the application is not removed)
If the application has blocked removal (such as a virus or an incorrectly installed program), try removing it in Safe Mode. In this mode, all third-party applications are disabled, which sometimes allows you to bypass the locks.
How to Sign In to Safe Mode on Xiaomi:
- Press the power button before the off menu appears.
- Press and hold the βSwitch offβ option (or βRebootβ on new models).
- Confirm the transition to Safe Mode.
β οΈ Note: Removing critical system applications (e.g. com.android.phone or com.miui.home) can lead to a phone brick (unloadability.
7. How to return a remote system application?
If you have removed the system application through ADB and want to return it, there are two ways:
Method 1: Recovery through MIUI Update
- Go to Settings β About the phone β System update.
- Download and install the latest version of MIUI (even if it is already installed).
- After the update, the remote system applications will be restored.
Method 2: Manual recovery through ADB
- Download the full firmware for your model from the official Xiaomi website (Fastboot ROM section).
- Unclose the firmware and find a file with the.apk extension for the desired application (for example, in the system/priv-app folder).
- Install it through ADB: adb install name file.apk
If none of the methods worked, it only leaves you with a complete reset (Settings β About Phone β Settings Reset), but it will remove all the data from the phone.