Removing System Apps on Xiaomi Redmi Note 8T: A Complete Guide to Risks and Solutions

Xiaomi Redmi Note 8T owners often face the problem of pre-installed system applications that take up memory, consume battery power and display annoying advertising. Unlike conventional programs, these applications can not be removed in the standard way โ€“ the โ€œDeleteโ€ button is simply not on the menu, but there are legal methods of uninstallation or at least disabling them that do not require the rights of a superuser (root).

Itโ€™s important to understand that removing system applications is a firmware interference that can cause a smartphone to malfunction. For example, removing Google Play or com.miui.securitycenter services can disrupt security updates or fingerprint performance. In this article, weโ€™ll look at three proven removal methods (via ADB, disabling and manual removal with the root), and how to restore the system if something goes wrong. All instructions are tailored specifically for the Redmi Note 8T based on MIUI 12-14.

Why you canโ€™t just remove system apps from the menu

Xiaomi Android smartphones use a modified MIUI shell, where some applications are integrated into the system at the firmware level.

  • ๐Ÿ”น Critical services are those responsible for the operation of the shell (for example, com.miui.home for launcher), their removal will lead to the "bricking" of the device.
  • ๐Ÿ”น Google services โ€“ GmsCore, Google Play Services, without them many functions will not work (Push notifications, geolocation).
  • ๐Ÿ”น Advertising and duplicative apps โ€” Mi Browser, Mi Music, GetApps โ€” can be removed without serious consequences.

The manufacturer blocks the removal of such applications for two reasons:

  1. Maintain system stability โ€“ the user should not accidentally break the smartphone.
  2. Monetization through advertising โ€“ Xiaomi receives revenue from pre-installed services (for example, Mi Video with banners).

โš ๏ธ Attention: Removing applications through Settings โ†’ Applications are only available for those programs that have been installed by the user. System applications in this menu are displayed with a gray button "Delete" - which means that they are protected from uninstallation.

๐Ÿ“Š You tried to remove system applications on Xiaomi?
Yes, but without success.
Yeah, it worked.
No, I'm afraid to break my phone.
I don't know how to do that.

Method 1: Disabling system applications without deleting (the safest)

If you don't need radical measures, you can just turn off unnecessary apps, stop them from working, hide them from the menu, and prevent background activity, a method that doesn't require a PC connection, and works on any Redmi Note 8T.

Instructions:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Slip on the three dots in the upper right corner and select Show all apps.
  3. Find the app you want (such as Mi Browser) and open the page.
  4. Click Disable (if the button is inactive, the application is critical to the system).
  5. Confirm the action in the pop-up window.

Once disabled, the application will disappear from the menu, but will remain in the device memory. You can turn it back on in the same Application Management section by selecting Enable.

Make a backup copy of important data

Check if the app is critical (see the web)

Disable one app, not all at once

Reboot your phone after disconnecting-->

AnnexCan I turn it off?Effects of disconnection
Mi BrowserYes.It will not open by default for links
Mi MusicYes.It will not play music through the system player.
GetAppsYes.Notifications of new applications will disappear
Google Play MusicNo.Google services will be disrupted

โš ๏ธ Warning: Disabling com.miui.securitycenter or com.android.phone applications may result in loss of mobile network or inability to unlock the screen!

Method 2: Removal via ADB (no root rights)

A more radical method is removing apps via Android Debug Bridge (ADB), an official tool from Google that allows you to control a smartphone from a PC, the advantage of which is that it does not require root rights, but completely removes the application from the device.

What you need:

  • ๐Ÿ–ฅ๏ธ Computer with Windows, macOS or Linux.
  • ๐Ÿ“ฑ USB-cable (preferably original).
  • ๐Ÿ”ง Installed Xiaomi drivers and package ADB Tools.

Step-by-step:

  1. Turn on the phone Developer Mode: go to Settings โ†’ About phone and 7 times tap on the item MIUI version.
  2. Return to Settings โ†’ Additional โ†’ For developers and enable USB debugging.
  3. Connect your phone to your PC and select File Transfer (MTP) mode.
  4. Open the command line (or Terminal on macOS/Linux) and type: Adb devices If the device appears in the list, go further.
  5. To see a list of all applications, do: adb shell pm list packages Find the name of the package of the desired application (for example, com.miui.browser for Mi Browser).
  6. Delete the application by command: adb shell pm uninstall -k --user 0 com.miui.browser Flag --user 0 means deletion only for the current user (does not affect system files).

๐Ÿ’ก

Before deleting, back up the application list with the adb shell pm list packages > apps.txt command. This will help restore the packet names if something goes wrong.

If the application reappears after the reboot after the deletion, it is protected by MIUI policies. In this case, only complete removal with root rights will help (see the next section).

Method 3: Complete removal with root rights (for power users)

The most effective, but also the most risky, way is to remove system applications after obtaining root rights, which gives you complete control over the file system, but it deprives you of warranties and can lead to the inability to update the firmware through OTA.

For Redmi Note 8T suitable method of unlocking the bootloader and installing Magisk:

  • ๐Ÿ”“ Unlock the bootloader through the official Mi Unlock Tool (requires a binding Mi Account and wait 7 days).
  • ๐Ÿ“ฑ Install custom Recovery TWRP For the Redmi Note 8T (willow).
  • ๐Ÿ› ๏ธ Fly Magisk through TWRP root-right.
  • ๐Ÿ—‘๏ธ Use a root-enabled file manager (like Root Explorer) and manually remove application folders from your application /system/app or /system/priv-app.

โš ๏ธ Note: Removing files from /system without backup can lead to bootloop ( looped download).Always save original firmware files before changes!

