How to permanently remove pop-up notifications on Xiaomi Redmi 10: 7 working methods

Pop-up notifications on Xiaomi Redmi 10 can annoy even the most patient users. MIUI ads, annoying app alerts, system prompts all distract from work and spoil the experience of the smartphone. Fortunately, there are several ways to get rid of them once and for all in MIUI 12/13/14 firmware (depending on the version of your Redmi 10).

In this article, we’ll look at 7 proven methods, from basic settings to advanced ADB tricks. You’ll learn how to disable ads in system applications, block notifications from specific programs, and even remove the built-in Xiaomi services that generate pop-ups. Importantly, some methods require developer rights or root, but most methods work without them.

If you're tired of the constant "advice" from MIUI or advertising in Browser, Music and Themes, this guide is for you. Let's start with the simplest solutions and gradually move on to the more radical ones.

1. Disabling advertising in MIUI system applications

The main source of pop-up notifications on Redmi 10 is built-in ads in Xiaomi’s branded apps, which appear in Browser, Music, Topics, Security, and even Settings. Fortunately, it can be turned off without root.

For this:

  • πŸ“± Open the Settings. β†’ About the phone and 7 times click on the version MIUI, activate the developer mode.
  • πŸ”§ Back to Settings β†’ Additionally. β†’ Special facilities β†’ Advertising (the path may differ depending on the version) MIUI).
  • ❌ Turn off the slider Personalized recommendations and show ads.
  • πŸ”„ Restart the phone – changes will apply after the reboot.

If there is no Advertising item on the menu, try an alternative way:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Select a system application (such as Browser or Music).
  3. Slip on three dots in the top corner and select Turn off ads.

πŸ’‘

If after turning off the ad still appears, clear the cache and application data through Settings β†’ Apps β†’ [Name] β†’ Storage.

V MIUI 14 for Redmi 10 (model 2021/2022) There's a hidden parameter. msa_global_sp_config, It's responsible for global ad impressions, and it can only be disabled through ADB β€” We will tell you about this in the section 5.

2. Block notifications from specific applications

If you get notifications from Facebook, Instagram, games or other third-party programs, you can turn them off selectively. This won't delete the app, but will stop pop-ups.

Instructions:

  • πŸ”” Go to Settings. β†’ Notifications and status bar β†’ Management of notifications.
  • πŸ“‹ Scroll through the list and find the app you want (like WhatsApp or TikTok).
  • βš™οΈ Turn off the slider Allow notifications or set priority to Low.
  • 🚫 To block completely tap Notification Categories and disable all points.

For system applications (e.g. Security or Cleanup), the path is slightly different:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Select a system application (e.g. Cleaner).
  3. Click Notifications and turn off all categories.
πŸ“Š What notifications annoy you the most?
Advertising in MIUI
Spam from apps
Systemic clues
Notifications from games
Other

Note that some apps (such as Mi Video or Mi Community) may ignore these settings, in which case only disabling the application (section 4) or ADB-teams (section 5).

3. disabling MIUI system tips and "advice"

Xiaomi likes to "help" users with phone-use tips. These pop-ups appear when you connect to Wi-Fi, charge, change volume, and other activities. They can be turned off completely.

Method 1 (for MIUI 12/13):

  • πŸ” Open the Settings. β†’ The phone. β†’ Version. MIUI (Activate the developer mode if you haven’t already done it).
  • πŸ”§ Back to Settings β†’ Additionally. β†’ Special facilities β†’ Hints MIUI.
  • ❌ Turn off the slider Show the hints.

Method 2 (for MIUI 14):

  1. Go to Settings β†’ Notifications and Status bar.
  2. Select System Notifications.
  3. Turn off MIUI tips and recommendations.
What to do if the clues still appear?
If after the shutdown, the tips continue to pop up, it may be due to the update. MIUI. In this case, it will help to reset the notification settings: 1. Go to Settings β†’ Annexes β†’ Application Management. 2. Find Settings (system application). 3. Press Storage β†’ Clear the data. ⚠️ This will reset all your personal settings, but remove intrusive clues.

On some firmware (MIUI Global for Redmi 10 2021) these items may be hidden. ADB-Section 5 teams.

4. Disable or remove unnecessary system applications

Many pop-up notifications are generated by built-in Xiaomi apps you don’t use: Mi Community, Mi Video, Mi Pay, Cleaner, and others. They can either be disabled or removed (the latter requires root or ADB).

Shutdown without root:

  • πŸ“± Go to Settings. β†’ Annexes β†’ Application management.
  • πŸ” Find an unnecessary app (e.g. GetApps – Theme Store).
  • βš™οΈ Click Disable (if the button is inactive, first click Remove Updates).
  • πŸ—‘οΈ Confirm the action – the application will stop working and show notifications.

List of safe applications to disable:

AnnexAppointmentCan I turn it off?
Mi CommunityXiaomi User Forumβœ… Yes.
Mi VideoVideo player with adsβœ… Yes.
CleanerCleaning up garbage (duplicates functions)βœ… Yes.
GetAppsTheme and app storeβœ… Yes.
Mi PayPayment system (not working in Russia)βœ… Yes.

Make a backup copy of important data

Check if the application is used for critical functions

Disable Auto Update for System Apps in Play Market

Remember the name of the application in case of recovery

-->

⚠️ Warning: Do not disable Services & Feedback, Security or Settings - this can cause your phone to malfunction. Also avoid deleting Google Play Services if you use Google services.

5. Advanced methods: ADB-deep-cleaning

