Advertising and intrusive video recommendations have become a real problem for Xiaomi users โ whether they are MIUI/HyperOS smartphones or smart TVs. The system stubbornly feeds YouTube videos, Mi Video, TikTok and even its own promotional materials, slowing down the device and distracting from business. Worse, standard settings often hide the options of disconnect or reset them after updates.
In this article โ 5 We will take a look at the proven ways to remove recommended videos on any Xiaomi device, including hidden methods for advanced users, POCO, Black Shark, TVs (Mi) TV, Redmi Smart TV) and tablets (Pad) 6, Pad 5). All instructions are relevant to MIUI 14/15 and the new HyperOS (2026 year).
Why Xiaomi is showing recommended videos and can they be turned off forever
The reason for the recommendations lies in the Xiaomi personalization trigger system, which analyzes:
- ๐ฑ View history in standard applications (Mi Video, Gallery, Browser)
- ๐ Search queries in Google or Baidu (on Chinese firmware)
- ๐ Geolocation for targeted advertising (for example, videos about local promotions)
- ๐ค Mi Account information if you are logged in to the ecosystem
Technically, the recommendations can be completely and permanently removed only by deep modification of the system, ADB-However, for most users, a combination of standard settings and hidden options is enough. It is important to understand that after a device reset or major update, it is necessary to use a combination of standard settings and hidden options (MIUI โ HyperOS settings may reset.
โ ๏ธ Note: On devices with HyperOS (2026)+) Part of the functions moved to the Mi Account section โ Personalization. If you don't find options from the instructions, check the shell version in Settings first. โ The phone.
Method 1: Disabling recommendations in standard applications (without root)
To start with, deactivating recommendations in pre-installed services works on all Xiaomi devices, but requires a separate setup for each application.
YouTube (embedded client or widget)
If recommendations appear on the home screen as a widget or in the YouTube app:
- Open YouTube and tap the avatar in the upper right corner.
- Go to Settings โ History and Privacy.
- Turn it off: ๐ Search and browsing history ๐บ Review-based recommendations
clamp down on YouTube widget
Delete
Mi Video (Xiaomi video player)
The Mi Video app aggressively shows recommendations even without your activity.
- Open Mi Video, go to Profile โ Settings.
- Select Recommendations โ Reset recommendations.
- Turn it off: ๐ฌ Personalized recommendations ๐ก Autoplay in tape
Settings โ Applications โ Mi Video โ Storage
โ๏ธ Checklist for cleaning recommendations
On Mi TVs, the path will be different: Settings โ Account and Security โ Personalization โ Content Recommendations (disable all sliders).
Method 2: Global disabling of personalization in MIUI/HyperOS
If recommendations appear on the lock screen, in the notification bar, or even in the settings menu, the problem is global personalization. In MIUI 14+ and HyperOS, this is managed through:
- Go to Settings. โ Mi Account (or Xiaomi Account).
- Choose Personalization and Recommendations (in HyperOS, it may be called Mi Services).
- Turn off all sliders: ๐ Personalized recommendations ๐ Analysis of application use ๐ฑ Recommendations on the lock screen
Confirm the action via SMS or password (if the system requests).
For Mi TVs: the path will be Settings โ Account and Security โ Personalization โ Disable Everything.
โ ๏ธ Note: Some firmware (especially Chinese) may have the option of personalization hidden. In this case, use Method 4s. ADB-team.
| The device | The path to settings | Need a reboot? |
|---|---|---|
| Xiaomi/Redmi/POCO (MIUI 14+) | Settings โ Mi Account โ Personalization | No. |
| Xiaomi (HyperOS) | Settings โ Xiaomi Account โ Mi Services | Yes. |
| Mi TV/Redmi TV | Settings โ Account and Security โ Personalization | Yes. |
| Pad 6/Pad 5 | Settings โ Memory and Synchronization โ Personalization | No. |
Method 3: Remove system applications (for advanced applications)
If standard methods don't work, you can remove or freeze the apps responsible for the recommendations, which requires root or ADB permission.
List of โculpritsโ of recommendations
The main applications that generate video recommendations are:
- ๐บ com.miui.video - Mi Video (main source)
- ๐ต com.miui.player โ Music player with video banners
- ๐ com.android.browser โ a browser with built-in recommendations
- ๐ฑ com.xiaomi.mirecommender โ personal recommendations service (hidden in the system)
3.2. How to remove without root (via ADB)
To do this, you will need a PC with ADB Tools installed and USB debugging enabled on the device.
- Connect the device to the PC and execute the command: adb devices (should display your device).
- Enter alternately for each application: adb shell pm uninstall -k --user 0 com.miui.video adb shell pm uninstall -k --user 0 com.xiaomi.mirecommender
- Reset the device.
What if the ADB canโt see the device?
โ ๏ธ Note: Removal of system applications may result in launcher errors or loss of functionality (e.g. gallery stops playing video).We recommend backing up through Settings first โ Additionally. โ Backup.
Method 4: Blocking recommendations via DNS (for TVs and smartphones)
If recommendations are downloaded from the Internet (for example, banners in Mi Video or YouTube), they can be blocked at the DNS level.
Configure an alternative DNS
We use AdGuard DNS or NextDNS to block advertising domains:
- Go to Settings. โ Wi-Fi (or Mobile Network).
- Tap on your network โ Change the network โ Additional โ IP settings.
- Select Static and enter: ๐ DNS 1: 94.140.14.14 (AdGuard) ๐ DNS 2: 94.140.15.15 (AdGuard)
Save and reconnect to the network.
4.2 Additional lock via hosts file (requires root)
If you have root rights, add the following lines to /system/etc/hosts:
127.0.0.1 ad.xiaomi.com
127.0.0.1 sdkconfig.ad.xiaomi.com
127.0.0.1 tracking.miui.com
127.0.0.1 api.brs.intl.miui.comThis will block most trackers responsible for collecting data for recommendations.
๐ก
If some services (such as Mi Cloud) are no longer working after the DNS change, return the standard DNS from Google: 8.8.8.8 and 8.8.4.4.
Method 5: Resetting and Flashing (Extreme Measures)
If none of these methods work, you'll have to completely reset or flash the device, which is a radical way, but it's guaranteed to remove all your personalization settings.
5.1 Hard Reset (Hard Reset)
Warning: all data will be deleted! Backup first.
- Go to Settings โ About the phone โ Reset settings.
- Choose Delete all data and confirm.
- After the reboot, do not log into your Mi Account and immediately disable personalization (see Method 2).
5.2. Flashing on custom firmware (for experienced)
If youโre willing to take the risk, you can install custom firmware without bloatware (like LineageOS or Pixel Experience) and it will completely remove all Xiaomi services, including recommendations.
Step-by-step:
- Unlock Bootloader through the official Xiaomi website.
- Install TWRP Recovery for your model.
- Download the right firmware (for example, with XDA Developers).
- Sweat through TWRP, having previously made a backup.
โ ๏ธ Warning: Firmware re-flashing will void warranty and may result in a device blink if the wrong firmware version is selected. Use this method only if you are confident in your actions.
๐ก
Castom firmware like LineageOS or Pixel Experience completely removes all Xiaomi services, including advertising and recommendations, but require unlocking the bootloader and may deprive the device of certain functions (for example, IR-remote).
Additional tips: how to reduce the number of recommendations
If you do not completely remove the recommendations, you can minimize their impact:
- ๐ซ Turn off autoplay in YouTube and Mi Video.
- ๐ Disable notifications from Mi Video, Browser and other apps with recommendations.
- ๐ต Use alternative launchers (like Nova Launcher) that donโt show Xiaomi widgets.
- ๐ก๏ธ Install an ad blocker (e.g. Blokada or AdGuard).
On Mi TVs, you can turn off the Internet for specific applications:
- Go to Settings โ Applications โ Application Management.
- Choose Mi Video or YouTube.
- Turn off your mobile data and Wi-Fi.