How to permanently disable the application on Xiaomi: from removal to deep freeze

Xiaomiโ€™s MIUI-based smartphones are known for their abundance of pre-installed apps that users donโ€™t always need. Many of them canโ€™t be removed by standard means, but there are several ways to disable, hide, or freeze them. This article will help you figure out how to get rid of unnecessary software without harming the system, from simple methods through settings to advanced ADB solutions.

It's important to understand that not all applications can be turned off without consequences. Some system services are critical to the stable operation of MIUI. For example, disabling com.miui.system can lead to a cyclical reboot of the device. We will discuss in detail which applications are safe to remove and which are better left alone.

Why you canโ€™t just remove all your apps from Xiaomi

MIUI firmware is closely integrated with Xiaomiโ€™s branded services, many of which are responsible for:

  • ๐Ÿ”„ System Update (com.miui.updater)
  • ๐Ÿ”’ Security and Permits (com.miui.permcenter)
  • ๐Ÿ“ฑ Work of gestures and interface (com.miui.home)
  • ๐Ÿ“ถ Communication with Xiaomi servers (com.xiaomi.account)

Removal or disabling of such components may result in:

  • ๐Ÿšจ Loss of functionality (for example, the notification panel will disappear)
  • ๐Ÿ”„ Infinite Reboots (Bootloop)
  • ๐Ÿ“ต Problems with connecting to a mobile network or Wi-Fi
  • ๐Ÿ”ง Inability to update the firmware through standard means
๐Ÿ“Š What Xiaomi apps you want to disable?
Business Services (Mi Account, Mi Video)
Social networks (Facebook, TikTok)
Games (Mi Game Center)
System Utilities (Cleaner, Security)
Other

However, there are also safe to remove applications, including:

  • ๐ŸŽฌ Mi Video, Mi Music (media players)
  • ๐ŸŽฎ Mi Game Center, Mi Game Turbo (Game Utilities)
  • ๐Ÿ“ฑ Mi Browser, Mi Pay (alternative browsers and payments)
  • ๐Ÿ“ฆ Cleaner, Security (if you use third-party analogues)

Method 1: Standard shutdown through settings

The easiest way is to disable the application without deleting it, and it will stay in the system, but it will stop working and consume resources, and it is suitable for most pre-installed programs.

Instructions:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Select the app from the list (such as Mi Video).
  3. Click Disable (the button will appear if the application can be deactivated).
  4. Confirm the action in the dialog window.

Make a backup copy of important data

Check if the application is system-based.

Make sure you have enough battery power (minimum 30%)

Close all background processes-->

โš ๏ธ Note: Some applications (e.g. com.miui.securitycenter) cannot be disabled through the standard menu.

After the shutdown:

  • ๐Ÿ“ฅ The app will disappear from the menu and launcher
  • ๐Ÿ”„ It will not be updated through the Play Market.
  • ๐Ÿ“ต Stop sending notifications and using the Internet
  • ๐Ÿ”‹ Will not consume battery power in the background

Method 2: Removal via ADB (without root rights)

To remove system applications that cannot be disabled in the standard way, you will need an ADB (Android Debug Bridge) method, which does not require root rights, but requires connecting the smartphone to the computer.

Steps:

  1. Enable USB Debugging in Settings โ†’ About Phone โ†’ MIUI version (click 7 times, then go back to Additional โ†’ For Developers).
  2. Connect your smartphone to your PC and confirm the debugging permission.
  3. Download ADB Tools and unpack it into a separate folder.
  4. Open the command line (cmd) in this folder and type:
adb devices

(The name of your device should appear.)

adb shell pm uninstall -k --user 0 com.xiaomi.name.packet

Examples of disposal packages:

AnnexPacket nameCan I remove it?
Mi Videocom.miui.videoโœ… Yes.
Mi Musiccom.miui.playerโœ… Yes.
Mi Browsercom.android.browserโœ… Yes.
Mi Game Centercom.xiaomi.gamecenter.sdk.serviceโœ… Yes.
Security (Security)com.miui.securitycenterโŒ No (critically for the system)

โš ๏ธ Warning: Deleting com.miui.securitycenter or com.android.phone will cause your phone to fail. Always check the name of the package before you delete it.

๐Ÿ’ก

Before mass removal of applications via ADB, back up your data using adb backup -apk -shared -all -f backup.ab. This will allow you to restore the system in case of an error.

Method 3: Using Freeze Applications (without root)

