Xiaomi Redmi 5 Plus
MIUI
system-services
Redmi 5 Plus
In this article, we will look at all possible cleaning methods, from standard methods through settings to advanced techniques using ADB and superuser rights (root), focusing on security: which applications can be removed without risk to the system and which should not be touched, and learn how to return remote programs if something went wrong.
Important: The instructions are up to date for the MIUI 9-14-based Redmi 5 Plus (including the global and Chinese versions).If your device runs custom firmware (like LineageOS), some methods may not work.
1. Standard removal through MIUI settings
The easiest way to get rid of unnecessary programs is to use built-in MIUI tools. It is suitable for custom applications (installed from Google Play or.apk files), but does not affect system services.
To remove the app:
- Open Settings β Applications β Application Management.
- In the list, find the desired application and tap on it.
- Press the "Delete" button (if it is active).
If the Remove button is inactive or not, the application is system-based or protected by MIUI, and alternative methods will be required (see the following sections).
Limitations of the method:
- π« It does not work for system applications (e.g. Mi Video, Mi Music).
- π« Does not clean residual files (cache, data) β you need to use Settings β Warehouse β Cleanup.
- π« Does not remove system application updates (they are restored after a restart).
2. disabling system applications (without root)
If standard deletion is not available, you can disable unnecessary programs, which will not free up memory, but will stop them from working in the background and save battery life.
Instructions:
- Go to Settings β Applications β Application Management.
- Select an app (such as Mi Pay or Cleaner).
- Click on βDisableβ (if the option is available).
- Confirm the action in the dialog window.
What applications can be turned off without risk?
| Annex | Can I turn it off? | Effects of consequences |
|---|---|---|
| Mi Video, Mi Music | β Yes. | It will not open by default, but media files will remain available through other players. |
| Cleaner (Cleaning) | β Yes. | Automatic cache cleaning will stop working, but this can be done manually. |
| Mi Pay, Mi Credit | β Yes. | Xiaomi financial services will not be available (not relevant for Russia). |
| Browser (MIUI Browser) | β οΈ Partially. | There may be problems opening links from other applications. |
| Security (Security) | β No. | Responsible for antivirus, permissions and updates β disabling will lead to failures. |
β οΈ Note: Disabling Google Play Services or Services Framework may disrupt Google account performance and sync.
3. Removal via ADB (for power users)
If you don't have enough shutdowns and root rights, you can use ADB (Android Debug Bridge), which allows you to completely remove system applications, but requires a computer connection and knowledge of commands.
Preparation:
- Enable USB debugging on your smartphone: Settings β About Phone β MIUI version (tap 7 times to activate Developer Mode), then Settings β Additional β Developers β Debugging over USB.
- Install. ADB-PC drivers.
- Connect Redmi 5 Plus to your computer and confirm debugging permission.
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.cleanmaster # Cleaner
pm uninstall -k --user 0 com.miui.bugreport # Feedback
pm uninstall -k --user 0 com.xiaomi.payment # Mi PayImportant nuances:
- π§ Team pm uninstall -k --user 0 removes the application only for the current user (does not affect system files).
- π After updating MIUI Remote applications can return.
- π± To return the application, use the command: cmd package install-existing com.miui.videoplayer.
Install ADB-PC drivers
Enable debugging by USB on a smartphone
Connect Redmi 5 Plus to your computer
Download the list of packets to remove (optional)
Make a backup copy of the data-->
β οΈ Note: Deleting com.android.vending (Google Play Market) or com.google.android.gsf will result in loss of access to Google services, which can only be restored through resetting.
4. Complete removal through root rights
If you have root access (for example, through Magisk or SuperSU), you can uninstall any system applications without restrictions, which gives you maximum freedom, but also maximum risks - improper actions can make the smartphone inoperable.
How to get root on Redmi 5 Plus:
- π Through Magisk (recommended) β requires unlocking the bootloader and installing a custom Recovery (TWRP).
- π Through KingRoot or iRoot β less reliable, can lead to unstable work.
How to remove the application from root:
- Install a file manager with root support (such as Root Explorer or Solid Explorer).
- Go to /system/app or /system/priv-app.
- Find a folder with the name of the app (such as MiVideo) and delete it.
- Reset the device.
Examples of safe folders to remove:
/system/app/BasicDreams # MIUI screensavers
/system/app/BookmarkProvider # Bookmarking Service
/system/priv-app/MiuiDaemon # Background processes (partially)What happens if you delete the system application by mistake?
Alternatively, use the Titanium Backup app, which allows you to not only delete, but also freeze programs, and create backups before changes.
5. Cleaning of residual files and cache
Even after you delete the apps, the device still has temporary files, cache and data that take up space. To free up the memory completely, follow these steps:
Method 1: Through the MIUI settings
- Open the Settings β Storage.
- Slip on "Cleaning" (or "Freeing Place").
- Select βApp Cacheβ and confirm the cleanup.
Method 2: Manually through the file manager
- π Go to the folder. /data/data (Root rights are required).
- π Find folders with names of remote applications (for example, com.facebook.katana for Facebook) and delete them.
- ποΈ Clear the folder. /cache (You can do it without root, but some files will be unavailable).
Method 3: Specialized Applications
- π§Ή SD Maid β Clears residual files and duplicates.
- ποΈ Files by Google β Finds and Deletes Unnecessary Data.
- π CCleaner β Clears cache and history (caution: can delete useful data).
π‘
Before mass cleaning of the cache, close all active applications β this will speed up the process and reduce the risk of failures.
6 Recovery of Remote Applications
If you have problems after deleting (for example, your phone calls or the Internet stopped working), you can return the applications back.
Method 1: Through MIUI settings (for disabled applications)
- Go to Settings β Applications β Application Management.
- In the top menu, select "Disconnected".
- Find the right application and click βEnableβ.
Method 2: Through ADB (for remote applications)
adb shell
cmd package install-existing com.miui.videoplayerMethod 3: Resetting settings (extreme case)
β οΈ Warning: Resetting to factory settings will remove all data from the device, including photos, contacts and messages. pre-backup through Settings β Additionally. β Backup and reset.
- Go to Settings β Additional β Backup and Reset.
- Select "Settings Reset."
- Confirm the action and wait for the reboot.
Method 4: Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fast Fastboot Fast Fastboot Fastboot Fast Fastboot Fast Fastboot Fast Fastboot Fast Fastboot Fast Fast Fast Fastboot Fastboot F
- π₯ Download the official firmware for Redmi 5 Plus from the Xiaomi website.
- π₯οΈ Connect your smartphone to your PC in Fastboot mode (press Power) + Volβ switch-on).
- π§ Use the Mi Flash Tool to install the firmware.
π‘
If the smartphone stopped booting after removing the system app, the only reliable way to restore it is to flash it through Fastboot. Donβt try to use βmagicβ commands from the Internet, they can make the problem worse.