How to hide notifications on the lock screen Xiaomi Redmi Note 10: the complete guide

The Xiaomi Redmi Note 10 lock screen displays default notifications, which is convenient for quick access to important information, but poses privacy risks. If you don’t want the content of messages (from messengers, emails or social networks) to be seen by outsiders, they can be hidden or completely disabled. In this article, we will analyze everything from basic MIUI settings to hidden features for advanced users.

The problem is compounded by the fact that on the Redmi Note 10 (as well as on other Xiaomi smartphones), notifications can be displayed even when the device is turned on. PIN-It's related to Android policy and the corporate shell. MIUI, And that's the default, which prioritizes convenience over security, and fortunately, you can fix that in 2-3 minutes -- without rooting rights or complex manipulation.

Why are notifications displayed on the lock screen?

By default, MIUI (versions 12-14) is set to maximize the information content of the lock screen.

  • πŸ“± All notifications (except system) are displayed in expanded form - with the text of the message, the name of the sender and the application icon.
  • πŸ”“ Confidential mode is disabled, so the contents can be seen even without unlocking.
  • πŸ”” Priority apps (such as WhatsApp or Telegram) can bypass restrictions and always appear on the screen.

This is the logic of Android 11/12, which runs the Redmi Note 10. Google believes users want to see notifications β€œhere and now”, but this is not always safe. For example, if you left your phone on the table in a cafe or showed it to a colleague, an outsider can read private messages.

πŸ“Š How often do you worry about notifications on the lock screen?
Constantly.
Sometimes.
Nearby
Never pay attention.

Method 1: Hide the contents of notifications (without disabling)

The easiest method is to enable privacy mode, which hides the text of notifications, leaving only the app icon and the New Message bar.This doesn't turn off alerts completely, but makes them neutral to outsiders.

Instructions:

  1. Open Settings β†’ Notifications and Status bar.
  2. Go to Notifications on the lock screen.
  3. Select Hide the content of notifications (or Do not show notifications if you want to remove them completely).
  4. Confirm the changes by clicking Ready.

Hidden content of notifications | Priority alerts disabled |Settings for individual applications |System cache reset (with glitch)

-->

⚠️ Attention: On some firmware MIUI This item may be called something else, such as β€œNotification Privacy” or β€œHide Text.” If you don’t find an option, upgrade to the latest version (see section below).

Method 2: Disable notifications for individual applications

If you only need to hide alerts from certain messengers (like Viber or Facebook Messenger), do so selectively:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Select the application you want (such as Telegram).
  3. Go to the Notifications section.
  4. Turn off the switch Show on the lock screen.
  5. To completely disable notifications, deactivate the main switch at the top.

This method is useful if you want to leave notifications from banking apps or emails but hide private messages. Note: some apps (like WhatsApp) may ignore these settings if they have administrator rights.

πŸ’‘

To check which apps ignore restrictions, close all programs through Recent and see which notifications still appear on the lock screen.

Method 3: Use the "No Notification Mode" (DND)

Do Not Disturb (DND) is a universal tool for blocking all alerts, including those that appear on the lock screen.

  • πŸ•’ Scheduled (for example, at night or at work meetings).
  • πŸ“΅ Completely disable all notifications.
  • βš™οΈ Allow alerts only from selected contacts.

How to turn on:

  1. Go to Settings β†’ Sound and vibration β†’ Do not disturb.
  2. Activate the master switch.
  3. In the Rules section, set exceptions (for example, allow calls from "Favorites").
  4. Enable Hide notifications on the lock screen (if available).
DND regimeWhat's blockedExceptions
Complete.All notifications and callsNo.
Just sounds.Sounds and vibrations, but notifications remainCan be configured for individual applications
Scheduled.All notifications at the specified timeSelected contacts, alarm clocks

⚠️ Attention: In mode DND Some system notifications (such as low battery power) may continue to be displayed. To hide them, you will need to turn off system alerts via the system. ADB (See the section for advanced users).

Method 4: Update MIUI to the latest version

If your version of MIUI doesn’t have a notification hide option, the problem may be with outdated firmware. Xiaomi regularly updates the interface with new privacy features. For example, MIUI 14 has a separate switch to hide the contents of notifications on the lock screen.

How to update:

  1. Open Settings β†’ About the phone β†’ System update.
  2. Click Check for updates.
  3. If a new version is available, download and install it.
  4. After the update, restart your phone and check your notification settings again.
What to do if the update is not installed?
If the system says "Update not found", but you know it is: 1. Download the firmware manually from the official Xiaomi website (section Redmi Note 10). 2. Move the file to the root folder of the phone and rename it to update.zip. 3. Go to Settings β†’ About Phone β†’ System Update β†’ System (three dots) β†’ Select a firmware file. 4. Confirm the installation and wait for completion (the phone will restart automatically).

