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(orSettings โ Notifications โ Notification historyon new versions). - ๐ Find the desired application in the list (use search if there are many applications).
- ๐ Tap on the item
Notificationsand move the slider toOff. - โ๏ธ 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:
- Go to
Settings โ Notifications โ Advanced. - Select
Priority notificationsand 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:
- Go to the notification settings of a specific application (as in the previous section).
- Tap on the item
Notification categories(orNotification typeson MIUI). - Disable unnecessary channels, leaving only critical ones (for example, "Messages" in Telegram).
| Application | Recommended channels to disable | Channels that are better to leave |
|---|---|---|
| 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 โ Advancedthere is an itemBlock 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 modewith flexible rules (for example, disable notifications only from games during working hours).
For devices Xiaomi/Redmi/Poco (MIUI)
- ๐ซ B
Settings โ Notifications and status barthere is an itemBlock notificationsโhere you can completely block notifications from selected applications. - ๐ MIUI hides some notifications behind permission
Autostart. If notifications continue to arrive, checkSettings โ 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 โ Notificationsthere is an itemNotification historyโturn it on to see which applications sent notifications in the last 24 hours. - ๐ The function
Do not disturbon 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 leaveDevice 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 completedorWeak 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.
- Install ADB drivers on your PC.
- Enable
USB debugginginSettings โ System โ About phone โ Build number(tap 7 times) โSettings developer. - Connect your phone to the PC and run the command:
adb shell pm grant com.android.settings android.permission.WRITE_SECURE_SETTINGS - 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 inSettings โ 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:
- Create a profile with the condition
Time โ From 23:00 to 7:00. - Add an action
Notifications โ Block from applicationsand select the ones you need (for example, Instagram, TikTok). - 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
Autorunis 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.chromewith 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:
- The application uses push notifications via Firebase Cloud Messaging (FCM) โthey can bypass standard settings.
- The device has a feature enabled
Battery optimizationfor this application, which resets settings. - 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:
- In the application itself Gmail:
- Open the side menu โ
Settings โ [Your account] โ Manage notifications. - Disable
SoundiVibrationor select only important emails.
- Open the side menu โ
- Through Android settings:
- Go to
Settings โ Applications โ Gmail โ Notifications. - Disable channels
New emailsiReminders.
- Go to
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
Promotionsin 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).