How to Remove the App on Xiaomi Redmi 5: From Simple to Complex

Removing unnecessary apps on Xiaomi Redmi 5 is a challenge that every smartphone owner faces sooner or later. Even 6 years after its release (model released in March 2018), the device continues to be used due to its reliability and the ability to install custom firmware. However, over time, digital garbage accumulates: pre-installed MIUI services, forgotten games, test utilities – all this takes up precious space in memory and slows down the system.

In this article, we will discuss 5 working ways to remove applications, from standard methods through the settings menu to advanced techniques using ADB and root rights. Particular attention will be paid to the nuances associated with Redmi 5: its version of MIUI (current for 2026), restrictions on removing system applications and ways to circumvent these restrictions. If you are looking for a way to free up memory or get rid of intrusive notifications from Mi Browser, Mi Video or Cleaner, you are at the right place.

1. Standard removal through the "Settings" menu

The most obvious and safe way is to uninstall via the MIUI interface. It is suitable for third-party applications (user installed) and parts of preinstalled ones that are not critical to the system. On Redmi 5, this method works equally regardless of the firmware version (be it MIUI 9 or custom LineageOS).

To remove the app:

  • πŸ“± Open the Settings menu (cog icon on the main screen).
  • πŸ” Go to the Appendix section β†’ Application management.
  • πŸ“Œ 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 applications).

⚠️ Important: On Redmi 5, some system applications (e.g. Mi Account, Security) cannot be removed in the standard way - the Remove button will be inactive. In such cases, disabling (the application will disappear from the menu, but remain in memory) or methods from the following sections will help.

Do I need an app to work with other functions?

Is there a backup of data (for games/messengers)?

Is there enough space after removal?

Is the application part of the MIUI (failure-risk)-->

2. Removal via the Play Store (for third-party applications)

If the app was installed via Google Play, it can be removed directly from the store, which is convenient because it allows you to manage the applications remotely (for example, from a computer through the web version of the Play Market) and see a list of all the programs ever installed.

Instructions:

  1. Open the Google Play Store on your phone.
  2. Tap the profile icon in the upper right corner β†’ App and device management.
  3. Go to the Installed tab and find the desired application.
  4. Click on three dots next to the name β†’ Delete.

πŸ”Ή The advantage of the method: if the application was installed on several devices (for example, on Redmi 5 and tablet), it can be removed from all gadgets at once.

⚠️ Note: Some apps (such as Facebook or Instagram) on Redmi 5 may be pre-installed by the manufacturer as β€œsystem” in which case the Play Market Remove button will be replaced by β€œDisable.

3. disabling system applications (without root)

On Redmi 5, many pre-installed apps (Mi Music, Mi Pay, Game Center) can’t be removed in the standard way, but they can be disabled, which will free up RAM and stop background processes, although the application itself will remain in the system partition.

How to turn it off:

  • πŸ› οΈ Go to Settings. β†’ Annexes β†’ Application management.
  • πŸ” Select a system application (e.g. Cleaner).
  • 🚫 Press Turn Off. β†’ confirm.

πŸ“Œ What's the blackout doing:

  • βœ… The app disappears from the menu and stops sending notifications.
  • βœ… 10–50 MB of RAM is freed (depending on the application).
  • ❌ Does not free up space in the section /system (only /data).
  • ❌ When resetting the settings, the application is activated again.
