What apps can be safely removed on Xiaomi Redmi 9T: detailed guide 2026

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

Xiaomi Redmi 9T is one of the most popular budget smartphones, but many users face a problem: after buying the device is already full of dozens of unnecessary programs. This is not a coincidence, but part of the business model of MIUI, the brand shell of Xiaomi. The company cooperates with partners (for example, Facebook, Netflix, AliExpress), pre-installing their services for a monetary reward, and there are duplicate tools in the system: for example, its Mi Browser browser with Google Chrome.

But not all of these apps are useless. Some are responsible for the stability of MIUI, sync with Xiaomi accounts, or even basic features like calls. Delete the wrong one and risk losing access to themes, cloud storage or push notifications. So before cleaning, it is important to understand which programs can be deleted without consequences and which ones can not be touched categorically.

In this article, we will discuss:

  • ๐Ÿ” How to distinguish system applications from junk
  • โš ๏ธ What programs are dangerous to remove (explanatory list)
  • ๐Ÿ› ๏ธ Step-by-step instructions for removal (including root-free)
  • ๐Ÿ“ฑ Alternative ways to optimize memory if it is scary to delete

๐Ÿ“Š Have you ever removed pre-installed apps on Xiaomi?
Yeah, I've deleted it many times.
I tried, but something went wrong.
No, I'm afraid to break my phone.
I don't know what can be removed from this.

Redmi 9T App Types: What to Touch and What Not to Touch

All programs on Redmi 9T are divided into 4 categories according to their importance, depending on whether they can be removed and how:

Type of applicationExamplesCan I remove it?How to remove
Critical Systems (responsible for MIUI)com.android.phone, com.miui.home, com.miui.securitycenterโŒ No.Just shutdown.
Useful system (you can turn off, but removal is undesirable)Mi Video, Mi Music, Mi Browserโš ๏ธ Partially.Removal via ADB or disabling
Bloatware (advertising, unnecessary to most)Facebook, Netflix, AliExpress, Mi Payโœ… Yes.Ordinary uninstallation or ADB
Duplicate (there are analogues from Google)Mi Browser (Chrome), Mi Mail (Gmail)โœ… Yes.Any way you want.

The biggest problem is system applications with names like com.miui.*. They canโ€™t be removed by standard methods, but some can be disabled through settings, such as com.miui.analytics (statistics collection) or com.xiaomi.ab (advertising services) are not critical to the phoneโ€™s operation, but they are constantly consuming battery and traffic.

โš ๏ธ Warning: If you see an app called com.android.* (like com.android.providers.media), do not delete it. These are components of the Android operating system that the phone won't boot without.

List of safe apps to remove on Redmi 9T

Below is a proven list of programs that can be removed without risking the stability of MIUI. We divided them into groups by destination:

๐Ÿ“ฑ Social networks and messengers (pre-installed)

  • ๐Ÿ“˜ Facebook (com.facebook.appmanager, com.facebook.services, com.facebook.system) โ€“ delete all three if you donโ€™t use it
  • ๐Ÿ’ฌ Facebook Messenger (com.facebook.orca)
  • ๐Ÿ“ท Facebook App Installer (com.facebook.katana) โ€“ only required to install FB via Play Market

๐ŸŽฌ Multimedia and entertainment

  • ๐ŸŽฅ Netflix (com.netflix.mediaclient) - if you don't watch TV shows
  • ๐ŸŽต Mi Music (com.miui.player) โ€“ can be replaced with Spotify or YouTube Music
  • ๐Ÿ“บ Mi Video (com.miui.videoplayer) โ€“ duplicated by Google Photos or MX Player
  • ๐ŸŽฎ Game Center (com.xiaomi.gamecenter.sdk.service) โ€“ if you donโ€™t play games

๐Ÿ›’ Purchases and Finance

  • ๐Ÿ›๏ธ AliExpress (com.alibaba.intl.android.apps.poseidon)
  • ๐Ÿ’ณ Mi Pay (com.miui.mipay) โ€“ only available in China and India
  • ๐Ÿฆ Mi Credit (com.miui.credit) โ€“ a credit service for India

