The Xiaomi Redmi Note 8 is one of the most popular smartphones in the budget segment, but its MIUI firmware is known for its abundance of pre-installed applications. Many of them not only take up precious space in memory, but also work in the background, using battery power. Unlike conventional programs, system applications can not be removed by standard means β this requires special tools or deep settings.
In this article, we will discuss all the current ways to remove system applications on the Redmi Note 8 (including the Redmi Note 8 Pro and Redmi Note 8T models), their pros and cons, and also tell you how to return everything back if something goes wrong.
Why you canβt just remove system apps from the menu
Unlike custom software, system applications in MIUI are integrated into firmware and protected from accidental removal.
- π OS Stability β some applications are responsible for basic functions (e.g. com.android.phone manages calls).
- π‘οΈ Security β Removing critical components can open vulnerabilities.
- π± Compatibility β the manufacturer guarantees the operation of all Xiaomi services (for example, miui.analytics for collecting statistics).
If you attempt to remove such an application through Settings β Applications, system or:
- β Hide the "Delete" button (leaves only "Disable" or "Remove Updates").
- β οΈ It will give you a warning about possible failures.
- π Automatically restore the application after restarting.
β οΈ Note: Even if you managed to remove the system application through ADB or root, some phone features may stop working, such as deleting com.miui.securitycenter will turn off virus protection, and deleting com.xiaomi.midrop will turn off Mi Drop's fast file transfer feature.
Method 1: Disable system applications without root (the most secure)
If you donβt need to completely remove apps, but stop them and hide them from the menu, use the built-in MIUI tools:
- Go to Settings β Applications β Application Management.
- Choose the app you want (such as Mi Music or Mi Video).
- Click "Disable" (if the button is active) or "Remove Updates" (will return the application to the factory version).
- Confirm the action and restart the phone.
This method does not require root rights and does not violate the warranty, but has limitations:
- β It only works for a few applications (e.g. Mi Browser, Mi Pay).
- β Does not free up space in memory β the application remains in the system.
- β οΈ Some applications (such as Security or Cleaner) cannot be disabled.
To clean it deeper, youβll need tools like ADB or root access.
Method 2: Removal via ADB (without root, but with risk)
ADB (Android Debug Bridge) is an Android debugging tool that allows you to remove system applications without obtaining root rights.The method works on the Redmi Note 8 with any version of MIUI (including MIUI 14), but requires accuracy.
Enable Developer Mode (7 times press "Version" MIUI" on the telephone")
Activate "Debugging by USB" in "Developer Settings"
Install ADB drivers on PC (download from Google website)
Download the ADB platform tools (or use the Minimal ADB utility)
Connect your phone to your PC with the original cable
-->
When everything is ready, follow the instructions:
- Open the command prompt (or PowerShell in Windows) and type:
- Get a list of all the apps:
- Find the name of the unwanted app (e.g. com.miui.browser for Mi Browser) and delete it:
Once you restart, the app will disappear from the menu, but its data will remain in memory. To return the application, use the command:
adb shell cmd package install-existing com.miui.browserβ οΈ Note: Some applications (e.g. com.android.cts.ctsshim or com.qualcomm.qti.telephonyservice) are critical to the phone's performance.
π‘
Before mass deletion, 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.
Method 3: Complete removal with root rights (for experienced)
If you're willing to sacrifice the warranty and take full control of the system, root access will open up all the possibilities. On the Redmi Note 8, you'll need to:
- π Unlock the bootloader through the official Xiaomi website (can take up to 7 days).
- π± Install custom Recovery (TWRP) for your model.
- π οΈ Switch Magisk to Manage Root Rights.
Once you get root, use a root-enabled file manager (such as Root Explorer or FX File Explorer):
- Go to /system/app or /system/priv-app.
- Find a folder with the name of the unwanted app (e.g. MiBrowser).
- Delete the folder or rename it (add at the end of.bak).
- Clear the cache in /data/data (optional).
- Reboot the phone.
| Annex | Folder in /system | Risk of removal | The alternative |
|---|---|---|---|
| Mi Browser | /system/priv-app/MiBrowser | Low. | Google Chrome, Firefox |
| Mi Music | /system/app/MiuiMusic | Low. | Spotify, VLC |
| Security (Security) | /system/priv-app/Security | High (disables antivirus) | Disable via ADB |
| GetApps (Mi App Store) | /system/priv-app/GetApps | Medium (may break updates) | Google Play, APKMirror |
Removal of systemic APK-root-right files are irreversible without flashing. If the phone stopped loading after deleting, you will need to restore the firmware through Fastboot.
What if the phone doesnβt turn on after you delete your system files?
Method 4: Use of custom firmware (radical solution)
If you are annoyed not only by the presence of system applications, but also by the MIUI shell itself, consider installing custom firmware, for example:
- π± LineageOS β βcleanβ Android without unnecessary services.
- π Pixel Experience β firmware with Google Pixel interface.
- β‘ Havoc-OS - customizable firmware with many settings.
Advantages:
- β No pre-installed Xiaomi apps.
- β Quick security updates.
- β Ability to fine-tune the interface.
Disadvantages:
- β Loss of guarantee.
- β Risk of "brike" with incorrect firmware.
- β Possible bugs with camera or sensors (depending on firmware).
For installation:
- Unlock bootloader (as in the root method).
- Install TWRP for Redmi Note 8 (the version should match the model!).
- Download firmware from the XDA Developers or 4PDA website.
- Make a complete wipe (clean the data, cache, system partitions).
- Sweep through firmware and GApps (if you need Google services).
β οΈ Note: Redmi Note 8 Pro with Mediatek Helio processor G90T Some custom firmware may not support Game Turbo or IR-Before installing, check user reviews.
How to return remote system applications
If you have problems after deleting (for example, Google Services stopped working or the notification bar disappeared), you can restore applications in several ways:
| Method | When to apply | Instructions |
|---|---|---|
| Recovery through ADB | If removed by pm uninstall | Use the command adb shell cmd package install-existing [package] |
| Flashing through TWRP | If you manually delete files from root | Restore the backup or stitch the stock firmware |
| Reset to factory settings | If nothing else works, | Settings β Additional β Recovery and Reset |
To fully restore the system:
- Download the official firmware for Redmi Note 8 from Xiaomiβs website (select the correct version!).
- Unpack the archive and move the folder to the root of the C: disk.
- Run the script. flash_all.bat (For Windows, use the Mi Flash Tool.
π‘
If applications reappear after recovery, check the MIUI Optimization settings in Magisk (if installed).
What not to do when removing system applications
Even experienced users sometimes make mistakes that lead to serious problems, and this is something you can't do on the Redmi Note 8.
- π« Remove applications called com.android., com.qualcomm. or com.mediatek. β they are responsible for the operation of the hardware.
- π« Change the access rights (chmod) for files in /system without understanding the consequences.
- π« Delete com.google.android.gsf β this will disable all Google services (Play Market, Gmail, etc.).
- π« Use scripts "debloater" from unknown sources - they may contain malicious code.
Also avoid:
- β Simultaneous removal of more than 3-5 applications (it is better to do this gradually, checking the stability of the system).
- β Removal of applications related to OEM-Unlock (e.g. com.xiaomi.unlock) if you plan to update.
- β Changes to build.prop files without backup β this can lead to inability to download.
π‘
Before experimenting with system files, check if your antivirus is blocking access to ADB or Fastboot. Some programs (such as Avast) can interrupt the connection to your phone.