How to Remove YouTube Music from Xiaomi Phone: All the Ways to Work

YouTube Music is often installed on Xiaomi smartphones by default, either as part of MIUI firmware or through Google services. Even if you don't use the service, it takes up space in memory, consumes battery power in the background and can interfere with the app menu. Unlike regular programs, you don't always get YouTube Music removed in the standard way: the system either blocks the uninstallation or returns the app after an update.

In this article, we will discuss 5 proven methods to get rid of YouTube Music on Xiaomi (including Redmi, POCO and Mi models), regardless of the version of MIUI or Android. You will learn how to remove the application without root rights, disable its updates, and what to do if it reappears after the reboot. All instructions are current for 2026 and tested on the latest versions of firmware.

Why YouTube Music is Hard to Remove from Xiaomi

The problem lies in how YouTube Music is integrated into the Google and MIUI ecosystem:

  • ๐Ÿ”น System application: On some Xiaomi models (especially pre-installed) MIUI Global) YouTube Music is embedded in firmware as a system component, meaning it cannot be removed through the standard Settings menu. โ†’ Annexes.
  • ๐Ÿ”„ Auto Update via Google Play: Even if you delete APK-Manual file, Google Play Store can automatically restore it the next update to Google services.
  • ๐Ÿ“ฆ Link to YouTube: The app is closely linked to the main YouTube, and its removal sometimes leads to malfunctions in the video service (for example, the Music tab in the mobile version disappears).

In addition, devices with MIUI for the European and Global Markets (EEA) often have restrictions on removing pre-installed Google apps as part of an agreement between Xiaomi and the corporation.

๐Ÿ“Š What version? MIUI use?
MIUI 14
MIUI 13
MIUI 12 or older
HyperOS (new firmware)
I don't know.

Method 1: Standard removal (if available)

Before resorting to radical methods, check if you can remove YouTube Music in the usual way, which will work if the app was installed by you manually or through Google Play, rather than sewn into the firmware.

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. In the search box, enter YouTube Music.
  3. Slip on the app and select Remove (if the button is active).

If instead of Delete you see Disable or Remove updates, then the application is system-based โ€“ go to the following methods.

๐Ÿ’ก

Before deleting, check if YouTube Music is the default app for music playback. Go to Settings โ†’ Apps โ†’ Default Apps โ†’ Music and change it to another player.

Method 2: Disabling the application (without deleting)

If you can't delete YouTube Music, you can turn it off, it stops all background processes, hides the icon from the menu, and prevents auto-start. Less of the method: the application will remain in the device's memory, taking up space.

Instructions:

  1. Go to Settings โ†’ Applications โ†’ Application Management โ†’ YouTube Music.
  2. Click Disable (if the button is inactive, click Remove Updates first).
  3. Confirm the action in the dialog window.

After the shutdown:

  • ๐Ÿ“ฑ The icon will disappear from the app menu.
  • ๐Ÿ”‹ Battery consumption will stop in the background.
  • ๐Ÿšซ The app will not be updated via Google Play.

๐Ÿ’ก

Disconnection is the safest way, as it does not require superuser rights and does not affect the stability of the system.

Method 3: Removal via ADB (without root rights)

If standard methods donโ€™t work, use Android Debug Bridge (ADB), a debugging tool that allows you to remove system applications without obtaining root permissions. This method is suitable for most Xiaomi models, including the Redmi Note 12, POCO X5 and Mi 11.

What you need:

  • ๐Ÿ–ฅ๏ธ Computer with Windows, macOS or Linux.
  • ๐Ÿ“‹ USB-cable (preferably original).
  • ๐Ÿ› ๏ธ Utility. ADB Tools (download platform-tools from the Android Developers website).

Step-by-step:

  1. Turn on USB debugging on your phone: Go to Settings โ†’ About Phone. Tap 7 times on MIUI Version to activate Developer Mode. Go back to Settings โ†’ Additional โ†’ For Developers. Activate USB Debugging and confirm permission.
  2. Connect your phone to your PC and select File Transfer (not Charge!) mode.
  3. Open the command prompt (or Terminal on macOS/Linux) in the folder with the platform-tools and type: adb devices Should appear the name of your device with the number. If not, check the drivers or cable.
  4. Remove YouTube Music by command: adb shell pm uninstall --user 0 com.google.android.apps.youtube.music If an error appears DELETE_FAILED_INTERNAL_ERROR, Try the alternative command: adb shell pm uninstall -k --user 0 com.google.android.apps.youtube.music

Once the command is executed, the app will disappear from the device. To return it, you just need to reinstall it from Google Play.

USB | Downloads ADB Tools | Phone connected in file transfer mode | Command line open in folder with platform-tools-->

