How to permanently disable advertising in the Music app on Xiaomi: a step-by-step guide

The Mi Music app (or simply Music) on Xiaomi, Redmi and POCO smartphones has become an integral part of the MIUI ecosystem, but its main drawback is intrusive advertising: Banners between tracks, pop-ups with offers, and even ad units in playlists sometimes make listening to music uncomfortable. Unlike paid services like Apple Music or Spotify, where advertising is not in premium versions, here it is built into the application itself by default.

In this article, we’ll look at 5 proven ways to remove ads from Mi Music, from simple MIUI settings to radical methods using ADB and third-party utilities. It’s important to understand that not all methods are universal: some only work on certain versions of the firmware, others require unlocking the bootloader or superuser rights, and we’ll point out the pros and cons of each approach, and also warn against potential risks.

If you're tired of ads interrupting your playlists or slowing down your app, the following instructions will help you get back to a more comfortable experience, starting with the safest and easiest solutions, gradually moving to more complex ones.

1. disable personalized advertising in MIUI settings

The most innocuous way to reduce the amount of advertising is to disable the personalization of ads in the system settings. This will not remove banners completely, but will reduce their frequency and relevance. The method works on all Xiaomi devices with MIUI 12 and later, including the Redmi Note 12, POCO X5 and other models.

Instructions:

  1. Open Settings β†’ Google β†’ Advertising.
  2. Turn off the slider Personalized advertising.
  3. Go back to the basic settings and go to Settings β†’ Applications β†’ Application Management.
  4. Find Mi Music in the list, open Permissions, and disable Location and Warehouse access (unless it interferes with the basic functionality).

This method does not require root rights or technical skills, but its effectiveness is limited: advertising will still appear, just less often, and more radical measures will be needed to completely remove banners.

πŸ’‘

If you still see ads after disabling personalization, try clearing the Mi Music app cache in the app settings, which will reset the time data that may contain the ad tags.

2.Using the built-in ad blocker in MIUI

Starting with MIUI 13, Xiaomi has added a built-in ad-blocking tool, Security β†’ Cleaner β†’ Ad Services, to the firmware.This section allows you to disable ad services for individual applications, including Mi Music. However, the feature is hidden from users by default and requires activation through a hidden menu.

How to turn on:

  • πŸ“± Open the Security app (shield icon).
  • πŸ” Go to the Cleaner. β†’ Settings (βš™οΈ) β†’ Ad Services.
  • πŸ”„ If there is no item, enter the Ad Services request in the search by settings.
  • 🚫 In the list, find Mi Music and turn off the slider next to it.

The effectiveness of the method depends on the version of MIUI. On some devices (for example, Xiaomi 13T), this partition may be missing or unstable. If after the shutdown, advertising continues to appear, move to the next method.

Why does MIUI’s ad blocker not always work?
In some regional firmware (e.g. Europe or India), Ad Services can be disabled at the server level of Xiaomi, and it does not block ads downloaded through third-party SDKs (e.g. Google AdMob or Tencent) that are integrated into Mi Music.

3. Removal of Music App Updates

Often, ads appear after Mi Music updates, when developers add new ad modules. rollback to the factory version of the application can temporarily solve the problem, but requires caution: some features (for example, sync with the cloud) may stop working.

Step-by-step:

  1. Go to Settings β†’ Applications β†’ Application Management β†’ Music.
  2. Click on the three dots in the top right corner and select Remove Updates.
  3. Confirm the action. The app will return to the default version in the firmware.
  4. (Optional) In Google Play, turn off automatic updates for Mi Music.

Cons of the method:

  • ⚠️ After the next system update MIUI The application can be updated automatically again.
  • ⚠️ Some functions (such as uniform volume or equalizer) may not work properly.

Backup playlists in Settings β†’ Music β†’ Backup

Remember the current equalizer settings (take a picture)

Turn off the internet before rolling back to avoid automatic updates

Check compatibility with your version MIUI (not working MIUI 14+ for some)-->

4. Blocking Advertising through ADB (without root)

For users who are ready for more technical solutions, ADB-The team allows you to disable the advertising components of Mi Music without obtaining root rights. The method works on most Xiaomi devices, but requires a connection to a computer and enable debugging on the Internet. USB.

Instructions:

  1. Activate Developer Mode: Go to Settings β†’ About Phone and click on MIUI Version 7 times.
  2. Return to Settings β†’ Additional β†’ For developers and enable USB debugging.
  3. Connect your phone to your PC, install ADB Tools, and execute the commands:
adb shell pm hide com.miui.player:AdvertiseService


adb shell pm hide com.miui.player:AdvertiseReceiver

If the commands don’t work, try an alternative:

adb shell settings put global hidden_api_policy 1

This method blocks advertising services at the system level, but has limitations:

  • πŸ”„ After restarting the device or updating MIUI It may be necessary to repeat the commands.
  • πŸ›‘ In some models (for example, POCO F5) Xiaomi is blocking the change of hidden API, And the teams won't work.

Yeah, often.

I tried it 1-2 times.

No, but I want to learn.

No, I don't plan on.-->

5. Install a modified version of Mi Music (requires root)

