What preinstalled apps can be removed from Xiaomi Mi 9T: a safe list + instructions

Xiaomi Mi 9T is one of the brandโ€™s most popular smartphones, but even it suffers from an excess of pre-installed software. MIUI, Xiaomiโ€™s proprietary shell, is known for its โ€œrichโ€ suite of system and third-party apps, many of which users never run.

In this article, we will understand what applications are on Mi. 9T (The code name davinci can be safely uninstalled and which ones you shouldn't touch, and you'll learn not only the list of "extra" programs, but also how to remove them, both through standard settings and using the help of the "extra" programs. ADB We'll focus on the nuances of Google services, system components. MIUI Chinese apps that often remain even in global firmware.

Before you start cleaning, remember that removing some applications can cause camera failures, push notifications, or even complete system instability.

Why are there so many pre-installed apps on Xiaomi Mi 9T?

MIUI was originally designed for the Chinese market, where it is customary to install the maximum number of services on smartphones out of the box, even in global versions of firmware (MIUI Global) traces of this approach remain:

  • ๐Ÿ“ฆ Duplicate apps โ€“ for example, two browsers (Mi Browser and Google Chrome), two app stores (GetApps and Play Market).
  • ๐Ÿ‡จ๐Ÿ‡ณ Chinese services such as Mi Video, Mi Music, Mi Community, and others are rarely used outside of China.
  • ๐Ÿ”„ System components MIUI โ€” For example, Security or Themes that cannot be completely removed but can be disabled.
  • ๐Ÿค Partner Agreements โ€“ Pre-installed Games (PUBG Mobile, Free Fire or services (Facebook, Netflix).

Most of these apps take up space in memory, consume resources in the background and can send analytics data. For example, Mi Browser is known for collecting data about visited sites, and Mi Video can display ads even on a locked screen.

โš ๏ธ Attention: On Mi 9T firmware MIUI China (Chinese version) removing system applications is fraught with complete inoperability of the device (MIUI Global/EEA) more loyal to cleaning.

And interestingly, some apps, like Mi Pay, don't work outside of China at all, but they're still hanging on the system, and you can delete them if you're not planning a trip to China.

What applications can be removed without risk to the system?

We have divided all the pre-installed apps on the Mi 9T into three categories:

  1. Safe to remove โ€“ does not affect the operation of the system.
  2. Conditionally safe - can be removed, but with reservations.
  3. Critical ones, you can't touch.

Below is a complete list of secure applications that can be removed without consequences. For convenience, we have listed the names of packages (necessary to be removed via ADB):

Title of the annexPackage name (package name)What is responsible for?Can I turn it off?
Mi Browsercom.android.browserStandard MIUI browserYes.
Mi Musiccom.miui.playerMusic player XiaomiYes.
Mi Videocom.miui.videoplayerVideo player with adsYes.
GetApps (Mi App Store)com.xiaomi.mipicksBranded app storeYes.
Mi Communitycom.xiaomi.forumXiaomi User ForumYes.
Mi Paycom.xiaomi.paymentPayment system (only in China)Yes.

These applications are not associated with critical system functions, so removing them will not cause any failures, but before cleaning, we recommend backing up your data via Settings โ†’ System โ†’ Backup.

๐Ÿ“Š You are removing pre-installed apps on Xiaomi?
Yeah, always.
Only the most unnecessary.
No, I'm afraid to break the system.
I don't know how to do that.

Conditionally safe applications: what can be removed with caution?

This category includes applications that will not cause fatal crashes but may disrupt some features, such as deleting Mi Security will disable virus scanning and uninstalling Mi Cloud will make it impossible to synchronize data.

Here is a list of such applications with explanations:

  • ๐Ÿ”’ Security โ€” com.miui.securitycenter. Virus protection and optimization. You can turn it off, but not completely remove it, or you lose access to the application permission settings.
  • โ˜๏ธ Mi Cloud โ€” com.xiaomi.cloudservice. Syncs contacts, notes and photos. You can delete if you don't use the Xiaomi cloud, but then backup will disappear.
  • ๐ŸŽจ Themes โ€” com.android.themes. It's responsible for changing wallpaper and themes. You can turn it off, but you can't change themes through the settings.
  • ๐Ÿ“ก Mi Remote โ€” com.duokan.phone.remotecontroller. Remote control for technology. You can delete it if you don't use the function.
  • ๐Ÿ“Š Analytics โ€” com.miui.analytics. Collects data about smartphone usage. Can and should be deleted for privacy.

Google Play Services (com.google.android.gms) canโ€™t be removed completely, but you can turn off automatic updates through Settings โ†’ Apps โ†’ Google Play Services โ†’ Notifications โ†’ Auto Update. This will save space and reduce background activity.

โš ๏ธ Note: Deleting Mi Account (com.xiaomi.account) will make it impossible to sign in to Xiaomi account, which means you will not be able to unlock the bootloader or use branded services.

Make a backup copy of the data

Check out the MIUI (Global/Chinese) version

Write down package name for recovery

Make sure that the battery charge is > 50%

Have a cable on hand USB for ADB (fault-proof)-->

How to remove pre-installed applications: 3 ways

There are three main ways to remove unnecessary apps on the Xiaomi Mi 9T:

  1. Through settings, MIUI is the easiest, but it doesnโ€™t work with all apps.
  2. ADB requires a computer, but allows you to delete almost everything.
  3. Through TWRP โ€“ for experienced users with an unlocked bootloader.

Let us examine each method in detail.

Method 1: Remove via settings (without root)

This method is suitable for applications that MIUI allows you to uninstall:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Choose the right app (such as Mi Music).
  3. Click Remove (if the button is active).

If there is no Delete button but there is Disable, it means that the application is system-based and can only be frozen. The applications that are disabled will not consume resources, but will remain in memory.

Method 2: Remove via ADB (without root but with PC)

This method will require:

  • A computer with ADB and Fastboot installed.
  • USB-cable (preferably original).
  • USB Debugging enabled (Settings โ†’ About Phone โ†’ MIUI Version (click 7 times) โ†’ Additional โ†’ For Developers โ†’ USB Debugging).

Instructions:

  1. Connect the Mi 9T to your PC and confirm debugging permission.
  2. Open the command line (cmd) in the adb folder.
  3. Enter the command to check the connection: adb devices must appear serial number of the device.
  4. Delete the application by command (example for Mi Browser): adb shell pm uninstall --user 0 com.android.browser

To restore the remote application, use the command:

adb shell cmd package install-existing com.android.browser

โš ๏ธ Note: Some applications (e.g. Mi Security) after deleting via ADB This can cause errors in the work of Google Play Services, in which case only reset to factory settings will help.

Method 3: Remove via TWRP (requires an unlocked bootloader)

This method is suitable for experienced users, as it requires:

  • Unlocked bootloader (bootloader).
  • Installed custom TWRP recaveri.
  • Backup (backup) of the current firmware.

Instructions:

  1. Load to TWRP (Plug Power + Volume Up).
  2. Go to Advanced โ†’ File Manager.
  3. Find the /system/priv-app or /system/app folder.
  4. Remove folders with unnecessary apps (such as MiBrowser).
  5. Reboot.

This method allows you to remove any applications, including system ones, but can cause a "brief" (breakdown) device if you make an error. On Xiaomi Mi 9T with MIUI 12+ firmware, removing folders from /system can lead to a boot cycle if you do not comply with access rights (SELinux).

๐Ÿ’ก

Before removing system applications via TWRP, make sure to backup the /system partition in the recave itself, which will restore functionality if something goes wrong.

What happens if you remove critical system applications?

Some applications cannot be removed as they are responsible for the basic functionality of the Mi 9T. Uninstallation may result in:

  • ๐Ÿ”„ Cyclical restart (bootloop) โ€“ the device will constantly restart.
  • ๐Ÿ“ต Losing the network โ€“ mobile communication and Wi-Fi will disappear.
  • ๐Ÿ”‹ Fast battery discharge due to power management failures.
  • ๐Ÿšซ Inability to update firmware โ€” OTA-Updates will stop working.

Here is a list of prohibited applications:

AnnexPackage name (package name)Effects of removal
System UIcom.android.systemuiThe notification panel will disappear, the screen will be locked forever.
Settings (Settings)com.android.settingsIt is impossible to go into the settings of the phone.
MIUI Corecom.lbe.security.miuiFailure of all system functions
Telephony Providercom.android.phoneMobile and SMS communications will disappear.
Google Services Frameworkcom.google.android.gsfAll Google services will stop working

If you accidentally delete one of these apps, the only way to get it back up is to flash the device over Fastboot or TWRP. On the Mi 9T, youโ€™ll need to:

  1. Download the official firmware from the Xiaomi website.
  2. Unpack it in a folder from fastboot.
  3. Run the command: fastboot flash all (without specifying a specific section).
How to restore a remote system application without firmware?
If you have removed the application through ADB flag-headed --user 0, It can be restored by the team: adb shell cmd package install-existing com.android.browser However, this will only work if APK-The application file is still in the system, if the folder was deleted through TWRP, It will only help to complete the re-flashing.

How to Free Up Space on Xiaomi Mi 9T Without Deleting Applications?

If you donโ€™t want to risk the stability of the system, but you need to free up your memory, use these methods:

  • ๐Ÿ—‘๏ธ Cache Clearing - Go to Settings โ†’ Apps, select any app and click Clear Cache. Use Security for bulk cleaning โ†’ Cleaner.
  • ๐Ÿ“ Delete unnecessary files in the Files โ†’ Categories โ†’ Garbage MIUI automatically finds temporary files, duplicates and large videos.
  • โ˜๏ธ Moving files to the cloud โ€“ photos and videos can be uploaded to Google Photos or Mi Cloud, and then delete local copies.
  • ๐Ÿ”„ Disable Automatic App Update โ€“ In Play Market, disable Auto Update or limit it to Wi-Fi only.
  • ๐ŸŽฎ Removing the cache of games - games like PUBG Call of Duty Mobile can take up to 2-3 GB per cache.

Another effective way is to disable unnecessary system applications. For example, if you are not using Mi Video, go to Settings โ†’ Applications โ†’ Mi Video โ†’ Disable. The disabled application will not consume resources, but will remain in memory.

For advanced users, there is an option to transfer applications to SD-card (if it is installed as an internal memory). 9T This function is unstable and can cause slowdowns.

๐Ÿ’ก

Cleaning cache and removing debris through built-in MIUI (Security โ†’ Cleaner) tools is the safest way to free up 1-3 GB of memory without risk to the system.

Frequent errors when removing applications and how to avoid them

Many users experience problems after cleaning the Mi 9T from preinstalled software, and here are the most common mistakes and ways to prevent them:

  • ๐Ÿ”ง Remove applications through the root file manager without backup. Result: cyclical download. Solution: always backup to TWRP before removal.
  • ๐Ÿ”„ Removing Google Services on a Device with GMS. The result: Play Market, Gmail and other services stop working. Solution: Don't touch the com.google packages in the title.
  • ๐Ÿ“ฑ Using debloather scripts from the Internet, resulting in the removal of critical components, solution: only delete those packets that have been verified (for example, from our list).
  • ๐Ÿ”‹ Removing battery-related applications (e.g. com.miui.powerkeeper) Result: accelerated discharge. Solution: it's better to disable them than delete them.
  • ๐Ÿ”’ Delete Mi Account without linking an alternate account, result: inability to unlock the bootloader. Solution: link your Google account before deleting it.

If the Mi 9T is unstable after uninstalling the apps, try:

  1. Restore a remote application via ADB (if it was uninstalled with the --user 0 flag).
  2. Reset the settings to factory (Settings โ†’ System โ†’ Resetting).
  3. Flash the device through Fastboot (if the reset didnโ€™t help).

Forums often advise you to use apps like Debloater or Universal Android Debloater, and we don't recommend them for the Mi 9T, as they can remove components critical to MIUI.

FAQ: Frequent questions about removing apps on Xiaomi Mi 9T

Can I delete Google Play Services if I am not using Google?
No, you can't delete com.google.android.gms. This app is responsible not only for Play Market, but also for push notifications, geolocation and many other functions. Instead of deleting auto-update and limit background activity in settings.
After removing Mi Browser, notifications from some apps stopped coming.
Chances are you have removed not only the browser, but also the associated push notification service. Try to restore the application by command: adb shell cmd package install-existing com.android.browser If it does not help, check the notification settings in Settings โ†’ Applications โ†’ Notification Management.
How do I know which app takes up the most space?
Go to Settings โ†’ Applications โ†’ App Management and sort the list by size, and you can also use third-party utilities like Files by Google or SD Maid to analyze occupied space.
Can you remove Miui Daemon (com.miui.daemon? It's a virus?
No, it's not a virus. Miui Daemon is a system process that handles the background MIUI tasks. Deleting it will cause the interface to work in an unstable way. If you're concerned about the activity of this process, disable unnecessary functions in Settings โ†’ Additional โ†’ Special Features โ†’ Optimization.
After deleting the apps through ADB, the gestures stopped working. How do I get them back?
Chances are you have deleted com.miui.home (MIUI launcher) or com.android.launcher3. Restore them by command: adb shell cmd package install-existing com.miui.home If this doesn't help, reset to factory settings or reflash the device.