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
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 annex | Package (name in the system) | Can I turn it off? | Effects of consequences |
|---|---|---|---|
| Mi Browser | com.android.browser | โ Yes. | The standard browser will disappear, but you can use Chrome |
| Mi Video | com.miui.videoplayer | โ Yes. | The built-in video player will not work |
| Analytics | com.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 Pay | com.mipay.wallet | โ Yes. | Xiaomiโs contactless payment service will not work |
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:
- ๐ป 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).
- ๐ Get Redmi on board. 9T to the computer and confirm the debugging permission.
- ๐ฅ๏ธ 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
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:
- ๐ Reset the phone to mode TWRP (hold on to the power + Volume Up).
- ๐ Choose Advanced โ File Manager.
- ๐๏ธ Go to the folder. /system/app or /system/priv-app.
- ๐๏ธ Find a folder with the name of an unwanted app (such as MiBrowser) and delete it.
- ๐ 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:
- Download the utility from GitHub.
- Connect your phone to ADB (as in Section 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 GetApps | Turn off auto-update for this app in store settings |
| After the removal of Google services stopped working | Critical 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 damaged | Restore your phone with Fastboot or Mi Flash Tool |
| Security application (Security) is not removed | It'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.).