If you don't want to connect your smartphone to your PC, you can use third-party tools to freeze applications, which block software but don't delete it completely.

  • ๐ŸงŠ App Quarantine (requires) ADB for initial setting)
  • โ„๏ธ Shelter (working through the Work Profile)
  • ๐Ÿ”’ Island (to create an isolated environment)

Example of the App Quarantine setting:

  1. Install an app from the Play Market.
  2. Connect your smartphone to your PC and execute the command:
adb -d shell pm grant com.ramdroid.appquarantine android.permission.WRITE_SECURE_SETTINGS
  1. In the application, select programs for freezing.
  2. Press Freeze.

Advantages of the method:

  • ๐Ÿ”„ Ability to quickly defrost the application
  • ๐Ÿ“ต No risk of damage to the system
  • ๐Ÿ”‹ Savings in battery charge
What is a Work Profile in Android?
Work Profile is an isolated environment in Android that allows you to separate personal and work data. Applications installed in Work Profile do not have access to basic user data. This mechanism is often used by corporate customers, but also suitable for freezing unnecessary applications without root rights. For example, Shelter creates a profile and transfers selected programs to it, effectively โ€œisolatingโ€ them from the system.

Method 4: Hiding applications through launcher

If you just interfere with the application icon in the menu, but you need functionality (for example, Mi Remote for managing equipment), you can hide it through the launcher settings.

Instructions for the standard MIUI launcher:

  1. Press and hold the empty space on the main screen.
  2. Select Launcher Settings (Icon) โš™๏ธ).
  3. Go to Hidden Apps.
  4. Check the boxes of the programs you want to hide.

For the POCO Launcher launcher:

  1. Swipe right on the main screen.
  2. Select Hidden Apps.
  3. Add the programs you need to the list.

โš ๏ธ Warning: Hiding an application does not turn off its background processes. It will still consume resources and can send notifications.

Method 5: Complete removal with root rights (for experienced)

If you have root rights, you can completely uninstall any application, including system ones.

  • ๐Ÿ“ฆ Root Explorer (manually delete files from the site) /system/app)
  • ๐Ÿ—‘๏ธ Titanium Backup (delete with backup)
  • ๐Ÿ”ช System App Remover (specialized utility)

Step-by-step instructions for System App Remover:

  1. Install the application and provide root access.
  2. In the list, check the boxes for unnecessary programs.
  3. Press Uninstall.
  4. Reset the device.

Removing root-righted system applications can cause permanent firmware damage. Always back up the /system partition before making changes.

๐Ÿ’ก

Even with root rights, donโ€™t delete apps with packet names that contain miui, android, or google unless youโ€™re sure theyโ€™re there.

How to return a disabled or deleted application

If you encounter problems after disabling or deleting, the application can be restored.

For applications disabled:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Press three points (โ‹ฎ) top-right.
  3. Select Show all Apps.
  4. Find the disabled application and click Enable.

For those remote via ADB:

  1. Connect your smartphone to your PC.
  2. Follow the command:
adb shell cmd package install-existing com.xiaomi.name.packet

For those with root rights:

  • Restore your backup via Titanium Backup.
  • Or reflash the device via Fastboot or Recovery.

FAQ: Frequent questions about disabling apps on Xiaomi

Can I disable my account without consequences?
No, com.xiaomi.account is critical to Xiaomi services, and shutting it down will cause sync, cloud, and features (like Find Device) problems. If you donโ€™t like your account binding, just donโ€™t log in.
Why does it reappear after the MIUI update after the app is disabled?
Some system applications recover when you update your firmware. To avoid this, use ADB to completely remove (pm uninstall-k --user 0 command) or freeze it through the App Quarantine.
How do I know which app can be safely removed?
Before deleting, check the name of the package in the database, for example, on the APKMirror website. Avoid applications with names containing: miui.core, miui.system android (for example, com.android.phone) google (if you use Google services) You can safely remove media players, browsers, game centers and duplicate utilities (for example, Cleaner, if you have CCleaner installed).
What if the phone does not turn on after removing the application?
If the device does not boot due to the removal of the critical application: Load to Recovery Mode (press Power) + Volume Up. Select Wipe Data/Factory Reset (this will delete all data!) Or reflash the device via Fastboot using the Mi Flash Tool. โš ๏ธ In the future, always check the list of safe packets to remove before taking action.
Can I turn off ads in MIUI by removing certain apps?
Partly yes. MIUI ads are service-related: com.miui.analytics (statistics collection) com.xiaomi.midrop (file Explorer ads) com.miui.systemAdSolution (system ads) Disabling or removing them through ADB will reduce the amount of ads, but will not eliminate them completely.