Xiaomi Redmi Note 4 is one of the most popular smartphones of the brand, but even after years, its owners face a problem: dozens of preinstalled applications that can not be removed by standard methods, they take up memory, consume battery power and interfere with the menu. In this article, we will examine all the working ways to disable or completely remove unnecessary programs, from secure methods without root rights to radical solutions for power users.
It's important to understand that not all applications can be removed without consequences. MIUI, We'll explain in detail which programs can be deactivated and which ones should not be touched, and we'll also look at alternatives, from hiding icons to using them. ADB-deep-cleaning teams".
Why are there so many unnecessary apps on Redmi Note 4?
Xiaomi preinstalles not only branded services (Mi Browser, Mi Music, Mi Video) on its smartphones, but also affiliate programs - from Facebook to local services like Mi Pay or Mi Credit. On the Redmi Note 4 (model mido), the situation is aggravated by the fact that:
- π± The smartphone was released in several regional versions (global, Chinese, Indian), each of which had its own set of pre-installed applications.
- π Updates MIUI They often add new services, but never remove old ones.
- π οΈ Part of the programs are integrated into the system and does not have a button "Delete" - only "Disable" or "Hide".
According to firmware analysis, Redmi Note 4 has 30 to 50 apps out of the box, of which the user actively uses an average of 10-15. The rest either duplicate functions (for example, two browsers β Mi Browser and Google Chrome), or are not in demand at all (for example, Mi Drop for file transfer if you use Bluetooth or instant messengers).
β οΈ Note: Applications with names starting with com.android., com.xiaomi. or com.miui. are often responsible for operating the system.
Method 1: Standard shutdown through settings
The safest method is to deactivate applications through the settings menu, which does not require superuser rights and is reversible: the program can be turned on again at any time.
- π΅ Mi Music, Mi Video β if you use YouTube Music or Spotify.
- π Mi Browser β if you prefer Chrome or Firefox.
- π³ Mi Pay, Mi Credit β if you do not use Xiaomi payment services.
- π± Du Apps (e.g. Cleaner, Booster) β duplicate the functions of standard Android tools.
Instructions:
- Open Settings β Applications β Application Management.
- In the top menu, select All Apps (to see system ones).
- Slip on an unneeded app (like Mi Browser).
- Click Disable (if the button is active) or Remove Updates β Disable.
- Confirm the action in the dialog window.
βοΈ What to check before disconnecting
After deactivation, the annex:
- β Disappears from the menu and list of recently opened.
- β Stop using battery and traffic.
- β But it will remain in the memory of the device and will take up space (from 10 to 100 MB depending on the program).
β οΈ Note: Some applications (such as Mi Security) may automatically turn on after a reboot or update is disabled. MIUI. To avoid this, use the method of ADB (described below).
Method 2: Removal via ADB (without root rights)
If a standard shutdown is not enough, you can completely remove unnecessary applications using ADB (Android Debug Bridge), a method that does not require superuser rights, but requires connecting the smartphone to the computer.
- π§Ή The app is deleted permanently, freeing up space in memory.
- π There is no risk of losing the warranty (unlike getting root rights).
- π You can return the program by reinstalling it from APK.
Step-by-step:
- Download and install ADB Tools on your computer.
- On your smartphone, turn on Developer Mode: Settings β About Phone β MIUI version (shap 7 times)
- Return to Settings β Additional β For developers and activate Debugging over USB.
- Connect Redmi Note 4 to your PC via cable and select File Transfer mode.
- Open the command prompt (cmd) in the folder with ADB and type: adb devices If the device is displayed, type: adb shell
- To remove the application, use the command: pm uninstall -k --user 0 name.pack For example, to delete Mi Browser: pm uninstall -k --user 0 com.android.browser
List of safe packets to remove on Redmi Note 4:
| Annex | Package name | Place vacated |
|---|---|---|
| Mi Browser | com.android.browser | ~50MB |
| Mi Music | com.miui.player | ~30MB |
| Mi Video | com.miui.videoplayer | ~40MB |
| Mi Drop | com.xiaomi.midrop | ~25MB |
| Facebook (pre-installed) | com.facebook.katana | ~150MB |
π‘
Before deleting, back up the application list with the adb shell pm list packages > apps.txt command. This will help restore deleted programs if something goes wrong.
On the Redmi Note 4 with MIUI 11+ firmware, the pm uninstall command may not work for some system applications.
adb shell cmd package uninstall -k --user 0 name.packetMethod 3: Hiding icons without removing them
If you don't want to risk the stability of the system, but you don't want to see the apps that you don't want to see on the menu, you can just hide their icons. This method doesn't free up memory, but makes the interface cleaner.
- π Use folders: Drag unnecessary icons into the folder on the last screen (for example, call it "Do not use" or "Do not use").
- π Disable display in search: in Settings β Main screen screen β Search applications disable unnecessary programs.
- π¨ Install an alternative launcher (like Nova Launcher) that allows you to hide icons:
Instructions for Nova Launcher:
- Install Nova Launcher from Google Play.
- Press your finger in the free seat of the main screen β Nova settings.
- Go to App Settings β Hide Apps.
- Check the boxes of the programs you want to hide.
Advantages of the method:
- β No risk to the system.
- β Icons can be returned at any time.
- β It works even for applications that cannot be disabled in standard ways.
β οΈ Note: Hiding icons does not stop background processes. If the application is actively consuming the battery (for example, Mi Security scans files), it is better to disable or delete it.
Method 4: Removal with root rights (for experienced)
If you're willing to take drastic measures, getting root permissions will give you access to completely removing any applications, including system ones.
- π« Loss of warranty (if it is still valid).
- π Security Risk: Root Access Makes Malware Installation Easy.
- π Possible failures after updates MIUI.
If you do decide, follow the instructions:
- Unlock the bootloader through the official Xiaomi tool (requires a Mi Account and wait 7-30 days).
- Install custom recovery (TWRP) for the Redmi Note 4 (model mido).
- Please use Magisk to obtain root rights.
- Use Root Explorer or Titanium Backup to remove unwanted applications from /system/app or /system/priv-app.
List of apps that can not be removed even with root rights:
- com.android.settings β system settings.
- com.miui.home is a standard launcher.
- com.android.phone β phone calls.
- com.miui.securitycenter β Security Center (deletion will lead to a reboot cycle).
What if after removing the system application, the phone does not turn on?
How to return a remote application?
If you realize that you needed the application after you delete it through ADB or with root rights, you can restore it.
- π For applications removed through ADB: adb shell cmd package install-existing title.packet For example: adb shell cmd package install-existing com.android.browser
- π₯ For system applications: Download APK from a reliable source (e.g. APKMirror) and install manually.
- π§ If the deletion caused a failure: reset settings (Settings) β Additionally. β Recovery and reset) or re-question MIUI via Fastboot.
Important: Some system applications (such as Mi Security) are automatically restored after an update. MIUI. To avoid this, disable automatic firmware updates in Settings β The phone. β Updating the system β Settings (βοΈ) β Auto-update.
Alternative ways to optimize
If you do not want to delete applications, but you need to free up space and reduce battery consumption, try these methods:
- ποΈ Cache cleanup: Settings β Annexes β Select a program β Clear cache.Google Play Services, for example, can take up to 1GB of cache.
- π Limitation of background activity: Settings β Battery β Choice of applications β Limit background activity.
- π Disabling Autostart: Settings β Permits β Auto-start and disable unnecessary programs.
- π¦ Use of Lite versions of applications (for example, Facebook Lite, Messenger Lite).
For Redmi Note 4, the following are also relevant:
- π Battery Optimization: Settings β Battery β Battery mode β Saving charge.
- π‘ Disabling unnecessary connections: Settings β SIM-maps and mobile networks β Mobile Internet (Switch off 2nd) SIM, if not used).
π‘
On the Redmi Note 4 with MIUI 10-12, the most effective way to free up space is by combining disabling unnecessary apps through settings + cleaning up cache + removing debris through Files by Google.