How to completely remove unnecessary apps on Xiaomi Redmi 9T: 5 proven ways

Xiaomi Redmi 9T with MIUI firmware often goes on sale with dozens of pre-installed apps that take up memory, consume battery power and display ads. Even after manually uninstalled through the menu, many programs remain on the system as โ€œdisabledโ€, continuing to take up space. In this article, we will discuss all working ways to completely remove unnecessary applications, from standard methods to advanced tools like ADB and hidden MIUI functions.

The Redmi 9T (codenamed lime) featured different versions of the firmware: global (MIUI Global), European (MIUI EU) and Chinese (China ROM), which depended on which applications could be removed without consequences and which ones could only be turned off, and we took into account all the nuances and collected the latest methods for any version of MIUI 12-14.

1. Standard removal through MIUI settings

The easiest way is to use the built-in system tools, and it is suitable for custom applications (installed by you) and parts of Xiaomi services pre-installed that are not system-based.

To remove the program:

  • ๐Ÿ“ฑ Open the Settings. โ†’ Annexes โ†’ Application management.
  • ๐Ÿ” Type the name of the unwanted app into the search bar (e.g. Mi Browser or Facebook).
  • ๐Ÿ—‘๏ธ Click "Delete" (if the button is active). If it is "Disable" instead, it means that the application is system (see the following sections).
  • ๐Ÿ”„ To completely delete data, select โ€œClear Dataโ€ and โ€œClear Cacheโ€ before uninstallationยป.

โš ๏ธ Note: Some apps (such as Mi Video or Mi Music) are automatically restored via the Google Play Store or GetApps after removal.

โ˜‘๏ธ Preparation for removal of applications

Done: 0 / 4

2. disabling system applications (without deletion)

If the Remove button is inactive, it means that the application is system and can only be turned off, and this will not free up the memory completely, but will stop the background activity and remove the icon from the menu.

Instructions:

  • ๐Ÿ› ๏ธ Go to Settings. โ†’ Annexes โ†’ Application management.
  • ๐Ÿ” Find the right application (such as Analytics or MSA).
  • ๐Ÿšซ Click "Disable" and confirm the action.
  • ๐Ÿ”„ For a full stop, also click โ€œForced Stopยป.

โš ๏ธ Note: Disabling critical services (e.g. com.miui.securitycenter) can cause phone malfunctions.We have compiled a list of safe applications to disable in the table below.

Title of the annexPackage (name in the system)Can I turn it off?Effects of consequences
Mi Browsercom.android.browserโœ… Yes.The standard browser will disappear, but you can use Chrome
Mi Videocom.miui.videoplayerโœ… Yes.The built-in video player will not work
Analyticscom.miui.analyticsโœ… Yes.Data on phone use will no longer be collected
MSA (Mi Service Framework)com.xiaomi.msa.globalโš ๏ธ Partially.Some MIUI functions may stop working (e.g. cloud redundancy)
Mi Paycom.mipay.walletโœ… Yes.Xiaomiโ€™s contactless payment service will not work
๐Ÿ“Š Which apps you delete first?
Social networks (Facebook, TikTok)
Standard browsers and players
Games and advertising services
System utilities (calendar, notes)
I'm not removing anything.

3. Removal via ADB (no root rights)

To completely remove system applications without obtaining root rights, the ADB tool (Android Debug Bridge) is suitable. This method works on Redmi 9T with any version of MIUI, but requires a connection to a computer.

Step-by-step:

  1. ๐Ÿ’ป Install. ADB-Drivers on PC and enable Debugging by USB on the phone (Settings) โ†’ The phone. โ†’ Version. MIUI โ€” Press 7 times, then return to Settings โ†’ Additionally. โ†’ For developers).
  2. ๐Ÿ”Œ Get Redmi on board. 9T to the computer and confirm the debugging permission.
  3. ๐Ÿ–ฅ๏ธ Open the command line (Windows) or the terminal (macOS/Linux) file ADB enter:
adb devices

(The name of your device should appear.)

adb shell pm list packages | grep 'xiaomi'

(This team will list all of Xiaomiโ€™s packages.)

adb shell pm uninstall --user 0 com.miui.videoplayer

(Replace com.miui.videoplayer with the name of the application package.)

โš ๏ธ Note: Deleting some packages (e.g. com.android.systemui) will cause your phone to fail. Before experimenting, back up your phone via Mi Cloud or other devices. TWRP.

List of safe packet removal
com.miui.bugreport โ€“ error reports com.miui.calculator โ€“ calculator (can be replaced by Google Calculator) com.miui.compass โ€“ compass com.miui.fm โ€” FM-radio com.miui.notes โ€“ notes (if you use Google Keep) com.miui.player โ€“ music player com.miui.screenshot โ€“ screenshot tool (replaced with standard Android) com.miui.weather2 โ€” Weather (can be used by AccuWeather)

