How to permanently remove YouTube from Xiaomi Redmi 8: from simple to radical

You’re tired of the annoying YouTube notifications that eat up Xiaomi Redmi’s battery life 8? Or do you want to free up memory space by removing an unnecessary system app? Unlike most Android smartphones, where YouTube can simply be uninstalled, on Xiaomi devices with firmware MIUI It's a very nuanced process, because YouTube is often integrated into the system as a duplicate app. /system/priv-app/ and /data/app/), a) its complete removal requires circumvention of manufacturer restrictions.

In this article, we will discuss 5 ways from temporary shutdown to cardinal removal with ADB and modified firmware. Importantly, some methods will require unlocking the bootloader or superuser rights (root), which can affect the warranty. We will note the risks and offer alternatives for users who are not ready for radical measures, and you will learn how to disable automatic YouTube recovery after MIUI updates – this is a unique problem for Xiaomi devices.

1. disable YouTube without deletion (for beginners)

If you just need to hide an app and stop it, but not permanently delete it, this is the best way to do it, and it doesn't require root rights, and you can reversibly return YouTube at any time.

Steps:

  • πŸ“± Open the Settings. β†’ Annexes β†’ Application management.
  • πŸ” In the search bar, type β€œYouTube” and select the application from the list.
  • βš™οΈ Click Disable (if the button is inactive, first click Remove Updates).
  • βœ… Confirm the action in the dialog window.

Once disabled, the YouTube icon will disappear from the home screen and the app’s background processes will stop working, but MIUI updates can automatically restore YouTube, as we’ll discuss in the section on blocking updates.

⚠️ Warning: The disabled app will remain in the phone’s memory and will take up space (about 150-200 MB.

πŸ“Š How often do you use YouTube on your smartphone?
Every day.
Several times a week
Nearby
Never.

2.Remove YouTube Updates (Free Space)

Even if you can't uninstall the app itself, you can return it to the factory version, saving up to 100MB of storage.This is useful if YouTube was pre-installed by the manufacturer but you've updated it through Google Play.

Instructions:

  1. Go to Settings β†’ Applications β†’ Application Management β†’ YouTube.
  2. Click on the three dots in the top right corner and select Remove Updates.
  3. Confirm the action. The app will go back to the version that was on the phone out of the box.

Then, stop automatically updating YouTube on Google Play:

  • πŸ›’ Open Google Play β†’ Profile β†’ Application and device management.
  • πŸ” Find YouTube in the list and uncheck the auto update.

πŸ’‘

If the Remove Updates button is inactive, try clearing the app cache first (Settings β†’ Apps β†’ YouTube β†’ Memory β†’ Clear the cache).

3. YouTube Delete via ADB (no root)

This is the most efficient way to completely remove YouTube from Xiaomi Redmi 8 without getting root rights. The method works through Android Debug Bridge (ADB), a tool for debugging Android devices, you will need a computer with Xiaomi drivers installed and USB debugging enabled on your phone.

Step-by-step:

β˜‘οΈ Preparation for removal through ADB

Done: 0 / 4
  1. Turn on USB debugging: Go to Settings β†’ About Phone and 7 times click on the MIUI Version to activate Developer Mode. Then go back to Settings β†’ Additional β†’ For Developers and turn on USB Debugging.
  2. Connect the phone to the PC and allow debugging in the window that appears.
  3. Open the command line (Windows) or the terminal (Mac/Linux) and type:
adb devices

(Your device name should appear as a confirmation of your connection.)

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

If the command is successful, YouTube will be removed for the current user (without affecting system files).

  • βœ… The app will disappear from the menu and stop updating.
  • ⚠️ After resetting settings or updating MIUI YouTube may be back.

⚠️ Note: On some versions MIUI The command may not work due to manufacturer restrictions, in which case try the alternative command: adb shell pm uninstall --user 0 com.google.android.youtube Or use the root-rights method (section) 5).

4.Blocking YouTube Automatic Recovery

One of the most common problems with the Xiaomi Redmi 8 is that YouTube self-repairs after the MIUI update, which is because the firmware contains recovery scripts for system applications, and to avoid this, you need to block the installation of YouTube at the system level.

Methods of blocking:

MethodRoot is required.DifficultyEfficiency
Disconnection through ADB (Section 3)❌ No.MediumTemporary (until MIUI update)
Delete com.google.android.youtube via Titanium Backupβœ… Yes.Tall.Constantly (until you reset your settings)
Freeze via App Quarantine (app store)❌ No.Low.Temporarily (until reboot)
Modification of the build.prop fileβœ… Yes.Very high.Constantly (risk of "brick")

The most reliable way to do this without root is to check YouTube regularly after updates and repeat the ADB command. Titanium Backup or System App Remover (available on Google Play) is suitable for root-right users.

