How to hide the text of notifications on Xiaomi Redmi 8: from instant messengers to system alerts

Xiaomi Redmi 8 is still a popular budget smartphone, but its owners often face a problem: the content of notifications is displayed directly on the locked screen. It is not just annoying โ€” can cause awkward situations when outsiders see your private messages, notifications from banking applications or work emails. Fortunately, MIUI offers several ways to hide the text of notifications, and we will analyze them all, from basic settings to hidden functions.

It is important to understand that the methods differ depending on the firmware version (MIUI 10/11/12) and the notification type (system, messenger, social network, etc.). For example, you can hide the text of the SMS through the Messages application settings, and for Telegram or WhatsApp you will need a separate setting. In this article, you will find unique combinations of parameters that are not described in the standard Xiaomi documentation โ€“ they will help to hide notifications even in cases where the usual methods do not work.

Why notifications are displayed on the lock screen

By default, Redmi 8 shows notification text on a locked screen for user convenience, part of MIUI's philosophy of giving priority to quick access to information, but this "transparency" has the downside:

  • ๐Ÿ”“ Security: Anyone can read your messages without unlocking your phone.
  • ๐Ÿ“ฑ Privacy: Notifications from banking applications, work chats or personal correspondence are made available to outsiders.
  • ๐Ÿšจ Spam: Advertising Notifications Ruin the Look of the Lock Screen.

The newer versions of MIUI (starting with 12) have a "Confidential Mode" feature, but Redmi 8 with MIUI 10/11 doesn't have one.

โš ๏ธ Note: If you use third-party launchers (such as Nova Launcher or POCO Launcher, notification settings may vary. In this case, return the standard launcher first. MIUI in the settings of the Topic โ†’ Launcher.

Method 1: Hiding notifications through lock screen settings

The easiest method is to disable sensitive notifications on a locked screen, which works for all applications at once, but has a limitation: some system notifications (such as low battery power) will still show up.

To hide the text of the notifications:

  1. Open Settings โ†’ Lock screen and password.
  2. Select Notifications on the lock screen.
  3. Switch the slider to Hide the contents of notifications.
  4. In some versions of MIUI, you can choose to Show only app icons here, which is an even more reliable option.

Once the changes are applied, only the app icons (such as WhatsApp or VK) will be displayed on the lock screen, but not the message text itself. However, this method does not hide notifications in the notification panel - this will require a separate setup (see Method 3).

Open lock screen settings

Selected item "Notifications on the lock screen"

Activated mode "Hide the contents of notifications"

Reboot the phone to apply changes-->

Method 2: Individual settings for each application

If you only need to hide notifications for specific applications (such as instant messengers or banking services), use the app-specific notification settings, which are more flexible because they allow you to leave notifications from less important applications (such as weather or news).

Instructions:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Select the application you want to hide notifications for (for example, Telegram or SberBank Online).
  3. Press Notifications.
  4. Turn off the Show slider on the lock screen or select Hide Content (depending on the MIUI version).
  5. For instant messengers (such as Viber), you may need to further disable Preview in the settings of the application itself.

Some apps (like WhatsApp) have their own privacy settings to hide the text of the notifications on WhatsApp:

  • ๐Ÿ“ฑ Open WhatsApp. โ†’ โ‹ฎ (menu) โ†’ Settings โ†’ Notifications.
  • ๐Ÿ”’ Select Show notifications โ†’ Only in the curtain.
  • ๐Ÿ” Turn off Message Previews.

โš ๏ธ Attention: B MIUI 10 on Redmi 8, some apps (e.g. Gmail) ignore the notification system settings. In this case, you will have to use Method 4 (Do Not Disturb Modeยป).

Personal Messages (WhatsApp, Telegram)

Work Letters (Gmail, Outlook)

Bank alerts (Sberbank, Tinkoff)

Social media (VK, Instagram)

System notifications (updates, battery)-->

Method 3: Hiding notifications in the panel (curtain)

Even if you hid notifications on the lock screen, they can still appear in the notification bar (curtain) to completely hide the text, you need to change the privacy settings for the curtain.

How to do this:

  1. Open Settings โ†’ Notifications and Status bar.
  2. Select Notifications on the lock screen (yes, same item).
  3. Activate Hide the contents of notifications in the curtain (in some versions of MIUI this item is called Confidential Mode).
  4. If you donโ€™t have an option, try turning Incognito Mode into Settings โ†’ Additional (not available on all firmware).

After that, the notification curtain will only display app names (e.g., โ€œNew Telegram Messageโ€), but not the text itself. Note that this method may not work for system notifications (e.g., about connecting to Wi-Fi).

Type of notificationHiding on the lock screen?Hiding in a curtain?Is a reboot required?
Personal Messages (SMS, messengers)โœ… Yes.โœ… Yes.โŒ No.
Bank alertsโœ… Yes.โš ๏ธ Partially.โŒ No.
Social mediaโœ… Yes.โœ… Yes.โŒ No.
System notificationsโŒ No.โŒ No.โŒ No.

Method 4: Using Do Not Disturb Mode to Hide Notifications

If previous methods have not worked (for example, due to the features of the firmware), you can use the mode Do not disturb. It does not hide the notifications completely, but allows you to disable their display on the lock screen and in the curtain for selected applications.

Setting:

  1. Go to Settings โ†’ Sound and vibration โ†’ Do not disturb.
  2. Select the Rules โ†’ Add a rule.
  3. Specify the Applications and select the ones you want to hide the notifications (for example, VK or SberBank).
  4. Activate Hide Notifications (some versions of MIUI call it No Sound and No Vibration).
  5. Keep the rule and turn on the Do Not Disturb mode.

The downside of this method is that notifications will be completely hidden โ€” you wonโ€™t even see an app icon โ€” but itโ€™s the only way to hide notifications from stubborn apps that ignore system settings.

๐Ÿ’ก

If Do Not Disturb mode does not save settings after rebooting, try updating the Security app via Google Play. Often bugs are associated with an outdated version of this component.

Method 5: Hiding notifications via ADB (for power users)

If standard methods don't work, you can use ADB (Android Debug Bridge), a tool for advanced users, which allows you to disable the display of notifications at the system level, but requires a connection to a computer.

Instructions:

  1. Enable Developer Mode on Redmi 8: Settings โ†’ About Phone โ†’ MIUI Version (click 7 times)
  2. Activate USB Debugging in Settings โ†’ Additional โ†’ For developers.
  3. Connect your phone to your PC and execute the command: adb shell settings put global hide_notifications_on_lockscreen 1
  4. Use Adb shell settings to hide notifications in the curtain: adb shell settings put global hide_sensitive_notifications 1
  5. Reset the device.

This method works on all versions of MIUI, but has risks: misuse of ADB can cause system failures. If you are not sure about your actions, you should turn to Method 1 or Method 2.

What if the ADB does not recognize the device?
If the adb device command doesnโ€™t show your Redmi 8, try this: 1. Install the latest Xiaomi drivers. USB Drivers from the official website. 2. Check if File Transfer is enabled (MTP) When connecting to a PC. 3. Try another one. USB-cable (preferably original). 4. in Settings โ†’ For developers, turn on debugging by USB (Security permission) and confirm the PC permission.

Additional privacy tips on Xiaomi Redmi 8

Hiding notifications is only part of protecting your privacy, and here are some more useful settings for Redmi 8:

  • ๐Ÿ” Application Blocking: Use the built-in Application Protection feature (Settings) โ†’ Confidentiality โ†’ Application protection) to block access to messengers with a password.
  • ๐Ÿ“ฑ Hiding icons: In MIUI You can hide the icons of applications from prying eyes using the function of Second Space or Hidden Applications.
  • ๐Ÿ” Access Restriction: In Settings โ†’ Permissions check which apps have access to your contacts, messages and geolocation.