If standard methods don’t work, you’ll need to use ADB (Android Debug Bridge), Google’s official debugging tool that allows you to disable hidden MIUI features, including ads and system notifications.

Step 1: Preparation

  1. Download ADB Tools from Google.
  2. Activate debugging over USB in Settings β†’ For developers.
  3. Connect Redmi 10 to your PC and confirm your trust in the device.

Step 2: Commands to disable ads and notifications:

adb shell pm hide com.miui.systemAdSolution # Disables the MIUI advertising module


adb shell settings put global hidden_api_policy 1 # Allows hidden API




adb shell settings put global captive_portal_detection_enabled 0 # Disables network check (removes pop-ups when connecting to Wi-Fi)

Step 3: Disabling specific notifications:

adb shell appops set com.android.browser FORCE_STOP_PACKAGES deny # Blocks background activity of the browser


adb shell appops set com.miui.player FORGROUND_SERVICE deny # Disables Music Notifications

For MIUI 14 on Redmi 10 (2022), add this command to remove the smart hints:

adb shell settings put global device_provisioned 1

πŸ’‘

ADB-commands operate until the phone is reset to factory settings. MIUI They may need to be re-executed.

⚠️ Attention: Misuse of the right ADB This can cause your phone to fail.Before experimenting, make a backup through Settings. β†’ System system β†’ Backup.

6.Use of third-party applications to block notifications

If you don’t want to dig into the settings, you can use third-party utilities that allow you to flexibly manage notifications, including blocking by keyword or time.

Top.-3 applications for blocking notifications:

  • πŸ›‘οΈ Notification History Log – keeps a log of notifications and allows you to block them retroactively.
  • πŸ”‡ Notisave – saves notifications and allows you to disable them by mask (for example, all notifications with the word β€œpromotion").
  • 🚫 Disable Notifications – a simple blocker with the ability to disable notifications on a schedule.

For installation:

  1. Download one of the apps from Google Play.
  2. Grant permission to access notifications (Settings β†’ Special Features β†’ Notification Services).
  3. Set up the lock rules (for example, disable all notifications from com.xiaomi.market – Xiaomi store).

⚠️ Note: Some antiviruses (such as Dr.Web or Kaspersky) may conflict with notification blockers. If important alerts (such as from a bank) have stopped coming after installing the application, check the antivirus settings.

7. Extreme measures: resetting settings or flashing

If none of the methods worked, radical solutions remain: factory reset or custom firmware installation (for example, LineageOS or Pixel Experience).

Resetting:

  • πŸ”„ Go to Settings. β†’ System system β†’ Resetting settings.
  • πŸ“± Select Reset All Settings (does not delete files, but resets notification settings).
  • ⚠️ Or select Delete all data (full reset, deletes everything except files on the file). SD-map).

Reflashing to custom MIUI or AOSP:

  1. Unlock the bootloader through the official Xiaomi website.
  2. Install TWRP Recovery for Redmi 10 (Selene model for 2021, Lima for 2022).
  3. Download the firmware without advertising (for example, MIUI EU or Xiaomi.eu).
  4. Sweat through TWRP by following the instructions for your model.
What is the difference between MIUI EU and the global version?
MIUI EU β€” This is a modified firmware from the European community, in which: βœ… All advertising and analytics removed βœ… Added features not available in the global version βœ… Optimized battery consumption ⚠️ Cons: there is no Russian language in some menus, possible bugs with the NFC.

Flashing is an extreme step that requires technical skills, and if you're a beginner, you'd better go to a service center or stop at resetting your settings.

FAQ: Frequent Notification Questions on Redmi 10

πŸ”Ή Why after the shutdown advertising in MIUI popping up?
This is due to automatic updates to system applications. To avoid adverts coming back: Open Play Market β†’ Settings β†’ App Auto Update. Choose Not to Update Automatically. For system applications (Browser, Music), turn off updates manually. Also check Settings β†’ Apps β†’ Application Management β†’ [Application] β†’ Auto Update.
πŸ”Ή Can I remove it? MIUI Completely and put a clean Android?
Yes, but you need to: Unlock the bootloader (officially via Xiaomi). TWRP Or some other custom recovery. AOSP (LineageOS or Pixel Experience). ⚠️ Note that Redmi 10 may not work: Dual Apps Some camera features (night mode, AI) NFC (if the firmware is not adapted)
πŸ”Ή How to return notifications if I disabled an important application?
If you have disabled a system application (e.g. Messages or Phone), you can return it by: Go to Settings β†’ Applications β†’ Application Management. Click on three dots in the top corner and select Show All Applications. Find the application disabled and click Enable. If the Enable button is inactive, try: adb shell cmd package install-existing [packet name packet name] To find out the name of the package, use the command: adb shell pm lists -d
πŸ”Ή Why Redmi 10 (2022) doesn’t have an β€œAdvertising” option in its settings?
V MIUI 13/14 for Redmi 10 (model 2022 The way to set up ads has changed. Try: Open Settings β†’ Privacy β†’ Advertising. Or go to Settings. β†’ The phone. β†’ Additionally. β†’ Personalization β†’ If there's no item, use it. ADB-Adb shell settings put global personalized_ad_free 1 After completing, restart the phone.
πŸ”Ή Can I turn off notifications about low battery charge?
Yeah, but it requires. ADB: adb shell settings put global low_battery_warning_level 5 This team will change the warning threshold with 15% before 5%. To completely disable notifications: adb shell dumpsy battery setacok 1 ⚠️ Disabling low charge warnings could lead to phone suddenly shutdown.