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.
- Open the Settings β Applications.
- Select the Application Management tab.
- Find the app you want in the list (use search if itβs not in the visible area).
- 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.
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:
- 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 devicesIf the device appears in the list, you can continue.
adb shell pm disable-user --user 0 com.example.appInstead 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.browserTo turn the app back on, use the same command, but with the enable option:
adb shell pm enable com.android.browserInstall 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:
- Back up all data (e.g., via Mi Cloud or Google Drive).
- Install Root Explorer and give it root access.
- Go to /system/app or /system/priv-app (depending on the location of the application).
- Find a folder with the name of the app (such as Browser for Mi Browser) and delete it.
- Reset the device.
What applications can be removed without risk?
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:
- Hold your finger in the free seat of the main screen.
- Select the launcher settings (cog icon).
- Go to Hidden Apps.
- 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:
- Go to Settings β Applications β Application Management.
- Select the desired application and tap Autostart.
- Turn off the Autostart Switch.
- Go back and select Battery β Background Activity β Limit.
For mass shutdown of autostart:
- Open Security β Accelerate β Auto Start.
- Sort the applications by the date of last use.
- Turn off auto-run for all unnecessary programs (especially for social networks and instant messengers, if you rarely use them).
| Annex | Recommended action | The effect |
|---|---|---|
| Facebook, Instagram | Disable autostart and background activity | Battery savings up to 15%, less heating |
| Mi Browser, Mi Video | Disable via ADB or standard settings | Release up to 200 MB of memory |
| Google Play Services | Do not disable (critical to the system) | This can lead to errors in the work of Google services. |
| Clean Master, Security | Disable autostart, but do not delete | Reducing 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.