How to Block YouTube on Xiaomi Phone: From Parental Controls to System Restrictions

Why YouTube's standard removal doesn't work and what to do

You tried to just remove the YouTube app from Xiaomi's screen, but it reappeared after the reboot? MIUI. YouTube is on most Redmi smartphones, POCO Black Shark is installed as a system application (even if you downloaded it separately from Google Play), and it automatically restores it when you first connect to the Internet or update Google services.

Another trap: Even if you turn off auto-update in the Play Store, YouTube itself can be updated through a Background Update. MIUI (is in the settings β†’ The phone. β†’ Updating the system β†’ Settings (βš™οΈ) β†’ Auto-update applications. So just "delete and forget" won't work. We need more radical measures, from parental controls to editing system files.

In this article, we’ll break down 5 working ways to block YouTube on Xiaomi, including:

  • πŸ”’ Built-in parental controls MIUI (non-partisan)
  • πŸ“± Restrictions on Digital Well-Being (Android 9)+)
  • πŸ›‘οΈ Lock-in DNS (It works even without root)
  • πŸ”§ Shutdown through ADB (for advanced users)
  • πŸ“΄ Alternative launchers (if you need to hide YouTube visually)

Each method tested on Xiaomi 13 Pro (MIUI 14), Redmi Note 12 (MIUI 13) and POCO F5 (If you have a different model, check the version. MIUI In Settings β†’ About the phone and choose the right way.

πŸ“Š Why do you want to block YouTube on Xiaomi?
Restricting access to the child
Save time and focus
Reduce traffic consumption
Another reason.

Method 1: Parental control MIUI (rootless and third-party applications)

The easiest and safest method is to use the built-in Parental Control feature in the MIUI. She lets her:

  • πŸ•’ Set time limits for using YouTube
  • 🚫 Completely block the launch of the application
  • πŸ” View your activity history (which videos you watched)

How to set up:

  1. Open the Settings. β†’ Parental control.
  2. Click Start and create. PIN-code (remember it! If you lose it, you'll have to drop your phone).
  3. Select a child profile (or create a new one).
  4. In the Application Limitations section, find YouTube and set a limit: πŸ”˜ Block – Complete launch ban ⏰ Limit time – for example, 30 minutes a day

⚠️ Note: If your child knows your Mi Account password, they can reset parental controls through Settings β†’ Xiaomi account β†’ Delete your account. To avoid this, link your phone to your account and enable Device Protection in your Mi Account settings.

β˜‘οΈ Checking Parental Control Settings

Done: 0 / 4

If you don’t need complex settings MIUI, You can use the built-in Android solution, Digital Well-Being, which is on all Xiaomi smartphones with Android 9 and later (including HyperOS:

  • πŸ“Š It works without a Google account (unlike Family Link)
  • πŸ”„ You can set a lock schedule (for example, from 22:00 to 7:00)
  • πŸ“΅ Blocks all ways to launch YouTube (including widgets and notifications)

Instructions:

  1. Go to Settings β†’ Digital Well-Being and Parental Controls.
  2. Press the Control Panel. β†’ Sleep schedule or app timer.
  3. Select YouTube from the list and set a limit: πŸ•˜ For a full lock, set a limit of 0 minutes. ⏳ For a time limit, select the right number of minutes.

Forced shutdown

πŸ’‘ Helpful tip: If you block YouTube for yourself (for example, to get less distracted), turn on Focus Mode in the same menu.It turns off all entertainment apps for a selected period, but leaves access to calls and instant messengers.

What if Digital Well-being doesn’t save the settings?
If the settings are reset after the phone is restarted, check: 1. Turn off battery optimization for the Digital Wellbeing app (Settings) β†’ Annexes β†’ Application management β†’ βš™οΈ β†’ Optimizing the battery β†’ All applications β†’ Digital well-being β†’ No restrictions. 2. Update Google Play services in the Play Store. 3. If the problem persists, reset your well-being settings through Settings. β†’ System system β†’ Resetting settings β†’ Reset the well-being settings.

Method 3: Block YouTube through the DNS (work-in)

This is a good method if you want to block YouTube at the Internet connection level.

  • 🌍 Works on all devices connected to this Wi-Fi (including tablets and PCs)
  • πŸ”’ Bypasses VPN Proxies (unless configured manually)
  • πŸ“± No need for root rights or complex manipulation

Change the lockdown. DNS-server in Wi-Fi or mobile network settings:

Type of networkThe way to settingsDNS YouTube-block
Wi-FiSettings β†’ Wi-Fi β†’ [Your network] β†’ Change the network β†’ Additionally. β†’ Settings IP β†’ Static β†’ DNS 1185.228.168.168 (CleanBrowsing)
Mobile InternetSettings β†’ SIM-maps and mobile networks β†’ [Yours. SIM] β†’ Access points (APN) β†’ [Yours. APN] β†’ DNS-server185.228.168.10 (blocks YouTube only)
For all networksSettings β†’ Connections and Sharing β†’ Private DNSfamily-filter-dns.cleanbrowsing.org

⚠️ Attention: Some DNS-Servers (e.g., Cloudflare's 1.1.1.3) block YouTube only in the browser, not in the app. Use 185.228.168.168 to block YouTube completely or set up your router (if you need to lock on all devices at home).

After the shift DNS YouTube is still open, check if it's using your phone. VPN Or a proxy. Turn them off in Settings. β†’ Connections and sharing β†’ VPN.

Method 4: Disable YouTube via ADB (advanced)

If you are ready for technical manipulation, the most reliable way is to disable YouTube at the system level through the Internet. ADB (Android Debug Bridge.It won't remove the app completely, but it will make it invisible and inaccessible to run:

  • πŸ”§ It works without root rights.
  • πŸ”„ It is not reset after updates (unlike parental controls)
  • πŸ“± It does not affect the performance of the phone.

What you need:

  • πŸ–₯️ Computer with Windows/Mac/Linux
  • πŸ“‹ Included debugging by USB phone-on
  • πŸ”Œ USB Type C C Cable (Original, Not Cheap)

Step-by-step:

  1. Enable Developer Mode: Settings β†’ About Phone β†’ MIUI Version (click 7 times)
  2. Activate debugging via USB: Settings β†’ Additional β†’ For developers β†’ Debugging via USB
  3. Connect your phone to your computer and confirm your trust in the device.
  4. Download ADB Tools and unpack it into a folder.
  5. Open the command line (Terminal on the Mac/Linux) file ADB Enter: Adb devices (you should have your device)
  6. Run the command to disable YouTube: adb shell pm hide com.google.android.youtube To unlock thelater use: adb shell pm unhide com.google.android.youtube

⚠️ Attention: After you execute the pm hide command, YouTube will disappear from the app menu, but stay on the system. If you reset the settings, the lock will be removed. MIUI Can restore hidden applications – in this case, repeat the procedure.

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

This command completely disables the application for the current user (without deleting).-->

Method 5: Alternative launchers and hiding icons

If you don’t want to block YouTube so much as hide it from prying eyes (like colleagues or children), you can use third-party launchers with app hide feature.

LauncherHow to Hide YouTubePlusesCons
Nova LauncherLong tap on the icon β†’ Change. β†’ Hide.βœ… Easy, fast, lots of settings.❌ YouTube remains in the app menu (available via search)
Apex LauncherSettings β†’ Box settings β†’ Hidden applicationsβœ… Sign support❌ Rarely updated
POCO Launcher (official)Settings β†’ Box settings β†’ Categories β†’ Hide applicationsβœ… Optimized for MIUI❌ Not hiding from the search.
Smart Launcher 6Swipe down. β†’ Settings β†’ Hide applicationsβœ… Complete concealment (even from search)❌ Paid version for all functions

πŸ’‘ Important: Hiding the icon β‰  You can still run YouTube through the lockdown:

  • πŸ” Searching for Google or MIUI Search
  • πŸ“Œ Widgets (if they were added to the main screen)
  • πŸ”— Links from messengers or browser

To block the entire system, combine this method with parental control or DNS-filtering.

πŸ’‘

Alternative launchers are a cosmetic solution. Use system methods to securely block YouTube (ADB, DNS parental control).

What to do if nothing works: radical measures

If all of the above methods did not help (for example, the child bypasses the blockages or you can not resist the temptation), there are extreme measures:

  1. Delete Google account: YouTube requires authorization through Google Account. If you delete your account from your phone (Settings) β†’ Accounts. β†’ Google β†’ Delete your account, the app will request logins every time you run it, minus Gmail, Play Store and other Google services will stop working.
  2. Firmware without GMS: Some Xiaomi models (e.g. Redmi Note 10 Pro) POCO X3 Pro) you can install custom firmware without Google services (for example, LineageOS), in which case YouTube will have to be installed manually through the Internet. APK, Cons: loss of warranty, risk of "bricking" the phone.
  3. Physical lock: Sounds weird, but it works: stick opaque tape on the front camera (so you won’t be tempted to shoot YouTube videos) or use a lock case (such as Xiaomi Smart Cover) that locks your phone without unlocking.

⚠️ Note: Deleting a Google account or flashing your phone may result in:

  • πŸ“΅ Loss of access to purchases in the Play Store
  • πŸ”„ Problems with updates MIUI
  • πŸ“± Resetting the phone to factory settings (if you do not follow the instructions)

Before radical measures, try a social experiment: negotiate with yourself (or your child) a week's worth of money without YouTube, and often psychological methods work better than technical ones.

FAQ: Frequent questions about blocking YouTube on Xiaomi

πŸ”Ή Can YouTube be blocked only for a certain time (for example, from 22:00 to 7:00)?
Yes, it is suitable for this: "Digital well-being" (Schedule of sleep) Parental control MIUI (Time Limits settings) Timer applications (e.g. AppBlock or StayFocusd) The most reliable option is a combination DNS-filtering (at the router level) + Parental Control (at the phone level).
πŸ”Ή Why is it that after blocking through ADB YouTube reappears after update MIUI?
This is because some updates are available. MIUI To avoid this, back up the list of disabled packages before updating: adb shell pm list packages -d After the update, repeat the command: adb shell pm hide com.google.android.youtube Disable auto-update MIUI In Settings β†’ The phone. β†’ Updating the system β†’ βš™οΈ β†’ Auto-update.
πŸ”Ή How to block YouTube in your browser (Chrome, Mi Browser)?
To block YouTube in the browser, use: DNS-filtering (method 3 of the article) - blocks access to youtube.com at the network level: 🦊 uBlock Origin (for Firefox) – add a rule ||youtube.com^$document. 🌐 BlockSite (for Chrome) β€” blacklist YouTube.com. Settings. MIUI Browser: Open Mi Browser β†’ βš™οΈ β†’ Confidentiality β†’ Blocking sites β†’ Add YouTube.com ⚠️ In Google Chrome, blocking through browser settings is impossible – use DNS extending.
πŸ”Ή Can You Block YouTube Music Separately From Your Main YouTube?
Yes, YouTube Music is a standalone app with a package of com.google.android.apps.youtube.music. To block only it: ADB: adb shell pm hide com.google.android.apps.youtube.music Through parental controls MIUI: Add YouTube Music to the list of limited apps separately. DNS: Some filters (e.g. 185.228.168.168) block both services. To selectively block, configure the router with the rule for the music.youtube.com domain.
πŸ”Ή Will the lock work if the phone is reflashed to the global version? MIUI?
Yes, but with reservations: πŸ”„ Parental Control and Digital Well-being work the same on all versions. MIUI (Chinese, global, EEA). πŸ”§ ADB-commands are also universal, but on Chinese firmware, you may need to unlock the bootloader. 🌍 DNS-Filtering is not dependent on the firmware version. πŸ’‘ Important: Xiaomi's Chinese firmware doesn't have Google services by default, so YouTube isn't installed there in the first place. APK), You will have to block the same way.