How to Remove Unnecessary Home Apps on Xiaomi: All Working Methods

Xiaomi’s MIUI-based smartphones are known for their abundance of pre-installed apps, from Mi Browser and Mi Video to affiliate software like Facebook or Netflix. Many users want to get rid of this junk to free up memory, speed up the system or simply clear the menu of unnecessary icons. However, removing system applications is not an easy task: wrong actions can lead to malfunctions in the phone.

In this article, we’ll look at all the current ways to remove native apps on Xiaomi, Redmi and POCO, from securely disabling through settings to radical methods using ADB and superuser rights. You’ll learn which programs can be removed without risk and which ones are strongly discouraged. We’ll also tell you how to return a remote application if something went wrong.

Why you can’t just remove system apps from the menu

Unlike custom software that is installed from Google Play, native MIUI applications are protected from accidental removal, and this is done for a reason: many of them are responsible for key functions of the system.

  • πŸ”§ Mi Security – manages application resolution and virus scanning.
  • πŸ“± System Launcher – Responsible for the desktop and application menu.
  • πŸ”„ MIUI Daemon – background process that ensures notifications and updates work.

If you remove such an application without preparation, the phone can:

  • ⚠️ Stop loading (bootloop).
  • πŸ”³ Errors when you start your camera, phone, or internet.
  • πŸ“‰ Losing productivity due to work failures MIUI.

So before any manipulation of system files, be sure to back up via Settings β†’ About Phone β†’ Backup or third-party tools like Titanium Backup (requires root).

πŸ“Š How do you usually do with unnecessary apps on Xiaomi?
I'm turning it off through the settings.
Delete with ADB
Using root access.
I'm not doing anything, I'm afraid to break my phone.

Method 1: Disabling system applications without removing

The safest method is not to delete, but to disable unnecessary programs, which hides them from the menu, stops background activity and frees up RAM, but does not affect system files, suitable for most users who do not want to risk the stability of the phone.

How to disable the application:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Select a program from the list (for example, Mi Browser or Mi Music).
  3. Click Disable (the button will appear if the application can be deactivated).
  4. Confirm the action in the dialog window.

Applications disabled:

  • πŸ“΄ They won't be on the menu.
  • 🚫 They won’t be able to start automatically.
  • πŸ”„ You can turn it back on at any time through the same settings.

β˜‘οΈ Preparation for application deactivation

Done: 0 / 4

What applications can be turned off without risk:

AnnexCan I turn it off?Effects of consequences
Mi Browserβœ… Yes.It will not open by default for links
Mi Videoβœ… Yes.Video files will be opened through another application
Facebook App Managerβœ… Yes.Facebook integration will stop working
Mi Payβœ… Yes.Xiaomi’s contactless payment will not work
System Launcher❌ No.The phone will stop loading.

⚠️ Warning: Do not disable applications called com.android., com.miui. or com.xiaomi. in the batch name (as seen in the app settings). MIUI He can't work properly.

Method 2: Removal via ADB (without root rights)

If you don't shut down enough, you can uninstall apps using Android Debug Bridge (ADB), a tool for debugging Android devices, which doesn't require superuser rights, but it's still risky: the wrong command can disrupt the system.

What you need:

  • πŸ–₯️ Computer with Windows, macOS or Linux.
  • πŸ“± Cable USB (preferably original).
  • πŸ”§ Installed drivers Xiaomi and ADB.
  • πŸ”’ Included debugging by USB phone-on.

Step-by-step:

  1. Turn on USB Debugging in Settings β†’ About Phone β†’ MIUI version (click 7 times to unlock the developer menu), then go back to Settings β†’ Additional β†’ For Developers.
  2. Connect your phone to your computer and confirm your trust in the device.
  3. Open the command prompt (or Terminal on macOS/Linux) and type:
adb devices

If the phone is on the list, go ahead. If not, check the drivers and the cable.

  1. Get a list of all packages installed:
adb shell pm list packages
  1. Find the name of the package of the unwanted application (for example, com.android.browser for Mi Browser).
  2. Remove it by command:
