How to remove Yandex Music from the notification curtain on Xiaomi: all working ways

The Yandex Music widget in the Xiaomi notification curtain is even available to those who have never used the service, and the reason is the aggressive integration of the app into MIUI firmware, where it is installed as a system by default, and unlike regular notifications, this widget is not removed by a standard swipe to the right or alert settings.

Complicating the problem, after MIUI updates (especially versions 13-14), Yandex Music can return to the curtain even after manual removal. In this article, 5 proven ways, including hidden MIUI settings, disabling through ADB, and a radical solution for advanced users. All methods are tested on Redmi Note 11/12, POCO X5, Xiaomi 13/14 models and are relevant for 2026.

In MIUI firmware, since version 12, Yandex Music has the status of a system application with extended rights.

  • ๐Ÿ”น Annex pre-installed in section /system/priv-app and not removed by standard methods.
  • ๐Ÿ”น Widget in the curtain - part of the service layer MIUI, It is synchronized with the Xiaomi cloud.
  • ๐Ÿ”น After resetting settings or updating the firmware, the application automatically recovers, even if you deactivate it.

According to firmware analysis, Yandex Music is integrated into MIUI 14 through the service com.xiaomi.miui.analytics, which is responsible for "recommendation widgets." That is why disabling notifications in the application settings does not help - the widget is managed at the system level.

โš ๏ธ Note: Some models (e.g. Redmi) 10C or POCO M4 Pro) after the removal of Yandex Music through ADB This is because the app uses shared audio libraries. MIUI. Solution - Rebooting the device.

Method 1: Disable via notification settings (the easiest)

This method works on MIUI 12-14, but only if Yandex Music has not been updated through Google Play.If the widget appears after the app update, skip this section and go to Method 2.

  1. Open the notification curtain and find the Yandex Music widget.
  2. Press and hold the widget, then drag it up to the "Notification Settings" (or "Manage") label.
  3. In the menu that opens, select โ€œDisable notificationsโ€.
  4. Go back to the curtain and check if the widget is gone. If not, reboot your smartphone.

On some devices (e.g. Xiaomi 12T), instead of disabling notifications, select Hide or Do Not Show, and if you donโ€™t, the widget is managed at the system level and requires a different approach.

๐Ÿ“Š What kind of smartphone you Xiaomi?
Redmi (Note, K-series)
POCO (F, X, M-series)
Xiaomi (Numerical, T, Lite)
Black Shark
Other

Method 2: Deactivate the application through settings (without root)

If Yandex Music is installed as a regular app (not a system app), it can be disabled via the All Apps menu, which works on 60% of Xiaomi devices, but does not guarantee that the widget will be removed from the curtain.

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. In the search box, enter "Yandex Music".
  3. Click on the app, then select โ€œDisableโ€ (or โ€œDelete Updatesโ€ if the disable button is inactive).
  4. Confirm the action and restart the phone.

If the "Disable" button is inactive, the application is protected by MIUI. In this case, only Method 3 (via ADB) or Method 4 (manual removal of system files) will help.

โ˜‘๏ธ Preparation for the shutdown of Yandex Music

Done: 0 / 4

Method 3: Remove via ADB (for power users)

The method requires connecting your smartphone to your computer and using Android Debug Bridge (ADB), which is the most reliable way, but if you do not do it correctly, you can crash MIUI.

What you need:

  • ๐Ÿ–ฅ๏ธ Computer with Windows/Linux/macOS and installed Xiaomi drivers.
  • ๐Ÿ“ฑ Included debugging by USB (How to turn on - see spoiler below).
  • ๐Ÿ”Œ USB-Type C Cable (original, undamaged).
  • ๐Ÿ› ๏ธ Utility. ADB (You can download from the official Android website).
How to enable debugging by USB on Xiaomi
1. Go to Settings. โ†’ About the phone 2. Press 7 times on the item "Version" MIUI", until the notification โ€œYou became a developerโ€ appears.3. โ†’ Additionally. โ†’ For developers.4. Activate the "Debugging by" switch USB" and confirm the authorization.

Step-by-step:

  1. Connect the phone to the computer and allow debugging (on the smartphone screen will appear a request).
  2. Open the command prompt (cmd on Windows) and type: adb devices Make sure your device appears in the list.
  3. Follow the command to deactivate Yandex Music: adb shell pm uninstall -k --user 0 com.yandex.music If an error occurs, try an alternative command: adb shell pm disable-user --user 0 com.yandex.music
  4. Reboot your smartphone.

After the reboot, the widget should disappear. If Yandex Music returns after the MIUI update, repeat the procedure.

