How to permanently disable notifications on Xiaomi Redmi 5: 5 proven ways

Notifications on Xiaomi Redmi 5 can turn into a nightmare: constant sounds, pop-up banners and ads from MIUI distract from work, drain the battery and even prevent sleep. If you are tired of this chaos, you are not alone. In this article, we will examine all possible ways to turn off notifications, from basic settings to hidden firmware functions that the manufacturer does not advertise.

Redmi 5 (and other Xiaomi smartphones on MIUI 9-11) feature duplicate notification channels, such as the same message can come as a banner on the lock screen, as a pop-up, and with a beep. We will show you how to disable each of these channels separately or block them completely, and we will also tell you what to do if notifications return after a reboot or update of the system – this is a common problem for Redmi 5 users.

1. Disabling notifications for individual applications

The most obvious, but not always effective, way to block notifications from specific programs will help if you get messages from instant messengers, games or social networks, but will not solve the problem with system alerts (for example, from Security or Mi Video).

Instructions:

  • πŸ“± Open the Settings. β†’ Notifications and status bar.
  • πŸ” Scroll down to the section "Manage app notifications".
  • 🚫 Find the desired application in the list and switch the slider to the off position..
  • βš™οΈ For fine-tuning, tap the app name – here you can turn off sound, vibration, banners on the lock screen or pop-ups.

Do I need to leave notifications from banking applications?

Are there any important notifications from the messengers?

Are the system warnings (low charge, network errors) accidentally disabled?

Are the settings saved after the reboot?-->

Note that some apps (like Facebook or Instagram) may ignore these settings and continue to send notifications through their servers, in which case you will have to dig deeper, and this will be discussed in the next section.

2. Global disablement of all notifications (Do Not Disturb mode)

If you want to completely disable all notifications β€” including calls, SMS and system alerts β€” use Do Not Disturb (DND) mode. This is convenient for the night or during important meetings. On Redmi 5, this mode does not work as on pure Android, so let's get through the nuances.

How to turn on:

  • πŸŒ™ Go to Settings. β†’ Sound and vibration β†’ Don't disturb.
  • πŸ”„ Select Always (completely shutdown) or set your schedule (for example, 23:00 to 7:00).
  • ⚠️ In the "Exceptions" section, you can allow calls from selected contacts or re-calls (if someone calls twice within 3 minutes).

Never.|Just tonight.|During work|Constantly.|Another option-->

Importantly, even in DND mode, some system notifications (such as low battery power or overheating) can slip through. This is in the MIUI firmware and is not disabled by standard means. If you want to block them, read the section on hidden developer settings.

3. Disabling Advertising Notifications from Xiaomi

Xiaomi is famous for embedding ads directly into system apps like Security, Mi Video, Music, and even Settings. Not only are these notifications annoying, they also consume traffic and battery. Fortunately, they can be turned off β€” though not all the ways are obvious.

Ways to combat advertising:

  • πŸ”§ B Settings β†’ About the phone tap 7 times on "Version" MIUI", To activate the developer mode. Then go back to Settings. β†’ Additionally. β†’ For developers and disable "Get recommendations".
  • πŸ“΅ In each system application (e.g., Security), open the settings and look for β€œAdvertising Notices” or β€œPersonalized Advertising".
  • 🌍 If the advert comes in Chinese firmware, try changing the region to "India" or "Europe" in Settings. β†’ Additionally. β†’ Region.
Why does the ad return after the MIUI update?
When you upgrade your system, some settings are reset to default values. Xiaomi does this deliberately so that users do not turn off ads forever. To avoid this, after each update, check the settings in For Developers and System Applications.

If the ads continue to appear, it means that they are not coming from Xiaomi, but from the apps you installed, in which case only a full permission audit (see section 5) will help.

4. Hidden notification settings (for power users)

There are hidden options in MIUI that allow you to disable even notifications that are not blocked in the standard way, such as preventing system applications from displaying banners or sound signals, which requires access to the developer's settings and a little patience.

How to access hidden settings:

  1. Activate the developer mode (shap 7 times according to MIUI in Settings β†’ About phone).
  2. Back to Settings β†’ Additionally. β†’ For developers.
  3. Find the "Background Activity Notifications" item and turn it off.
  4. Scroll down to β€œLimit background processes” and select β€œNo background processes” (caution: this may affect some applications!).
Setting upWhat's he doing?Risks.
Background activity notificationsDisables alerts from apps running in the backgroundThere may be no notifications from messengers.
Limit background processesProhibits applications from working in the backgroundApplications will be reloaded more often
USB debuggingAllows you to manage notifications through ADBSecurity Risk When Connecting to a PC

Warning: changing these settings can lead to unstable phone operation. If important notifications (e.g. from banking applications) stop coming after the background processes are turned off, return the settings to their original state.