The most radical, but also the most effective way is to install a patched version of the Mi Music app with remote ad modules, which requires root rights and custom recovery (such as TWRP), which is suitable for advanced users, as it carries risks of disrupting the stability of the system.

How to determine:

  1. Download a modified version of Mi Music from a trusted source (e.g., the XDA Developers forum or 4PDA).
  2. Back up the original app via Titanium Backup or Adb Backup.
  3. Remove the original app via Root Explorer or command: adb shell su pm uninstall --user 0 com.miui.player
  4. Install the patched version via adb install or TWRP.

Important: Modified APKs may contain malicious code. Always check files through VirusTotal and install only from trusted resources.

Advantages of the method:

  • βœ… Total lack of advertising.
  • βœ… Ability to fine-tune the interface.
  • βœ… Compatibility with the latest versions MIUI (with the right patch).

Risks:

  • ⚠️ Disruption of system services (for example, synchronization with Mi Account).
  • ⚠️ Loss of warranty when unlocking the loader.
  • ⚠️ Possible bugs in patched versions (e.g., lack of library updates).

πŸ’‘

Installing modified APKs is a last resort.Be sure to check compatibility with your Xiaomi model and MIUI version before doing so. On some devices (such as Xiaomi 14), this can lead to system updates being blocked.

Comparison of methods: which one to choose?

To make it easier, we've put together a table of pros and cons of each method, focusing on your technical skills and risk-awareness:

MethodDifficultyEfficiencyRisks.Required. root/ADB
Disabling personalization⭐⚠️ Low.No.No.
The locker in MIUI⭐⭐⚠️⚠️ MediumNo.No.
Retraction of the application version⭐⭐⚠️⚠️⚠️ Tall.Loss of functionNo.
ADB-team⭐⭐⭐⚠️⚠️⚠️⚠️ Very high.Resetting settingsADB
Modified APKβ­β­β­β­βœ… Complete removalBlocking updates, bugsRoot

For most users, the best solution would be to combine disabling personalization + blocking in MIUI. If the ad remains, try rolling back the version or ADB. Modified APKs only as a last resort.

Frequent Mistakes and How to Avoid Them

When trying to remove ads, many users face typical problems, and here are the most common mistakes and ways to solve them:

⚠️ Warning: Never delete Mi Music from the standard "Delete App" menu in your settings, which will cause system services to crash as the app is part of the app. MIUI. Use only adb uninstall --user 0 patched.

Error 1: After the version is rolled back, the application does not open.

  • πŸ”Ή Make sure you’re backing down to a version that’s compatible with yours. MIUI (check out the forums).
  • πŸ”Ή Clear the cache and application data in the settings.

Mistake 2: ADB-No orders are executed (device unauthorized).

  • πŸ”Ή Confirm debugging on USB on the smartphone screen (a request will appear when you first connect).
  • πŸ”Ή Reinstall the drivers ADB PC-only.

Error 3: Advertisements are returned after the MIUI update.

  • πŸ”Ή Turn off automatic Mi Music updates on Google Play.
  • πŸ”Ή Use App Ops (permissions management app) to block the application from accessing the Internet.

πŸ’‘

If you still have an ad after all the manipulations, check if you have additional ad SDKs installed on your device through other apps (such as Mi Video or Themes), which can also be disabled via ADB or App Ops.

Can I remove ads in Mi Music without root and ADB?
Yes, but the effectiveness will be limited. The simplest ways: disable personalized ads in Google settings. Use the built-in blocker in Security β†’ Ad Services (not available on all firmware) App rollback via settings (but ads may return after the update). ADB.
Why did Mi Music stop working cloud playlists after the ad was turned off?
This is because some ad modules are integrated into sync mechanisms with Mi Account. ADB-team-patter APK, Try: Return the original version of the app. Enable Internet access for Mi Music in the permission settings. Log in again to Mi Account through the app settings.
Will the ad blocker work on the global and Chinese versions of MIUI?
Yes, but there are nuances: Global MIUI (EU/Global): The built-in blocker (Ad Services) is often disabled, but ADB-Teams and rollbacks are running steady. MIUI (China: Ad blocker is usually available, but some advertising is available SDK (Castom firmware (xiaomi.eu, PixelExperience): Advertising is not the default, but Mi Music may not work properly.
Can I use third-party music players instead of Mi Music?
Yes, and it's often the best solution. Popular alternatives: Poweramp is paid, but without advertising and with an advanced equalizer. VLC is free, supports all formats. Musicolet is a lightweight player without ads and with offline mode. Minus: these applications are not integrated with Xiaomi system functions (for example, quick settings on the lock screen).
How to get back the original Music app after experimentation?
If you have removed or replaced Mi Music, you can restore it as follows: Download the original. APK from the APKMirror website (select the version for your model and MIUI). Install it either through adb install or manually (allowing installation from unknown sources). If the application does not start, reset it through Settings. β†’ Annexes β†’ Music. β†’ Warehouse β†’ Clear the data. For devices with unlocked bootloader, you can restore the application via Fastboot command: fastboot flash system system.img (where system.img β€” firmware).