How to disable or remove the application on Xiaomi Poco X3: all ways

Xiaomi Poco X3 smartphone based on MIUI often comes with pre-installed applications that are not always necessary for the user. They take up space in memory, consume battery power in the background and can slow down the device. However, simple deletion through the menu is not always available β€” especially for system utilities. In this article, we will discuss all possible ways to disable applications, from standard methods to hidden shell functions.

It is important to understand the difference between deleting and disabling. Deleting completely erases the program from the device, while disabling only freezes it, stopping background activity. On the Poco X3 with MIUI 12/13/14, some system applications can only be disabled β€” their complete removal requires superuser rights (root).

1. Standard shutdown via MIUI settings

The easiest way is to use the built-in MIUI tools, which are suitable for most custom applications and some pre-installed services.

  1. Open the Settings β†’ Applications.
  2. Select the Application Management tab.
  3. Find the app you want in the list (use search if it’s not in the visible area).
  4. Slip on it and select Disable (or Delete if the button is active).

If the Disable button is inactive, the application is protected by the system, in which case one of the alternative methods described below will help. Please note: once the application is disabled, the application will disappear from the menu, but its data will remain in the device's memory. To completely clear the cache and files, press Storage β†’ Clear the data before turning off.

πŸ“Š How often do you turn off unnecessary apps on your smartphone?
Once a month
Only when memory ends
Never turn it off.
Use root to remove completely

2. Disconnection via "Security" (for system applications)

Some MIUI system utilities (such as Mi Video, Mi Music or GetApps) cannot be disabled in the standard way, but can be hidden through the Security menu.

  • πŸ”’ Open the Security app (shield icon).
  • πŸ›‘οΈ Move to Acceleration. β†’ Deep acceleration.
  • πŸ” In the list, find an unnecessary application and uncheck it.
  • πŸ”„ Confirm action – the application will stop and will not be able to start automatically.

This is useful for applications that you can't turn off through settings, but you don't want to see on your active process list, like you can block Mi Browser or Mi Pay if you're not using them, but after you reboot your smartphone, some system applications can be activated again, in which case you'll have to repeat the procedure.

πŸ’‘

If the Security menu doesn’t have a β€œDeep Acceleration” option, update the app via GetApps or Google Play. In older versions of MIUI, this section could be called β€œAutoStart.”

3.Use ADB to disable system applications

For advanced users who are ready to work with the command line, there is a more powerful method - disabling through ADB (Android Debug Bridge), which will allow you to block even those applications that do not respond to standard methods.

Step-by-step:

  1. Turn on Developer Mode on Poco X3: Go to Settings β†’ About Phone. Tap 7 times on MIUI until the notification "You've become a developer" appears.

Settings

Additionally.

For developers

USB debugging

ADB

Mi PC Suite

adb devices

If the device appears in the list, you can continue.

adb shell pm disable-user --user 0 com.example.app

Instead of com.example.app, substitute the batch name of the desired application (you can find out through the App Inspector in Google Play).

Example: To disable Mi Browser, type:

adb shell pm disable-user --user 0 com.android.browser

To turn the app back on, use the same command, but with the enable option:

adb shell pm enable com.android.browser

Install Xiaomi drivers on PC|Enable developer mode on Poco X3|Activate debugging on USB|Download and unpack ADB Tools|Read the package name of the application-->

4. Complete removal of system applications (root required)

If you're willing to take the risk of rooting, you can completely remove unnecessary system applications, which will free up memory and permanently eliminate background processes. However, improper deletion of system files can lead to a smartphone failure or download cycle, and we recommend this method only to advanced users who are prepared for the possible consequences.

Removal will require:

  • πŸ“± Smartphone with unlocked bootloader and root rights (for example, through Magisk).
  • πŸ’» PC fitted ADB and Fastboot.
  • πŸ”§ Application for working with system files (for example, Root Explorer or Titanium Backup).

Instructions:

  1. Back up all data (e.g., via Mi Cloud or Google Drive).
  2. Install Root Explorer and give it root access.
  3. Go to /system/app or /system/priv-app (depending on the location of the application).
  4. Find a folder with the name of the app (such as Browser for Mi Browser) and delete it.
  5. Reset the device.
What applications can be removed without risk?
You can safely remove most of Xiaomi’s custom apps (Mi Video, Mi Music, Mi Browser, GetApps, Mi Pay) and duplicate Google services (like Duo or Google Play Music if you don’t use them). It is dangerous to remove system services with names that contain β€œandroid”, β€œmiui”, β€œframework” or β€œservices” – this can lead to the collapse of the system.

If the smartphone stopped booting after deleting, try recovering deleted files via TWRP (Castom Recovery) or reflashing the device via Fastboot.

5. Hiding applications without turning off (for launcher)

