Pop-up notifications WhatsApp on the screen Android can be annoying, especially when they appear on top of important tasks - while playing games, watching videos or working with documents. These windows aren't just a distraction: they reveal the contents of messages, compromising your privacy if others are nearby. Fortunately, in Android settings and the messenger itself there are several ways to disable them - from standard options to hidden functions for advanced users.

The problem is complicated by the fact that WhatsApp actively uses system tools to display notifications, and their behavior depends on the version applications, shell Android (MIUI, One UI, ColorOS) and even smartphone models. In this article we will look all current methods from basic to radical, including setting application rights and changing system parameters. You can choose the best option without the risk of losing important messages or disrupting the messenger.

Why WhatsApp notifications pop up and is it possible to turn them off completely

Pop-up windows (they are also called "floating notifications"** or heads-up notifications) is a function Androidthat WhatsApp uses to attract attention. They appear at the top of the screen and disappear after a few seconds, but manage to show the text of the message, the sender's name and even a profile photo. This behavior is inherent in the logic of the messenger: the developers believe that the user should instantly respond to incoming messages, especially in high-priority chats..

However, not everyone wants personal correspondence to be displayed on the screen at the most inopportune moment. Key reasons why users are looking for ways to disable these windows:

  • ๐Ÿ”’ Privacy: messages are visible to others, even when the screen is locked (on some devices).
  • ๐ŸŽฎ Interference in games/applications: pop-up windows block important interface elements.
  • ๐Ÿ“ฑ Intrusive design: on small screens, notifications take up to 30% of the area.
  • ๐Ÿ”‹ Battery consumption: frequent pop-ups force the processor and screen to work more actively.

Can I turn them off completely? Yes, but with reservations:

  • โœ… At level WhatsApp: you can hide the text of messages or turn off notifications for individual chats.
  • โœ… At level Android: you can block floating notifications for an application or change their priority.
  • โš ๏ธ But: some methods can hide all notifications from WhatsApp, and not just pop-ups.
๐Ÿ“Š How often are you annoyed by pop-up notifications in WhatsApp?
Constantly
Sometimes
Nearby
Never

Method 1: Disable floating notifications in WhatsApp settings

The simplest and A safe method is to use the built-in messenger options. It is suitable for most versions WhatsApp (including WhatsApp Business) and does not require administrator rights or root-access. Here's how to do it:

  1. Open WhatsApp and tap three dots in the upper right corner.
  2. Select Settings โ†’ Notifications.
  3. Scroll down to the section Floating notifications (or Pop-up notifications in some versions).
  4. Turn off the switch next to item Show floating notifications.

If this item is not there, try an alternative way:

  1. Go to Settings โ†’ Notifications โ†’ Tone and vibration.
  2. Tap Notifications on the lock screen.
  3. Select Do not show notifications or Hide content (this will hide the text, but not the window itself).

โš ๏ธ Attention: On some devices (for example, Xiaomi or Huawei), these settings may be reset after an update WhatsApp. Check them every 1-2 months.

Open Settings โ†’ Notifications|Check "Floating notifications"|Disable content display on lock|Reboot the phone to apply the changes-->

Method 2: Setting up notifications at the level Android

If the built-in options WhatsApp did not help, you can limit application rights through system settings. This method works on all versions Android 8.0 and higher, but the interface may differ depending on the shell. General algorithm:

  1. Open Android Settings โ†’ Applications (or Applications and notifications).
  2. Find WhatsApp in the list and tap on it.
  3. Select Notifications (on some devices you must first press Advanced).
  4. Disable switch Show notifications or find the category Messages and disable it.

For more subtle settings:

  • ๐Ÿ”• On Samsung: go to Settings โ†’ Notifications โ†’ Additional settings โ†’ Floating notifications and disable WhatsApp in the list.
  • ๐Ÿ“ฑ On Xiaomi/Redmi: in the notification settings for WhatsApp select Priority โ†’ Low (this will reduce the frequency of pop-ups).
  • ๐Ÿค– On clean Android: in the notification settings for WhatsApp turn off Sound i Vibration โ€”this will reduce their intrusiveness.

โš ๏ธ Attention: on devices with EMUI (Huawei/Honor) you may need to additionally disable Notifications on the lock screen in the security settings.

Manufacturer Path to settings Action
Samsung Settings โ†’ Notifications โ†’ Advanced โ†’ Floating notifications Disable for WhatsApp
Xiaomi/Redmi Settings โ†’ Applications โ†’ WhatsApp โ†’ Notifications โ†’ Priority Select โ€œLowโ€
Google Pixel Settings โ†’ Applications โ†’ WhatsApp โ†’ Notifications โ†’ Categories Disable "Messages"
Huawei/Honor Settings โ†’ Notifications โ†’ Manage notifications Disable "Pop-ups"

Method 3: Using Do Not Disturb mode for individual chats

If you need to disable pop-up notifications only for certain chats (for example, group or spam messages), use the built-in function Mute in WhatsAppThis will not remove notifications completely, but will make them less intrusive:

  1. Open the chat for which you want to turn off notifications.
  2. Tap on three points in the top menu and select Silent.
  3. Set the period (from 8 hours to Always) and confirm.

For more flexible settings:

  • ๐Ÿ”” Enable Show notifications, but disable Sound i Vibration โ€”this way notifications will arrive, but not interfere.
  • ๐Ÿ‘ฅ For groups: click on the group name โ†’ Default notifications โ†’ select Mentions only.
  • ๐Ÿ“Œ For important chats: use Pinned chats (long press on the chat โ†’ Pin) so that they are displayed first, but without pop-ups.

