How to disable Miuibiometric notifications on Xiaomi: 5 proven ways

If your Xiaomi smartphone is constantly bombarded with notifications from Miuibiometric, a fingerprint and facial recognition system, you are not alone. This service is responsible for biometric authentication, but its activity often becomes redundant: messages about โ€œfailed unlock attemptsโ€, โ€œpattern updatesโ€ or โ€œproblems with the sensorโ€ appear for no apparent reason. Worse, on some MIUI 13/14 firmware, these notifications cannot be disabled in the standard way through the app menu.

In this article, weโ€™ll look at all the possible methods, from simple tweaks to deep system interventions (including ADB), learn how to remove notifications forever without breaking the functionality of the fingerprint scanner, and what to do if the problem returns after the MIUI update, and focus on the Redmi Note 11/12, POCO X4/X5 and Xiaomi 12/13 models, where the bug is most common.

What is Miuibiometric and why does it send notifications?

The Miuibiometric service (full name of the package - com.xiaomi.miuibiometric) is responsible for:

  • ๐Ÿ” Fingerprint recognition (including unlock animation)
  • ๐Ÿ‘ค Face scanner (on models with infrared camera, for example, Xiaomi 13 Ultra)
  • ๐Ÿ”‘ Storage and encryption of biometric data in a secure chip TEE (Trusted Execution Environment)
  • ๐Ÿ“ฑ Integration with payment systems (for example, confirmation of purchases through Mi Pay)

Notifications appear for three main reasons:

  1. Sensor failures: Physical contamination of the scanner, damage after falling or getting moisture.
  2. Firmware conflict: bugs in MIUI 13.0.4+ and MIUI 14 where the service mishandles unlock events.
  3. Aggressive optimization: The system tries to train the sensor if you rarely use biometrics.

๐Ÿ”Ž How do you check if the sensor is to blame? Go to Settings โ†’ Passwords and security โ†’ Fingerprints, try adding a new fingerprint, and if the process is interrupted by an error, it's a hardware problem. If the fingerprint is added, but the notifications keep falling, it's the software.

๐Ÿ“Š What kind of Xiaomi model do you have?
Redmi Note 10/11/12
POCO X3/X4/X5
Xiaomi 11/12/13
Another model

Method 1: Disabling notifications through application settings

On most devices with MIUI 12-14, you can turn off notifications in the standard way, but there is a caveat: the menu item can be hidden.

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. In the search bar, type Miuibiometric (or scroll the list to System Apps).
  3. Tap on com.xiaomi.miuibiometric โ†’ Notifications.
  4. Turn off the Allow Notifications slider.

โš ๏ธ Note: On some firmware (for example, MIUI 13.0.6 for Redmi Note 11 Pro+) If you don't see the Notification option, go to Method 2.

๐Ÿ’ก Useful Lifehack: If notifications return after a reboot, try clearing the app cache first (Storage) โ†’ Clear the cache) and then disable notifications.

Backup your fingerprints (Settings โ†’ Passwords and Security โ†’ Fingerprints โ†’ Backup)

Check the MIUI version (Settings โ†’ About Phone โ†’ MIUI version)

Close all background applications (especially banking and payment)

Connect your phone to charge (in case of a failure)

-->

Method 2: Disconnection through "Special Permits"

If the standard method didnโ€™t work, try blocking notifications through the special permissions menu, which works on MIUI 14 and some custom firmware (e.g. Xiaomi.EU).

  1. Go to Settings โ†’ Applications โ†’ Special Permissions โ†’ Notifications.
  2. Find the Miuibiometric (may be called the "Biometric Service").
  3. Turn off all types of notifications: Pop-ups, Icons on the lock screen, Sounds.
  4. Save the changes and restart the phone.

โš ๏ธ Note: On certain devices (e.g, POCO F4) Then the pop-up prompts will stop working when you unlock your fingerprint, and you'll have to reset your notification settings to get them back (Settings). โ†’ Notifications โ†’ Additionally. โ†’ Resetting settings).

Xiaomi modelMIUI versionDoes Method 2 work?Side effects
Redmi Note 11 Pro+13.0.6โ€“13.0.9โœ… Yes.Disappearing tips when adding fingerprints
Xiaomi 12T14.0.3โŒ No (paragraph missing)โ€”
POCO X4 Pro13.0.4โœ… Yes.The vibration stops working when unlocked
Xiaomi 13 Lite14.0.2โœ… Partially (sounds only)Notifications are returned after update

Method 3: Disconnect via ADB (for advanced users)

If previous methods fail, the system-level notifications are blocked using the Android Debug Bridge (ADB), which requires a computer and enabled USB debugging, but is guaranteed to remove notifications forever.

๐Ÿ“Œ Preparation:

  1. Download Platform Tools (the official tool from Google).
  2. Turn on Developer Mode on your phone: Settings โ†’ About Phone โ†’ MIUI version (shap 7 times).
  3. Activate Debugging by USB in Settings โ†’ Additional โ†’ For developers.
  4. Connect the phone to the PC and allow debugging (a request will appear on the smartphone screen).

๐Ÿ”ง Instructions:

  1. Open the command line (cmd) in the folder with the platform-tools.
  2. Enter the command to check the connection: adb devices (should appear serial number of your device).
  3. Run the command to block notifications: adb shell pm disable-user --user 0 com.xiaomi.miuibiometric
  4. Reboot the phone.

โš ๏ธ Warning: This command completely disables the Miuibiometric service, which will cause the fingerprint and face scanner to fail:

adb shell pm enable com.xiaomi.miuibiometric

๐Ÿ”น Alternative option (without disabling the scanner): blocking notifications only:

adb shell cmd notification allow_list -p com.xiaomi.miuibiometric -c default -u 0

