How to Uninstall Unnecessary Apps on Xiaomi Redmi 4A: From Mi Store to Google Duo

Xiaomi Redmi 4A β€” One of the most popular budget smartphones, but even it suffers from an overabundance of pre-installed apps: Mi Store, Mi Community, Google Duo and other services take up precious space in memory, slow down the system and drain the battery. In this article, we will discuss all possible ways to remove unnecessary applications – from standard methods to advanced techniques using the use of the application. ADB and ROOT-rights.

It's important to understand that not all applications can be removed without consequences. Some system services are critical to the stable operation of MIUI, and their removal can lead to failures. We will explain in detail which applications are safe to remove, and which are better to disable or freeze, and you will learn how to free up additional space if you can not delete.

This article is relevant for Xiaomi Redmi 4A on all MIUI versions (including MIUI 12/13/14), but most methods are suitable for other Redmi and Poco models with similar firmware.

Why are there so many unnecessary apps on Xiaomi Redmi 4A?

Xiaomi and Google are pre-installing dozens of services on smartphones that most users don’t need.

  • πŸ“¦ Xiaomi branded services: Mi Store, Mi Community, Mi Video, Mi Music – these applications duplicate the functions of Google Play and standard media players, but consume resources in the background.
  • πŸ€– Google services: Google Duo, Google Play Movies, Google Play Books – are installed by default, even if you do not use them.
  • πŸ”„ Duplicate applications: for example, on a smartphone there can be a Gallery MIUI, Google Photos that perform the same function.
  • πŸ“± Operator Apps: If You Buy Redmi 4A at a mobile operator (for example, MTS or Beeline), then proprietary utilities for tariff management can be installed on it.

According to the tests, pre-installed applications take up 1.5 to 3 GB of memory on the Redmi 4A, which is critical for a device with only 16 GB of internal memory.

  • πŸ”‹ Battery discharge (some services are constantly running in the background).
  • 🐒 Slow down the system (especially noticeable on the budget Snapdragon 425 processor).
  • πŸ“Ά Consume traffic (updates, synchronization, advertising).

⚠️ Note: Some applications (for example, Mi Account or Google Play Services) can not be deleted categorically - this will lead to the inoperability of the smartphone or the inability to log into the account.

Method 1: Standard removal of user applications

If the application was installed by you (not preinstalled), it can be removed in the standard way:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Select the desired application from the list.
  3. Click Remove (if the button is active).

If the Remove button is inactive, then the application is system-based – it cannot be removed without additional actions (see the following methods).

Type of applicationCan I remove it?Example
User-generated (installed from Play Market)βœ… Yes.VK, Instagram, Yandex Browser
Systemic (Xiaomi)❌ No, no. ADB or ROOT)Mi Store, Mi Community, Security
System (Google)⚠️ Partially (can be turned off)Google Duo, Google Play Movie
Operator'sβœ… Usually.My MTS, Beeline Subscriptions

⚠️ Note: Deleting some carrier applications may result in loss of access to the mobile network if they are responsible for settings APN. Before removing, check if the application is related to work. SIM-map.

πŸ“Š What apps do you want to remove first?
Mi Store and Mi Community
Google Duo and Google Play Movies
Operator utility
All unnecessary at once

Method 2: Disabling system applications (without deleting)

If the application cannot be removed, it can be disabled, which will stop it from working, hide it from the menu and prevent automatic updating, but the files will remain in memory.

How to turn it off:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Select an app (such as Mi Video).
  3. Click Disable (if the button is active).
  4. Confirm the action in the dialog window.

Applications disabled:

  • βœ… It won't start automatically.
  • βœ… Will not be displayed in the app menu.
  • βœ… No updates will be received.
  • ❌ There will be no space in the memory (files will remain).

List of apps that can be safely disabled on Redmi 4A:

  • 🎬 Mi Video – Xiaomi video player (you can use it) VLC or MX Player).
  • 🎡 Mi Music – Music Player (replace with Spotify or YouTube Music).
  • πŸ“ž Google Duo – duplicates WhatsApp or Telegram calls.
  • πŸ“š Google Play Books and Google Play Movies – if you don’t use them.
  • πŸ›’ Mi Store – if you install apps only from the Play Market.

β˜‘οΈ Preparation for application deactivation

Done: 0 / 4

Method 3: Remove system applications via ADB (without ROOT)