Example of safe disposal:

  1. Download the original firmware for the Redmi Note 8T from en.miui.com.
  2. Unpack the payload.bin file using the Payload Dumper tool.
  3. Find the system/app/MiBrowser folder in the unpacked files and save it as a backup.
  4. Delete the MiBrowser folder via Root Explorer and restart the phone.

What if the phone doesnโ€™t turn on after removal?
If the Redmi Note 8T is stuck on the MI logo after deleting system files, try: 1. Log in Fastboot Mode (press Power + Vol Down). 2. Swipe the original firmware through Mi Flash Tool with clean all. 3. If it doesn't help, contact the service center to request to reflash the device through EDL Mode (requires an authorized Xiaomi account).

How to Restore Remote System Applications

If you encounter errors after deleting (for example, notifications or mobile Internet stopped working), the application can be restored.

Deleting methodRecovery method
Disconnection through the menuReturn to Settings โ†’ Applications and click Enable.
Removal via ADBFollow the command: adb shell cmd package install-existing com.miui.browser
Removal with root rightsRestore files from backup or flash the original firmware.

If you have removed an app through ADB but donโ€™t remember its package, use the command to list all packages ever installed:

adb shell pm list packages -d

The -d flag will only show disabled applications.

๐Ÿ’ก

Restore via ADB only works if you have removed the app with the --user 0 flag. If you used pm uninstall without a flag, you will need to flash it.

What system applications can be removed without risk

On the Redmi Note 8T, it is safe to remove the following apps (the list is relevant for MIUI 12-14):

  • ๐ŸŒ com.miui.browser โ€“ Mi Browser (can be replaced with Chrome or Firefox).
  • ๐ŸŽต com.miui.player โ€“ Mi Music (duplicates the features of Google Play Music or Spotify).
  • ๐Ÿ“ฆ com.xiaomi.mipicks โ€“ GetApps (Xiaomi app store with ads).
  • ๐Ÿ“บ com.miui.videoplayer - Mi Video (player with banners).
  • ๐Ÿ“– com.miui.notes โ€“ Notes (if you use Google Keep).
  • ๐ŸŽฎ com.xiaomi.gamecenter.sdk.service - Game Turbo (unless you play mobile games).

It is not recommended to remove:

  • ๐Ÿšซ com.miui.securitycenter โ€“ Security Center (responsible for unlocking and updating).
  • ๐Ÿšซ com.android.phone โ€“ phone calls.
  • ๐Ÿšซ com.google.android.gsf โ€“ Google services (will disrupt the Play Market).

Before removing, check the dependency of the application through the command:

adb shell dumpsys package com.miui.browser

In conclusion, pay attention to the dependencies section โ€“ if there are critical services, deleting them may violate them.

Frequent Mistakes and How to Avoid Them

When working with system applications, Redmi Note 8T users often face the following problems:

  1. Mistake. INSTALL_FAILED_INVALID_URI through ADB: Reason: wrong syntax of the team. Use the full path to APK-File: adb install -r /sdcard/Download/com.miui.browser.apk
  2. Phone does not turn on after com.miui.home is deleted: Solution: Fastboot firmware with clean all option. MIUI launcher is critical for shell operation.
  3. Notifications Disappeared After Deleting com.google.android.gms: Solution: Restore Google Play Services via adb install or reflash GApps.

To minimize the risks:

  • ๐Ÿ”„ Make a backup through adb backup or TWRP.
  • ๐Ÿ“ Keep a list of deleted packages (for example, in Google Docs).
  • ๐Ÿ”ง Check your phone after each remote application.

๐Ÿ’ก

If after manipulating the system files Redmi Note 8T stopped updating by air (OTA), download the firmware manually from the official website and stitch through Recovery.

FAQ: Answers to Frequent Questions

Can I remove system applications without a computer?
Yes, but with limitations. Without a PC, you can only disable apps through the Settings โ†’ Apps menu. Complete removal requires ADB (requires a computer connection) or root rights (requires unlocking the bootloader). There are applications like Debloater or App Inspector, but they also require a PC connection to work with ADB.
Why does the app appear again after removal?
This is because of the MIUI protection mechanism, which restores system applications when you update or reset settings. To avoid this: Use the adb shell pm uninstall -k --user 0 command instead of simple uninstall. Disable automatic application updates in the Play Market. Don't install MIUI updates over OTA (they can restore deleted packets).
How do I know which app is responsible for advertising in MIUI?
The main sources of advertising in MIUI on the Redmi Note 8T: com.miui.systemAdSolution is a personalized advertising service. com.xiaomi.midrop - Mi Drop (shows banners when transferring files). com.miui.analytics - statistics collection (can show ads in system notifications). Delete them through ADB Or turn off in the advertising settings: Settings โ†’ Memory. โ†’ Cleanup โ†’ Settings (cogs) โ†’ Disable personalized advertising.
Can I remove Google Play Services?
Technically, yes, but it's highly discouraged. com.google.android.gms is responsible for: Push notifications in apps (VK, Telegram, Instagram); geolocation in Google Maps and other maps; authorization through Google Account; if you delete, many apps will stop working; Alternatively, disable Google Play Services auto-update in the Play Market.
How to return a standard launcher after removal?
If you have deleted com.miui.home (standard launcher) MIUI), It can be restored in two ways: ADB (if the launcher is simply disabled: adb shell cmd package install-existing com.miui.home Through firmware: Download the original firmware for Redmi Note 8T. Unpack. payload.bin and find the file. system/app/Lawnchair/Lawnchair.apk (Or similar. Pass it through. TWRP Or adb install. If none of these methods work, you'll have to flash through the full version. MIUI via Fastboot.