If you don’t have to remove the app completely, but you just want to remove it from the home screen and menu, you can use the hide feature in the POCO Launcher.

How to hide the application:

  1. Hold your finger in the free seat of the main screen.
  2. Select the launcher settings (cog icon).
  3. Go to Hidden Apps.
  4. Tick the apps you want to hide and click Ready.

The hidden apps will stay on the system and will be available through search (Find apps in the menu) or through settings. To show them again, repeat the same procedure and uncheck the boxes.

πŸ’‘

Hiding apps doesn't save battery power or free up RAM -- it only removes icons from the interface. Use the methods from the previous sections to actually disable them.

6. Disable autostart and background activity

Many apps on the Poco X3 continue to run in the background even after closing, consuming battery power and traffic. To avoid this, you can manually disable auto-start and background activity. This will not remove the application, but will significantly reduce its impact on performance.

How to turn off autostart:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Select the desired application and tap Autostart.
  3. Turn off the Autostart Switch.
  4. Go back and select Battery β†’ Background Activity β†’ Limit.

For mass shutdown of autostart:

  1. Open Security β†’ Accelerate β†’ Auto Start.
  2. Sort the applications by the date of last use.
  3. Turn off auto-run for all unnecessary programs (especially for social networks and instant messengers, if you rarely use them).
AnnexRecommended actionThe effect
Facebook, InstagramDisable autostart and background activityBattery savings up to 15%, less heating
Mi Browser, Mi VideoDisable via ADB or standard settingsRelease up to 200 MB of memory
Google Play ServicesDo not disable (critical to the system)This can lead to errors in the work of Google services.
Clean Master, SecurityDisable autostart, but do not deleteReducing the load on the processor

7. Restore Disabled Applications

If you have problems after disabling or uninstalling the application (e.g., system functions have stopped working), it can be returned. The way you restore it depends on how you got rid of the program.

If the application has been disabled:

  • πŸ”„ Go to Settings. β†’ Annexes β†’ Application management.
  • πŸ” Turn on the display of disabled applications (three dots in the upper right corner) β†’ Show off).
  • πŸ”˜ Select the desired application and click Enable.

If the application has been removed via root:

  • πŸ“₯ Download the original APK-Application file (for example, from the APKMirror site).
  • πŸ”§ Set it up through ADB file manager with root access.
  • πŸ”„ Reset the device.

If the smartphone does not boot after deleting the system file:

  • πŸ› οΈ Load into Fastboot mode (clip the power supply) + Loudness down when switched on).
  • πŸ’» Connect your smartphone to your PC and run the original firmware through the Mi Flash Tool.

πŸ’‘

Before restoring system applications, check their batch names through adb shell pm list packages. This will help you specify exactly which application to enable.

FAQ: Frequent questions about disabling apps on Poco X3

Can I turn off Google Play Services without consequences?
No, Google Play Services is a critical component of Google services, and turning it off will cause errors in Google Play, Gmail, YouTube, and other apps, and if you need to save battery, limit background activity for specific programs rather than the entire Google Play Services package.
Why does the app reappear after the MIUI update?
Some Xiaomi system applications are restored after a firmware update, due to the company's policy that they are mandatory, such as: Use ADB to re-disable after the update, install custom firmware without pre-installed applications (e.g., Pixel Experience), use the Magisk module to block the recovery (e.g., Universal GMS Doze).
How do I know which apps can be safely removed?
It can be safely removed: πŸ“± User applications (games, social networks, messengers). 🎡 Music and video players from Xiaomi (Mi Music, Mi Video). 🌐 Alternative browsers (Mi Browser). πŸ›’ Branded stores (GetApps, Mi Store) Do not delete: 🚫 System Services (Android System, MIUI System). πŸ”„ Google Play Services (Google Play Services, Google Services Framework). πŸ“‘ Communication modules (Telephony, Bluetooth) Before removing, check the information about the package in the forums (for example, before removing it, XDA Developers or 4PDA).
Does disabling apps affect productivity?
Yes, but the effect depends on which programs you disable: ⚑ Positive impact: Disabling unnecessary background services (such as Mi Browser or Facebook) frees up RAM and reduces the load on the processor. 10-20%. ⚠️ Negative impact: Disabling system components (e.g, MIUI Optimization can cause lags or errors in the interface. For maximum effect, only disable applications that you do not use, and monitor the stability of the device after changes.
Can I turn off MIUI Optimization?
MIUI Optimization is a system component that is responsible for smooth animations and optimizing the interface: 🐒 Slowing down animations and transitions between screens. πŸ”„ Problems with navigation gestures. πŸ“± If you still want to turn it off (for example, for testing), use it. ADB: adb shell pm disable-user --user 0 com.miui.daemon To get everything back: adb shell pm enable com.miui.daemon