ADB (Android Debug Bridge is an Android debugging tool that lets you uninstall system apps without getting a ROOT-Right, it works on Xiaomi Redmi. 4A, But it requires a computer connection.

What you need:

  • πŸ–₯️ Computer with Windows, macOS or Linux.
  • πŸ”Œ USB-cable (preferably original).
  • πŸ“₯ ADB Fastboot Tools by Google.
  • πŸ”§ Included debugging by USB smartphone.

Step-by-step:

  1. Turn on USB debugging: Go to Settings β†’ About Phone. Tap 7 times on MIUI to activate Developer Mode. Go back to Settings β†’ Additional β†’ Developer. Activate USB Debugging.
  2. Connect your smartphone to your computer and confirm your trust in the device.
  3. Open the command prompt (cmd on Windows or Terminal on macOS/Linux) in the folder with ADB.
  4. Check the connection: Adb devices must display the serial number of your Redmi 4A.
  5. For example, to remove Mi Video: adb shell pm uninstall -k --user 0 com.miui.video For a list of packages for popular apps, see the table below.
AnnexPackage name (package name)Delete command
Mi Storecom.xiaomi.marketadb shell pm uninstall -k --user 0 com.xiaomi.market
Mi Communitycom.xiaomi.forumadb shell pm uninstall -k --user 0 com.xiaomi.forum
Mi Videocom.miui.videoadb shell pm uninstall -k --user 0 com.miui.video
Google Duocom.google.android.apps.tachyonadb shell pm uninstall -k --user 0 com.google.android.apps.tachyon
Google Play Moviecom.google.android.videosadb shell pm uninstall -k --user 0 com.google.android.videos

Once the command is executed, the application will be deleted only for your user (files will remain in the system, but will not be available).

adb shell cmd package install-existing com.xiaomi.market

⚠️ Note: Deleting some packages (e.g. com.miui.securitycenter) may disrupt the security center and make it impossible to install new applications!

How to find out the name of the package of any application?
1. Install App Inspector or Package Name Viewer from Play Market. 2. Open it and find the desired application in the list. 3. Copy the name of the package (for example, com.xiaomi.market). 4. Use it in the command adb. Alternative: you can find out the name of the package through ADB: adb shell pm list packages | grep "miui" This command will display all packages with miui in the title.

Method 4: Remove applications using ROOT-rights

If you're ready to receive ROOT-It will give you full control of the system. 4A Magisk is the easiest way to use it – it allows you to get superuser rights without unlocking the bootloader (on some versions). MIUI).

Advantages of the method:

  • βœ… Complete removal of applications (including system files).
  • βœ… The ability to use Titanium Backup for backup.
  • βœ… Access to system settings (e.g., change build.prop).

Disadvantages:

  • ❌ Loss of warranty (if the device is under warranty).
  • ❌ Risk of β€œbricking” (turning into a β€œbrick”) when doing the wrong thing.
  • ❌ Some banking applications (Sberbank Online, Tinkoff) may stop working.

How to get a ROOT on Redmi 4A:

  1. Unlock the bootloader through the official Xiaomi website (en.miui.com/unlock).
  2. Install custom recovery (TWRP).
  3. Run Magisk through TWRP.

Once you get a ROOT, use Root Explorer or Titanium Backup to remove applications:

  1. Open the Root Explorer.
  2. Go to /system/app or /system/priv-app.
  3. Find a folder with the name of the application (for example, MiuiVideo).
  4. Delete the folder or rename it (add.bak at the end).
  5. Reboot your smartphone.

πŸ’‘

Before deleting system files, back up /system via TWRP to help restore your phone if something goes wrong.

Method 5: Reset to factory settings (last resort)

If none of the methods worked, and the smartphone is heavily cluttered with unnecessary apps, you can do a complete reset, which will delete all user data and return MIUI to its original state.

How to reset Redmi 4A:

  1. Make a backup copy of important data (photos, contacts, messages).
  2. Go to Settings β†’ About the phone β†’ Reset settings.
  3. Choose to erase all data.
  4. Confirm the action and wait for the reboot.

After discharge:

  • βœ… All user applications will be removed.
  • βœ… System applications will return to their original state (but can be removed through the ADB or off).
  • ❌ All data will be erased (including photos, videos, messages).

⚠️ Note: On some versions MIUI After a reset, some remote applications (such as Mi Store) can automatically recover. To avoid this, turn off automatic recovery in Settings. β†’ Google β†’ Backup.

πŸ’‘

Factory reset is a last resort, and only use it if other methods have failed or your smartphone is heavily cluttered.

How do I free up space if applications cannot be removed?

If you can’t remove or disable apps, try these methods:

  • πŸ—‘οΈ Cache Cleanup: Go to Settings β†’ Apps. Select an app (e.g. Google Play Services). Click Clear cache and Clear data (if possible).

This will free up 500 MB to 2 GB of memory.

Transfer of applications to SD-map

If you have a microSD installed, some applications can be ported:

  1. Open the Settings β†’ Applications.
  2. Select an app.
  3. Press Warehouse. β†’ Change. β†’ SD-map.

Limitation: Not all applications support portability.

Use of cloud storage

Move your photos and videos to Google Photos, Yandex Drive, or Mi Cloud, and then delete local copies.

Search for large files

Use Files by Google or SD Maid to find and delete unnecessary files (e.g. old APKs, logs, duplicates).

You can also turn off automatic updates of applications:

  1. Open the Play Market.
  2. Go to Settings β†’ Auto-Update applications.
  3. Choose Not to Update Automatically.

FAQ: Frequent questions about removing apps on Xiaomi Redmi 4A

Can I remove Google Play Services?
❌ No, it's a critical system application, and if it's removed, it'll make Play Market, Gmail, and other Google services inoperable, and the best thing you can do is turn off automatic updates.
After the removal of the Mi Store, the Play Market stopped working.
This means that you have removed the wrong application or violated the integrity of system services. Try: Restore the application via ADB: adb shell cmd package install-existing com.xiaomi.market If it does not help - perform a factory reset.
How to remove viruses that masquerade as system applications?
If you suspect there is malware on your smartphone: Install Malwarebytes or Dr.Web Light and scan the device. β†’ Apps for suspicious names. If the virus is embedded in the system application, reset to factory settings. ⚠️ Do not remove system applications at random – this can aggravate the problem!
Can I remove MIUI completely and install a pure Android?
βœ… Yes, but it does: Unlock the bootloader. Install custom recovery (TWRP). Switch LineageOS or other firmware on the base AOSP. Cons: ❌ Loss of guarantee. ❌ Possible bugs (camera, sensors may not work properly). ❌ No official support from Xiaomi.
After removing the apps through ADB, they come back after the MIUI update.
When you update MIUI, some system applications automatically recover. To avoid this: Turn off automatic MIUI updates in Settings β†’ About Phone β†’ System Update. Use Magisk to freeze unnecessary applications (they won't be deleted, but they won't work either). Install a Magisk module called Universal GMS Doze or Debloater to manage system services.