How to uninstall an app on Xiaomi Poco X3: from standard methods to hidden MIUI features

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.

๐Ÿ“Š How often do you remove unnecessary apps on your smartphone?
Once a week.
Once a month
Only when memory ends
Never delete.

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:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Find the app you want (use the search at the top if the list is long).
  3. Slip it on it and select "Delete".
  4. 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

Done: 0 / 4

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?
Disabled programs stop running, but their files remain in the phoneโ€™s memory. This does not free up disk space, but reduces the load on the processor and battery. Some MIUI features (such as themes or cloud storage) can work incorrectly if you turn off associated services.

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:

  1. ๐Ÿ–ฅ๏ธ Install. ADB-tools on your computer (Windows, macOS or Linux).
  2. ๐Ÿ“ฑ 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)
  3. ๐Ÿ”Œ Connect your phone to your PC via cable and confirm debugging permission.
  4. ๐Ÿ’ป Open the command prompt (or Terminal) and type: Adb devices Make sure the device is defined.
  5. ๐Ÿ—‘๏ธ 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:

AnnexPacket nameCan I remove it?
Mi Browsercom.android.browserYes (but may disrupt your web browsing)
GetAppscom.xiaomi.mipicksYes.
Mi Videocom.miui.videoplayerYes.
Mi Musiccom.miui.playerYes.
Security (Security)com.miui.securitycenterNo (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:

  1. Unlock the bootloader through the official Xiaomi tool.
  2. Install custom recovery (such as TWRP).
  3. Sweep through Magisk to get root.
  4. 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:

  1. 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]
  2. For deep cleaning, install SD Maid or CCleaner (you will need root for a full scan).
  3. 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 deviceGo to Settings โ†’ Passwords and Security โ†’ Device Administrators and uncheck the app.
The application is installed as a system updateRemove updates through Settings โ†’ Annexes โ†’ โ‹ฎ โ†’ Show system-based โ†’ Find the app โ†’ Remove updates.
The "Impossible Deletion" ErrorTry 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 data

Before reset, be sure to back up via Settings โ†’ System โ†’ Backup or manually copy important files to your PC.

FAQ: Frequent questions

Can I remove Google Play Services from Poco X3?
No, it's a critical system application, and if it's removed, it's going to crash most of the Android features, including access to Google Play, account sync, and many apps, and you can turn off auto updates through Settings. โ†’ Annexes โ†’ Google Play Services โ†’ โ‹ฎ โ†’ Turn off auto-update.
Why does the app appear again after removal?
This is a feature of MIUI: some pre-installed programs (such as Mi Video or Mi Music) recover after a system update or reboot. To avoid this, use ADB to completely remove the package or disable auto-updates in Google Play.
How do I know which app takes up the most space?
Go to Settings โ†’ Applications โ†’ App Management and sort the list by size (shoot on โ€œSizeโ€ at the top of the screen). You can also use Google Files or SD Maid to analyze storage.
Is it safe to remove Miui Daemon or Miui Home?
No! These apps are responsible for the MIUI shell, and if they are removed, they will lose the desktop, the app menu, and the basic functions, and at most, you can turn off unnecessary services through ADB, but it's risky.
How to remove viruses that masquerade as system applications?
If you suspect an infection: Install Malwarebytes or Dr.Web and scan the device. Go to Safe Mode (press the off button โ†’ Safe Mode) and remove suspicious programs. If the virus does not remove, reset to factory settings.