Xiaomi Redmi 5 smartphone based on MIUI even after years remains popular among users due to balanced characteristics and flexible firmware. However, over time, any gadget βovergrownβ with unnecessary applications: it can be games that have not been launched for a long time, duplicate messengers or pre-installed services from Xiaomi, occupying precious space in memory. Unlike modern flagships, Redmi 5 has only 16/32 GB of internal memory, so every megabyte counts.
There are a number of ways to uninstall an application with Redmi 5, from standard removal through menus to ADB for system programs. But there are nuances: some applications (such as Mi Video, Mi Music or Cleaner) donβt have a Delete button, and simply βdisablingβ doesnβt free up memory. In this article, weβll discuss all working methods, including deletion through Settings, MIUI Security, and even manual interference with system files, with the features of Redmi 5βs firmware (codename rosy).
Important: If you plan to remove system applications, back up your data beforehand. Some operations can cause MIUI to crash, especially if you use custom firmware or unlock the bootloader.
1. Standard removal through "Settings"
The easiest way is to uninstall apps through the app menu, which is suitable for custom programs installed from Google Play or manually via APK. System applications (such as Mi Drop or Mi Community) will not be removed, but they can be disabled so that they do not appear in the menu and do not waste resources.
Instructions:
- π± Open the Settings. β Annexes.
- π Find the right app in the list (use the search at the top if the list is long).
- ποΈ Click Remove (if the button is active) or Disable (for system programs).
- β Confirm the action in the dialog window.
If the Remove button is inactive, it means that the application is system or was pre-installed by the manufacturer, in which case proceed to the following methods.
2. Delete through "Security" (MIUI Security)
MIUI has a built-in application management tool called Security (or Global Firmware Security) that not only removes programs, but also clears their cache, residual files, and disables autoruns, a method that is suitable for previously deleted applications with residual data or for programs that are not displayed in the main menu.
How to delete:
- Launch the Security app (the shield icon).
- Go to Optimize or Manage Applications (the name may vary depending on the version of MIUI).
- Select the Installed or All Apps tab.
- Find the right application and click on it.
- Choose Delete or Clear Data (if deletion is not available).
β οΈ Note: In some versions MIUI For Redmi 5, Security can be called Optimization or Cleaner. If you don't find the right item, upgrade to the latest stable version via Settings. β The phone. β Updating the system.
βοΈ Preparation for removal of applications
3. Remove system applications without root (via ADB)
If standard methods fail and root rights are not available, you can use ADB (Android Debug Bridge), which allows you to remove any applications, including system ones, but requires connecting the smartphone to the computer, the advantage of the method is that it does not violate the warranty, since it does not require unlocking the bootloader or obtaining root.
Step-by-step:
- Download and install ADB Tools on your computer (Windows, macOS or Linux).
- Turn on Redmi 5 Developer Mode: Go to Settings β About Phone. Click 7 times on MIUI until the notification βYouβve become a developerβ appears. Return to Settings β Additional β Developer. Activate USB Debugging.
USB
CMD
Terminal
ADB
adb devicesIf the device appears in the list, enter:
adb shell pm uninstall -k --user 0 com.example.appInstead of com.example.app, substitute the batch name of the application (you can find it through the App Inspector in Google Play or the adb shell pm list packages command).
πΉ Examples of batch names of popular Xiaomi system applications:
| Annex | Package name | Can I remove it? |
|---|---|---|
| Mi Video | com.miui.videoplayer | Yes. |
| Mi Music | com.miui.player | Yes. |
| Cleaner | com.miui.cleanmaster | Yes (but not recommended) |
| Mi Drop | com.xiaomi.midrop | Yes. |
| Mi Community | com.xiaomi.forum | Yes. |
β οΈ Note: Removing system applications (e.g. com.android.settings or com.miui.home) may cause your phone to fail.Be sure that the application you are removing is not critical to work before you execute commands. MIUI. If you have problems after removal, restore the application by the team:
adb shell cmd package install-existing com.example.appπ‘
If your phone is not detected after connecting via ADB, try changing USB mode to File Transfer (MTP) or installing Xiaomi drivers from the official website.
4. Deletion with root rights (for experienced users)
If your Redmi 5 has a bootloader unlocked and root rights obtained (e.g., through Magisk), you can uninstall system applications using file managers like Root Explorer or Solid Explorer, a method that gives you maximum control, but requires caution: an error can lead to a device breeze.
Instructions:
- π Install a file manager with root support (e.g., Root Explorer).
- π Go to the folder. /system/app or /system/priv-app (This is where system applications are stored).
- ποΈ Find a folder with the name of the application being removed (for example, MiVideo) and delete it.
- π Reboot the phone.
β οΈ Warning: Before deleting system files, be sure to back up the folder /system through TWRP Or OrangeFox Recovery. If the phone stopped booting after deleting, restore backup via Recovery Mode.
πΉ What applications can be removed without risk?
- π΅ Mi Music, Mi Video β Media Players That Can Be Replaced With VLC or Google Play Music.
- π± Mi Drop, Mi Remote - little-used utilities.
- π§Ή Cleaner β a cleaner that often runs in the background and consumes battery.
π« What applications cannot be removed?
- π± com.android.settings β System settings.
- π± com.miui.home - launcher MIUI.
- π± com.android.phone β telephone services.
What if the phone does not turn on after removing the application?
5. Cleaning of residual files after deletion
Even after you delete an application, Redmi 5 may still have cache, settings, and temporary files that take up space in memory. To completely clean up the system, follow the following steps:
Cleaning methods:
- π§Ή Through Settings. β Memory. β Cleaning (built-in utility) MIUI).
- π§Ή Through Security β Waste cleaning (deep cleaning).
- π§Ή Manually through file manager: Go to /data/data and delete the folder with the name of the application package. /cache (Root rights are required).
To automate the process, you can use applications like SD Maid (requires root) or Files by Google (works without superuser rights).
πΉ How to check how much space is freed up?
- Open the Settings β Memory.
- See the usage schedule in the Internal Memory section.
- Compare the results before and after removal.
π‘
Deleting applications via ADB or root is the most effective way to free up memory, but it requires caution. Always check batch names and back up.
6. Frequent errors and their solutions
When you delete applications on Redmi 5, users often face problems, and letβs look at the most common errors and how to fix them.
πΉ Error: βThe application could not be removedΒ»
- πΉ Reason: The application is system-based or secure MIUI.
- πΉ Solution: Use ADB or get root rights.
πΉ Mistake: "The team is not found" in ADB
- πΉ Reason: Wrong path to ADB or no drivers are available.
- πΉ Solution: Check the phoneβs connection and repeat the adb device command.
πΉ Error: The phone stopped loading after being deleted
- πΉ Reason: Critical system application removed.
- πΉ Solution: Restore your phone via Fastboot or Recovery (see the forum for instructions) MIUI).
πΉ Error: App removed, but icon remained
- πΉ Reason: Launcher cache not updated.
- πΉ Solution: Reboot your phone or clear the com.miui.home cache via Settings β Annexes.