๐Ÿ”ง Service and analytical

  • ๐Ÿ“Š Miui Analytics (com.miui.analytics) โ€” collection of usage statistics
  • ๐Ÿ”„ MSA (Mi System Ads) (com.xiaomi.msa.global) โ€” is responsible for advertising in MIUI
  • ๐Ÿ“ก Miui Daemon (com.lbe.security.miui) - background process, you can turn off

Check if you are using these services before you delete, for example, Mi Pay may be useful for contactless payments in some countries, and Mi Music is integrated with the equalizer system.

Check the list for the necessary programs |

Backup of important data |

Charge your phone at least 50% |

Connect to Wi-Fi (for download) ADB, if necessary)-->

How to Uninstall Apps on Redmi 9T: 3 Ways to Work

Depending on the type of program, you can delete it by default, either through ADB (Android Debug Bridge) or root rights, and we'll go through each option in detail.

๐Ÿ“ฒ Method 1: Standard removal (for conventional applications)

This method is suitable for pre-installed, but not system programs like Facebook, Netflix or AliExpress:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Find the desired application in the list and tap it.
  3. Press "Delete" (if the button is active).
  4. Confirm the action.

If there is no โ€œDeleteโ€ button, then the application is system-based โ€“ go to method 2 or 3.

๐Ÿ–ฅ๏ธ Method 2: Removal via ADB (no root rights)

To remove system applications (e.g. com.miui.analytics) you will need a computer and an ADB tool. This is an official method from Google, which does not require root rights.

Instructions:

  1. Download ADB Tools and unpack it into a folder.
  2. On your phone, turn on Settings โ†’ About Phone โ†’ MIUI version (tap 7 times to activate the developer mode).
  3. Return to Settings โ†’ Additional โ†’ For developers and enable โ€œDebugging by USBโ€.
  4. Connect your phone to your PC, open the command line in the ADB folder, and type in: Adb devices (the device should appear)
  5. To remove the app, use the command: adb shell pm uninstall -k --user 0 name.package For example, to delete Facebook: adb shell pm uninstall -k --user 0 com.facebook.katana

๐Ÿ’ก

If the phone doesn't show up after the adb device command, try reinstalling the drivers or using another USB- cable. Sometimes restarting the phone helps.

๐Ÿ”ง Method 3: Removal with root rights (for experienced ones)

This method gives full control over the system, but requires unlocking the bootloader and installing Magisk or SuperSU. Suitable for removing deeply integrated services (for example, com.miui.home - launcher).

Warning: Wrong rooting can cause a phone to crash. If you're not sure, use ADB.

For removal:

  1. Install a file manager with root support (such as Root Explorer).
  2. Go to /system/app or /system/priv-app.
  3. Find a folder with the name of the app (such as MiBrowser) and delete it.
  4. Reboot the phone.

โš ๏ธ Warning: Once system applications are removed from the root, MIUI updates may be lost over the air (OTA) and you will have to manually refashion the phone to get this feature back.

What happens if you delete the โ€œwrongโ€ app?

Even the most experienced users are sometimes wrong, and the consequences depend on which program you delete:

Remote appendixEffects of consequencesHow to fix it
com.android.phoneMobile phone service is missing, calls are not workingCheck out the phone with the Mi Flash Tool
com.miui.homeThe desktop disappears, the phone is loaded into the black screen.Install another launcher via ADB Sideload
com.miui.securitycenterApplication permissions are not valid, new programs cannot be installedRestore through backup or firmware
com.google.android.gsfGoogle services (Play Market, Gmail, etc.) are no longer working.Install Open GAPPS through Custom Recovery

If after removal the phone began to brake, overheat or give out errors, try:

  1. Reset the settings to factory (Settings โ†’ System โ†’ Resetting).
  2. Install missing APK- files manually (you can download from sites like APKMirror).
  3. Fastboot (instructions are available on Xiaomi.eu).
How to restore a remote system application?
If you have deleted a critical application (e.g. com.miui.home) but your phone is still turning on, try: 1. Download the original APK- file from the same site where you took the firmware (e.g., Xiaomi Firmware Updater). 2 Move it to the folder /system/priv-app/ via ADB: adb push name file.apk /system/priv-app/ 3. Set the correct permissions: adb shell chmod 644 /system/priv-app/ filename file.apk 4. Reboot the phone. If this method doesn't work, all that remains is a complete flashing.

