How to safely remove the system application on Xiaomi Poco X3 Pro: 4 proven methods

Owners of Xiaomi Poco smartphones X3 Pros often face the problem of pre-installed system applications that take up memory, consume battery power and are not deleted in standard ways. Mi-account, Mi Video, GetApps, Browser β€” these and other services. MIUI Not only are they useless to many users, they can also conflict with alternative programs, but removing them carries risks ranging from system errors to complete device failure.

In this article, we will discuss legal and technical methods for removing system applications on Poco. X3 Pro, including root-free and super-user-rights methods, you'll learn which programs can be safely deactivated and which ones should not be touched, how to restore the system in the event of a failure, and what alternatives exist instead of completely uninstall. MIUI 12/13/14 and relevant to the Poco model X3 Pro (surya/karna).

Before you start manipulating system files, it’s important to understand: Xiaomi integrates some applications into firmware at the kernel level. This means that removing them can lead to critical errors, such as the inability to update the OS or malfunctioning Google services. So the first step is to assess the need: is the application really intruding, or can it simply be disabled or hidden?

πŸ“Š You have removed system applications on Xiaomi?
Yeah, no root.
Yes, with root.
No, but I want to try.
No, I'm afraid to break my phone.
I don't know what that is.

1. What system applications can be removed on Poco X3 Pro, which ones don't.

Not all preinstalled programs are equally secure to remove, such as com.miui.system or com.android.phone, critical components. MIUI, While com.xiaomi.midrop (Mi Drop) or com.miui.videoplayer (Mi Video) can be deleted without consequences.

Below is a list of apps that are most often removed by Poco users. X3 Pro, indicating the level of risk:

AnnexPackage (APK)Risk of removalThe alternative
Mi Videocom.miui.videoplayerLow.VLC, MX Player
Mi Browsercom.android.browserMedium (can break web browsing in some menus)Chrome, Firefox
GetApps (Mi App Store)com.xiaomi.mipicksLow.Google Play, APKMirror
Mi Dropcom.xiaomi.midropLow.Nearby Share, Snapdrop
Mi Musiccom.miui.playerLow.Spotify, YouTube Music

It is absolutely forbidden to remove:

  • πŸ”΄ com.miui.home - launcher MIUI (phone won't load)
  • πŸ”΄ com.android.settings – System settings
  • πŸ”΄ com.google.android.gsf – Google services (synchronization failure)
  • πŸ”΄ com.miui.securitycenter – Security Center (Virus Risk)

⚠️ Note: Deleting com.xiaomi.account (Mi Account) will make it impossible to use Xiaomi cloud services, including backup and device search. If you do not plan to sell the phone, you should just turn it off.

Method 2: Disabling system applications without deletion (the safest method)

If the goal is to free up memory and stop the background activity of unnecessary programs, you just deactivate them. This method does not require root rights and is reversible: the application can be turned on again at any time.

Instructions:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. From the top menu, select All Apps and find the right one (such as Mi Video).
  3. Slip on it and select Disable (if the button is inactive, the application is protected by the system).
  4. Confirm the action in the dialog window.

Once disabled, the app will disappear from the menu, stop updating and consume resources, but its data will remain in the device's memory, to completely clear the cache and storage:

  1. Return to the application management menu.
  2. Select Warehouse β†’ Clear data and Clear cache.

Backup of important data

Check the version of MIUI (Settings β†’ About the phone)

Charge your phone at least 50%

Disable automatic update of applications-->

Advantages of the method:

  • βœ… Doesn't require root rights
  • βœ… Reversible process
  • βœ… Without risk to the system

Disadvantages:

  • ❌ The app stays in memory (takes up) ~50-300 MB)
  • ❌ Some services may spontaneously turn on after the update MIUI

πŸ’‘

If the β€œDisable” button is inactive, try to remove all app updates first (the β€œRemove Updates” button in the storage menu).

Method 2: Remove system applications through ADB (rootless)

More radical method - deletion via Android Debug Bridge (ADB). It lets you get rid of apps completely, but it requires a computer connection and basic command line knowledge. X3 Pro this method works only for a part of applications, as Xiaomi blocks the removal of critical components even through the use of the software. ADB.