If you often transfer your phone to other people (for example, to show a photo), turn on Guest Mode:

  1. Open Settings โ†’ System and device โ†’ Additional โ†’ Guest mode.
  2. Set up restrictions (such as hiding notifications and blocking certain apps).
  3. Activate the mode through the notification panel.

๐Ÿ’ก

Redmi 8 with MIUI 10/11 does not have the new version's "Privacy Mode" feature, but it can be emulated by a combination of settings from Method 1 and Method 3.

Frequent Questions (FAQ)

Can you hide notifications only for certain WhatsApp contacts?
Yeah, but not through the settings. MIUI, It's on WhatsApp itself: Open a chat with a contact. โ‹ฎ โ†’ Notifications โ†’ Custom notifications. Turn off the preview and the sound. After that, the notifications from that contact will come without text.
Why did the MIUI update make the notifications visible again?
A firmware update often resets privacy settings. After the update: Check the settings in Lock Screen โ†’ Notifications. Update the Security app on Google Play. If the problem persists, use Method 4 (Do Not Disturb mode).
How to hide notifications of missed calls?
Call notifications are managed by Phone: Open Settings โ†’ Applications โ†’ Application Management โ†’ Phone. Select Notifications โ†’ Missed Calls. Turn off Lock screen. If there are no options, use Method 5 (ADB).
Can you hide notifications only for a time (for example, at work)?
Yes, Do Not Disturb Mode with a timer will do this: Open Settings โ†’ Sound and Vibration โ†’ Do Not Disturb. Select Schedule and specify the time (e.g. 9:00 to 18:00). Enable Hide Notifications. At that time, notifications will be automatically hidden.
Why do some notifications still show up despite all the settings?
This is due to the priority of system notifications. In MIUI, some alerts (such as low battery charge or updates) are given the highest priority and ignore privacy settings. To hide them: Use Method 5 (ADB). Or turn them off completely in Settings โ†’ Notifications and Status bar โ†’ System notifications.