Removal Alternatives: How to Optimize Redmi 9T Without Risk

If youโ€™re scared to uninstall system apps (or you donโ€™t want to mess with ADB), there are safer ways to free up space and speed up your phone:

๐Ÿ”„ Disabling unnecessary applications

Disabled programs do not take up disk space, but they are not updated. They can be activated again at any time:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Select an unneeded app (such as Mi Pay).
  3. Click "Disable" (if the button is inactive, the application is critical).

๐Ÿงน Cleaning up cache and debris

MIUI has a built-in cleaning tool:

  1. Open Security. โ†’ Cleanup.
  2. Click on โ€œDeep Cleanโ€ and select unnecessary files.
  3. To clear the cache of individual applications, go to Settings โ†’ Applications โ†’ Storage.

You can also use third-party utilities like SD Maid or Files by Google.

๐Ÿ“ฆ Transfer applications to memory card

If you have a microSD, you can transfer some of the programs to it:

  1. Go to Settings โ†’ Apps.
  2. Select the app and click "Storage".
  3. Click "Change" and select a memory card.

Restriction: Only those programs that support this feature can be transferred to the map (usually games and some messengers).

๐Ÿ”ง Use of lightweight versions of applications

Many popular services have โ€œlightโ€ versions that take up less space and consume less resources:

  • ๐Ÿ“˜ Facebook Lite instead of Facebook
  • ๐Ÿ’ฌ Messenger Lite instead of Messenger
  • ๐ŸŽต Spotify Lite instead of the full version
  • ๐Ÿ“ท Instagram Lite (not available in all regions)

๐Ÿ’ก

Disabling unnecessary system applications (e.g., com.miui.analytics) has almost the same effect as uninstalling, but without the risk of system failure, a method recommended for beginners.

FAQ: Frequent questions about removing apps on Redmi 9T

โ“ Can I remove it? MIUI Completely and install a clean Android?
Technically, yes, but it requires unlocking the bootloader, installing custom recovery (e.g., TWRP) and flashing LineageOS or other firmware. However: ๐Ÿ”ด The phone warranty will burn. ๐Ÿ”ด Some features (e.g., IR- blaster or Game Turbo) may not work. ๐Ÿ”ด Cameras often perform worse due to the lack of proprietary Xiaomi drivers. If you're not an experienced user, it's best to limit yourself to removing unnecessary apps through ADB.
โ“ Why After Removing Applications Through ADB They reappear after the update. MIUI?
When you update your system, Xiaomi restores all standard applications. To avoid this: Before upgrading, back up the list of deleted packages (you can save commands in a text file). ADB Or turn off automatic updates. MIUI In Settings โ†’ The phone. โ†’ Updating the system โ†’ โš™๏ธ โ†’ Auto-update.
โ“ How do I know which app is responsible for advertising in MIUI?
The following services (can be removed or disabled) are responsible for displaying ads in MIUI: com.xiaomi.msa.global (MSA is the main advertising module) com.miui.analytics (data collection for targeted advertising) com.miui.systemAdSolution (banner management in system applications) After their removal, the ads will disappear from: ๐Ÿ“ฑ Security Menu ๐Ÿ” Search in the settings of ๐Ÿ“ File Manager
โ“ Can I remove Google apps (Chrome, YouTube, Play Market)?
Technically, yes, but it's highly discouraged. Google apps (com.google.*) are responsible for: ๐Ÿ”‘ Google account operation (contact, email, calendar synchronization). ๐Ÿ›’ Access to the Play Market (without it, you can't install most apps). ๐Ÿ“ Google Maps, Google Play Services. If you delete com.google.android.gsf, the phone will lose access to Google services and will no longer be checked by SafetyNet (banking applications, Netflix in HD, Pokรฉmon GO, etc. will not work).
โ“ How do I return a remote application if I need it?
Recovery methods depend on how you removed the program: ๐Ÿ“ฒ Standard Deletion: Download APK from APKMirror and install manually. ๐Ÿ–ฅ๏ธ Delete via ADB: Use the command: adb shell cmd package install-existing title.packet For example: adb shell cmd package install-existing com.miui.videoplayer ๐Ÿ”ง Delete with: Restore file from the backup or refuse the phone root.