5. Checking Application Permissions (Audit of Notifications)

Many apps abuse permission to display notifications, even if you have disabled them in the settings, and to find and block such programs, you need to conduct a full permission audit, which will take time, but eliminate unexpected alerts.

How to check:

  • πŸ” Open the Settings. β†’ Annexes β†’ Application management.
  • πŸ“‹ Select the application and go to "Permissions".
  • 🚫 Find the Notifications item and disable it. If there is no item, then the application uses workarounds (see next step).
  • πŸ›‘οΈ To block completely, revoke all permissions except mandatory ones (for example, "Storage" for instant messengers).

πŸ’‘

If the app continues to send notifications after disabling permissions, check it in the Play Market β€” it may be a fake version with malicious code.

Pay special attention to the applications from Xiaomi:

  • com.miui.analytics – collects data and sends ads.
  • com.xiaomi.midrop – can show file transfer notifications.
  • com.miui.player is a music player with integrated advertising.

These programs cannot be removed without root rights, but can be frozen using apps like App Quarantine or Titanium Backup (superuser rights required).

6. Resetting notification settings to factory

If you've tried everything, but the notifications still appear, you might have a bad setting, and then resetting the notification settings will help, which is less radical than completely resetting your phone, but it will return all the alerts to factory settings.

How to reset:

  1. Go to Settings β†’ System and device β†’ Resetting.
  2. Select β€œReset App Settings” (not to be confused with β€œReset All Settings” – this will delete all your data!).
  3. Once you reboot, all notification permissions will be reset.

πŸ’‘

Resetting notification settings does not delete your data (photos, messages, apps), but returns all permissions to factory permissions, and after the procedure you will have to reconfigure the alerts for each application.

If that doesn't work, the last option is to upgrade or reflash MIUI, sometimes notification bugs get fixed in new firmware versions, and how to update without losing data, see our FAQ instructions.

7. Alternative methods: from ADB to root

For users willing to take drastic measures, there are two other ways:

  1. Disabling notifications via ADB (without root rights):
adb shell pm grant com.android.providers.settings android.permission.WRITE_SECURE_SETTINGS


adb shell settings put global heads_up_notifications_enabled 0

This command will turn off the heads-ups on the entire phone, and to get them back, replace 0 with 1.

  1. Removing system applications through root:

Using Magisk or TWRP, you can remove unnecessary system programs (such as Mi Video or Mi Music) that send ads. However, this is risky: incorrect removal can lead to a bootloop (the phone will not turn on).

What is bootloop and how to avoid it?
Bootloop is a state where the phone is constantly restarting and can't boot the system. On Redmi 5, this often happens after the system applications have been uninstalled unsuccessfully. To avoid a problem, always backup through TWRP before any root rights manipulation.

If you're not sure about your skills, you'd better focus on rootless ways, and 90 percent of the time, standard settings and DND mode are enough to make your job comfortable.

FAQ: Frequent Questions About Notifications on Xiaomi Redmi 5

πŸ”Ή Why notifications are returned after reboot?
This is a feature of MIUI, where some system applications (e.g. Security) reset notification settings when rebooting. To avoid this: Turn off auto-update for system applications in the Play Market. Use apps like MacroDroid to automatically turn off notifications when your phone starts.
πŸ”Ή How to turn off notifications about low battery charge?
These notifications cannot be turned off by standard means, but you can bypass: Install the Battery Charge Limit app (root required) and limit the charge to 80% - then the low charge alert will not appear. ADB, to disable system alerts (see Section 7). ⚠️ Warning: Turning off low charge warnings can cause the phone to suddenly shut down.Not recommended for older battery devices.
πŸ”Ή Can I turn off notifications only on the lock screen?
Yes, for this: Go to Settings β†’ Lock screen and password β†’ Notifications on the lock screen. Select "Do not show notifications" or set exceptions for individual applications. Note: this does not turn off sound signals or pop-ups - only banners on the locked screen.
πŸ”Ή How to update MIUI, If no update notifications are received?
If the system alerts are disabled, check the updates manually: Open Settings β†’ About Phone β†’ System Update. Click on the three dots in the upper right corner and select "Download the latest version." If the update is not available, download the firmware from Xiaomi's official website and install it via Recovery. Before updating, back up your data!
πŸ”Ή Why some notifications come without sound?
It could be related to: πŸ”• Settings of a particular application (check Settings) β†’ Notifications β†’ [Annex] β†’ Sound). πŸ“΅ Do not disturb with exceptions. 🎡 Audio profile (e.g., Quiet or Vibration) If the sound is missing for system notifications only, try resetting the audio settings to Settings β†’ Sound and vibration β†’ Resetting settings.