4.Using MIUI Hidden Settings

MIUI firmware has hidden settings that allow you to remove system applications without ADB. To do this, you need to activate the developer mode and use special codes.

How to enable hidden functions:

  • ๐Ÿ“ž Open the phone app and enter the code:
##4636##
  • ๐Ÿ”ง In the menu that opens, select โ€œPhone Informationยป โ†’ ยซSelect a debugging applicationยป.
  • ๐Ÿ—‘๏ธ Now in Settings โ†’ Applications for some system programs will appear button "Deleteยป.

โš ๏ธ Note: This method does not work on all versions. MIUI. If nothing happens after entering the code, then your firmware does not support this function.

๐Ÿ’ก

Before using hidden settings, check the MIUI version in Settings โ†’ About Phone. On stable global firmware (e.g. MIUI 12.5.4), this method works more often than on beta versions.

5. Removal via TWRP (for advanced users)

If your Redmi 9T has custom TWRP recovery installed, you can uninstall system applications directly through it.This method is suitable for deep cleaning, but requires an unlocked bootloader.

Instructions:

  1. ๐Ÿ”„ Reset the phone to mode TWRP (hold on to the power + Volume Up).
  2. ๐Ÿ“ Choose Advanced โ†’ File Manager.
  3. ๐Ÿ—ƒ๏ธ Go to the folder. /system/app or /system/priv-app.
  4. ๐Ÿ—‘๏ธ Find a folder with the name of an unwanted app (such as MiBrowser) and delete it.
  5. ๐Ÿ”„ Reboot the phone.

โš ๏ธ Attention: Removal of folders in /system This can lead to bootloop. Before you do it, back up through the bootloop. TWRP (backup).

๐Ÿ’ก

Use TWRP only if you are confident in your actions. An error when deleting system files may require a flashing of the phone.

6. Alternative methods: De-bloater tools

If manual methods seem complicated, you can use specialized utilities to remove bloatware (pre-installed software). 9T fit:

  • ๐Ÿ–ฅ๏ธ Universal Android De-bloater (GUI) โ€” works ADB, but with a convenient graphical interface.
  • ๐Ÿ“ฑ App Inspector (from Google Play) โ€“ shows all packets and lets you disable them.
  • ๐Ÿ”ง MIUI Hidden Settings (module for Magisk) โ€“ expands the management of system applications.

Example of Universal Android De-bloater:

  1. Download the utility from GitHub.
  2. Connect your phone to ADB (as in Section 3).
  3. In the program, tick off unnecessary applications and click Uninstall.

โš ๏ธ Note: Some debloather tools may contain malicious code, download them only from official sources (e.g. GitHub or Google). XDA Developers).

Frequent Mistakes and How to Avoid Them

When you delete applications on Redmi 9T, users often face problems, and we've collected the most common ways to solve them:

Problem.Reason.Decision
The app has been removed but reappeared after the update.Auto Update via Google Play or GetAppsTurn off auto-update for this app in store settings
After the removal of Google services stopped workingCritical packet removed (e.g. com.google.android.gms)Restore the package via ADB with adb shell cmd package install-existing com.google.android.gms
The phone will not turn on after the system files are deleted.Firmware integrity damagedRestore your phone with Fastboot or Mi Flash Tool
Security application (Security) is not removedIt's a critical system component.You can only disable individual functions in settings

If the phone is unstable after deleting the apps, try resetting to factory settings (Settings โ†’ About Phone โ†’ Settings Reset) this will return all system programs, but save user data (photos, contacts, etc.).

FAQ: Answers to Frequent Questions

Can Google Play Services be removed without consequences?
No. Deleting com.google.android.gms will render most applications, including the Google Play Store, Gmail and YouTube, inoperable, and you can only disable auto-update or limit background activity.
How to return a remote system application?
If the application was removed through ADB, restore it by command: adb shell cmd package install-existing com.name.packet If the deletion was performed through TWRP, you will have to reflash the phone or restore the backup.
Why does Mi Browser reappear after being removed?
This is a feature of MIUI. Some apps (Mi Browser, Mi Music) are restored via GetApps or Google Play. To avoid this: Turn off auto-update in Google Play. Delete Xiaomi account in the settings (if not using the cloud). Freeze the application via Titanium Backup (root required).
What applications can be removed without risk to the system?
Safe List for Redmi 9T: com.miui.bugreport โ€“ error reports; com.miui.calculator โ€“ calculator; com.miui.compass โ€“ compass; com.miui.fm โ€” FM-radio; com.miui.notes โ€“ notes; com.miui.player โ€“ music player; com.miui.videoplayer โ€“ video player; com.miui.weather2 โ€” Removing the remaining packages may cause failures.
Do I need root rights to remove applications?
No, root is optional. Most applications can be removed via ADB or disabled in settings. Root is only needed for deep system intervention (e.g., MSA or MiuiDaemon removal).