If even after the update there is no option to hide notifications, try resetting the settings of the Settings application (see the next section).

Method 5: Reset notification settings (if it is glitchy)

Sometimes notification settings are confused due to cache errors or application conflicts, in which case the reset will help:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Click on the menu (three dots) β†’ Show system processes.
  3. Find the Settings app (com.android.settings).
  4. Open the Warehouse. β†’ Clear the cache.
  5. Go back and select Reset by default (if available).

Once reset, all notification settings will go back to factory, and you'll have to reset them, and this method also helps if:

  • πŸ”„ Notifications are shown despite the disconnection in the settings.
  • πŸ“΅ Exceptions do not work in the mode DND.
  • βš™οΈ Menu items (e.g., β€œNotifications on the lock screen”) have disappearedΒ»).

⚠️ Note: Resetting the Settings app does not affect personal data, but can return to factory settings:

  • πŸ”Š Loudness of sound and vibration.
  • πŸ“Ά Network settings (Wi-Fi, mobile data).
  • πŸ”‹ Battery modes.

Method 6: Advanced Methods (ADB and Third Party Applications)

If standard methods didn't work, you can use ADB (Android Debug Bridge) to deep-tube the system, which requires connecting the phone to a computer and basic command line knowledge.

Instructions for disabling notifications via ADB:

  1. Turn on Developer Mode on your phone: 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 open the command line (or Terminal on Mac/Linux).
  4. Enter the commands in turn: adb shell settings put global lock_screen_show_notifications 0 adb shell settings put global heads_up_notifications_enabled 0
  5. Reboot the phone.

These teams:

  • πŸ”’ Completely disable notifications on the lock screen (lock_screen_show_notifications 0).
  • πŸ“΅ Remove pop-up notifications (heads_up_notifications_enabled 0).

⚠️ Attention: Misuse of the right ADB This may disrupt the system. Before making changes, back up your data through Settings. β†’ Additionally. β†’ Backup and reset.

πŸ’‘

ADB-commands operate at the system level and are not reset after rebooting. To return notifications, replace 0 with 1 commands.

Alternatively, third-party applications like Notification History Log or AutoNotification (require root rights), which allow for flexible notification management, but can conflict with MIUI.

Frequent problems and solutions

Even after you set it up correctly, notifications can continue to show up, and let’s look at the typical reasons and ways to address them:

Problem.Reason.Decision
Notifications are displayed despite disconnectionThe application has administrator rightsGo to Settings β†’ Passwords and Security β†’ Administrator privileges and disable permissions for the problem application
No item "Notifications on the lock screen"An outdated version of MIUIUpdate the firmware (see Method 4)
Notifications appear after rebootFailure of system settingsReset the settings of the Settings application (see Method 5)
It's not working. ADB-teamThere is no USB debugging or driversInstall Mi PC Suite and check the connection via adb devices

If none of the methods worked, the reason may be:

  • πŸ› οΈ Castom firmware (unofficial version) MIUI or LineageOS).
  • πŸ”§ Application conflict (e.g., two launchers or optimizers).
  • πŸ“± Hardware failure (rarely, but possible if memory is damaged).

In such cases, it is recommended to reset to factory settings (pre-saving data) or contact the Xiaomi service center.

FAQ: Answers to Frequent Questions

Can you hide notifications only for certain contacts?
Yes, but not through the standard MIUI settings. You'll need: Open messenger (like WhatsApp or Telegram). Go to chat with a contact β†’ Notifications β†’ Disable. Or create a separate group of notifications for important contacts in the application settings. At the system level, Xiaomi does not provide such a feature.
Why are the notifications visible again after the MIUI update?
Updating the firmware may reset some privacy settings. MIUI: Check the Notifications section on the lock screen again. If the option is reset, turn it on again. ADB-commands (see Method 6).
How to hide notifications from banking applications (SberBank, Tinkoff)?
Banking applications often ignore system restrictions due to security requirements. To hide their notifications: Open the bank application itself. Go to its settings (usually in the profile or menu). Find the Notifications section and turn off the Display on the Lock screen option. If this option is not available, contact bank support - some applications block this function at the server level.
Will the notification hiding work on the Redmi Note 10 Pro or other models?
All of the methods described (except for specific ones) ADB-Teams for Redmi Note 10) applicable to: Redmi Note 10 Pro/Pro Max; Redmi Note 9/9T; POCO X3/X3 Pro; Other smartphones on the MIUI 12–14. The difference may be in the layout of menu items, but the logic is the same.
Can I hide the notifications without turning off the sound?
In the Notifications settings on the lock screen, select Hide content – sound and vibration will remain, but text messages will not be displayed. You can also: Turn off pop-up notifications in Settings β†’ Notifications β†’ Additional. Use vibration mode instead of full silent mode.