How to Uninstall System Apps on Xiaomi Without ROOT and Computer: 5 Ways to Work

Owners of smartphones Xiaomi, Redmi and POCO They often face the problem of imposed system applications that take up memory, consume battery power and display unnecessary advertising. ROOT-access or computer, long debunked – there are legal ways to clean the system even on the latest versions MIUI 14 and HyperOS. However, it is important to understand that not all applications can be removed without consequences, and some methods require caution not to disrupt the stability of the device.

This article will detail 5 proven ways to remove embedded applications without superuser and PC rights, including hidden MIUI features, using ADB through the terminal on the phone itself, and alternative methods of disabling. We will also explain which applications are strictly forbidden to touch so as not to turn a smartphone into a brick, and how to restore deleted by mistake software. All instructions are relevant for models of 2020-2026 release, including Xiaomi 13/14, Redmi Note 12/13 and POCO F5/X5.

πŸ“Š What kind of Xiaomi model do you have?
Xiaomi 13/14
Redmi Note 12/13
POCO F5/X5
Another Xiaomi model
Another brand's smartphone

Why System Applications Cannot Be Simply Removed Through the Menu

Unlike custom programs that are installed through Google Play or APK-files, system applications (bloatware) are integrated into firmware MIUI/HyperOS At the core level, the manufacturer is blocking their removal for several reasons:

  • πŸ”’ Security: Some applications (e.g. com.miui.securitycenter) are responsible for data protection and threat scanning.
  • πŸ“± Functionality: Services like Mi Account or Find Device enable cloud-based functions and device search.
  • πŸ’° Monetization: Apps like Mi Video, Mi Browser or GetApps show revenue-generating ads for Xiaomi.
  • πŸ”„ Updates: System components (e.g. Updater) are required to install security patches.

When you try to remove such software through the standard Settings β†’ Applications menu, you will see a gray button Delete or a message saying β€œThe application cannot be removed because it is part of the system.” However, this does not mean that it cannot be deactivated or removed by alternative methods.

⚠️ Warning: Removing critical system components (e.g. com.android.phone or com.miui.home) will result in loss of communication, interface errors, or complete smartphone failure!

Method 1: Disable system applications through settings (without deleting)

If your goal is simply to hide unnecessary programs and prevent them from running in the background, just turn them off.

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Slip on the three points in the upper right corner and select Show System.
  3. Find an unneeded app (such as Mi Music or Mi Browser).
  4. Click Disable (if the button is active) and confirm the action.

Application disabled:

  • βœ… Disappears from the menu and list of recently opened.
  • βœ… Stop using battery and traffic.
  • ❌ No updates will be received through the Play Market.
  • ❌ May be activated again after resetting settings or updating the firmware.

πŸ’‘

To return the disabled application, repeat the steps above and click "Enable". This method is safe and recommended for beginners.

AnnexCan I turn it off?Risks.
Mi Video, Mi Musicβœ… Yes.No.
GetApps, Mi Browserβœ… Yes.Loss of access to the company's app store
Mi Account, Find Device❌ No.Loss of cloud backup and device search functions
Security (Security)❌ No.Disabling antivirus and protection against phishing

Method 2: Uninstall with ADB without computer (for experienced ones only)

