Constant beeps, pop-up banners and flashing indicators from applications can turn using a smartphone into a nightmare. According to the study University of California, the average user receives up to 63 notifications per dayand 40% of them come from unnecessary services. If you are tired of information noise, this article will help you regain control of your device.

We will look at not only standard methods for turning off notifications through Android settings, but also hidden functions for specific brands (Samsung One UI, Xiaomi MIUI, Google Pixel), as well as advanced techniques for system applications that do not want to โ€œdieโ€ quietly. We will pay special attention to the problems that users encounter after updates to Android 14 i Android 15.

Important: some applications (for example, instant messengers or banking services) may ignore global notification settings. They will require separate manipulations, which we will also describe. If you use root access, at the end of the article you will find exclusive methods for completely blocking even the most annoying notifications.

1. Standard method: disabling notifications through Android settings

This is a basic method that works on all devices, regardless of OS version and shell. Suitable for 90% of applications, except for system services Google Play and pre-installed utilities from the manufacturer.

Instructions:

  • ๐Ÿ“ฑ Open Settings โ†’ Applications (or Settings โ†’ Notifications โ†’ Notification history on new versions).
  • ๐Ÿ” Find the desired application in the list (use search if there are many applications).
  • ๐Ÿ”” Tap on the item Notifications and move the slider to Off.
  • โš™๏ธ For fine-tuning, turn off individual channels (for example, "Promotions" or "News").

Close all background applications

Reboot your device

Check if notifications appear after reboot

Open the application and perform the action that usually triggers the alert-->

A feature has appeared Android 12+ data-i="63">, which allows you to leave only the most important alerts. To activate it: "Priority notifications", which allows you to leave only the most important alerts. To activate it:

  1. Go to Settings โ†’ Notifications โ†’ Advanced.
  2. Select Priority notifications and add only critical applications to the list (for example, WhatsApp or Google Authenticator).
โš ๏ธ Attention: some manufacturers (for example, Xiaomi) hide the full list of notifications behind additional permissions. If there is no "Notifications" item in the application settings, check the section Special access โ†’ Notifications.

2. Disabling notifications for specific types (channels)

Many applications (especially social networks and instant messengers) divide notifications into channels. For example, Facebook may have separate alerts for likes, comments, birthday reminders, and advertisements. You can disable only the ones you need.

How to do this:

  1. Go to the notification settings of a specific application (as in the previous section).
  2. Tap on the item Notification categories (or Notification types on MIUI).
  3. Disable unnecessary channels, leaving only critical ones (for example, "Messages" in Telegram).
Application Recommended channels to disable Channels that are better to leave
Instagram Recommendations, Subscriptions, Stories Reminders Messages, Mentions
YouTube Video recommendations, Premium Promotions Comments to yours video
Google Play Market Application updates, Promotions Account security
TikTok Recommendations, Trends, Viewing reminders Messages, Mentions in duets

On Android 13+ there is now the ability to block notifications from specific contacts in instant messengers directly from the notification panel - swipe the notification to the left and click "Settings" โ†’ "Block notifications from this contact."

Promotional offers|Messages from social networks|System alerts|Notifications from games|Other-->

3. Specific settings for Samsung, Xiaomi and Google smartphones

Manufacturers often modify standard Android, adding their own features (and bugs). Let's look at the features of popular brands.

For devices Samsung (One UI)

  • ๐Ÿ”• B Settings โ†’ Notifications โ†’ Advanced there is an item Block list - add annoying applications there.
  • ๐Ÿ“› For disable pop-up notifications (which appear on top of the screen) go to Settings โ†’ Notifications โ†’ Pop-up notifications.
  • ๐Ÿ”„ On One UI 5.0+ a function has appeared Do Not Disturb mode with flexible rules (for example, disable notifications only from games during working hours).

For devices Xiaomi/Redmi/Poco (MIUI)

  • ๐Ÿšซ B Settings โ†’ Notifications and status bar there is an item Block notifications โ€”here you can completely block notifications from selected applications.
  • ๐Ÿ”” MIUI hides some notifications behind permission Autostart. If notifications continue to arrive, check Settings โ†’ Permissions โ†’ Autostart.
  • ๐Ÿ“ฑ On MIUI 14+ appeared Concentration modewhich automatically turns off notifications from games and social networks at a specified time.

For devices Google Pixel (Stock Android)

  • ๐Ÿ“Š In Settings โ†’ Notifications there is an item Notification history โ€”turn it on to see which applications sent notifications in the last 24 hours.
  • ๐Ÿ”‡ The function Do not disturb on Pixel supports geolocation rules (for example, turn off notifications at work).
  • ๐Ÿค– An experimental function has appeared on Android 14 for Pixel Notifications with low prioritythat will not wake up the screen.
