Application YouTube Music is often installed on smartphones Android by default - either as part of the manufacturer's firmware, or through automatic synchronization with your account Google. Even if you don't use the service, it may take up memory space, drain battery power in the background, and appear in your recently opened apps list. Removing it is not as easy as it seems: on some devices the โDeleteโ button is simply missing, and disabling it only hides the icon, but does not free up resources.
In this article we will look at 5 working methods getting rid of YouTube Music - from basic (suitable for any devices) to advanced (required root access or ADB). Let us separately dwell on the nuances for smartphones Samsung, Xiaomi i Huawei, where the application is often built into the system. You will also learn how to prevent re-installation of the service and how to replace it to listen to music without wasting money.
Why YouTube Music cannot be deleted in the standard way
On most smartphones YouTube Music refers to system applications those that are preinstalled by the manufacturer or Google. They cannot be deleted through the menu Settings โ Applicationsbecause:
- ๐ฑ Included in the package Google Play Services - other services will not work without it (Google Maps, Gmail, Play Market).
- ๐ Protected by superuser rights โeven the device administrator cannot remove it without special tools.
- ๐ Automatically restored after resetting the settings or updating the firmware.
On devices Samsung and Xiaomi the application can be part of the proprietary shell (One UI or MIUI), and on Huawei (without services Google) - replaced on Huawei Music, but with similar restrictions. The only way to completely erase YouTube Music is to use ADB commands or root access, but this is fraught with loss of warranty and the risk of "bricking" the device.
โ ๏ธ Attention: On some devices (for example, Pixel or Nokia with clean AndroidYou can remove YouTube Music like a regular application. Check this before using complex methods!
Method 1: Disabling the application (without deleting)
If you just need to hide the icon and disable background activity, use the built-in function turning off. This will not free up memory, but will stop battery consumption and notifications.
- Open
Settings โ Applications(on some devices -Settings โ All applications). - Find YouTube Music in the list (use search if there are many applications).
- Click on the three dots in the upper right corner and select
Disable(orDelete updates, if the button is active). - Confirm the action in the window that appears.
After disabling, the icon will disappear from the menu, but the application file will remain in the system. To return it, go to the same section and click Enable.
โ๏ธ What to do after disabling YouTube Music
Method 2: Uninstalling updates and resetting to factory version
If YouTube Music was originally preinstalled, but was later updated via Play Market, you can return it to the factory state. This will reduce the space taken up and reset the settings.
- ๐ฒ Go to
Settings โ Applications โ YouTube Music โ Storage. - ๐ Press
Delete updates(if the button is inactive, there are no updates). - ๐งน Then select
Clear cacheandClear data.
After this, the application will return to the version that was available at the time the phone was purchased. Usually it weighs 2-3 times less than the current one (for example, 50 MB instead of 150 MB). To prevent automatic updating:
- Open Play Market.
- Find YouTube Music in the search.
- Click on the three dots in the corner of the application page and uncheck the
Auto-update.
โ ๏ธ Attention: On some firmware (for example, MIUI 14+), resetting to the factory version may lead to errors in the operation of other services Google. Before taking action, check the reviews about your phone model on the forums.
Method 3: Uninstall via ADB (without root access)
The tool Android Debug Bridge (ADB) allows you to manage system files without obtaining root access. This method works on most devices, but requires connection to a computer.
You will need:
- ๐ป Computer with Windows, macOS or Linux.
- ๐ USB cable (preferably original).
- ๐ ๏ธ Utility ADB Tools from Google.
Steps to remove:
- Turn on
Developer modeon your phone: go toSettings โ About phoneand press 7 times onBuild number. - Return to
Settings โ System โ For Developersand activateUSB Debugging. - Connect your phone to the computer and confirm the trusted device.
- Open the command line (
cmdon Windows orTerminalon macOS/Linux) in the folder withADB. - Enter the command to check the connection:
adb devicesThe serial number of your device should appear.
- Delete YouTube Music command:
adb shell pm uninstall -k --user 0 com.google.android.apps.youtube.music
If the command is completed successfully, the application will disappear from the device. To get it back, just install from Play Market.
What to do if ADB does not see the device?
Method 4: Complete removal with root access
If you have root accessyou can erase YouTube Music without a trace, including all associated files. This method is suitable for experienced users, since incorrect actions can lead to data loss or system malfunction.
Instructions:
- Install a file manager with support
root(for example, Root Explorer or Solid Explorer). - Go to the folder
/system/app/or/system/priv-app/(depending on the firmware). - Find files with the names:
YTMusic.apkcom.google.android.apps.youtube.music-1.apkcom.google.android.apps.youtube.music-2.apk(if any)
Settings โ Applications.After this, the application will be deleted at the system level, and even resetting the settings will not bring it back. However on some firmware (for example, EMUI from Huawei), deleting system APKs may cause a cyclic reboot. Before proceeding, make a backup via. TWRP!
โ ๏ธ Attention: On devices with Magisk (for example, after firmware Custom ROM), deleting system applications may break the modules Google AppsCheck compatibility on the forum XDA Developers.
Method 5: Using custom firmware
The most radical way is to install alternative firmware without services Google (for example, LineageOS or GrapheneOSThis will completely remove YouTube Music and other unnecessary applications, but will require:
- ๐ Unlocking the bootloader (bootloader).
- ๐ฅ Installations TWRP or other custom recovery.
- ๐ ๏ธ Skills in working with
fastbootiADB.
Advantages of the method:
- โ Full control over the system.
- โ No pre-installed applications.
- โ Ability to select versions Android (including outdated but stable ones).
Disadvantages:
- โ Loss of warranty.
- โ Risk of "bricking" the device.
- โ Some functions (for example Google Pay or Widevine L1 for Netflix in HD) may stop working.
If you decide to take this step, follow the instructions for your model on XDA Developers or 4PDA. For example, for Samsung Galaxy you will need:
- Unblock
OEM Unlockin the developer settings. - Install TWRP via
Odin. - Flash LineageOS or HavocOS.
Before installing custom firmware, check whether it supports your phone model by code (for example, SM-G975F for Galaxy S10+). A mismatch may result in a non-functioning communication module or camera.
How to prevent YouTube Music from being re-installed
Even after uninstallation YouTube Music may return after:
- ๐ Firmware updates.
- ๐ง Reset settings to factory settings.
- ๐ฑ Login to your account Google on a new device.
To avoid this:
| Problem | Solution | Tools |
|---|---|---|
| Automatic installation via Play Market | Disable auto-update for all applications in settings Play Market | Play Market, Settings โ Auto-update applications โ Never |
| Recovery after reset | Before resetting, create a backup through Titanium Backup and restore only the necessary applications | Titanium Backup (requires root) |
| Pre-installation in the new firmware | Install custom firmware without GApps or with a minimum set | LineageOS for microG, GrapheneOS |
| Synchronization with account Google | Disable application backup in Settings โ Google โ Backup |
Android Settings |
For devices Samsung It is additionally recommended to disable Knox, since it can restore deleted system applications. This can be done through Package Disabler Pro (requires root or ADB).
How to replace YouTube Music: alternatives without excess water
If you have deleted YouTube Music, but want to listen to music legally and without unnecessary fuss, consider these applications:
- ๐ต Spotify - there is a free plan with advertising or premium for 169 โฝ/month. Supports offline listening and high sound quality.
- ๐ง Deezer - an alternative with wide. catalog and function Flow (personal recommendations).
- ๐ฑ VK Music โfree for users VKontakte, but the catalog is limited.
- ๐ฟ Poweramp โ local player with support for formats
FLAC,WAVand an equalizer. - ๐ SoundCloud โfor independent artists and podcasts.
If you need exactly YouTube, but without music, use:
- ๐บ YouTube Vanced (unofficial client with blocking advertising).
- ๐ NewPipe - open source software for watching videos and listening to music without an account Google.
โ ๏ธ Attention: Applications like YouTube Vanced violate the terms of use YouTube. The account may be blocked for using them.
The best alternative to YouTube Music for offline listening is Spotify Premium or local Poweramp player with downloaded tracks.
FAQ: Frequently asked questions about deleting YouTube Music
Can I delete YouTube Music without a computer?
Yes, but only if the application is not a system one. Try:
- Go to
Settings โ Applications โ YouTube Music. - Click
Delete(if the button is active). - If there is no button, use ADB through the terminal on the phone itself (applications like Termux).
On most smartphones (especially Samsung and Xiaomi) you canโt do without a PC.
Why after deleting via Is the ADB application returning?
This happens due to:
- Automatic recovery of system applications (typical of MIUI and EMUI).
- Firmware updates that recover deleted files.
- Synchronization with account Google (if previously installed via Play Market).
Solution: disable auto-update in Play Market and use ADB to delete package com.google.android.apps.youtube.music again.
Is it safe to remove YouTube Music with root access?
Deleting system applications is always fraught with risks:
- ๐ด Critical errors - if you delete dependent ones files (for example, Google Play Services).
- ๐ Cyclic reboot โ if the firmware expects the presence of an application.
- ๐ต Loss of functionality โfor example, voice commands will stop working Google Assistant.
Recommendation: make a backup before deleting via TWRP and check reviews about your model on the forums.
How to remove YouTube Music on Huawei without Google?
On devices Huawei without services Google (for example, Mate 40 or P50) instead of YouTube Music preset Huawei Music. You can:
- Disable via
Settings โ Applications(same as method 1). - Delete via ADB command:
adb shell pm uninstall -k --user 0 com.huawei.music - Replace with Petal Music (official application from Huawei with integration QQ Music i Kugou).
Is it possible to delete YouTube Music without losing other Google services?
Yes, if use ADB with the flag --user 0. This command deletes the application only for the current user, without affecting system dependencies. Example:
adb shell pm uninstall -k --user 0 com.google.android.apps.youtube.music
After this Google Maps, Gmail However, on some firmwares (for example, ColorOS from Oppo) this can lead to errors in Google Play Services.