Xiaomi Redmi 4X (codenamed santoni) is still a popular budget smartphone, but its owners often face the problem of undeleteable system applications. Even after resetting to factory settings, many programs like Mi Video, Mi Music or Cleaner return back. In this article, we will discuss all working ways to remove applications from basic to advanced, including methods for embedded software and bloatvear (preinstalled garbage).
The Redmi 4X is a version of MIUI that can block the removal of even programs that seem unnecessary. For example, Mi Drop or Mi Community cannot be uninstalled in the standard way. We tested all methods on current firmware (including MIUI 12.5 and custom builds) and identified those that work without unlocking the bootloader or superuser rights (root).
1. Standard removal via the MIUI settings menu
The easiest way is to use the built-in MIUI tools. It is suitable for custom applications (installed from Google Play or APK), but won't work for system programs.
Instructions:
- π± Open the Settings. β Annexes β Application management.
- π Find the right app in the list (such as Facebook or Facebook). UC Browser).
- ποΈ Press Remove (if the button is active).
- β οΈ If the Remove button is inactive, the application is system (go to the following methods).
On Redmi 4X, some apps (like Google Duo or Mi Pay) can be disabled but not removed.
- Go to the app settings.
- Select Disable (this hides the program from the menu and stops background processes).
- Confirm the action in the dialog window.
β οΈ Warning: Disabling system applications (such as Mi Account or Security) may cause unstable operation MIUI or update errors. Before experimenting, back up through Settings β Additionally. β Backup.
2. Delete via Security App
MIUI Security has a built-in tool for managing programs, including deep cleaning and cache removal, which sometimes works for applications that cannot be uninstalled through settings.
How to delete:
- π‘οΈ Launch the Security app (shield icon).
- π§ Go to Application Management β Deletion of applications.
- π Check the list for any unnecessary programs (e.g. Mi Browser or Mi Game Center).
- ποΈ Tick the boxes and click Delete.
If the app doesnβt appear in the list, try:
- Return to the main safety menu.
- Select Cleanup β Deep cleaning.
- Find the program in the list and click Delete Data (this will not delete the application itself, but will clear its files).
π‘
If Security doesnβt have an uninstall option, try updating the app through Google Play β sometimes this will unlock hidden features.
3. Use ADB to remove system applications (without root)
To remove embedded applications (e.g. Mi Video, Mi Music, Analytics) on Redmi 4X, you can use ADB (Android Debug Bridge), a tool for debugging Android via a computer. This method does not require root rights, but you need to activate debugging over USB.
Preparation:
- π» Install. ADB and Fastboot Tools on PC.
- π± On your smartphone, turn on: Settings β The phone. β Version. MIUI (Press 7 times to activate Developer Mode. β Additionally. β For developers β Debugging by USB.
- π Get Redmi on board. 4X PC-only USB-cable (select File Transfer Mode).
List of commands for removal:
adb shell
pm uninstall -k --user 0 com.miui.videoplayer # Mi Video
pm uninstall -k --user 0 com.miui.player # Mi Music
pm uninstall -k --user 0 com.miui.analytics # Analytics
pm uninstall -k --user 0 com.xiaomi.scanner # Mi Scanner
pm uninstall -k --user 0 com.miui.cleanmaster # CleanerImportant: Commands remove applications only for the current user (flag) --user 0), It's safer than a complete deletion, but the application can come back after resetting.
| Application package | Name of name | Can I remove it through ADB? |
|---|---|---|
| com.miui.videoplayer | Mi Video | β Yes. |
| com.miui.player | Mi Music | β Yes. |
| com.miui.analytics | Analytics | β Yes. |
| com.xiaomi.scanner | Mi Scanner | β Yes. |
| com.miui.cleanmaster | Cleaner | β οΈ Partially (may come back) |
β οΈ Note: Deleting com.miui.securitycenter or com.android.settings will cause the system to fail. Before experimenting, check the list of secure packages on forums like 4PDA.
Install ADB on PC| Enable USB debugging on Redmi 4X| Connect phone in file transfer mode | Check the list of packages before deleting-->
4. Disable applications through βFor Developersβ
If you can't delete it, you can disable unnecessary programs through the developer menu, and that stops them from working and hides them from the menu, but it doesn't free up disk space.
Instructions:
- π§ Go to Settings. β Additionally. β For developers.
- π Find Inactive Applications or Background Processes.
- π« Select a program (such as Mi Browser) and click Disable.
Alternatively:
- Open Settings β Applications β Application Management.
- Select the app and press Forced Stop.
- Then click Disable (if the option is available).
Applications disabled:
- β It does not start automatically.
- β Not displayed on the menu.
- β Do not delete your files from the device.
- β They may return after the update. MIUI.
What happens if you disable the system application?
5. Removal with third-party utilities (with root)
If your Redmi 4X has unlocked the bootloader and installed superuser (root) rights, you can use specialized utilities for deep cleaning.
- π οΈ Titanium Backup β allows you to delete system applications and create backups.
- π§Ή SD Maid β Clears residual files after uninstallation.
- πͺ Root App Deleter β a simple interface for removing embedded software.
The following is a step-by-step guide for Titanium Backup:
- Install Titanium Backup from Google Play.
- Provide root access when requested.
- Go to the Backup/Restore tab.
- Find an unnecessary app (such as Mi Video) and click on it.
- Choose Delete! and confirm the action.
Advantages of the method:
- β Complete deletion (including files in the /system/app).
- β Possibility of recovery from the backup.
Risks:
- β οΈ Incorrectly deleting system files can make your phone fail.
- β οΈ After updating MIUI Applications may return.
β οΈ Note: If you have removed a critical application (e.g. com.android.phone β telephone services), Redmi 4X It might lose the network or stop turning on.
6. Flashing on custom firmware (for experienced)
A radical way to get rid of the Bloatvear is to install custom firmware (like LineageOS, Pixel Experience or Havoc-OS) that will completely replace MIUI with pure Android, but will require:
- π Unlock the bootloader (Mi Unlock Tool).
- π₯ Custom recaveri installations (TWRP).
- π οΈ Skills of working with Fastboot and ADB.
Pros:
- β No pre-installed garbage from Xiaomi.
- β More recent version of Android (for example, Android 11 instead of Android 7.1 on stock). MIUI).
- β Better performance and battery life.
Cons:
- β Loss of warranty (if it is still valid).
- β Risk of βbrickingβ (turning the phone into a βbrick").
- β Certain functions (e.g, IR Blaster or Quick Charge may not work properly.
Instructions for the Redmi 4X (Santoni):
- π Official wiki: LineageOS for Santoni.
- π Forum 4PDA: Firmware discussion.
π‘
Flashing is an extreme method. If you want stability, you'd better use ADB or disable applications.