The application YouTube is pre-installed on most smartphones Android and often works in the background, using up battery power, traffic and taking up memory space. Even if you do not use the service, it cannot be deleted in the standard way - the โ€œDeleteโ€ button in the application menu is simply missing. In this article we will analyze all possible methods for removing YouTube, including hidden system tricks and commands for experienced users..

The problem is complicated by the fact that YouTube on many devices it is built into the firmware as a system application. Manufacturers (for example, Samsung, Xiaomi or Huawei) block its removal in order to maintain partnership agreements with Google. However, you can bypass these restrictions - from simple disabling to complete uninstallation via ADB or custom firmware. It is important to understand that some methods require root access or may affect system stability.

Before you begin, check whether you really need to delete the application. It may be enough to disable its updates, remove it from startup, or limit background activity. If the goal is to free up space or get rid of annoying notifications, read on.

1. Disabling YouTube without deleting (the safest way)

If you do not need to completely erase the application, but just stop it working and hide it from the menu, use the built-in tools Android. This method does not require administrator rights and is suitable for all devices, including Samsung Galaxy, Xiaomi Redmi and Google Pixel.

Go to Settings โ†’ Applications โ†’ YouTube. Here you will see three key options:

  • ๐Ÿ”„ Disable โ€”the application will disappear from the menu and stop working, but will remain in the system. Updates are also blocked.
  • ๐Ÿšซ Stop - forcefully terminates all processes YouTube, but does not delete it.
  • ๐Ÿ“ต Delete updates - will return the application to the factory version (useful if it starts to slow down after updates).

After disconnecting YouTube will disappear from the list of applications, but its data (cache, settings) will remain in memory. To clear them, press Storage โ†’ Clear cache / Clear data. This will free up to 100โ€“300 MB space, depending on the application version.

โš ๏ธ Attention: On some devices (for example, Huawei without services Google) the โ€œDisableโ€ option may be missing. In this case, use the methods from the following sections.
๐Ÿ“Š How often do you use YouTube on your smartphone?
Daily
Several times a week
Nearby
Never

2. Uninstalling updates and resetting to the factory version

If YouTube was originally pre-installed by the manufacturer, it cannot be completely removed without rights root or ADB. However, you can return the application to the factory version, which will reduce its size and remove unnecessary functions. This is relevant if after updates YouTube it starts to slow down or show unnecessary notifications.

Instructions:

  1. Open Settings โ†’ Applications โ†’ YouTube โ†’ Three dots (โ‹ฎ) โ†’ Uninstall updates.
  2. Confirm the action. The application will โ€œroll backโ€ to the version that was at the time of purchase of the phone.
  3. Clear the cache and data in the Storage section.

After that YouTube will stop updating through Google Play, but will remain in the system. To prevent automatic updating:

  • ๐Ÿ›’ Go to Google Play, find YouTube.
  • ๐Ÿ”„ Click on the three dots โ†’ Cancel update (if available).
  • โš™๏ธ In settings Google Play disable Auto-updating applications or add YouTube to the black list.
โš ๏ธ Attention: On some firmware (for example MIUI from Xiaomi) after resetting to the factory version YouTube can be automatically updated upon first start. To avoid this, turn off the Internet before opening the application.

โ˜‘๏ธ Preparing to remove YouTube updates

Done: 0 / 4

3. Removing YouTube via ADB (without root)

If disabling is not enough, and rights root cannot be obtained (or you donโ€™t want to), use ADB (Android Debug Bridge). This method allows you to uninstall YouTube as a user application, even if it is a system application. Works on most devices, including Samsung, OnePlus and Google Pixel.

You will need:

  • ๐Ÿ–ฅ๏ธ Computer with Windows, macOS or Linux.
  • ๐Ÿ”Œ Cable USB (preferably original).
  • ๐Ÿ“ฑ Enabled USB debugging on the phone (Settings โ†’ About phone โ†’ Build number - press 7 times, then return to Settings โ†’ System โ†’ For developers).

Steps:

  1. Download ADB Tools and unpack archive.
  2. Connect your phone to the PC and enter in the command line (terminal):
    adb devices

    The serial number of your device should appear.

  3. Run the command to delete YouTube:
    adb shell pm uninstall -k --user 0 com.google.android.youtube

    If an error appears, try an alternative command:

    adb shell pm uninstall --user 0 com.google.android.youtube

After execution YouTube will disappear from the menu and stop working. At the same time, the system files will remain in place, which will prevent failures. To return the application, just update it via Google Play or run the command:

adb shell cmd package install-existing com.google.android.youtube

What to do if ADB does not see the device?