โš ๏ธ Attention: on Xiaomi and some models Realme/Oppo after resetting the settings, all notifications may return. To avoid this, before resetting, export notification settings via Settings โ†’ System โ†’ Backup.

4. How to disable system notifications (Google Play, Android System, etc.)

System notifications are a separate headache. They cannot be disabled using standard methods, and some (for example, from Google Play Services) can affect the operation of the device. Here's what you can do:

For Google Play Market and Google Play Services:

  • ๐Ÿ›’ Open Settings โ†’ Applications โ†’ Google Play Market โ†’ Notifications.
  • ๐Ÿ”ง Disable channels Application updates, Promotions and recommendations, but leave Device security.
  • ๐Ÿ”„ If notifications return, try disabling auto-update of applications in Play Store Settings โ†’ Auto-update.

For Android System (notifications about battery, network, etc.):

  • โšก Go to Settings โ†’ Notifications โ†’ Advanced โ†’ System notifications.
  • ๐Ÿ”‹ Turn off unnecessary notifications (for example, Charging completed or Weak Wi-Fi signal).
  • ๐Ÿ“ถ On some firmware (for example, LineageOS), system notifications can be disabled only through ADB (instructions in the next section).
What happens if you disable all system notifications?

Completely disabling system notifications may result in missing important messages, for example:

- Warnings about low battery charge (the device may turn off unexpectedly).

- Messages about problems with the SIM card or network.

- Notifications about critical OS errors.

We recommend leaving it turned on channels related to security and hardware status devices.

For devices with root access applications can be used like AppOps or DisableServiceto deeply customize system alerts. However, this requires caution - incorrect actions can lead to unstable operation of the OS.

5. Advanced methods: ADB and third-party utilities

If standard methods do not help (for example, for pre-installed applications that cannot be disabled), you will have to use Android Debug Bridge (ADB) or specialized utilities.

Method 1: Disabling notifications via ADB

This method works without root access, but requires connecting to a computer.

  1. Install ADB drivers on your PC.
  2. Enable USB debugging in Settings โ†’ System โ†’ About phone โ†’ Build number (tap 7 times) โ†’ Settings developer.
  3. Connect your phone to the PC and run the command:
    adb shell pm grant com.android.settings android.permission.WRITE_SECURE_SETTINGS
  4. To disable notifications for a specific package (for example, com.facebook.katana for Facebook), use:
    adb shell cmd notification allow_list -p com.facebook.katana --op remove

Method 2: Apps to block notifications

If ADB seems complicated, try these utilities (some require root):

  • ๐Ÿ›ก๏ธ Notification History Log โ€” keeps a log of all notifications and allows you to block them retroactively.
  • ๐Ÿ”‡ Disable Notifications โ€”a simple tool for mass disabling notifications.
  • ๐Ÿ”ง AppOps (requires root)โ€”allows you to disable notifications at the system permission level.
โš ๏ธ Attention: the use of ADB and third-party utilities may violate the security policies of some applications (for example, banking). Before use, check if your bank is blocking devices with USB debugging. If you often connect your phone to public Wi-Fi (for example, in cafes or airports), turn off notifications about new networks. This will prevent automatic connections to potentially dangerous access points.
๐Ÿ’ก

If you frequently connect your phone to public Wi-Fi (for example, in cafes or airports), turn off notifications from Google Play Services about new networks. This will prevent automatic connections to potentially dangerous access points.

6. Automation: how to turn off notifications on a schedule

If you need notifications from some applications only at certain times (for example, from Slack - only during business hours), use these tools:

Built-in Android functions

  • ๐Ÿ•’ Do Not Disturb mode (DND) - set up a schedule in Settings โ†’ Sound โ†’ Do Not Disturb.
  • ๐Ÿ“… On Android 12+ you can create rules to automatically turn on DND based on events (for example, when connected to Wi-Fi at home).

Third-party applications

  • ๐Ÿค– Automate โ€” allows you to create complex scenarios (for example, turn off notifications from games after 22:00).
  • โฐ MacroDroid โ€”a simple designer of automatic rules for notifications.
  • ๐Ÿ“ฑ Tasker (paid) - the most powerful tool for automation, supports blocking notifications by geolocation, time and other triggers.

Example rule for Tasker:

  1. Create a profile with the condition Time โ†’ From 23:00 to 7:00.
  2. Add an action Notifications โ†’ Block from applications and select the ones you need (for example, Instagram, TikTok).
  3. Activate profile.
๐Ÿ’ก