What's a phone breeze?
Brick is a state of the device where it stops turning on or booting because of firmware damage. On Xiaomi Redmi 8, this can happen when system files (e.g. build.prop) are not edited correctly without backup. Recovery is possible via Fastboot mode, but requires skill.

5. Radical removal with root and custom recavery

If you are willing to go to extreme lengths, getting root rights and installing custom recovery (such as TWRP) will allow you to completely delete YouTube, including system files.

  • πŸ”“ Requires unlocking the bootloader (resets all data!).
  • πŸ› οΈ Violates Xiaomi’s Guarantee.
  • ⚠️ Risk of β€œbriefing” when errors occur in the process.

Step-by-step:

  1. Unlock the bootloader through the official Xiaomi tool (Mi Unlock Tool). This will take up to 7 days of waiting (manufacturer restriction).
  2. Install TWRP for Redmi 8 (download the current version from the XDA Developers forum).
  3. Make a backup copy through TWRP (Backup β†’ Select sections β†’ Swipe to Backup).
  4. Delete YouTube: In TWRP, go to Advanced β†’ File Manager, find folders: /system/priv-app/YouTube /system/app/YouTube /data/app/com.google.android.youtube*

Remove them, then run Wipe β†’ Dalvik/ART Cache.

Once rebooted, YouTube will be permanently removed and MIUI updates will not be able to restore it, but some Google features (like Google Play) may not work as well.

πŸ’‘

Before unlocking the bootloader, be sure to link your Mi Account to your phone – without this, you will not be able to unlock Redmi 8 through the Mi Unlock Tool!

6.Alternatives: How to Replace YouTube Without Deleting

If the goal is not so much to remove YouTube as to get rid of its shortcomings (advertising, high battery consumption, intrusive notifications), consider alternative solutions:

  • πŸŽ₯ NewPipe is a YouTube open client with no ads or background playback installed via F-Droid.
  • πŸ”’ Vanced MicroG – modified version of YouTube with ad blocking (requires MicroG installation).
  • πŸ“± SkyTube – an app for viewing YouTube via Tor (anonymity) + no advertising).
  • 🌐 YouTube in the browser with the extension uBlock Origin (to block ads).

Advantages of alternatives:

  • βœ… No need to remove the system application.
  • βœ… Save battery power (no background processes).
  • βœ… More features (background playback, ad blocking).

Disadvantages:

  • ❌ Some apps (such as Vanced) are no longer supported.
  • ❌ Manual installation may be required APK.

7. Frequent mistakes and how to avoid them

When you delete YouTube on Xiaomi Redmi 8, users often face typical problems.

Mistake.Reason.Decision
Team team. ADB returns Failure [DELETE_FAILED_INTERNAL_ERROR]YouTube is protected by the system as a critical app.Use the --user 0 or get root rights.
After the MIUI update, YouTube is back.Recovery scripts in firmware.Freeze the package via Titanium Backup or turn off updates in Google Play.
The phone will not turn on after the system files are deleted.Damage to /system partition.Restore the firmware via Fastboot or Mi Flash Tool.
ADB device unauthorizedUSB debugging is not confirmed.Connect the phone again and allow debugging in the window that appears.

If you are unsure about your actions, start with the safest methods (disabling or removing updates) and then move on to ADB or root.

FAQ: Answers to Frequent Questions

Can I delete YouTube without a computer?
Yes, but with limitations. Without a PC, you can: Disable YouTube in Settings (Section 1); Remove Updates (Section 2); Use apps like App Quarantine to temporarily lock; and Completely delete without a computer requires root rights and a file manager with access to system folders (such as Root Explorer).
Why does it reappear after YouTube is deleted via ADB?
This is a feature of MIUI firmware. When you upgrade your system, Xiaomi restores remote system applications from a backup in /system. To avoid this: Turn off automatic MIUI update in Settings β†’ About Phone β†’ System Update β†’ Three Points β†’ Settings β†’ Auto Update. Use Titanium Backup to freeze the package (requires root).
Will Google Play work after YouTube is removed?
Yes, Google Play is independent of YouTube and will work consistently.However, some features associated with a Google account (such as backup or sync) may require basic Google services that YouTube does not belong to. If you have removed YouTube through root and encountered errors in Google Play, check the integrity of the Google Services Framework and Google Play Services packages.
How to return YouTube after deleting?
Recovery methods depend on the method of deletion: If you disabled YouTube: return it to Settings β†’ Apps β†’ Disabled β†’ YouTube β†’ Enable. If deleted via ADB: install YouTube from Google Play or follow the command: adb shell cmd package install-existing com.google.android.youtube If deleted from root: restore deleted files from backup or reflash the phone.
Can I remove YouTube from Redmi 8 without losing my warranty?
Yes, if you use methods without unlocking the bootloader and root rights: Disabling the application (section 1). Removing updates (section 2). Removing through ADB (section 3) - does not affect the warranty, as it does not require modification of the system partitions. Any action related to unlocking the bootloader or obtaining root will automatically void the Xiaomi warranty.