The built-in Mi Music app on Xiaomi, Redmi and POCO smartphones is often a source of annoyance for users, taking up space in memory, consuming resources in the background and not always convenient to use - especially if you prefer Spotify, Yandex Music or VK Music. Unfortunately, the standard way to remove it is impossible: in MIUI it is a system application, and the "Delete" button is simply not on the menu.
In this article, we will discuss 5 working methods to get rid of Mi Music β from simple disabling to complete deletion with ADB or superuser rights (ROOT). Each method is tested on current versions of MIUI 14/15 (including HyperOS) and is suitable for most models: Xiaomi 13/14 Pro, Redmi Note 12/13, POCO F5/X5 and others.
1. disabling the Music app (without deletion)
If you don't have to completely remove an app, but just hide it from the menu and stop background activity, this is the safest method. It doesn't require superuser rights and works on all versions of MIUI.
Application disabled:
- β It will not appear in the list of programs.
- β It will not consume battery and traffic.
- β No updates will be made through the Play Market
- β It will remain in the memory of the device (takes up). ~50β100 MB)
Instructions:
- Open Settings β Applications β Application Management.
- In the search box, type βMusicβ (or βMi Musicβ).
- Click on the application, then select Disable.
- Confirm the action in the window that appears.
β οΈ Attention: On some firmware (MIUI Global) after disabling the application can be activated again after the system update.
π‘
If the βDisableβ button is inactive, try clearing the cache and app data in the same menu first.
2. Removal via ADB (without ROOT)
The Android Debug Bridge (ADB) method allows you to completely remove the Mi Music app without superuser rights. It's an official tool from Google, but requires you to connect your smartphone to your computer.
Advantages of the method:
- πΉ It works on all versions. MIUI (including HyperOS)
- πΉ Does not require unlocking the loader
- πΉ Reversible process (can be restored application)
What you need:
- π» Computer with Windows/macOS/Linux
- π USB-cable (preferably original)
- π± Included debugging by USB smartphone
Step-by-step:
- Download ADB Tools and unpack the archive.
- On your smartphone, turn on: Settings β About Phone β MIUI Version (click 7 times to activate Developer Mode) Settings β Additional β For Developers β Debugging by USB (enable)
- Connect the phone to your computer and select File Transfer mode.
- Open the command line (cmd) in the folder with ADB and enter: adb devices (should appear the name of your device).
- Execute the command to delete: adb shell pm uninstall --user 0 com.miui.player
β οΈ Note: If the application appears again after restarting, then your firmware has protection. MIUI. This will only help with the method of ROOT-rights (section 4).
Download ADB Tools from the official website|Enable the developer mode on Xiaomi|Activate debugging by USB|Connect the phone to the PC in the mode "File transfer"|Check the connection of the team `adb devices`-->
3. Hiding the application through the launcher
If you're only bothered by the Mi Music icon on the menu, but the functionality of the app isn't critical, you can just hide it, and this way doesn't delete the program, but it makes it invisible in the standard launcher.
How to hide it:
- Press the music icon on the main screen.
- In the menu that appears, select Remove or Hide (on some firmware - In the basket).
- Confirm the action.
For complete hiding from the list of applications:
- πΈ Use a third-party launcher (like Nova Launcher or Apex Launcher).
- πΈ In the launcher settings, find the Hidden Apps section and add Mi Music to the list.
| Coverage method | Need a ROOT? | Hiding it off the menu? | Removing from the device? |
|---|---|---|---|
| Standard MIUI launcher | β No. | β Yes. | β No. |
| Third-party launcher (Nova) | β No. | β Yes. | β No. |
| Disconnection in settings | β No. | β Yes. | β No. |
| Removal via ADB | β No. | β Yes. | β Yes, for the current user) |
Standard. MIUI|Nova Launcher|Apex Launcher|Other|I don't know what it is.-->
4. Complete removal of c ROOT-rights
If you are ready for radical measures and your Xiaomi has unlocked a bootloader with Magisk or SuperSU installed, you can completely erase the Mi Music app from the system partition, which ensures that the program will not return after the updates.
β οΈ Warning: Removing system applications may lead to unstable firmware or update errors MIUI. Before the action, make a backup copy through TWRP Or OrangeFox.
Methods of disposal:
- π Through the file manager with ROOT-access (e.g., Root Explorer or Root Explorer) FX File Manager: Go to the folder /system/priv-app/MiuiMusic or /system/app/MiuiMusic. Remove the entire folder or rename it (for example, in the MiuiMusic_bak). Reset the device.
Titanium Backup
- Launch the app and find Mi Music in the list.
- Choose Delete! (not "Freeze").
β οΈ Attention: On some firmware (MIUI China) removing Mi Music may disrupt the system's uniform sound (e.g. alarm or notifications). Before deleting, check if the app is used to play standard tunes.
What if the alarm clock is missing after the alarm?
5. Alternative methods: replacement by a third-party application
If you do not fundamentally delete Mi Music, but you want to open another application by default (for example, Spotify or VLC), you can reassign the default actions.
How to do this:
- Install an alternative player from the Play Market.
- Open any music file through the file manager.
- In the window that appears, select the desired application and mark Always.
To completely replace the system player:
- π΅ Use Poweramp or Musicolet β they support all formats and have advanced settings.
- π Configure the widgets of these apps on the home screen instead of the standard player.
If you want to completely replace Mi Music with an analogue, but do not know which one to choose, pay attention to the comparison table:
| Annex | Free version | Hi-Res support | equalizer | Offline mode |
|---|---|---|---|---|
| Spotify | β Yes (with advertising) | β No. | β Yes. | β Yes (for premium) |
| VLC | β Yes. | β Yes. | β Yes. | β Yes. |
| Poweramp | β No (30-day trial) | β Yes. | β Yes, 10-band) | β Yes. |
| Yandex Music | β Yes (with limitations) | β No. | β Yes. | β Yes (for premium) |
π‘
Replacing a standard player with a third-party (for example, VLC) allows you not only to get rid of Mi Music, but also to get support for FLAC, WAV and other Hi-Res audio formats that the Xiaomi system application does not play.
6.Restore the Music app after deletion
If you have problems after removing Mi Music (e.g. system sounds are lost or some MIUI features are not working), the application can be restored.
Recovery methods:
- π Through ADB (if removed by pm uninstall: adb shell cmd package install-existing com.miui.player
- π₯ Through APK-File: Download the original APK Mi Music for your version MIUI (For example, with APKMirror. Install it through ADB: adb install com.miui.player.apk
reset
- Go to Settings β About the phone β Reset settings.
- Select Reset all settings (does not delete files, but returns system applications).