Owners of Xiaomi smartphones based on MIUI often face the unexpected appearance of the Yandex Music widget on the lock screen - even if the application has long been removed or never installed. This widget not only takes up space, but can drain the battery in the background, display irrelevant information or interfere with quick access to notifications. Unlike standard notifications, which are removed by swipe, the Yandex Music widget "merges" into the system at the MIUI level and requires special actions to deactivate.
Compounding the problem, the widget may reappear after firmware updates, and in some versions of MIUI 14/15, the option to disable it is hidden in the depth of the settings or not at all in the interface. In this article, we will analyze 5 proven methods, from basic to advanced, including editing system files for advanced users. All methods are tested on Redmi Note 10/11/12 Pro models, POCO X3/X4/X5, Mi 11/12 and other devices with MIUI 12-15.
Why Yandex Music widget appears on the lock Xiaomi
Yandex Music Widget is integrated into MIUI at the system services level through a partnership agreement between Xiaomi and Yandex. Even if you manually uninstall the application, its background processes can remain active thanks to:
- π¦ Pre-installed system packages (com.yandex.music or com.xiaomi.yandexmusic) that are not removed by standard means.
- π Automatic updates MIUI, Restore the widget after resetting settings or cleaning the cache.
- π΅ Integration with MIUI Music is the standard Xiaomi player that loads data from Yandex Music as βrecommendationsΒ».
- π± Regional settings: on devices for the Russian / CIS market, the widget is activated by default.
It is important to understand that the widget is different from a regular notification. Notification can be swiped or disabled in the application settings, whereas the lock widget is tied to the system process and requires separate configuration. On some firmware (for example, MIUI 13 for POCO F3), it can appear even after the phone is completely reset to factory settings.
Method 1: Disconnect via lock screen settings
The easiest method is to deactivate the widget in the lock settings menu, which works on most devices with MIUI 12-15, but may not be available on custom firmware or regional versions for China.
Instructions:
- Open the Settings β Lock screen.
- Go to Widgets or Additional Settings (name depends on the version of MIUI).
- Find Yandex Music (may be called Music widget or Media player).
- Move the slider to the off position. or uncheck the tick.
- Reboot your phone to make the changes take effect.
Check the version of MIUI in Settings β About the phone
Make sure that Yandex Music is not installed as a default app
Open the Application Manager and clear the MIUI Music cache
Backup important data (in case of resetting)-->
If there is no Yandex Music item in the settings, try an alternative path:
- Press your finger on the blank spot of the lock screen (not on the notification!).
- In the menu that appears, select the widget settings or edit.
- Find the Yandex Music icon and drag it to the basket or click Delete.
β οΈ Note: On some devices (e.g. Redmi) 9A s MIUI 12.5) After disabling the widget through the settings, it can return after the restart. In this case, proceed to method 2 or 3.
Method 2: Remove through application settings
If the widget is associated with MIUI Music background or Yandex Music residues, it can be deactivated via the Application Manager, a method that is effective when a standard shutdown does not help.
Step-by-step:
- Go to Settings β Applications β Application Management.
- In the search box, enter Music or Yandex.
- Select MIUI Music (or Yandex Music if the app is installed).
- Click Warehouse β Clear the cache and Clear the data.
- Return to the main menu of the app and select Disable (if the option is active) or Remove Updates.
- To completely remove the system package, click Delete for all users (administrator rights are required).
| Action. | The result | Note |
|---|---|---|
| Clearing the cache | Remove temporary widget data | Maybe come back after the reboot. |
| Clearing the data | Resets player settings | Does not remove the system package |
| Disabling the application | Blocks background activity | It can affect the work of MIUI Music. |
| Removal for all users | Complete packet removal | Requires Superuser Rights (Root) |
If MIUI Music cannot be disabled (the button is inactive), it means that the application is protected by the system.
- π§ Use it. ADB-teams (mode 4).
- π οΈ Install custom firmware without bloat (for example, Xiaomi.EU).
π‘
After cleaning up MIUI Music, check if new widgets from other apps (like VK Music or Spotify) have appeared, and you can also disable them in a similar way.
Method 3: Use Safe Mode (Safe Mode)
If the widget appears due to a conflict with third applications or viruses, Safe Mode will help. In this mode, only system processes are loaded, which allows you to identify the cause of the problem.
How to start Safe Mode:
- Press the power button before the turn off menu appears.
- Press the βStopβ (or βRebootβ) option before a request to go to Safe Mode appears.
- Confirm the action and wait for the reboot (the bottom left corner will be the inscription Safe Mode).
In Safe Mode:
- π Check if Yandex Music widget is gone. If so, the problem is in a third-party app.
- π± Remove recently installed programs (especially optimizers, launchers, or music players).
- π Restart your phone in normal mode and check the result.
β οΈ Warning: All user apps, including Google Play Services, are disabled in Safe Mode. Do not delete system files in this mode - this can lead to bootloop (a looped reboot).
What if Safe Mode doesnβt work?
Method 4: Remove via ADB (for power users)
If standard methods fail, you can force the removal of Yandex Music package via ADB (Android Debug Bridge), which requires connecting the phone to a computer and basic command line knowledge.
Preparation:
- Download and install Platform Tools (includes adb).
- Activate USB Debugging on your phone: Settings β About Phone β MIUI Version (click 7 times to become a developer) β Additional β For developers β Debugging over USB.
- Connect your phone to your PC and confirm your trust in the device.
Commands for removal:
adb shell
pm uninstall -k --user 0 com.yandex.music
pm uninstall -k --user 0 com.xiaomi.yandexmusic
pm disable-user --user 0 com.miui.playerTranscript of commands:
- π pm uninstall β removes the packet for the current user.
- π --user 0 β It indicates the main user (does not require root).
- π pm disable-user β disables the system application (com.miui.player is the system application). MIUI Music).
π‘
If the widget comes back after the commands are executed, then the package is protected by the system, in which case only root rights or custom firmware installation will help.
To check the list of installed packages, use:
adb shell pm list packages | grep -i yandexβ οΈ Attention: Misuse of the right ADB Do not delete packages called miui, Android or google, which are critical components. MIUI.
Method 5: Install custom firmware (last resort)
If all previous methods failed, the alternative firmware is still installed, a method that is suitable for advanced users, as it requires unlocking the bootloader and potentially depriving them of warranty.
Recommended firmware without bloat:
- π Xiaomi.EU β Optimized version MIUI without Chinese and Russian services.
- π§ LineageOS β pure Android without preinstalled apps.
- π‘οΈ Pixel Experience β firmware with interface from Google Pixel.
Step-by-step:
- Unlock the bootloader through Mi Unlock Tool (requires a Xiaomi account and wait 7-30 days).
- Install custom recovery (TWRP or OrangeFox).
- Download the firmware (e.g. Xiaomi.EU for your model) and transfer it to your phone.
- Download to recovery and run Wipe β Format Data (full reset!).
- Install the firmware through Install and restart.
| Firmware | Pluses | Cons |
|---|---|---|
| Xiaomi.EU | No Bloat, weekly updates | It may be unstable on new models. |
| LineageOS | Clean Android, High Performance | No Xiaomi features (like Game Turbo) |
| Pixel Experience | Google Pixel interface, long-term support | There may be no camera support on some models. |
After installing custom firmware, the Yandex Music widget will disappear forever, but you will lose:
- π Official air updates (OTA).
- πΈ Branded camera functions (e.g, AI-Mode in Redmi Note 11 Pro).
- π‘οΈ Guarantee (unless you return the official firmware).
Additional Advice and Warnings
Before you start radical methods (ADB or custom firmware), try these alternative solutions:
- π Resetting the launcher settings: go to Settings β Annexes β Launcher (or) MIUI Launcher) and select Settings Reset. This can remove the widget without affecting other data.
- π΅ Disabling Media Notifications: Go to Settings β Notifications β Additionally. β Media notifications and disable the player's display on the lock.
- π οΈ Use third-party launchers: install Nova Launcher or Lawnchair and set them up as default launcher.Some launchers let you hide system widgets.
On devices with MIUI 14 and later, the Yandex Music widget may be part of the com.miui.system package that cannot be removed without root, in which case the only reliable way is to install custom firmware or roll back to an earlier version of MIUI.
β οΈ Note: On some models (POCO X3 Pro, Redmi K40) after removing the system packets through ADB Maybe he'll stop working. IR-blaster (DU remote) or NFC. Before executing commands, make a backup through adb backup.