Are you trying to make room for Xiaomi Redmi, but some apps are stubbornly reluctant to leave? System utilities like Mi Video, Mi Music or Browser take up precious megabytes, and the Remove button is inactive or absent? The problem is familiar to most smartphone owners on MIUI - the manufacturer blocks the removal of preinstalled software to "keep the system stable." But there are workarounds.
In this article, we will discuss 5 working methods, from safe disabling to complete removal via ADB (no root rights!). Letβs look at the nuances for different versions of MIUI (including MIUI 14/15 based on Android 13/14), warn against typical errors and show how to return the application if it suddenly needed. No magic buttons are only proven technical solutions with explanations for beginners.
Why Xiaomi Redmi apps arenβt removed in the standard way
The reason is the architecture of MIUI, the Xiaomi brand shell, and the pre-installed apps fall into three categories:
- π± System services (e.g., Security or Mi Account) are critical to the job MIUI. Deleting them will lead to the inability to boot the system or loss of functionality (fingerprint, push notifications, etc.).
- π΅ Branded utilities (Mi Music, Mi Video, Browser) β can be removed, but Xiaomi blocks this to βimprove the user experienceβ (and promote its services).
- π¦ Partner apps (e.g. Facebook, Netflix in some regions) β often installed as system-based, but their removal is safe.
Technically, all of these applications are marked with a SYSTEM or PRIVILEGED flag, which blocks them from being deleted through the standard interface, but MIUI provides alternatives:
- π Disconnection β the application disappears from the menu, but remains in memory (not updated, does not consume resources).
- ποΈ Remove updates β returns the application to the factory version (often takes up less space).
- π οΈ Deinstallation through ADB β Complete removal without root rights (requires a PC connection).
β οΈ Warning: Removing system applications may disrupt the work MIUI. For example, after deleting com.miui.analytics, theme and wallpaper will stop working.Always check the list of safe to remove packages (see table below).
Method 1: Disabling the application (without deleting)
The safest method is to disable the app, disappear from the menu, stop updating and consume resources, but remain in memory (it takes ~10-50 MB depending on the software), suitable for most branded utilities Xiaomi.
Instructions:
- Open Settings β Applications β Application Management.
- Select the app you want (such as Mi Video).
- Click βDisableβ (the button will appear if the application can be disabled).
- Confirm the action in the dialog window.
After the shutdown:
- π The app will disappear from the menu and search MIUI.
- π It will not be able to start until you turn it back on in the settings.
- π₯ Updates to Google Play will not be available.
β οΈ Note: Some applications (e.g., Security) cannot be disabled, the button will be inactive.
βοΈ Preparation for deactivation of the application
Method 2: Remove updates (reset to factory version)
If the app was updated through Google Play, the factory version often takes up less space, for example, the Mi Browser after the updates can weigh 200 MB, and in the original state β only 30 MB.
How to reset:
- Go to Settings β Applications β Application Management.
- Select an app (such as Browser).
- Click on the three dots in the upper right corner β βDelete Updatesβ.
- Confirm the action.
Advantages of the method:
- π Releases until 100-300 MB (depending on the application).
- π Does not require a PC connection or special knowledge.
- π The app will remain functional, but will return to basic functionality.
Disadvantages:
- β It doesnβt work for apps that havenβt been updated (e.g., Mi Music in clean firmware).
- β οΈ After reset, some features may disappear (for example, support for new video formats in Mi Video).
What applications can be reset without risk?
Method 3: Removal via ADB (no root rights)
If disabling and resetting didnβt work, itβs time to switch to ADB (Android Debug Bridge), a method that allows you to completely remove system applications without obtaining root rights, but requires a computer connection and basic command-line knowledge.
What you need:
- π₯οΈ Computer with Windows, macOS or Linux.
- π USB-cable (preferably original).
- π₯ ADB Google Tools (download and unpack in a separate folder).
- π± On your smartphone: turn on Developer Mode and Debugging by USB.
Step-by-step:
- Turn on Developer Mode: Go to Settings β About Phone and 7 times click on MIUI Version. Return to Settings β Additional β For Developers and enable USB Debugging.
- Connect your phone to your PC: Select File Transfer (MTP) mode.
- Open the command line: On Windows: Win + R β enter cmd β Go to the folder with ADB cd team path to daddy. macOS/Linux: Open the terminal and go to the folder with ADB.
Check the connection:
adb devicesYour device name should appear (e.g., 1234abcd device) and if not, check the drivers or cable.
Delete the annex:
adb shell pm uninstall -k --user 0 name packetFor example, to remove Mi Video:
adb shell pm uninstall -k --user 0 com.miui.videoplayerWhere to get package names? Install the Package Name Viewer app or use the command:
adb shell pm list packages | grep 'miui'| Annex | Package name | Is it safe to remove? | What happens after removal? |
|---|---|---|---|
| Mi Video | com.miui.videoplayer | β Yes. | Video player will disappear, but files will remain |
| Mi Music | com.miui.player | β Yes. | Music player will be removed, music can be listened to through other applications |
| Browser | com.android.browser | β Yes. | The standard browser will disappear, but Chrome will remain |
| Mi Pay | com.mipay.wallet | β οΈ Partially. | Payments via MIUI will stop working, but Google Pay will stay |
| Security | com.miui.securitycenter | β No. | The work of the antivirus, memory cleaning and unlocking will be disrupted |
β οΈ Attention: Command pm uninstall -k --user 0 removes the application only for the current user. Once the phone is reset or a new profile is created, it may appear again.
π‘
Before deleting through ADB, back up your data to Mi Cloud or through adb backup. If something goes wrong, you can restore the system via Fastboot.
Method 4: Use of MIUI Hidden Settings (for experienced)
MIUI has a hidden Activity Launcher menu that allows you to run system utilities that are not available in the standard interface, and you can remove some applications without ADB through it.
Instructions:
- Install the Activity Launcher app.
- Open it and find the All Activities section.
- In the search, type PackageInstaller.
- Select com.android.packageinstaller/.PackageInstallerActivity.
- In the menu that opens, find the application you want to remove and click βDeleteβ.
How to get a root on Xiaomi Redmi:
- Unlock Bootloader through the official Xiaomi tool (requires a binding Mi Account and wait 7-15 days).
- Install a custom recap (TWRP) for your model.
- Sweep Magisk through the Recovery.
After receiving the root:
- Use Root Explorer or Titanium Backup to uninstall applications.
- Or enter the command in Terminal: su pm uninstall --user 0 name packet
β οΈ Note: Getting root rights voids Xiaomi warranty and may result in: - β Data loss due to incorrect firmware. - β οΈ Blocking of banking applications (due to SafetyNet trigger). - π Inability to update βover the airβ (you will have to sew manually).
π‘
Ruth-rights are the last resort. If you just need to make room, shutdown (mode 1) or ADB (mode 3) will do.
How to return a remote application
If you have removed an app through ADB or root, but you suddenly need it, there are two ways to return it:
- Through ADB (if removed without root): adb shell cmd package install-existing Name packet For example, for Mi Video: adb shell cmd package install-existing com.miui.videoplayer
- Phone reset: If the first method didn't work, reset to factory settings (Settings β About Phone β Settings Reset). All remote applications will return, but you will lose user data.
If the application has been disabled (method 1), it can be turned on back:
- Go to Settings β Applications β Application Management.
- Click on the three dots in the upper right corner β βShow all appsβ.
- Find the disabled application and click "Enable".