Removing unnecessary apps on the Xiaomi Poco X3 is a challenge that every smartphone owner faces sooner or later. Even with 64 or 128 GB of internal memory, system debris, cache and pre-installed programs can take up precious space, slow down the device or simply annoy with constant notifications. But not all applications are deleted in the same way: some can be erased in two clicks, and others - part of the MIUI firmware - require workarounds.
In this article, weโll look at all possible ways to uninstall, from basic (through the settings menu) to advanced (using ADB and superuser rights), and focus on hidden system applications that donโt appear in the standard list but continue to run in the background, consuming battery power and traffic, and how to safely clean residual files after uninstallation and what to do if the program isnโt deleted by conventional methods.
1. Standard removal through the application menu
The easiest way is to use the built-in MIUI tools. It is suitable for most user applications (such as games, social networks or instant messengers) installed from Google Play or.apk files.
To remove the program:
- ๐ฑ Open the app menu (swipe up from the bottom edge of the screen).
- ๐ Find the right application and pinch its icon for 1-2 seconds.
- ๐๏ธ In the window that appears, select โDeleteโ (or the basket icon).
- โ Confirm the action by pressing โOKยป.
If the Delete icon is inactive or missing, the application is system-based or deletion-proof, and then move on to the following methods.
โ ๏ธ Note: Some apps (such as Mi Video or Mi Music) may recover after being deleted after being rebooted or updated. MIUI. This is due to Xiaomiโs policy of returning โusefulโ services.
2. Remove via phone settings
An alternative way is to use the Applications section in your settings, which is useful if you want to not only delete the program, but also clear its cache or data before uninstallation.
Instructions:
- Go to Settings โ Applications โ Application Management.
- Find the app you want (use the search at the top if the list is long).
- Slip it on it and select "Delete".
- If the button is inactive, try first to click โClear Dataโ and โClear Cacheโ, then try again.
This section also shows how much space an app takes up (including cache and data) and whether it should be removed, for example, Facebook can inflate to 1-2 GB after a year of use due to accumulated cache.
โ๏ธ Preparation for removal of the annex
3. disabling system applications (without root)
Many pre-installed programs (such as Mi Browser, Mi Pay or GetApps) canโt be removed by standard methods, but they can be disabled, which hides them from the menu and stops background activity, saving battery life.
How to turn it off:
- ๐ง Go to Settings. โ Annexes โ Application management.
- ๐ Find a system application (e.g. Mi Video).
- ๐ซ Click โDisableโ (the button will appear if the deletion is blocked).
- โ ๏ธ Confirm the action โ the system will warn that the application may not work properly.
Disabled programs don't update through Google Play or consume resources, but their icons will disappear from the menu. To return the app, find it in the settings and click "Enable".
What happens if you disable the system application?
4. Removal via ADB (for power users)
If standard methods donโt work and you donโt want to get root rights, you can use the Android Debug Bridge (ADB), which allows you to remove even those applications that MIUI protects from uninstallation.
Step-by-step:
- ๐ฅ๏ธ Install. ADB-tools on your computer (Windows, macOS or Linux).
- ๐ฑ On Poco. X3 set up the debugging USB: Settings โ The phone. โ Version. MIUI (Tap 7 times to activate Developer Mode โ Additionally. โ For developers โ Debugging by USB (turn on)
- ๐ Connect your phone to your PC via cable and confirm debugging permission.
- ๐ป Open the command prompt (or Terminal) and type: Adb devices Make sure the device is defined.
- ๐๏ธ To remove the application, use the command: adb shell pm uninstall -k --user 0 com.example.app Replace com.example.app with a real package (you can find out through App Inspector or adb shell pm list packages).
Examples of packages for Poco X3:
| Annex | Packet name | Can I remove it? |
|---|---|---|
| Mi Browser | com.android.browser | Yes (but may disrupt your web browsing) |
| GetApps | com.xiaomi.mipicks | Yes. |
| Mi Video | com.miui.videoplayer | Yes. |
| Mi Music | com.miui.player | Yes. |
| Security (Security) | com.miui.securitycenter | No (critically for the system) |
โ ๏ธ Note: Removing system packages through ADB It can lead to unstable work. MIUI or update errors. Before experimenting, back up through Settings โ System system โ Backup.
adb shell cmd package install-existing com.example.app
(Replace com.example.app with the original package).-->
5. Complete removal with root rights
If you're willing to take drastic measures, unlocking the bootloader and obtaining super-user rights (root) will open up access to uninstall any application, including critical system applications.
- ๐ Violation of warranty (if the device is under warranty).
- ๐ก๏ธ Vulnerability to malware.
- ๐ Problems with updates MIUI (You'll have to go manually).
To remove from root:
- Unlock the bootloader through the official Xiaomi tool.
- Install custom recovery (such as TWRP).
- Sweep through Magisk to get root.
- Use Root Explorer or ADB with superuser rights to delete files from /system/app or /system/priv-app.
Example of a command to remove system APK:
su
mount -o rw,remount /system
rm -rf /system/app/micel/
mount -o ro,remount /systemโ ๏ธ Attention: Incorrect deletion of system files can lead to a "brick" (inoperability) of the phone. ADB rootlessly or disable applications.
6. Cleaning of residual files after deletion
Even after deleting the application, its files can remain in the phone's memory.
- ๐๏ธ Cash and folder data. /Android/data or /Android/obb.
- ๐ Configuration files in /data/data (Root is required for access).
- ๐ entries in the Android registry (remains until resetting settings).
How to clean:
- Use the File Manager (e.g. Mi File Explorer) to manually check folders: /storage/emulated/0/Android/data/[name packet] /storage/emulated/0/Android/obb/[name packet]
- For deep cleaning, install SD Maid or CCleaner (you will need root for a full scan).
- If the app left widgets or shortcuts, manually remove them from the home screen.
For a complete โclean-upโ you can reset the cache (does not delete personal data):
Settings โ About the phone โ Resetting settings โ Resetting all settings๐ก
Even after uninstallation, some apps (like games) leave up to 500MB of junk files. Regularly cleaning up /Android/data and /Android/obb folders will help free up space.
7 What to do if the application is not deleted?
If the program is not deleted by any of the methods, the reasons may be as follows:
| Problem. | Decision |
|---|---|
| The application is part of MIUI (e.g. Security or Settings) | Turn it off through settings or use ADB to deactivate. |
| Administrator rights of the device | Go to Settings โ Passwords and Security โ Device Administrators and uncheck the app. |
| The application is installed as a system update | Remove updates through Settings โ Annexes โ โฎ โ Show system-based โ Find the app โ Remove updates. |
| The "Impossible Deletion" Error | Try restarting your phone and trying again or using ADB. |
If nothing helps, you can reset to factory settings (delete all data!):
Settings โ System โ Resetting settings โ Delete all dataBefore reset, be sure to back up via Settings โ System โ Backup or manually copy important files to your PC.