adb shell pm uninstall -k --user 0 name packet

Example of Mi Browser removal:

adb shell pm uninstall -k --user 0 com.android.browser

πŸ’‘

Before you delete, check if the app is a dependency for other features, for example, deleting Mi Account can disrupt cloud backup.

Advantages of the method:

  • πŸ”“ Doesn't require root rights.
  • πŸ”„ The application can be restored via adb shell cmd package install-existing name packet.
  • πŸ›‘οΈ Less risk than getting root.

⚠️ Note: Some applications (e.g. Mi Security) after deleting via ADB Can be restored after the update MIUI. To avoid this, disable automatic system updates in settings.

Method 3: Remove with MIUI Optimizer (requires unlocking the bootloader)

For users willing to take more drastic measures, there is a tool called MIUI Optimizer (formerly MIUI Hidden Settings), which allows you to uninstall system programs, configure hidden MIUI settings, and even modify animations, but it requires an unlocked bootloader and, in some cases, root to work.

How to use MIUI Optimizer:

  1. Unlock the bootloader on the official Xiaomi website (the process takes up to 7 days).
  2. Install MIUI Optimizer from the developer’s Telegram channel (official source).
  3. Open the app and go to the App Manager section.
  4. Select the unnecessary app and click Uninstall.
  5. Confirm the deletion and restart the phone.

What can be removed through MIUI Optimizer:

  • 🎡 Mi Music, Mi Video - Multimedia Players.
  • 🌐 Mi Browser, Quick Apps – browser and mini-applications.
  • πŸ“¦ Cleaner, Security – Optimizers (if you use alternatives).

What can't be removed:

  • 🚫 MiuiSystemUI – Responsible for the interface.
  • 🚫 MiuiHome - launcher (desktop).
  • 🚫 TeleService – Telephone functions.
What happens if you delete MiuiSystemUI?
Deleting this package will cause the interface to be completely inoperable: the notification panel, navigation buttons and the ability to interact with the system will disappear, the phone will remain β€œlive” (vibrate, receive calls), but the screen will turn black or will display only wallpaper without the ability to do anything, you can restore the work only through flashing.

After removing applications through MIUI Optimizer, it is recommended that:

  • πŸ”„ Reboot the phone.
  • πŸ“Š Check the free space in the settings β†’ Warehouse.
  • πŸ› οΈ Install alternative programs (e.g. Google Chrome instead of Mi Browser).

Method 4: Complete removal with root rights

If you're willing to take the maximum risk for the sake of total control of your phone, you can get root rights and manually remove system applications, which gives you the greatest freedom, but also the greatest responsibility: a mistake can turn a phone into a brick.

What you need to get root:

  • πŸ”“ Unlocked loader.
  • πŸ“± Established custom recaveri (e.g, TWRP).
  • πŸ› οΈ Magisk-enabled firmware (e.g. LineageOS or modified) MIUI).

How to remove the application from root:

  1. Install Root Explorer or Solid Explorer with root support.
  2. Go to /system/app or /system/priv-app.
  3. Find a folder with the name of the unwanted app (e.g. Browser for Mi Browser).
  4. Delete the folder or rename it (add at the end of.bak).
  5. Reboot the phone.

Advantages of root method:

  • 🧹 Complete removal without traces.
  • πŸ”§ Ability to edit system files.
  • πŸš€ Speeding up your phone by removing unnecessary processes.

Risks:

  • ⚠️ Loss of guarantee.
  • πŸ”΄ Possibility of "bricking" the phone.
  • πŸ”’ Security issues (some banking apps don’t work on rooted devices).

πŸ’‘

Before getting root, be sure to check the forums (such as XDA Developers or 4PDA) for your Xiaomi model.Some devices (such as the Redmi Note 10 Pro) have modification protection, and improper actions can lock the bootloader permanently.

How to return a remote application if the phone stops working

If the phone starts to glittle or doesn't turn on after you delete the system app, don't panic. In most cases, the situation can be fixed.

