Xiaomi Redmi 9C is one of the most popular budget smartphones, but its owners often face a problem: preinstalled YouTube takes up space in memory, consumes traffic in the background and does not allow itself to be removed in standard ways. Unlike custom applications, Google system services (including YouTube) are protected from simple removal โ they can only be disabled, hidden or deleted using special tools.
In this article, weโll look at all the possible ways to get rid of YouTube on Redmi 9C, including root-free and non-root-right methods, how to disable automatic app updates, uninstall it via ADB, hide the icon from the menu, and even completely uninstall the system package. Importantly, some methods require technical skills โ if youโre a beginner, start with the simplest options.
Why canโt YouTube be removed in the standard way?
On Redmi 9C (as with most MIUI smartphones), YouTube is classified as a system app, which means that:
- ๐น It is preinstalled in firmware and does not have a โDeleteโ button in the settings.
- ๐น The application is protected by Android rights, so it can not be uninstalled without additional tools.
- ๐น Even after resetting to factory settings, YouTube will remain in place.
Manufacturers (including Xiaomi) are integrating Google services at the firmware level to ensure compatibility with the Play Market and other features, but this poses a problem for users who do not use YouTube or prefer alternatives (such as NewPipe or Vanced).
Thereโs another caveat: even if you โdeleteโ YouTube through your settings, the system can automatically restore it the next Google Play Services update, so more drastic measures are needed to remove it completely.
Method 1: Disable YouTube through Settings (without root rights)
The easiest and safest way to do this is to disable the app, and it won't delete it completely, but it will stop the background activity and hide the icon from the menu.
- Open Settings โ Applications โ Application Management.
- In the search bar, type โYouTubeโ and select the app from the list.
- Click โDisableโ (if the button is inactive, first click โStopโ).
- Confirm the action in the window that appears.
After the shutdown:
- ๐ฑ YouTube icon will disappear from the app menu.
- ๐ The application will not be updated automatically.
- โ ๏ธ However, it will remain in the deviceโs memory and can be restored after the Google Play Services update.
๐ก
If the "Disable" button is inactive, try first clearing the cache and app data in the same menu. Sometimes this will unlock the option to disable.
โ ๏ธ Note: Disabling YouTube does not affect other Google services, but it can lead to errors if you use features that depend on Google Play Services (for example, login through Google Account in games).
Method 2: Remove updates and reset to factory version
If YouTube was updated through the Play Market, you can roll it back to the factory version and then turn it off, which will reduce the space and stop the background activity.
How to do this:
- Go to Settings โ Apps โ YouTube.
- Click on the three dots in the top right corner and select โDelete Updatesโ.
- Confirm the action.
- Return to the app menu and click โDisableโ.
After that:
- ๐ The size of the application will decrease with ~100MB to ~20MB.
- ๐ Updates via Play Market will be blocked.
- ๐ To return the application, it is enough to manually update it again.
| Action. | The result | Reversibility |
|---|---|---|
| Shutdown | Icon hidden, background activity stopped | Yes (can be turned back on) |
| Removal of updates | Reset to factory version, saving memory | Yes (update via Play Market) |
| Removal via ADB | Complete removal for the current user | Partially (re-installation required) |
| Removal with root rights | Complete removal of the system package | No (flashing required) |
โ ๏ธ Note: If YouTube stopped working correctly after the updates were removed (e.g., videos don't open), it means that the factory version of the app is outdated. In this case, either update it manually or use alternative removal methods.
Method 3: Delete YouTube via ADB (no root rights)
For users willing to work with ADB (Android Debug Bridge), there is a way to delete YouTube without obtaining root rights.This method removes the app only for the current user, but does not affect system files.
What you need:
- ๐ฅ๏ธ Computer with drivers installed ADB and Fastboot.
- ๐ฑ Included debugging by USB on the Redmi 9C (Settings โ The phone. โ Version. MIUI โ 7 times press to unlock the developer mode, then Settings โ Additionally. โ For developers โ Debugging by USB).
- ๐ USB-cable.
Step-by-step:
โ๏ธ Preparation for removal through ADB
adb shell pm uninstall -k --user 0 com.google.android.youtubeAfter the command is executed:
- ๐๏ธ YouTube will be removed for your user profile.
- ๐ The application will not be updated automatically.
- โ ๏ธ When resetting to factory settings or creating a new user, YouTube will return.
If you want to return the application, use the command:
adb shell cmd package install-existing com.google.android.youtubeWhat if the ADB canโt see the device?
Method 4: Complete removal with root rights (for power users)
If you're ready to root on Redmi 9C, you can delete YouTube at the system file level, which is the most radical method, but it has risks:
- ๐จ Loss of warranty (if the device is under warranty).
- ๐ง Possible disruptions MIUI (Especially if you remove related Google services).
- ๐ Difficulties with updating firmware.
Removal will require:
- Unlock the bootloader through the official Xiaomi website.
- Install Custom Recovery (TWRP)
- Get root rights with Magisk.
- Use a root-enabled file manager (such as Root Explorer) to remove com.google.android.youtube from /system/priv-app/ or /system/app/.
An alternative way is to use Titanium Backup or System App Remover (require root rights), which allows you to freeze or completely remove system packages.
โ ๏ธ Attention: Deleting YouTube with root rights can result in a bootloop ( looped download) if you delete Google's associated libraries. /system through TWRP!
Method 5: Hiding the YouTube icon without deleting it
If you donโt need to completely remove the app, but just want to remove its icon from the menu, you can use built-in MIUI features or third-party launchers.
Options:
- ๐ฑ V MIUI: Press the YouTube icon, drag it up to the inscription โDeleteโ (this will not remove the application, but only remove the shortcut).
- ๐จ Install an alternative launcher (like Nova Launcher or Apex Launcher) and hide the icon in its settings.
- ๐ Use the โHidden Appsโ function in Settings โ Annexes โ Hidden applications (not available on all versions) MIUI).
Advantages of this method:
- โ Does not require technical skills.
- โ Reversible (Icon can be returned at any time).
- โ Does not affect the operation of other Google services.
The disadvantage: the application will remain in memory and can consume resources in the background (albeit to a lesser extent than when used actively).
๐ก
Hiding an icon is the safest way to โremoveโ YouTube unless you need to remove it completely from the system.
What if YouTube is back after the update?
One of the most common problems is that even after you delete, YouTube reappears after you update Google Play Services or reset your settings.
- Turn off automatic app updates in Play Market: Open Google Play โ click on profile avatar โ Settings โ Network settings โ App auto-update โ select โNeverโ.
- Freeze Google Play Services (only for power users!): ADB Execute the command: adb shell pm disable-user --user 0 com.google.android.gms โ ๏ธ This will disable many of the features associated with Google (including Play Market), so use with caution.
Use alternative firmware
- Install custom firmware without GApps (like LineageOS), but it will require unlocking the bootloader and technical skills.