(It doesn't work on all firmware).

What if the ADB canโ€™t see the device?
1. Install Xiaomi drivers from the official website (the "Drivers" section for your model). 2. Try another one. USB-cable (preferably original). 3. Enable the option "Debugging by Debugging" in the developer settings USB (Security settings)" and select "Always Allow from this computer. 4. Restart your PC and phone, then reconnect.

Method 4: Resetting biometrics settings

If notifications are associated with a data corruption scanner (for example, after a failed MIUI update), resetting biometric settings will help, which will remove all stored fingerprints and facial patterns, but return the system to its original state.

๐Ÿ”„ Step-by-step instruction:

  1. Go to Settings โ†’ Passwords and Security โ†’ Fingerprints.
  2. Remove all saved prints (stick each and select Delete).
  3. If there is an option to Reset the scanner data, activate it (on some models it is hidden in Additional).
  4. Reboot the phone.
  5. Add the prints again, following the system's prompts.

๐Ÿ“Š When the method helps:

  • ๐Ÿ”„ After updating MIUI, When the scanner stopped recognizing the fingerprints.
  • ๐Ÿšจ If the notifications contain the text "Sensor reading error" or "Steam damaged".
  • ๐Ÿ”ง On devices with MIUI 12.5 Enhanced, where the bug is associated with data migration between versions.

โš ๏ธ Attention: On Xiaomi 12S Ultra and 13 Pro biometric resets can cause the scanner to be temporarily blocked (for 24 hours). PIN-unlocker.

๐Ÿ’ก

Before resetting your biometrics, check if the prints are tied to payment systems (Google Pay, Mi Pay), and after resetting, you will have to reconfigure them!

Method 5: Install custom firmware (extreme case)

If none of the methods worked, and notifications completely paralyze the work with the phone, there is a radical solution โ€“ reflash the device to an alternative version of MIUI (for example, Xiaomi.EU or LineageOS), this method is suitable only for advanced users and has risks!

โš ๏ธ What awaits you:

  • ๐Ÿ”“ Loss of warranty (if the phone is under warranty).
  • ๐Ÿ“ฆ Losing all data (required to make a backup!).
  • ๐Ÿ”ง Risk of โ€œbrickingโ€ (if you interrupt the firmware process).
  • ๐Ÿ”„ Possible bugs (not all functions can work correctly).

๐Ÿ› ๏ธ Recommended firmware:

FirmwarePlusesConsReference
Xiaomi.EUAd-free, optimized for Europe, weekly updatesNo Russian in some menus, NFC bugs are possibleOfficial website
LineageOSClean Android, high stability, long-term supportNo Xiaomi-branded chips (e.g. MIUI themes), complicated installationOfficial website
Pixel ExperienceGoogle Pixel interface, quick updatesThe camera or fingerprint scanner may not workOfficial website

๐Ÿ”น Important: Before firmware check compatibility with your model in the forum XDA For example, for Redmi Note 10 Pro, Xiaomi.EU is suitable, and for Redmi Note 10 Pro, POCO F3 โ€” LineageOS 20.

๐Ÿ’ก

Custom firmware only solves the Miuibiometric notification problem 70 percent of the time, and if the bug is associated with a hardware piece (like a damaged sensor), flashing it will not help.

Frequent Mistakes and How to Avoid Them

When trying to remove Miuibiometric notifications, users often face typical problems.

  • ๐Ÿ”„ "Notifications are returned after update MIUI": Turn off automatic firmware updates (Settings) โ†’ The phone. โ†’ Updating the system โ†’ โš™๏ธ โ†’ Auto-update).
  • ๐Ÿ”ง "Can't find Miuibiometric in the app list": Enable the display of system applications (โ‹ฎ โ†’ Show system in the menu "Application Management").
  • ๐Ÿ“ต "After the shutdown, ADB Scanner stopped working: Use the adb shell pm enable command to return functionality (see Method 3).
  • ๐Ÿ”’ "The phone demands PIN after resetting biometrics: This is normal - enter PIN, which you used before.

๐Ÿ’ก Advice for owners POCO: On devices. POCO s MIUI for POCO Miuibiometric notifications are often disguised as "Security." Check the notification settings for the com.miui.securitycenter app.

โš ๏ธ Note: If after all the manipulations, notifications continue to appear, and the fingerprint scanner is unstable, this may indicate a hardware malfunction. Contact the Xiaomi service center - in 2023-2026 this is recognized as a warranty case for models under 2 years old.

FAQ: Answers to Frequent Questions

โ“ Can you turn off Miuibiometric without root rights?
Yes, most users are short on Method 1 or Method 2. ADB (Method 3) also doesnโ€™t require root, but it does provide more features. Root is only for deep tampering with system files, which is not recommended.
โ“ Why After Updating MIUI Notifications returned?
When you update your system, you reset some of your application settings, including notification permissions. After the update, check your Miuibiometric settings again. If the problem recurs, disable auto updates or use ADB to permanently lock.
โ“ Will payments (Google Pay, Mi Pay) work after notifications are turned off?
Yes, payments through biometrics will continue to work if you have used Method 1 or Method 2. ADB (Method 3) payments will stop working โ€“ input will be required PIN-code.
โ“ How to return notifications if I am wrong?
If you have disabled notifications through the appโ€™s settings, just turn them back on to Settings. โ†’ Annexes โ†’ Miuibiometric โ†’ Notifications, if you've used them ADB, Execute the command: adb shell cmd notification allow_list -p com.xiaomi.miuibiometric -c default -u 1
โ“ Is there a risk of losing data when resetting biometrics?
No, biometric data reset (Method 4) only affects fingerprints and facial patterns, your files, photos and apps will remain intact, but if you used fingerprints to unlock applications (like banking apps), you will have to reconfigure them.