Method 4: Removal with root rights (for advanced)

If your Xiaomi has root access (for example, after unlocking the bootloader and installing Magisk), you can uninstall YouTube Music like any other system application.This method gives a 100% guarantee of removal, but requires caution - improper actions can lead to a system failure.

Instructions:

  1. Install a root-enabled file manager, such as Root Explorer or FX File Explorer.
  2. Go to /system/priv-app/YouTubeMusic or /system/app/YouTubeMusic (the path may vary depending on the firmware).
  3. Delete the entire folder or the files inside it (usually YouTubeMusic.apk and oat files).
  4. Reset the device.

An alternative way to do this is to use Titanium Backup (requires Magisk):

  1. Open Titanium Backup and find YouTube Music in the list.
  2. Choose Delete! (Do not Freeze).
  3. Confirm the action and restart the phone.
What happens if you remove YouTube Music with root rights?
If system files are not properly deleted, the phone may stop loading ("brick"). Always back up TWRP or OrangeFox before manipulating system folders. If YouTube stops working after deleting, restore the YouTube.apk file from the backup or reinstall it manually.

Method 5: Disable updates via Google Play

Even if you delete YouTube Music, the Google Play Store can restore it the next time you update Google services. To avoid this, disable auto-updates for the app:

  1. Open the Google Play Store and search for YouTube Music.
  2. Stick to three points (โ‹ฎ) in the upper right corner and uncheck the checkmark with Auto Update.
  3. Return to the app settings (Settings โ†’ Apps โ†’ YouTube Music) and click Remove Updates.

You can also block the installation via ADB:

adb shell pm hide com.google.android.apps.youtube.music

This command hides the application from the system, preventing it from being restored.

Table: Comparison of YouTube Music Deletion Methods

MethodRoot rights requiredRemoves completelyReturns after updateDifficulty
Standard removalโŒ No.โœ… Yes.โŒ No.โญ
ShutdownโŒ No.โŒ No (remains in memory)โŒ No.โญ
ADBโŒ No.โœ… Yes.โš ๏ธ Maybe if you don't block it)โญโญ
Root removalโœ… Yes.โœ… Yes (forever)โŒ No.โญโญโญ
Disabling updatesโŒ No.โŒ No.โŒ No.โญ

What to do if YouTube Music is back?

If the application returns after removal, the reasons may be as follows:

  • ๐Ÿ”„ Auto-Restore via Google Play: Disable Auto-Updates (see Method 5) and block the app via Google Play ADB.
  • ๐Ÿ“ฆ Update MIUI: Once the firmware update is updated, the system applications are restored. ADB root.
  • ๐Ÿค– Google Play Services: Sometimes they reinstall remote apps. To avoid this, disable data syncing for YouTube Music in your Google account settings.

๐Ÿ’ก

If YouTube Music has recovered from a reset, back up via Mi Cloud or Google Drive before resetting, removing the app from the sync list.

โš ๏ธ Note: On some Xiaomi devices with MIUI for the Chinese market (China) ROM) YouTube Music app can be part of Google Mobile Services (GMS). Deleting it will cause other Google services (such as Play Store or Gmail) to fail. Before experimenting, check the firmware version in Settings โ†’ The phone. โ†’ Version. MIUI.

FAQ: Frequent questions

Can I delete YouTube Music without a computer?
Yes, but only if it's not system-based. Try: Delete through Settings โ†’ Applications (if the button is active); Use apps like App Inspector (requires ADB over Wi-Fi); For system applications without ADB or root, you can't delete.
Why does the application return after being deleted via ADB?
This is due to: Google Play Auto Updates (disable them in the app settings); MIUI firmware updates (app restores as system); Google account syncs (disable backup for YouTube Music); Solution: block the package via ADB with pm hide command.
Is it safe to remove YouTube Music with root rights?
Yes, if: You only delete YouTube Music files (don't touch other system folders). You have a backup of TWRP or OrangeFox in case of a crash. You don't delete related services (e.g. com.google.android.gms). The risk is minimal, but always keep a backup before manipulating system files.
How to remove YouTube Music from Xiaomi with HyperOS?
HyperOS (new firmware from Xiaomi) uses the same system application mechanism as MIUI. To remove: Use ADB (see Method 3). If it doesn't work, try disabling the app via Settings โ†’ Apps โ†’ YouTube Music โ†’ Disable. HyperOS also works by locking it via pm hide.
Can I delete YouTube Music without removing YouTube?
Yes, these apps are independent. The removal of YouTube Music does not affect the main YouTube, but: The mobile version of YouTube will lose the Music tab. Some features (for example, background music playback) will become unavailable. If you want music from YouTube, use alternatives like NewPipe or Vanced (for devices without Google Services).