Notification automation is especially useful for parental controls. For example, you can set up blocking of notifications from games and social networks during school hours on your childโ€™s device.

7. What to do if notifications return after a reboot

Some applications (especially system ones) tend to โ€œresurrectโ€ after a reboot or updates. Here's how to deal with this:

For regular applications

  • ๐Ÿ”„ Check if Autorun is enabled in the battery settings (on Xiaomi, Huawei, Oppo).
  • ๐Ÿ›‘ Disable background activity of the application in Settings โ†’ Applications โ†’ [Application] โ†’ Battery โ†’ Background activity.
  • ๐Ÿ—‘๏ธ If the application is not critical, freeze using it Titanium Backup (requires root) or built-in function Disable (on Samsung and Google Pixel).

For system applications

  • ๐Ÿ”ง Use the ADB command to permanent shutdown:
    adb shell cmd appops set com.android.chrome OP_NOTIFICATION_ALERT deny

    (replace com.android.chrome with the package of the desired application).

  • ๐Ÿ“ฆ On some firmware it helps removing updates system application (for example, Google Play Music).
  • ๐Ÿ”„ If the problem appeared after updating the OS, try roll back to the previous version (instructions depend on the device model).

For devices with Magisk (root) you can use the module Universal GMS Dozethat aggressively limits the background activity of Google Play Services and other system components.

8. Common errors and how to avoid them

Many users encounter typical problems when turning off notifications. common:

Problem Cause Solution
Notifications return after updating the application The new version resets settings Disable auto-update for this application in Play Market
You cannot disable notifications for a system application Manufacturer restrictions Use ADB or root access
Notifications arrive, but are not displayed in panel The application uses push notifications via FCM Disable Background data for the application
After disabling notifications important messages stopped coming All channels are disabled, including critical ones Go back to the settings and turn on only the necessary channels (for example, "Messages" in messengers)

Another common mistake is ignore permissions. For example, if you turn off notifications for Facebookbut leave permission for Show on top of other windows, the application can bypass restrictions through pop-ups. Check all permissions in Settings โ†’ Applications โ†’ [Application] โ†’ Permissions.

โš ๏ธ Attention: on Android 14+ Google has tightened its notification policy. Apps must now request explicit permission to send alerts when first launched. If you accidentally allowed notifications, they can only be turned off through the system settings - the applications themselves can no longer manage this.

FAQ: Answers to frequently asked questions

Is it possible to turn off notifications for a specific chat in WhatsApp/Telegram?

Yes, in both messengers this is done directly in application:

  • V WhatsApp: open the chat โ†’ tap on the contact/group name โ†’ Mute.
  • V Telegram: open the chat โ†’ tap on the three dots โ†’ Disable notifications.

For Viber i Signal the process is similar.

Why do they still arrive after disabling notifications in the settings?

Probable reasons:

  1. The application uses push notifications via Firebase Cloud Messaging (FCM) โ€”they can bypass standard settings.
  2. The device has a feature enabled Battery optimization for this application, which resets settings.
  3. The manufacturer has modified Android (for example, Huawei or Xiaomi may block changes in notification settings).

Solution: try disabling Background activity for the application or use ADB.

How to turn off notifications about new messages in Gmail?

You can do this in two ways:

  1. In the application itself Gmail:
    1. Open the side menu โ†’ Settings โ†’ [Your account] โ†’ Manage notifications.
    2. Disable Sound i Vibration or select only important emails.
  2. Through Android settings:
    1. Go to Settings โ†’ Applications โ†’ Gmail โ†’ Notifications.
    2. Disable channels New emails i Reminders.

For corporate accounts (Google Workspace) may require approval from the administrator.

Is it possible to disable low battery notifications?

On most devices - yes, but the method depends on the firmware:

  • On stock Android (Pixel, Motorola): Settings โ†’ Battery โ†’ Battery notifications.
  • On Samsung: Settings โ†’ Device care โ†’ Battery โ†’ Settings (three dots) โ†’ Battery notifications.
  • On Xiaomi: You need to disable the system application Security via ADB or root.

โš ๏ธ Disabling these notifications may cause the device to suddenly shut down.

How to block notifications from ads in games?

Advertising notifications usually come from:

  • The game itself (disabled in the game notification settings).
  • Analytics services (Firebase, AppsFlyer) - you need to disable background activity.
  • Google Play Services - disable the channel Promotions in it settings.

To completely block advertising push notifications, use:

  • ๐Ÿ›ก๏ธ Blokada (blocks advertising domains at the DNS level).
  • ๐Ÿ”‡ NetGuard (requires root to block at the packet level).