Step-by-step:

  1. Download and install ADB Tools on PC.
  2. On the phone, turn on Developer Mode (7 times tap the MIUI version in Settings β†’ About phone).
  3. In Settings β†’ Additional β†’ For developers, activate debugging over USB.
  4. Get Poco on. X3 Pro to PC and in the command line (Windows: cmd, macOS/Linux: Terminal) execute: adb devices If the device is displayed, type: adb shell pm uninstall -k --user 0 For example, to delete Mi Video: adb shell pm uninstall -k --user 0 com.miui.videoplayer

What do the team flags mean:

  • -k β€” Stores the cache and application data (if you want to erase completely, remove this flag).
  • --user 0 β€” delete only for the current user (does not affect the system).

⚠️ Note: If after you run the command, the phone starts to restart in the loop or gives an error android.process.acore, immediately reset via fastboot (instruction in section 6.

List of packages that can be removed through ADB
com.miui.videoplayer (Mi Video) com.xiaomi.mipicks (GetApps) com.miui.player (Mi Music) com.miui.notes (Notes) com.android.browser (Mi Browser) com.xiaomi.midrop (Mi Drop) com.miui.weather2 (Weather) com.miui.calculator (Calculator) com.android.email (Mail) com.miui.compass (Compass)

Method 3: Delete with root rights (for power users)

Getting root rights to Poco X3 Pro gives you access to deep system settings, including the ability to uninstall any system applications, but this method has serious risks:

  • 🚨 Loss of warranty (if the device is under warranty).
  • 🚨 Risk of β€œbricking” (turning the phone into a β€œbrick").
  • 🚨 Disruption of work MIUI (For example, gestures or notifications will stop working).
  • 🚨 Inability to update OTA (you will have to install firmware manually).

If you are prepared for these consequences, follow the instructions:

Step 1 Unlocking the bootloader

  • πŸ“± Go to the Mi Unlock website and download the Mi Unlock Tool utility.
  • πŸ“± Register with Mi Account and link it to your phone in Settings β†’ Mi Account.
  • πŸ“± B Settings β†’ About the phone tap 7 times on the version MIUI, Then in Developers, activate Unlocking OEM.
  • πŸ“± Connect your phone to your PC in fastboot mode (turn off the device, then pinch the Power). + Loudness down and start the Mi Unlock Tool.

Step 2: Installation of custom recaveri (TWRP)

After unlocking the loader, install TWRP POCO X3 Pro (surya or karna version) download the current image from twrp.me and run through fastboot:

fastboot flash recovery twrp.img


fastboot boot twrp.img

Step 3: Getting root rights through Magisk

  • πŸ“± Download the latest Magisk (.zip).
  • πŸ“± Reboot to TWRP and run the Magisk.
  • πŸ“± Install Magisk Manager and check root status.

Step 4: Removal of system applications

With root rights, you can use:

  • πŸ› οΈ Root Explorer (manually delete files from the site) /system/app or /system/priv-app).
  • πŸ› οΈ Titanium Backup (freeze or delete with backup).
  • πŸ› οΈ System App Remover (specialized utility).

⚠️ Warning: Even with root rights, do not delete the folders com.qualcomm... or com.mediatek... are hardware drivers! their absence will lead to the inoperability of modules (camera, network, Bluetooth).

πŸ’‘

Root rights to Poco X3 Pros give you full control of the system, but they don't have the ability to update "over the air." TWRP.

5. Method 4: Use of custom firmware (alternative to removal)

If the goal is to get rid of unnecessary applications MIUI Once and for all, consider installing custom firmware:

  • πŸ”„ LineageOS – β€œclean” Android without bloatware.
  • πŸ”„ Pixel Experience – firmware with Google Pixel interface.
  • πŸ”„ ArrowOS – Optimized build with minimalist design.

The advantages of custom firmware:

  • βœ… No pre-installed Xiaomi apps.
  • βœ… Regular security updates.
  • βœ… Ability to fine-tune the interface.

Cons:

  • ❌ Risk of unstable operation (bugs with camera, sensors).
  • ❌ Loss of function MIUI (Second Space or Game Turbo).
  • ❌ Difficulty of installation for beginners.

To install custom firmware on Poco X3 Pro will be required:

  1. Unlocked boot loader (see section 4).
  2. Installed TWRP.
  3. Downloaded firmware (for example, with XDA Developers).
  4. GApps (if the firmware is without Google services).

Firmware process:

  1. Make a full backup in TWRP (Backup section).
  2. Run Wipe β†’ Advanced Wipe (mark Dalvik, Cache, System, Data).
  3. Flip the firmware and GApps through Install.
  4. Restart (the first launch can take 10-15 minutes).

6. How to Restore the System After Failing to Delete Applications

If you manipulate the Poco system files X3 Pro has stopped booting or is not working properly, use one of the recovery methods:

Method 1: Fastboot Reset (saves data)

If the phone loads into fastboot (black screen with a rabbit) but does not boot into the system:

fastboot flash boot boot.img


fastboot flash system system.img




fastboot reboot

(Files. boot.img and system.img It should be from your version. MIUI.)

Method 2: Recovery through TWRP (if there's a backup)

  • πŸ“± Boot in. TWRP (Nutrition + Loudness up).
  • πŸ“± Go to Restore and select the saved backup.

Method 3: Complete flashing through the Mi Flash Tool

If the phone doesn't respond:

  1. Download the official firmware for Poco X3 Pro from Xiaomi.
  2. Unpack the archive and launch the Mi Flash Tool.
  3. Connect your phone in fastboot mode and select Clean all (complete clean).
  4. Press Flash and wait until it is completed (10-15 minutes).

⚠️ Warning: After full flashing, all data will be erased, including photos and messages. If the phone still turns on, pre-copy important files on your PC.

7.Other Removal Alternatives: How to Hide or Replace System Applications

If removal risks seem too high, consider alternative ways to:

  • πŸ” Hiding icons: Use launchers like Nova Launcher or Apex Launcher that let you hide apps from the menu.
  • πŸ”„ Default Replacement: Assign alternative programs for default actions. β†’ Annexes β†’ By default, choose Chrome instead of Mi Browser.
  • πŸ›‘οΈ Locking through ADB: Instead of deleting, block the app for the current user: adb shell pm hide name.packet For example: adb shell pm hide com.miui.videoplayer.
  • πŸ“΅ Background activity restriction: In the application settings, turn off Auto Start, Background Activity, and Notifications.

Advantages of alternative methods:

  • βœ… No risk to the system.
  • βœ… It's easy to put it back.
  • βœ… Does not require technical skills.

πŸ’‘

If you use Nova Launcher, create a folder called Hidden and move unnecessary icons there. Then, in the launcher settings, turn off the folder names display.

8. Frequent mistakes and how to avoid them

When working with system applications, Poco users X3 Pros often make the following mistakes:

Mistake.Effects of consequencesHow to avoid
Removal of com.miui.securitycenterLack of protection against viruses, failure of updatesUse an alternative antivirus (e.g. Malwarebytes)
Delete com.google.android.gmsGoogle (Play Market, Gmail) is not working.Don’t touch the Google packages in the title.
Use of outdated versions ADB/TWRPFirmware errors, bootloopDownload the tools from official sources
Removing applications without backupData loss during recoveryMake a backup copy of the TWRP Mi Cloud.

Top.-3 Signs that you have removed a critical application:

  1. The phone is constantly restarted (bootloop).
  2. The settings or launcher are gone.
  3. The Internet/phones stopped working.

If you encounter one of these problems, restore the system immediately. TWRP Mi Flash Tool (see section 6).

πŸ’‘

Before any manipulation of the system, check the name of the application package in the App Inspector (available in the Play Market).

FAQ: Answers to Frequent Questions

Can I delete my Mi Account without root?
No, com.xiaomi.account is protected by the system, and it can only be disabled in the account settings or deleted via the system. ADB The alternative is to use the phone without being tied to the Mi Account (but then Xiaomi’s cloud services will not work).
Why does an application come back after the MIUI update after it is deleted via ADB?
Update MIUI The system restores remote system applications, and to avoid this, you either need to block updates for a specific package (adb shell pm disable-user name.packet), or install firmware manually through the device. TWRP, pre-removing APK firmware.
How do I know which app takes up the most memory?
Go to Settings. β†’ Annexes β†’ Manage applications and sort the list by size. Alternatively, use tools like DiskUsage or Files by Google that visualize the space occupied.
Can I remove Google Play Services?
Technically, yes, but it will render most apps, including Play Market, Gmail and YouTube, inoperable. It is not recommended. If you don't need Google services, install custom firmware without GApps (like LineageOS for microG).
How to return a remote system application?
Recovery methods depend on the method of removal: If removed through ADB: adb shell cmd package install-existing name.packet. If removed from root: download APK applications (e.g. with APKMirror) and install manually through TWRP or ADB Sideload. If you don't know the name of the package: restore the system from the backup or run through the official firmware.