The application YouTube is pre-installed on most smartphones Android, and not all users need it. Some people want to free up space in their memory, others want to get rid of intrusive advertising, and others simply donโt watch videos online. But hereโs the problem: standard deletion through the app menu often does not work - the โDeleteโ button is inactive, and the system only offers โDisableโ or โUninstall updates.โ
In this article we will look at all possible ways to delete YouTube devices - from basic to advanced, including methods for root users and owners of phones with custom firmware. We will also tell you how to avoid common mistakes that can lead to system failures, and what to do if the application returns after a reboot. Android-devices - from basic to advanced, including methods for root users and owners of phones with custom firmware. We will also tell you how to avoid common mistakes that can lead to system failures, and what to do if the application returns after a reboot.
Why YouTube cannot be deleted in the standard way?
The fact is that YouTube on most smartphones is a system application. Manufacturers (for example, Samsung, Xiaomi, Huawei) enter into partnership agreements with Google, and a number of services (including YouTube, Google Play Music, Duo) are installed in the /systemsection, which is protected from changes without superuser rights (root).
Even if you see the โDeleteโ button in the application menu, it often only leads to:
- ๐ Removing updates โreturn to the factory version of the application (without losing the main files).
- โ๏ธ Disabling โhiding the icon and stopping the background of processes, but the files remain in memory.
- ๐๏ธ Clearing the cache/data โfreeing up space, but the application itself does not go away.
To completely erase YouTube from your phone, additional actions will be required - from using ADB to obtaining rootrights. But before you move on to radical measures, check if one of the simple methods is right for you.
Method 1: Disabling YouTube (without deleting files)
If your goal is to simply hide the application and stop it running in the background, it is enough disable YouTube through the settings. This method does not require superuser rights and is suitable for all devices. data-i="72">Applications and notifications Android 6.0+.
Instructions:
- Open
Settings โ Applications(orApps and notifications). - Find YouTube in the list (you can use the search).
- Click on the three dots in the upper right corner and select
Disable. - Confirm the action in the appeared window.
After disconnecting:
- ๐ฑ The application icon will disappear from the main screen and menu.
- ๐ Background processes YouTube will stop working.
- ๐ฅ Updates for the application will no longer be installed.
โ ๏ธ Attention: On some firmware (for example, MIUI from Xiaomi) a disabled application can be activated again after a system update. To avoid this, block automatic updating YouTube v Google Play.
โ๏ธ Preparing to disable YouTube
Method 2: Uninstall updates and reset to factory version
If YouTube has updated and now takes up too much space (for example, 200+ MB instead of the original 50 MB), you can return it to the factory version. This won't remove the app completely, but it will reduce the space it takes up.
How to do it:
- Go to
Settings โ Applications โ YouTube โ Storage. - Click
Uninstall updates(orReset to factory settings). - Confirm the action.
After reset:
- ๐ The application size will be reduced to the original size (usually 30-70 MB).
- ๐ The functionality will return to the version pre-installed on the phone.
- ๐ซ New updates will not be installed automatically (if you block them in Google Play).
| Action | Result | Are root access required? |
|---|---|---|
| Disable YouTube | The icon is hidden, processes are stopped | No |
| Removing updates | Reset to factory version, saving space | No |
| Removal via ADB | Full removal for the user (files remain in the system) | No |
| Removal with root access | Complete erasure of all application files | Yes |
โ ๏ธ Attention: On some devices (for example, Huawei without services Google) YouTube may be part of a packagecom.google.android.gmorcom.google.android.apps.youtube.music. Removing such packages may cause problems with other services. Google.
Method 3: Removing YouTube via ADB (without root)
If shutting down and resetting is not enough, you can delete YouTube for the current user using Android Debug Bridge (ADB). This method does not require rootrights, but will require connecting the phone to the computer.
Step-by-step guide:
- Download and install ADB Tools on PC.
- Enable
USB debuggingon the phone:Settings โ About phone โ Build number (press 7 times)Settings โ System โ For developers โ USB debugging - Connect your phone to the PC and confirm permission to debug.
- Open the command line (or Terminal on Mac/Linux) and enter:
adb devicesMake sure that your device is shown in the list.
- Run the command to remove YouTube:
adb shell pm uninstall -k --user 0 com.google.android.youtube
What will happen after the command is executed:
- ๐๏ธ The application YouTube will be removed for the current user (but will remain in system).
- ๐ After resetting the phone to factory settings YouTube will return.
- ๐ฑ The icon will disappear, and an attempt to open links to YouTube will redirect to the browser.
If the command is not worked, try replacing com.google.android.youtube with com.google.android.apps.youtube.music โon some devices the package is called differently.
Method 4: Complete removal with root access
If you have rootaccess, you you can completely erasing YouTube, including all its files from the system partition. This method is suitable for experienced users, since incorrect actions can lead to system crash.
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/. - Find folders with names:
YouTubeYouTubeMusiccom.google.android.youtube-1(or similar)
.bak).Alternative method via Terminal Emulator:
sumount -o rw,remount /system
rm -rf /system/app/YouTube
rm -rf /system/priv-app/YouTube
reboot
โ ๏ธ Attention: Removing system applications may disrupt the operation of Google Play Services or other services. Before deleting, do backup copy (backup) via TWRP or Titanium Backup.
What to do if other applications stop working after deleting YouTube?
If after deletion YouTube stopped opening Google Play Store, Gmail or other services, which means you deleted the dependent package. Restore the deleted files from a backup or run the command:
adb shell cmd package install-existing com.google.android.gms
This will reinstall Google Play Services and may return system performance.
Method 5: Installing custom firmware without YouTube
The most radical, but also the most effective method is install alternative firmwarein which YouTube and other services Google are absent by default. Popular options:
- ๐ฑ LineageOS - clean Android without pre-installed applications.
- ๐ก๏ธ GrapheneOS - firmware with an emphasis on security and privacy.
- ๐ง CalyxOS - optimized for data protection, without Google Services.
Advantages of this method:
- ๐งน Complete absence YouTube and other unnecessary applications.
- ๐ Ability to choose which services Google to install.
- โก Often better performance compared to stock firmware.
Disadvantages:
- โ ๏ธ Risk loss of warranty (on most devices).
- ๐ง Requires technical skills (unlock bootloader, installation TWRP).
- ๐ฑ Not all phone functions can work (for example, NFC or the camera on some firmware).
Custom firmware is the only way to get rid of YouTube and other system applications without the risk of them reappearing after updates.
What to do if YouTube returns after being deleted?
If you deleted YouTube via ADB or disabled it, but after updating the system the application appears again, the problem is automatic recovery of system applications. Here's how to fix it:
Ways to prevent the return:
- ๐ Turn off automatic updating of system applications:
Settings โ Google โ Automatic application updates โ Turn off - ๐ต Block YouTube installation via Google Play:
- Open Google Play โ find YouTube.
- Click on the three dots โ
Remove from the list of updates.
- Applications like Package Disabler Pro or Bloatware Remover can block recovery YouTube.
If nothing helps, consider the option of disabling Google Play Services (but this may disrupt the operation of other applications that depend on services Google).
FAQ: Frequently asked questions about deleting YouTube from Android
Is it possible to delete YouTube without a computer?
Yes, but with limitations:
- Without rootrights, you can only disable or uninstall updates.
- With root-rights you can use applications like Titanium Backup or System App Remover for complete removal.
Why, after deleting YouTube via ADB, does it still open in the browser?
This is normal behavior When. you delete the application via ADB command pm uninstall --user 0, it disappears only for the current user. Links to YouTube will still be redirected to the browser, since the system recognizes them as web addresses.
To avoid this, install an alternative application for watching videos. (for example NewPipe) and make it the default application for links YouTube.
Is it possible to remove YouTube on Samsung phones with One UI?
On devices Samsung with iOS One UI YouTube often built into package com.sec.android.app.samsungapps or com.google.android.gm. Complete removal without rootrights is impossible, but you can:
- Disable the application (see Method 1).
- Delete updates (see Method 2).
- Use ADB to uninstall for the current user (see Method 3).
On some models (for example, Galaxy S22 and newer) Samsung blocks the removal of system applications even via ADB.
Will YouTube Premium work if you delete the regular application?
No. YouTube Premium is a subscription linked to the account Google, and not to the application. If you delete YouTube. then:
- You will not be able to watch the video without unnecessary water in the official application.
- Keep access to YouTube Music Premium (if you have it).
- You will be able to enjoy the benefits Premium in the browser or through alternative clients (for example NewPipe with authorization).
Is it possible to return YouTube after complete deletion?
Yes, but the method depends on the deletion method:
- If you disabled application โ turn it back on settings.
- If deleted through ADB โ install YouTube from Google Play or run the command:
adb shell cmd package install-existing com.google.android.youtube - If deleted with rootrights โ restore deleted files from a backup or reflash the phone.