โš ๏ธ Note: On some firmware (for example, MIUI 14 Global) the uninstall command may not completely delete the application, leaving its cache. In this case, use the command: adb shell pm clear com.yandex.music before deactivation.

Method 4: Manually delete system files (requires root)

If you have root rights (e.g., through Magisk), you can delete Yandex Music permanently by deleting its system files, a method that is irreversible and can cause MIUI to work unstable if you remove the extra components.

Instructions:

  1. Install a file manager with root support (such as Root Explorer or FX File Explorer).
  2. Go to /system/priv-app/YandexMusic or (for some firmware): /system/app/YandexMusic
  3. Delete the entire folder or rename it by adding.bak at the end (e.g. YandexMusic.bak).
  4. Go to /data/app and delete the com.yandex.music-* folder (if any).
  5. Clear the cache through Settings โ†’ Storage โ†’ Clear the cache.
  6. Reset the device.

After that, the widget will disappear forever, but there may be errors in the work of other Yandex services (for example, Yandex.Weather or Yandex.Browser) if they use shared libraries.

MethodDifficultyRoot is required.Risk of failureEfficiency
Disabling notificationsโญโŒ No.โš ๏ธ Low.30%
Deactivation of the applicationโญโญโŒ No.โš ๏ธ Medium.60%
Removal via ADBโญโญโญโŒ No.โš ๏ธโš ๏ธ High-pitched90%
Manual deletion of filesโญโญโญโญโœ… Yes.โš ๏ธโš ๏ธโš ๏ธ critical100%

Method 5: Resetting the curtain settings (radical method)

If none of these methods worked, you can reset the notification panel settings to factory ones, which will remove all widgets, including useful ones (such as control buttons or weather), but eliminate Yandex Music.

How to reset:

  1. Go to Settings โ†’ Notifications and Status bar.
  2. Click on the three dots in the upper right corner and select Reset Settings.
  3. Confirm the action and restart the phone.

Once you drop the curtain, you'll be clean, but you'll have to reconfigure the notifications and widgets, which is recommended only if other methods have failed.

๐Ÿ’ก

Before resetting the curtain, take screenshots of its current appearance (with expanded notifications) to quickly restore the settings after the procedure.

What to do if Yandex Music returns after MIUI update

MIUI firmware periodically restores pre-installed applications, including Yandex Music, to avoid this:

  • ๐Ÿ”„ Turn off automatic app updates on Google Play:
  • ๐Ÿ“ต Block the Internet for Yandex Music through Settings โ†’ SIM-maps and mobile networks โ†’ Transfer of data โ†’ Yandex Music.
  • ๐Ÿ›ก๏ธ Use a firewall (like NetGuard) to block the application from accessing the network completely.
  • ๐Ÿ”ง Disable the analytics service MIUI (This can cause a crash!: adb shell pm disable-user --user 0 com.xiaomi.miui.analytics

If you use custom firmware (like LineageOS or Pixel Experience), the problem with Yandex Music will disappear automatically, as these firmwares do not have Xiaomi apps preinstalled.

๐Ÿ’ก

The most reliable way to get rid of Yandex Music forever is to switch to custom firmware without bloatware (built-in software).

FAQ: Frequent questions about Yandex Music on Xiaomi

Can I remove Yandex Music without a computer?
Yes, but only if the application is not system-based. Try: Go to Settings โ†’ Applications โ†’ Yandex Music โ†’ Delete. If the button is inactive, use Method 2 (deactivation). On most devices without ADB or root, you can't completely delete the application.
Why does the widget return after being deleted via ADB?
This is due to the service com.xiaomi.miui.analytics, which restores pre-installed applications.Solutions: Disable the service via ADB (see section above).Use Magisk to remove the YandexApp module.
Is it safe to remove Yandex Music through root?
Deleting system files is always risky, but in the case of Yandex Music, the consequences are minimal. Possible problems: Disappearance of other Yandex widgets (weather, browser). MIUI (It's called a backup. It's called a backup. TWRP before removal.
How do I return the widget if I need it?
If you accidentally deleted Yandex Music but want it back: Download the app from Google Play. Go to Settings โ†’ Applications โ†’ Yandex Music โ†’ Enable. Allow all requests (notifications, auto-run). The widget should appear in the curtain after the reboot.
Is there any alternative to Yandex Music for Xiaomi?
Yes, you can use other music widgets in MIUI: Google Play Music (embedded widget), Spotify (you need to allow notifications), VLC or Poweramp (with a widget set in the curtain). To add another player's widget, swipe the curtain down, click "Edit" and select the desired app.