Xiaomi Redmi 5A is one of the most popular budget smartphones, but its modest 16 GB of memory is quickly clogged with unnecessary applications. Even after standard removal through the menu, many programs leave behind tails: cache, settings and system files that continue to take up space. In this article, we will discuss all possible ways to remove applications from basic to advanced, including working with ADB and root rights.
The Redmi 5A (codenamed riva) is based on Xiaomiβs MIUI, which often blocks the removal of pre-installed apps, and shows you how to get around these limitations without damaging the system, and what programs can be removed without risking smartphone stability, and which ones should not be touched.
1. Standard removal through MIUI settings
The easiest way is to use the built-in tools of the system, which is suitable for most user applications (such as games or social networks), but will not work for pre-installed Xiaomi services.
To remove the program:
- π± Open the Settings. β Annexes β Application management.
- π Find the desired application in the list (you can use the search).
- ποΈ Press Remove (if the button is active).
- β οΈ If the Remove button is inactive, the application is system-based (super user rights are required or ADB).
After removal, it is recommended to clean the cache of the system:
- Go to Settings β Memory β Clear the cache.
- Confirm the action.
β οΈ Note: Do not remove applications with the names com.android., com.miui. or com.qualcomm.* through this method β this can cause malfunctions in the phone.
π‘
If the app doesn't get deleted, try turning it off in the same menu first (disable button) and this will stop it from working and free up some of the memory.
2.Delete via Google Play Store
An alternative way is to use the Play Store, which is convenient because it allows you to delete programs remotely (for example, if the phone is lost or is in another room).
Instructions:
- π Open Google Play Store on your computer or other device.
- π€ Click on the profile icon β Managing devices and applications.
- π± Choose your Redmi. 5A device-list.
- ποΈ Find the application in the Installed section and click Delete.
The downside is that not all apps are displayed in the Play Store (especially preinstalled MIUIs), and it can take up to 10 minutes to uninstall.
3. Removing system applications without root via ADB
If standard methods don't work and you don't want to get root rights, ADB (Android Debug Bridge) can help, which allows you to delete even system programs, but requires you to connect your phone to your computer.
Step-by-step:
- π» Install Platform Tools on PC (includes) ADB fastboot).
- π± On your phone, activate Developer Mode: Go to Settings β About the phone. Press 7 times on the version. MIUI. Back to Settings β Additionally. β For developers, turn on the debugging. USB.
Redmi 5A
cmd
ADB
adb devices(The name of your device should appear.)
adb shell pm list packages -f(Shows a list of all packages installed.)
adb shell pm uninstall -k --user 0 name.packet(Replace the name.packet with the name of an unnecessary application, such as com.miui.weather2.)
The --user 0 command removes the application only for the current user, without affecting system files.
Install Platform Tools on PC|
Enable the developer mode on the phone |
Connect the phone to the PC and allow debugging |
Check the list of packages with the command adb shell pm list packages|
Backup of important data-->
4. Complete removal through root rights
If you are willing to take risks, root access will open up the maximum possibilities for cleaning the Redmi 5A. But remember: this will void the warranty and can lead to a blink (breakdown) of the device if you do not care.
Ways to get root:
- π Magisk (recommended) β requires unlocking the bootloader.
- π οΈ SuperSU (Old Method, but Works on Older Versions) MIUI).
After receiving 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 an unnecessary app (e.g., MiBrowser for Xiaomiβs browser).
- Delete the folder or rename it (add at the end of.bak).
- Reboot the phone.
β οΈ Warning: Removing system applications (such as com.android.phone or com.miui.home) can make the phone inoperable.Be sure to back up through the phone before experimenting. TWRP.
What system applications can be removed without risk?
5. disabling unnecessary applications (alternative to deletion)
If you're afraid of removing system programs, you can turn them off, which will stop them working and free up some of the RAM, but the files will remain on the device.
How to turn it off:
- π± Go to Settings. β Annexes β Application management.
- π Select an unneeded app (such as Mi Music or Mi Video).
- π« Click Disable (if the button is active).
- β Confirm the action.
Disabled programs:
- βοΈ Not updated through the Play Store.
- βοΈ Not consuming resources in the background.
- β But take up space in memory (their files are not deleted).
To return the application, just click Enable in the same menu.
6. Cleaning up the residues of remote applications
Even after you delete, many programs leave behind cache, settings, and temporary files. To completely clean the system, use these tips:
| Type of garbage | Where to find | How to remove |
|---|---|---|
| Application cache | /data/data/name.packet/cache | Through the file manager with root or the command adb shell pm clear name.packet |
| Remains of settings | /data/data/name-pack/shared_prefs | Remove the folder manually (root required) |
| APK-update-file | /data/app | Remove through ADB or root manager |
| Logs and dumps | /data/tombstones, /data/anr | Can be removed without risk |
For automated cleaning, programs are suitable:
- π§Ή SD Maid (requires root for deep cleaning).
- ποΈ CCleaner (works without root, but less efficiently).
- π Files by Google (built-in garbage cleaner).
π‘
Regularly cleaning the cache and residues of remote applications can free up to 1-3 GB of memory on Redmi 5A without removing new programs.
7.How to prevent unnecessary applications from reappearing
MIUI is known for sometimes restoring remote system programs after an update, to avoid this:
- π Turn off automatic updates MIUI In Settings β The phone. β Updating the system β βοΈ β Auto-update.
- π΅ Install. ADB AppControl (application for packet management through the ADB PCless).
- π‘οΈ Use Magisk with Universal Module GMS Doze to limit background activity.
- π« Block the installation of applications from unknown sources in Settings β Security.
If applications return after the MIUI update, re-delete them via ADB or root.