Make sure the drivers are installed (for Windows, download them from the phone manufacturer's website). Try a different cable or USB port. Restart your phone and PC. Enable the "Allow USB debugging (safe mode)" option in the developer settings.

4. Complete removal of YouTube with root access

If on your device there root access (for example, after unlocking the bootloader on Xiaomi, Samsung or installation Magisk), you can delete YouTube permanently, including all system files. This method will free up the maximum amount of space, but requires caution - incorrect actions can lead to bootloop (loop reboot).

Removal methods:

  • ๐Ÿ“ฑ Through a file manager with root access (for example, Root Explorer or FX File Explorer):
    1. Go to the folder /system/priv-app/YouTube or /system/app/YouTube.
    2. Delete the entire folder or files with the extension .apk and .odex.
    3. Clean folder /data/data/com.google.android.youtube (settings and cache are stored here).
  • ๐Ÿ–ฅ๏ธ Via ADB with superuser rights:
    adb shell
    

    su

    mount -o rw,remount /system

    rm -rf /system/priv-app/YouTube

    rm -rf /system/app/YouTube

    rm -rf /data/data/com.google.android.youtube

    reboot

  • After reboot YouTube will be completely erased To return. it, you will need to reflash the device or install .apk manually (but it will work unstably).

    โš ๏ธ Attention: Removing system applications may disrupt the operation of Google Play Services or other services GoogleOn some devices (for example, Samsung Knox) this will trigger the flag KNOX 0x1 and loss of warranty.
    Deletion method Requires root Freed space Possibility recovery Risks
    Disablement โŒ No 100โ€“300 MB (cache) โœ… Easy to turn back on โŒ No
    Removing updates โŒ No 50โ€“150 MB โœ… Update via Play Market โŒ No
    ADB (--user 0) โŒ No 150โ€“400 MB โœ… By command install-existing โš ๏ธ Notifications may fail
    Root + file deletion โœ… Yes 200โ€“500 MB โŒ Flashing only โš ๏ธ Risk of bootloop, loss of warranty
    Custom firmware โœ… Yes Up to 1 GB (with others GApps) โŒ Flashing back โš ๏ธ Complete loss of data

    5. Removing YouTube via custom firmware

    The most radical way is to install an alternative firmware without services Google (for example, LineageOS without GApps). This will completely remove other applications, but will require unlocking the bootloader and losing all data. The method is suitable for experienced users who want to get rid of all pre-installed services. Pros: Complete cleaning of applications. Increased performance (no background processes). YouTube and other applications Google, but will require unlocking the bootloader and losing all data. The method is suitable for experienced users who want to get rid of all pre-installed services.

    Pros:

    • ๐Ÿงน Complete cleaning from Google-applications.
    • ๐Ÿš€ Increased productivity (no background processes).
    • ๐Ÿ”’ Greater control over the system.
    • Cons:

      • โš ๏ธ Loss of warranty (on most devices).
      • ๐Ÿ”„ Difficult installation process (risk "Originalization").
      • ๐Ÿ“ต Some functions (for example, Google Pay) will stop working.
      • If you decide to take this step, follow the official instructions for your model on the forums XDA Developers or the website of the selected firmware. For example, for LineageOS the algorithm is as follows:

        1. Unlock the bootloader (fastboot oem unlock).
        2. Install custom recovery (TWRP).
        3. Flash the firmware and GApps (if you need others services Google except YouTube).
      ๐Ÿ’ก

      Before flashing the firmware, make a backup copy via TWRP or Titanium Backup. Save it on your PC or cloud - this will help restore data if something goes wrong.

      6. Alternatives to YouTube: what to use instead

      If you deleted YouTube due to annoying advertising, high traffic consumption or a desire to save battery power, consider alternative ways to watch videos:

      • ๐ŸŒ Web version of YouTube in a browser (for example, Firefox or Kiwi Browser). Minus - there is no background playback without YouTube Premium.
      • ๐ŸŽฅ NewPipe is open software with support for background playback, without unnecessary water and with the ability to download videos. Installed via F-Droid.
      • ๐Ÿ“บ Vanced (outdated) - modified YouTube with ad blocking. Not officially supported since 2022, but there are unofficial forks.
      • ๐Ÿ” Invidious - web interface for YouTube with privacy and without unnecessary water. Works through the browser.

      If the goal is to save traffic, enable the Android option in the settings Saving data and limit background activity for the browser. To block ads in the web version, use extensions like uBlock Origin (available in Kiwi Browser or Firefox for Android).

      ๐Ÿ’ก

      NewPipe is the best alternative for watching and downloading videos from YouTube without unnecessary water, but requires manual installation (not available on Google Play).

      7. How to return YouTube if something went wrong

      If after deleting you encounter problems (for example, it stopped working Google Play Services or synchronization errors appeared), you can return YouTube in several ways:

      • ๐Ÿ”„ Via Google Play: just find the application and click โ€œInstallโ€.
      • ๐Ÿ“ฅ Manually: download .apk from a reliable source (for example, APKMirror) and install it.
      • ๐Ÿ”ง Via ADB:
        adb shell cmd package install-existing com.google.android.youtube
      • โš™๏ธ Factory reset: if uninstalling caused serious problems, perform a factory reset (Settings โ†’ System โ†’ Reset).
      • If YouTube was deleted via root and is not restored, the only way out is to reflash the device or manually copy the system files .apk and .odex back to /system/priv-app/.

        โš ๏ธ Attention: On devices with Samsung Knox (for example, Galaxy S or Note), restoring system applications may not reset the flag KNOX. means that some functions (for example Samsung Pay or Secure Folder) will remain blocked.

        FAQ: Frequently asked questions about deleting YouTube

        Is it possible to delete YouTube without a computer?

        Yes, but with limitations Without a PC. You can only disable application or uninstall its updates (see section 1). For complete removal via ADB or root the computer is required.

        Why does YouTube appear again after deleting via ADB?

        This happens due to the automatic recovery of system applications on some firmware (for example, MIUI or EMUITo prevent the return YouTube, disable automatic updates in Google Play or use ADB command to block the package:

        adb shell pm hide com.google.android.youtube

        Will YouTube Music work after deleting the main application?

        Yes, YouTube Music โ€” separate application (com.google.android.apps.youtube.music). However, some functions (for example, transitioning between tracks and clips) may not work correctly.

        Is it possible to delete YouTube on devices without Google services (Huawei, some Xiaomi for China)?

        On devices without GMS (for example, Huawei s AppGallery) YouTube is often installed as a regular application. It can be removed in the standard way via Settings โ†’ Applications. If the โ€œDeleteโ€ button is inactive, use ADB.

        Will deleting YouTube affect the operation of other applications Google?

        In most cases, no. However, some services (for example, Google Assistantcan use YouTube to play videos using voice commands. There may also be problems with authorization in other Googleapplications, if YouTube there was. deleted via root.