Xiaomi Redmi 8
MIUI
clogging of the system with unnecessary applications
Facebook, Netflix, Mi Browser
com.miui.analytics
com.xiaomi.midrop
They consume battery power in the background
Disable them is not as easy as it might seem: MIUI limits user rights, and standard โdeletionโ often boils down to hiding icons. In this guide, we will examine 3 proven methods, from basic settings to advanced tools like ADB and MIUI Optimized. We will focus on the risks and consequences of disabling system components, and how to get everything back if something goes wrong.
It is important to understand that not all applications can be safely disabled. Some system services are critical to MIUI operation - deactivating them can lead to interface failures, network connection problems or even "bootloop". So before any manipulations, back up your data and make sure that you have access to Recovery Mode for recovery.
1. Method: Standard shutdown via MIUI settings
The easiest and safest method is to use the built-in MIUI tools. It is suitable for user applications (installed from Google Play) and parts of pre-installed programs (Mi Music, Mi Video, Games, etc.). System services (com.android.cts, com.miui.securitycenter) through this method will not work.
To deactivate the application:
- Open Settings โ Applications โ Application Management.
- In the upper right corner, press three dots (โฎ) and select Show all applications.
- Find the desired application in the list and tap it.
- Press the Disable button (if it is active).
Limitations of the method:
- ๐ซ It does not work for system applications with admin rights.
- ๐ After updating MIUI Some applications may be activated again.
- ๐ฑ The icon will disappear from the desktop, but the program files will remain in memory.
If the Disable button is inactive (in gray), the application is protected by the system, in which case the superuser rights (root) will be required or ADB-Teams (see next section).
๐ก
Before you turn off, check if the application is critical for MIUI. For example, com.miui.home is a launcher, and deactivation will result in a black screen after you reboot it.
Method: Disconnect via ADB (without root)
ADB (Android Debug Bridge) is an Android debugging tool that allows you to manage system components without obtaining root rights.The method works on Redmi 8 with any version of MIUI (including MIUI 12/13/14), but requires connecting a smartphone to a computer.
Step-by-step:
- Download and install Googleโs Platform Tools (includes adb.exe).
- On your smartphone, activate Developer Mode: go to Settings โ About Phone and tap on the MIUI version 7 times.
- Return to Settings โ Additional โ For developers and enable USB debugging.
- Connect Redmi 8 to your PC via USB-cable (select File Transfer Mode).
- Open the command line (cmd) in the folder with Platform Tools and type: adb devices If the device appears in the list, execute: adb shell pm uninstall -k --user 0 name.packet For example, to disable Mi Browser: adb shell pm uninstall -k --user 0 com.android.browser
List of safe to disable packets on Redmi 8:
| Annex | Packet name | Effects of disconnection |
|---|---|---|
| Mi Browser | com.android.browser | The standard browser will disappear (you can use Chrome) |
| Mi Music | com.miui.player | The built-in player won't work. |
| Mi Video | com.miui.videoplayer | The video player will disappear. |
| Analytics | com.miui.analytics | Will stop sending statistics in Xiaomi |
| Yellow Pages | com.miui.yellowpage | Organizational directory will disappear |
Do not disable the packages com.miui.home (launcher), com.android.phone (telephony) or com.miui.securitycenter (security) - this will lead to the failure of the system!
Download Platform Tools from Googleโs official website
Enable the developer mode on Redmi 8
Activate debugging over USB
Connect your phone to your PC in file transfer mode
Check the visibility of the device by the adb device command-->
Method 3: Use of the MIUI Optimized (Magisk) module
If your Redmi 8 has Magisk installed, you can use the MIUI Optimized module, which allows you to disable even those applications that are blocked in standard settings, as well as remove ads in MIUI, speed up animations and optimize the system.
How to install and use:
- Install Magisk Manager and get root rights (if not already done).
- Download the MIUI Optimized module (version for your firmware).
- In Magisk Manager, go to Modules โ Install from storage and select the downloaded file.
- Reboot the phone.
- After downloading, open Settings โ MIUI Optimized โ App Manager.
- Check the unneeded apps and click Disable.
Advantages of the method:
- โ It works without a PC (itโs all set up right on the phone).
- โ You can disable system applications that are not available through ADB.
- โ Additional optimizations for MIUI (Removes delays, advertising, unnecessary services).
Risks:
- โ ๏ธ Incorrect disabling of system components can lead to bootloop.
- โ ๏ธ After updating MIUI The module may stop working (you need to manually update it).
What if the phone does not turn on after disabling the applications?
4. How to return disabled applications back
If you have problems after deactivating the software (e.g., your calls or Wi-Fi stopped working), you can return them, depending on how you disabled the applications:
For standard disconnection through settings:
- Go to Settings โ Applications โ Application Management.
- On the top menu (โฎ) Select Show off.
- Find the right application and click Enable.
For ADB:
Connect your phone to your PC and execute the command:
adb shell cmd package install-existing name.packetFor example, to return the Mi Browser:
adb shell cmd package install-existing com.android.browserFor MIUI Optimized:
Open the module, find the app that's disabled in the list, and uncheck the box for "Disabled." Reboot the phone.
๐ก
If you are not sure which application caused the failure, turn them on one by one and check the system after each activation.
5 What applications can be disabled without risk
On Redmi 8, it is safe to deactivate the following categories of programs (the list is relevant for MIUI 12-14):
Pre-installed Xiaomi apps (not system ones):
- ๐ต Mi Music (com.miui.player) is a standard player.
- ๐ฌ Mi Video (com.miui.videoplayer) - Video player.
- ๐ Mi Browser (com.android.browser.
- ๐ Mi Reader (com.miui.reader) โ a reading app.
- ๐ฎ Games (com.xiaomi.gamecenter.sdk.service.
Analytics and advertising services:
- ๐ Analytics (com.miui.analytics) โ statistics collection.
- ๐ MSA (com.miui.msa.global โ Xiaomiโs advertising service.
- ๐ข Mi Push (com.xiaomi.xmsf) โ Notifications from Xiaomi.
Applications that are better not to disable:
- ๐ Phone Services (com.android.phone.
- ๐ Security (com.miui.securitycenter.
- ๐ Launcher (com.miui.home) - desktop.
- โ๏ธ Settings (com.android.settings) - system settings.
โ ๏ธ Note: Disabling com.google.android.gms will cause Play Market, Gmail and other Google apps to fail. If you are not using these services, you should delete them through Google. ADB full: adb shell pm uninstall --user 0 com.google.android.gms
6.Alternative methods: Freeze via Titanium Backup or Lucky Patcher
If you have root rights, you can use third-party utilities to manage applications more flexibly.
Titanium Backup:
- Allows you to freeze applications (they stay in the system, but do not work).
- You can create backup copies before disconnecting.
- Supports batch disabling of several programs.
To freeze the app:
- Open Titanium Backup and grant root rights.
- Find the right app in the list.
- Slip it and select Freeze it.
Lucky Patcher:
- Can remove system applications (including those protected by MIUI)
- It can block advertising in other programs.
- It works without root, but with limitations.
โ ๏ธ Note: Lucky Patcher is often recognized by antivirus software as potentially dangerous. Only download it from the official website to avoid viruses. Also note that removing system applications through this tool can disrupt the work. MIUI.
7.How to check which apps are using up battery and memory
Before you turn off software, you need to determine which programs are actually loading your system, and MIUI has built-in tools to do this.
Battery consumption check:
- Go to Settings โ Battery and Performance โ Battery Use.
- See the list of applications, sorted by charge consumption.
- Pay attention to programs marked Works in the background.
Monitoring of memory usage:
- Open the Settings โ Memory.
- Click on the Apps to see which programs take up the most space.
- Check the Cash section โ it can be cleaned without risking data.
Hidden background processes:
To see all active processes, including system:
- Enable Developer Mode (see ADB section).
- Go to Settings โ Additional โ For Developers โ Processes.
- This shows all the services you run and their impact on the CPU.
๐ก
If you notice that the com.miui.analytics app is constantly running in the background, it can be safely disabled via ADB โ this will not affect the stability of the system, but will reduce battery consumption by 3-5%.