What system applications can be disabled without risk?
On Redmi 5, it is safe to disable: - Mi Video (if you do not use the built-in player) - Mi Music (replace with Spotify or VLC) - Game Center (if you don't play games) - Cleaner (use alternatives like SD Maid - Mi Browser (if you use Chrome or Firefox) ⚠️ Do not disable: - Security (responsible for system protection) - Mi Account (required for synchronization) - Services & Feedback (may cause crashes) MIUI)

4. Removal via ADB (for power users)

If standard methods don't work and root rights don't work, you can use ADB (Android Debug Bridge), which allows you to uninstall system applications, but requires connecting your phone to your computer and basic command line knowledge.

πŸ“Œ Preparation:

  1. Turn on Developer Mode on Redmi 5: Go to Settings β†’ About Phone and click on MIUI Version 7 times.
  2. Return to Settings β†’ Additional β†’ For developers and activate Debugging over USB.
  3. Download ADB Tools on PC and unpack the archive.

πŸ–₯️ Elimination:

  1. Connect Redmi 5 to your computer via USB (select File Transfer mode).
  2. Open the command prompt (cmd) in the folder with ADB.
  3. Enter commands in order: adb devices (you should have your device name) adb shell pm list packages | grep 'name packet' (e.g. pm list packages | grep 'miui.browser' to search for Mi Browser) pm uninstall -k --user 0 name.packet (e.g. pm uninstall -k --user 0 com.android.browser)

⚠️ Note: Removing system applications through ADB It may cause some functions to fail. MIUI, for example:

  • Removing com.xiaomi.mipicks will break the Recommendations widget.
  • Deleting com.miui.weather2 will remove the weather from the lock screen.

Always check the name of the package before removing it!

Yes, via ADB| Yes, root-rights | No, I'm afraid to break my phone | Tried, but nothing worked-->

5. Complete removal with root rights (for advanced)

If you are ready for radical measures, root access will give you full control over system files. On Redmi 5, you can get root through Magisk or SuperSU, but this requires unlocking the bootloader and installing a customized recovery (for example, TWRP).

πŸ”§ How to remove the application from root:

  1. Install a file manager with root support (such as Root Explorer or FX File Explorer).
  2. Go to /system/app or /system/priv-app (there are stored system applications).
  3. Find the folder with the name of the application being removed (such as MiBrowser) and delete it.
  4. Reboot the phone.

πŸ“Š Comparison of removal methods:

MethodPC requiredRoot is required.Remove system applicationsRisk to the system
Standard removal❌ No.❌ No.❌ No.βœ… No.
Shutdown❌ No.❌ No.⚠️ Partially.βœ… No.
ADBβœ… Yes.❌ No.βœ… Yes.⚠️ Medium.
Root + File Manager❌ No.βœ… Yes.βœ… Yes.❌ High-pitched

⚠️ Warning: Once root rights are granted, Redmi 5 will no longer receive official updates MIUI through OTA. Also, some banking applications (for example, Sberbank Online) can block work on rooted devices.

πŸ’‘

Before removing system applications through root, back up /system/app with TWRP, which will allow you to recover deleted files if something goes wrong.

6. Alternative methods: custom firmware and debloating

If you’re annoyed by the abundance of pre-installed software on Redmi 5, but don’t want to mess with ADB or root, consider installing custom firmware.

  • 🌍 LineageOS – β€œclean” Android without unnecessary applications.
  • πŸ”„ MIUI Pro - modified version MIUI with a remote bloat (unnecessary applications).
  • πŸ›‘οΈ Pixel Experience – firmware with an interface, like on Google Pixel.

πŸ”Ή The benefits of custom firmware:

  • βœ… No pre-installed garbage.
  • βœ… More recent versions of Android (e.g. LineageOS 18 based on Android 11 for Redmi 5).
  • βœ… Improved performance and battery life.

⚠️ Cons:

  • ❌ Requires unlocking the bootloader (resets all data!).
  • ❌ Risk of β€œbricking” (turning your phone into a β€œbrick”) when you make an error.
  • ❌ Loss of warranty (if it is still valid).

πŸ“Œ Where to download firmware:

  • XDA Developers is the largest community with guides and firmware.
  • LineageOS official website (select the version for rosy - codename Redmi 5).

πŸ’‘

Installing custom firmware is the most radical, but also the most effective way to get rid of system blobate, but it takes time and technical skills. If you're a beginner, start with the methods in the previous sections.

Frequently Asked Questions (FAQ)

❓ Can I remove Security from Redmi 5?
❌ No, it's a critical system application, and if it's removed, it'll cause you to lose your security features (antivirus, application permissions, call blocking) and potentially crash. MIUI. The most you can do is turn off notifications from it in the settings.
❓ After removing the application, ADB It appears again after the update. MIUI. Why?
When you update MIUI, the system restores remote system applications. To avoid this: Repeat pm uninstall-k --user 0 name.packet before upgrading, or refuse official updates and install custom firmware.
❓ How to find out the name of the application package for ADB?
There are several ways: through ADB: adb shell pm list packages | grep 'keyword word' For example, for Mi Browser: adb shell pm list packages | grep 'browser' Through the App Inspector app (available in Play Market). On the APKMirror website, type in the app name and see the Package Name in the description.
❓ I removed the system application and now it doesn’t work. Wi-Fi/Bluetooth. What do you do?
Chances are you have removed an application associated with communication modules (e.g. com.xiaomi.wifiservice: πŸ”„ Restore the remote package through ADB: adb shell cmd package install-existing name.packet πŸ“₯ Fly the phone through the Mi Flash Tool (return all system files). πŸ› οΈ Install custom firmware (if official restoration does not help). ⚠️ If you are not sure about the name of the package - do not experiment, but refer to the forums. XDA or 4PDA.
❓ Can you remove Google Play Services to save battery?
❌ Not recommended. Google Play Services is responsible for: Google Play Market, Google account sync (contacts, mail, calendar), push notifications for most apps, geolocation and maps, and deleting will cause massive disruptions to your smartphone. If you want to save the battery: πŸ”‹ Turn off auto-update apps in the Play Market. πŸ“΅ Limit background activity for unnecessary apps in settings. πŸ›‘οΈ Use Greenify to Freeze Resource-Hungry Programs.