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.
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:
- Go to Settings β Applications β Application Management β YouTube.
- Click on the three dots in the top right corner and select Remove Updates.
- 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
- 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.
- Connect the phone to the PC and allow debugging in the window that appears.
- 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.youtubeIf 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:
| Method | Root is required. | Difficulty | Efficiency |
|---|---|---|---|
| Disconnection through ADB (Section 3) | β No. | Medium | Temporary (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?
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:
- Unlock the bootloader through the official Xiaomi tool (Mi Unlock Tool). This will take up to 7 days of waiting (manufacturer restriction).
- Install TWRP for Redmi 8 (download the current version from the XDA Developers forum).
- Make a backup copy through TWRP (Backup β Select sections β Swipe to Backup).
- 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 unauthorized | USB 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.