โš ๏ธ Attention: if you use WhatsApp Web or WhatsApp Desktop, the notification settings on your phone can be synchronized. Turning off the sound on your smartphone will lead to silence on your computer.

๐Ÿ’ก

Create a separate folder in WhatsApp for important chats (click on chat โ†’ โ€œAdd to folderโ€) and set up notifications only for it. The rest of the chats can be completely muted.

Method 4: Disabling notifications via ADB (for advanced users)

If standard methods do not work, you can use the tool ADB (Android Debug Bridge) to block pop-up notifications at the system level. This method requires USB debugging and is suitable for users who are ready to work with the command line. The advantage of the method is that it bypasses the limitations of shells and others. USB debugging data-i="211">and tap 7 times on MIUI, EMUI and others.

Instructions:

  1. Turn on Developer mode on your phone: go to Settings โ†’ About phone and tap on 7 times Build number.
  2. Return to Settings โ†’ System โ†’ For developers and enable USB debugging.
  3. Connect the phone to the PC, install ADB and run the command:
adb shell pm grant com.whatsapp android.permission.POST_NOTIFICATIONS

To disable all notifications from WhatsApp (including pop-ups), use:

adb shell appops set com.whatsapp OP_POST_NOTIFICATION deny

To return default settings:

adb shell appops set com.whatsapp OP_POST_NOTIFICATION allow

โš ๏ธ Attention: incorrect use ADB may break system operation. Before experiments create a backup copy data. Also note that after updating WhatsApp or resetting the settings, you may need to repeat the command.

What to do if ADB does not recognize the device?

Make sure that drivers for your smartphone are installed (download them from the manufacturerโ€™s website). Also check that the item is enabled in the developer settings USB debugging (safe mode) and you have confirmed trust in the PC on the phone.

Method 5: Using third-party applications to block notifications

If you need selective block pop-up notifications (for example, only during games or work), you can use third-party utilities. They offer flexible rules for managing notifications, but require additional permissions. Popular solutions:

  • ๐Ÿ›ก๏ธ Notification History Log: keeps a log of notifications and allows you to block them by keywords (for example, for spam messages).
  • ๐Ÿ”‡ AutoNotification (plugin for Tasker): creates rules to turn off notifications at a certain time or on startup applications.
  • ๐Ÿ“ต Notisave: saves notifications and allows you to disable them for individual applications without root access.

Setting example AutoNotification:

  1. Install Tasker and plugin AutoNotification from Google Play.
  2. Create a new task in Tasker and add an action AutoNotification โ†’ Intercept.
  3. In the filters, specify Package Name: com.whatsapp and Title: * (for all notifications).
  4. Add an action AutoNotification โ†’ Dismissto close notifications automatically.

โš ๏ธ Attention: Third-party applications can block notifications read your correspondence. Use only proven open source utilities and disable their Internet access in the settings Android.

What to do if nothing helps: radical measures

If pop-ups notifications WhatsApp continue to appear despite all attempts, radical methods remain. They are suitable for users who are willing to sacrifice some functionality for the sake of silence:

  • ๐Ÿ“ด Disable background activity: go to Settings โ†’ Applications โ†’ WhatsApp โ†’ Battery and select Limit background activity. This may result in delays in receiving messages.
  • ๐Ÿ”„ Use alternative messengers: move important chats to Telegram or Signal, where the notification settings are more flexible.
  • ๐Ÿ› ๏ธ Install custom firmware: firmware like LineageOS allow you to fine-tune notifications, but require unlocking the bootloader.
  • ๐Ÿ“ฑ Reset your phone settings: in rare cases, resetting to factory settings helps (don't forget to make a backup!).

โš ๏ธ Attention: limiting background activity WhatsApp may lead to messages not being received with a delay of up to 10โ€“15 minutes. This method is not recommended if you use the messenger for work.

๐Ÿ’ก

If you decide to use custom firmware, make sure that it supports Google Services otherwise WhatsApp it may not work.

FAQ: Frequently asked questions about WhatsApp pop-up notifications

Is it possible to disable pop-up notifications only for certain contacts?

Yes, but not directly. Options:

  • Open a chat with the contact โ†’ Mute โ†’ select a date.
  • Use AutoNotification (from method 5) and set up a filter by name contact.

It is impossible to completely remove pop-up windows for only one contact through standard settings. WhatsApp it is forbidden.

Why did pop-up notifications appear again after updating WhatsApp?

Updates WhatsApp sometimes reset user notification settings. This is due to the application's policy: developers believe that new features (for example Reactions or Communitiesrequire active notifications). To avoid this:

  • Disable automatic updates WhatsApp v Google Play.
  • After each update, check your notification settings (method 1).
Pop-up notifications appear even when the screen is off. How to fix this?

This is a feature of the shells MIUI (Xiaomi) and EMUI (Huawei). To disable:

  • On Xiaomi: Settings โ†’ Lock screen โ†’ Lock screen notifications โ†’ disable WhatsApp.
  • On Huawei: Settings โ†’ Notifications โ†’ Notifications on the lock screen โ†’ select Do not show.

On a clean Android there is no such problem - notifications do not appear on the screen that is turned off.

Is it possible to disable pop-up notifications, but leave the sound and icon in the status bar?

Yes, but not in all versions Android. Try:

  1. In settings WhatsApp disable Floating notifications (method 1).
  2. In settings Android for WhatsApp leave on Sound and Icon on panel, but disable Pop-up windows (if such an item exists).

On Samsung this is done through Settings โ†’ Notifications โ†’ Notification style โ†’ select Quiet.

Will these methods work on WhatsApp Business?

Yes, all the methods from the article are suitable for WhatsApp Business, since it has the same notification settings. The exception is if you use automatic replies or tags for customers: turning off notifications can hide important notifications about new orders.