Recovery methods:

  1. Through ADB (if the phone is turned on): adb shell cmd package install-existing name packet For example, to recover Mi Browser: adb shell cmd package install-existing com.android.browser
  2. Through MIUI Optimizer: If the application has been removed through this tool, try finding it in the Recycle Bin section and recovering it.
  3. Firmware: If the phone doesn't turn on, you'll have to reflash it on Fastboot or Recovery.
  • πŸ“₯ Download the official firmware for your model from the Xiaomi website.
  • πŸ–₯️ Use the Mi Flash Tool to Fastboot Firmware.
  • πŸ”„ Select Clean All or Clean All and Lock (if you want to lock the bootloader back).

If the phone is stuck on the MIUI logo:

  • πŸ”Œ Hold the Power. + Volume Up for 10 seconds to reboot in Recovery.
  • πŸ—‘οΈ Select Wipe Data (Resetting Settings).
  • πŸ”„ Reboot the phone.

⚠️ Note: If you have deleted critical system files (e.g, framework-res.apk), recovery ADB or MIUI Optimizer may not help, but in this case, the only way out is to completely reflash through Fastboot, which will erase all the data on the phone.

Below is a list of apps that you can uninstall on most Xiaomi, Redmi, and POCO devices (relevant to MIUI 14 and later), but before deleting, check if you are using features that depend on these programs.

Title of the annexPackage nameCan I remove it?What is responsible for?
Mi Browsercom.android.browserβœ… Yes.Standard browser
Mi Videocom.miui.videoplayerβœ… Yes.Video player
Mi Musiccom.miui.playerβœ… Yes.Music player
Mi Paycom.miui.mipayβœ… Yes.Contactless payment system
Facebook App Managercom.facebook.appmanagerβœ… Yes.Facebook's background processes
Quick Appscom.miui.hybridβœ… Yes.Mini-applications on the desktop
Cleanercom.miui.cleanmaster⚠️ Conditionally.Memory Optimizer (may interfere with other cleaning workers)
Mi Dropcom.xiaomi.midropβœ… Yes.File transfer over Wi-Fi

Applications that cannot be removed (critical for the system):

  • 🚫 com.miui.home – launcher (desktop).
  • 🚫 com.android.settings – System settings.
  • 🚫 com.miui.securitycenter – Security Center.
  • 🚫 com.android.phone – telephone functions.
  • 🚫 com.miui.system – System processes MIUI.

On devices with a MediaTek processor (e.g. Redmi 9A, POCO M3), removing some system applications can lead to loss of IMEI and network problems.

FAQ: Frequent questions about removing Xiaomi apps

Can I delete Mi Browser if I use Chrome?
Yes, Mi Browser is not critical to the system. You can delete it via ADB (adb shell pm uninstall -k --user 0 com.android.browser) or disable it in the settings. Once deleted, all links will open in Chrome by default.
What happens if you delete your Mi Account?
Deleting com.xiaomi.account will make it impossible to log in to Xiaomi’s account, disrupting cloud backup, theme store, and some system features, and may stop updating proprietary apps, and you can only restore your account by flashing it back.
How to find out the batch name of the application for ADB?
There are two ways: through ADB, type in the adb shell pm list packages | grep "keyword" command. For example, to search for a browser: adb shell pm list packages | grep "browser." Through the App Inspector app (available on Google Play), it shows the batch names of all installed programs.
Can I remove Google Play Services?
No, com.google.android.gms is a critical component for Google Play and most apps, and its removal will cause Google services to crash, inability to update programs, and errors in games. If you want to get rid of Google, consider GMS-free firmware (e.g. MIUI EU without Google services).
After removing the apps, the phone got slower. What do you do?
Possible causes and solutions: πŸ”„ Cash not cleared: Go to Settings β†’ Warehouse β†’ Cache data and clear the cache. πŸ”§ Removed important processes: Restore remote applications through ADB or re-flash the phone. πŸ“‰ Lack of memory: Remove unnecessary user programs and files. πŸ”„ Failure after manipulation: Reset settings to Settings β†’ Additionally. β†’ Resetting settings (data not affected).