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:
- Open Settings β Applications β Application Management.
- Select the desired application from the list.
- 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 application | Can 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.
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:
- Go to Settings β Applications β Application Management.
- Select an app (such as Mi Video).
- Click Disable (if the button is active).
- 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
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:
- 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.
- Connect your smartphone to your computer and confirm your trust in the device.
- Open the command prompt (cmd on Windows or Terminal on macOS/Linux) in the folder with ADB.
- Check the connection: Adb devices must display the serial number of your Redmi 4A.
- 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.
| Annex | Package name (package name) | Delete command |
|---|---|---|
| Mi Store | com.xiaomi.market | adb shell pm uninstall -k --user 0 com.xiaomi.market |
| Mi Community | com.xiaomi.forum | adb shell pm uninstall -k --user 0 com.xiaomi.forum |
| Mi Video | com.miui.video | adb shell pm uninstall -k --user 0 com.miui.video |
| Google Duo | com.google.android.apps.tachyon | adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon |
| Google Play Movie | com.google.android.videos | adb 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?
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:
- Unlock the bootloader through the official Xiaomi website (en.miui.com/unlock).
- Install custom recovery (TWRP).
- Run Magisk through TWRP.
Once you get a ROOT, use Root Explorer or Titanium Backup to remove applications:
- Open the Root Explorer.
- Go to /system/app or /system/priv-app.
- Find a folder with the name of the application (for example, MiuiVideo).
- Delete the folder or rename it (add.bak at the end).
- 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:
- Make a backup copy of important data (photos, contacts, messages).
- Go to Settings β About the phone β Reset settings.
- Choose to erase all data.
- 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:
- Open the Settings β Applications.
- Select an app.
- 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:
- Open the Play Market.
- Go to Settings β Auto-Update applications.
- Choose Not to Update Automatically.