Why YouTube is so hard to remove from Redmi 9A and what to do about it
Owners of Xiaomi Redmi 9A often face a problem: YouTube application can not be removed in the standard way β the βDeleteβ button is simply not on the menu. The fact is that on smartphones with MIUI firmware (and Redmi 9A works on it), many Google applications are integrated into the system as system services, which means that they are protected from accidental removal, but not from targeted.
The good news is that you can uninstall YouTube with Redmi 9A in a number of ways, from simply disabling to completely erasing with ADB or root rights. In this article, weβll break down all methods, including those that work without losing warranty. Importantly, some methods require unlocking the bootloader or installing additional tools, so choose the option based on your skills.
Before you start, check the MIUI version on your Redmi 9A: Settings β About Phone β MIUI version. It depends on which method is best. For example, on MIUI 12.5 and later, some system applications are more protected than on MIUI 12.
Method 1: Turn off YouTube without deleting (the safest)
If you don't have to completely erase an app, but just hide it and stop background activity, this method is the perfect choice. It doesn't require root rights or ADB, doesn't affect warranty, and takes less than a minute.
Instructions:
- π± 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 βStopΒ»).
- β Confirm the action in the dialog window.
What happens after the shutdown:
- π± YouTube icon will disappear from the main screen and from the app menu.
- π The app will stop updating through Google Play.
- π΅ Notifications and background activity will cease.
- πΎ Free up to 50-100 MB of memory (depending on the cache).
β οΈ Warning: The disabled application stays in the system and takes up space. If you need to free up the maximum amount of memory possible, use methods with complete deletion (see below).
βοΈ Preparing for YouTube Shutdown
Method 2: Remove updates and reset to factory version
If YouTube was pre-installed by the manufacturer (as on most Xiaomi), it canβt be removed completely without ADB or root, but you can return the app to the factory version, freeing up space occupied by updates.
How to do this:
- Go to Settings β Applications β Application Management β YouTube.
- Click on the three dots in the top right corner and select βDelete Updatesβ.
- Confirm the action. The app will go back to the version that was on the phone out of the box.
- Now turn it off as described in Method 1.
This method saves up to 150-200 MB (depending on the number of updates), but keep in mind that Google Play may suggest updating the app again the next time you connect to the Internet.
- π΅ Open Google Play, find YouTube.
- π§ Click on three dots next to the βUpdateβ button and uncheck the βAuto Updateβ boxΒ».
| Method | Required. root/ADB | Place vacated | Impact on the guarantee |
|---|---|---|---|
| Shutdown | β No. | 50β100 MB | β No. |
| Removal of updates | β No. | 150-200 MB | β No. |
| Removal via ADB | β Yes (ADB) | 200-300 MB | β οΈ Partially. |
| Removal from root | β Yeah) | 300-400 MB | β Guarantee is lost |
β οΈ Note: If YouTube stopped working correctly after you removed the updates (for example, it gives up startup errors), return it to factory settings via Settings. β Annexes β YouTube β Warehouse β Clear the data.
Method 3: Completely delete YouTube via ADB (without root)
For those who are willing to go beyond just disabling but donβt want root rights, ADB (Android Debug Bridge) is the official tool from Google that allows you to manage system files without unlocking the bootloader.
Advantages of the method:
- π§ No root.
- π± Works for Redmi. 9A any version MIUI.
- ποΈ Remove the application in its entirety (including cache and data).
What you need:
- π» Computer with Windows, macOS or Linux.
- π USB-cable (preferably original).
- π₯ ADB Tools (download and unpack in a separate folder).
- π§ Included debugging by USB phone-on.
Step-by-step:
- Activate Developer Mode on Redmi 9A: Settings β About Phone β MIUI Version (click 7 times in a row).
- Back to Settings β Additionally. β For developers and include: π§ Debugging by USB. π Allow unlocking OEM (optionally, but recommended).
File Transfer (MTP)
cmd
ADB
adb devicesIf the device appears on the list, go ahead. If not, check the drivers.
YouTube
adb shell pm uninstall -k --user 0 com.google.android.youtubeReboot the phone.
adb shell pm uninstall --user 0 com.google.android.youtubeSometimes. MIUI Blocks the first version due to the features of the firmware.-->
Important: This method removes YouTube only for the current user. If there are multiple accounts on the phone, the app will remain available for other profiles.
Method 4: Removal with root rights (for experienced)
If you are willing to sacrifice the warranty and have experience with root rights, this method will allow you to remove YouTube forever, including all its system components. 9A that will be required:
- Unlock the bootloader (bootloader).
- Install custom recovery (e.g., TWRP).
- Get root through Magisk.
Warning: Mistakes can lead to a device blink.If you are unsure of your skills, use rootless methods.
Instructions for experienced users:
- Install Root Explorer or Titanium Backup from Google Play.
- Open the app and find it in the list of com.google.android.youtube.
- Select the option βDeleteβ (or βFrozenβ if you want to be able to recover).
- Confirm the action and restart the phone.
How to hide YouTube in Nova Launcher:
- Install Nova Launcher from Google Play.
- Press the free space on the home screen and select βSettingsβ.
- Go to the βHidden Appsβ section.
- Check YouTube and save the changes.
Pros of the method:
- β Does not require technical skills.
- β Reverse (you can return the icon at any time).
- β Does not affect the operation of the system.
Cons:
- β The application stays in the system and takes place.
- β Can still send notifications (unless disabled in settings).
π‘
Using third-party launchers is the safest way to remove YouTube without risk to the system, but it does not free up memory, it only hides the application from the user.
What to do if YouTube is back after the MIUI update
One of the common problems with the Xiaomi Redmi 9A is returning remote system applications after the MIUI update, which is because the firmware restores the standard set of programs.
How to prevent the reappearance of YouTube:
- π§ Turn off auto-update MIUI: Settings β The phone. β Updating the system β Three points. β Settings β Turn off βDownloadingΒ».
- π΅ Use it. ADB Adb shell pm hide com.google.android.youtube (not available on all versions) MIUI).
- π‘οΈ Install Magisk Module βDebloaterβ (requires root) that blocks the recovery of remote applications.
- π If YouTube is back, re-delete it via ADB root.
If you are updating MIUI manually:
- Download the firmware from en.miui.com.
- Before installing, delete YouTube via ADB.
- Install the update via Settings β System Update β Select a firmware file.
- After the reboot, check if YouTube is back and delete it again if necessary.