Tool. ADB (Android Debug Bridge allows you to manage system files directly, but usually requires a connection to a PC. ADB-commands directly from the phone through the terminal:

Enable the developer mode (7 taps by build number in "About phone")

Activate debugging over USB in "Settings β†’ Additional β†’ For developers"

Install a terminal (e.g. Termux from F-Droid)

Download ADB-Tools on the phone (archive with adb, fastboot)

-->

Follow the instructions:

  1. Unpack the archive with ADB in a folder on your phone (e.g. /sdcard/Download/adb).
  2. Open Termux and enter commands in turn: su cd /sdcard/Download/adb./adb shell pm list packages -f | GREP 'MIUI' This team will display a list of all Xiaomi system packages.
  3. To remove the application, use: pm uninstall -k --user 0 name.package For example, to delete Mi Browser: pm uninstall -k --user 0 com.android.browser

Important nuances:

  • πŸ”Ή Team team. --user 0 removes the application only for the current user without affecting the system.
  • πŸ”Ή Flag. -k Stores cache and data, allowing you to restore the application later.
  • πŸ”Ή Some packages (e.g. com.miui.home) are protected – deleting them will require rights. ROOT.

⚠️ Note: If after removing the application, the smartphone began to slow down or issue errors, restore it with the command: cmd package install-existing name.packet For example: cmd package install-existing com.android.browser.

List of safe to remove Xiaomi packages
com.miui.videoplayer (Mi Video) com.miui.player (Mi Music) com.miui.browser (Mi Browser) com.xiaomi.midrop (Mi Drop) com.miui.notes (Notes) com.android.email (Mail) com.miui.weather2 (Weather) com.miui.compass (Compass) com.miui.fm (FM-radio)

Method 3: Use the App Inspector application to identify packets

Before deleting, it is important to know exactly the name of the application package, and it is convenient to use the App Inspector utility (available on Google Play).

  • πŸ“¦ Full name of the package (e.g. com.miui.gallery).
  • πŸ“Œ The way APK-file.
  • πŸ”— Dependence on other applications.

How to use:

  1. Install the App Inspector.
  2. Launch and provide access to the application settings.
  3. Find the app you want in the list and copy its Package Name.
  4. Use this name for ADB commands or other removal methods.

Example: If you want to remove the Mi Calculator, the App Inspector will show it as com.miui.calculator.

  • Disable it through settings (see Method 1).
  • Delete via ADB (see Method 2).
  • Freeze with Shizuku (see Method 4).

πŸ’‘

Always check packages through the App Inspector before removing them, which will help you avoid errors with critical system components.

Method 4: Freeze applications with Shizuku + App Manager

If deletion seems risky, the alternative is to freeze system applications.

  1. Install Shizuku (allows you to manage the Android API without ROOT).
  2. Install App Manager.
  3. Shizuku to run the service (requires permission via ADB or wireless debugging).
  4. In App Manager, find the unnecessary app and select Freeze.

Advantages of the method:

  • βœ… It does not delete files, it only suspends work.
  • βœ… Easy to cancel (click Unfreeze).
  • βœ… Works on MIUI 14 and HyperOS without ROOT.

Disadvantages:

  • ❌ Requires periodic Shizuku updates (every 7-30 days).
  • ❌ Some applications may β€œunfreeze” after rebooting.

Method 5: Remove via TWRP (only for unlocked bootloader)

If you have a bootloader unlocked on your Xiaomi, you can install custom recovery TWRP and remove system applications through the file manager, which is the most radical method, but it gives you complete control over the firmware.

Step-by-step:

  1. Unlock the bootloader via the Mi Unlock Tool (requires a wait of 7-168 hours).
  2. Install TWRP for your model (instructions are available on XDA Developers).
  3. Download to TWRP (Power buttons + Volume up).
  4. Go to Advanced β†’ File Manager.
  5. Find the /system/priv-app or /system/app folder and delete the folders of unnecessary applications (e.g. MiBrowser).
  6. Reboot.

⚠️ Note: Delete files through TWRP It can lead to bootloop if you remove critical components. /system change!

πŸ’‘

If the smartphone does not boot after removal, restore the backup via TWRP or reflash the firmware through Fastboot.

What Xiaomi System Apps Can Be Deleted Without Risk

Below is a list of apps that most users delete without consequences, but remember that even "safe" packages may be needed to run some functions (e.g. Mi Video is required to play some video formats).

Name of namePackageWhat's he doing?Can I remove it?
Mi Videocom.miui.videoplayerStandard video playerβœ… Yes.
Mi Musiccom.miui.playerMusic playerβœ… Yes.
Mi Browsercom.android.browserBrowser with adsβœ… Yes.
GetAppscom.xiaomi.mipicksBranded app storeβœ… Yes (but you'll lose access to topics) MIUI)
Mi Dropcom.xiaomi.midropFile transfer over Wi-Fiβœ… Yes (there are alternatives)
Mi Paycom.mipay.walletPayment system (only in China)βœ… Yes.
Yellow Pagescom.android.yellowpagesDirectory of organizations (for India)βœ… Yes.

What can't be removed:

  • 🚫 com.android.phone – phone calls.
  • 🚫 com.miui.home – launcher (desktop).
  • 🚫 com.android.settings – System settings.
  • 🚫 com.miui.securitycenter – Security Center.
  • 🚫 com.google.android.gsf – Google services (will cause Play Market errors).

FAQ: Frequent questions about removing system applications on Xiaomi

Can I remove Miui System Ads (Advertising in the Internet) MIUI) without ROOT?
Yes, but not completely. MIUI ads are displayed via com.miui.systemAdSolution and com.xiaomi.msa.global. These can be disabled via ADB: pm uninstall-k --user 0 com.miui.systemAdSolution pm uninstall-k --user 0 com.xiaomi.msa.global But this won't remove ads in some applications (e.g. Mi Browser or GetApps - they need to be removed separately).
Will the remote application be restored after the MIUI update?
Yes, if you have a major firmware update (e.g., from MIUI 13 to MIUI 14), all system applications will return. If you have small security patches (monthly), they usually don't. To avoid a refund, you can: Use Magisk with Universal Systemless Debloater (requires ROOT) and disable automatic firmware updates in the settings.
How do I know which app can be removed and which can’t?
Before you delete, check: Package name via App Inspector. Description on sites like Android Authority or XDA. Reviews of other users of your model (for example, in the thematic groups of VKontakte or Telegram). If you are not sure, first turn off the application for 2-3 days and check if there are any problems.
Can I remove Google apps (YouTube, Chrome, Gmail) from Xiaomi?
Technically, but it's not recommended. Google's apps (GMS) are linked to Play Market, Google Play Services and Google Services Framework, and deleting them will lead to: account sync errors, push notification problems, inability to update other apps through the Play Market, better disable them or replace them with alternatives (e.g. Chrome β†’ Firefox).
What to do if after removing the application, the smartphone stopped working?
If the device loads but there are errors: Try to restore the application via ADB: cmd package install-existing name.pack If it doesn't help, reset (Settings β†’ About phone β†’ Resetting). If the smartphone doesn't turn on or fixates on the logo: Load to Fastboot (Power + Volume down). Reflash the firmware through Mi Flash Tool (you'll need a computer).