How to turn off the pulse on the lock screen Xiaomi: all the ways for MIUI 12, 13 and 14

Animation of a pulsating circle on the lock screen Xiaomi is one of the most controversial chips MIUI. For some users, this is a convenient notification indicator, for others it is an annoying element that prevents them from understanding the time and date. AMOLED-screens where constant animation can affect power consumption.

In this article, we’ll look at all the available methods for turning off your pulse, from standard settings to hidden settings through ADB and editing system files. It’s important to understand that some methods require an unlocked bootloader or superuser rights, so be mindful of the process.

If you’re using Xiaomi based on MIUI 14 or later, start with the first partition β€” you may not even need to be technically manipulated. Owners of older versions (such as MIUI 12 on the Redmi Note 9 Pro) will have to use alternative methods.

1. Turn off the pulse through standard MIUI settings

The easiest way to remove animation is to use built-in personalization options. Unfortunately, in the latest versions of MIUI, this option is hidden deep, and some firmware has removed it altogether.

On MIUI 14 (relevant to Xiaomi 13/13 Pro, Redmi Note 12):

  1. Open the Settings β†’ Lock screen.
  2. Slip on the lock screen style.
  3. Choose any style that does not have animation (e.g., Clean or Digital Watch).
  4. Save the changes and check the result.

On MIUI 12/13 (for Poco X3, Mi 11):

  • πŸ”Ή Go to Settings. β†’ Always on screen and locking.
  • πŸ”Ή Select the lock screen settings β†’ Additionally.
  • πŸ”Ή Find the notification pulse option and turn it off.

πŸ’‘

If the notification pulse option is missing, try changing the theme to a standard one (e.g., MIUI Default).

If none of these things worked, your firmware version doesn't support shutdown through the menu, so move on to the following methods.

2.Using the Developer Mode and ADB

For users who are ready for technical manipulation, there is a more flexible way to disconnect via ADB. This method works on most Xiaomi devices, but requires a connection to a computer and activation of the developer mode.

Step-by-step:

  1. Activate the Developer Mode: πŸ”§ Go to Settings. β†’ The phone. πŸ”§ Tap 7 times on "Version" MIUI", Notice: β€œYou have become a developer!".

USB debugging

Settings β†’ Additional β†’ For Developers

Connect the phone to the PC and confirm the debugging permission.

Platform Tools

Minimal ADB and Fastboot

adb.exe

adb shell settings put global lockscreen_pulse_enable 0

Developer mode activated | USB| Installed Xiaomi drivers on PC| Downloaded Platform Tools| Phone connected by original cable-->

After you've done the command, restart the device. If the pulse is gone, it's working. If it's not, try an alternative command:

adb shell settings put secure lock_screen_pulse 0
What if the ADB does not recognize the device?
Make sure that the device manager (Windows) displays the phone as Android. ADB Interface. If there's an exclamation point hanging, install the drivers manually through the Mi Flash Tool. macOS/Linux You may need to add a rule for udev (instructions are available on the official website of LineageOS).

3. editing system files (Root required)

If previous methods failed, the last resort is manual editing of system files, which is only suitable for users with unlocked bootloader and superuser rights (for example, through Magisk).

Instructions:

  • πŸ“± Install a file manager with root support (such as Solid Explorer or Solid Explorer). FX File Explorer).
  • πŸ“± Cross the path: /system/media/theme/default/lockscreen/ or (for new versions) MIUI): /product/media/theme/default/lockscreen/
  • πŸ“± Find files with the.mtz extension and rename them by adding backup at the end.
  • πŸ“± Reset the device.

πŸ’‘

Without backup system files, you risk getting a bootloop before editing, backup through TWRP or OrangeFox Recovery!

If after rebooting the lock screen became empty or artifacts appeared, restore the original files from the backup.

4. Alternative methods: custom firmware and modules Magisk

For advanced users who are not afraid of experimentation, there are two options:

  1. Install custom firmware (e.g. Pixel Experience or LineageOS) where there is no default pulse animation.
  2. Use of the Magisk module: πŸ”§ Install Magisk (if not already installed). πŸ”§ Download the module. MIUI Lockscreen Pulse Disabler. πŸ”§ Install the module with Magisk Manager and restart.

The advantage of Magisk is that it does not require editing system files and is easy to roll back. However, remember: any manipulation of boot.img can lead to loss of warranty or locking the device (on some Xiaomi models, anti-rollback works).

Standard settings MIUI|ADB-team|Editing system files|Custom firmware|Magisk module|I haven't tried it yet.-->

Frequent problems and their solutions

Even after successful heartbeat shutdown, users experience side effects, and consider typical situations and ways to correct them:

Problem.Possible causeDecision
The pulse reappeared after the MIUI updateResetting user settings when updatingRepeat the shutdown via ADB or settings
The lock screen is black.Critical theme files deletedRestore files from the backup or reset the theme settings
ADB does not apply commandsThere is no right or wrong way.Check the connection and repeat the command with su
Magisk module is not workingIncompatibility with the MIUI versionFind the latest version of the module on XDA Developers

If notifications on the lock screen stop appearing after the pulse is turned off, check settings in Settings β†’ Notifications β†’ Lock screen. The system may have reset display settings.

πŸ’‘

On some devices (such as the Xiaomi 12T), the pulse is associated with the β€œRise to Wake Up” function. Try turning it off in Settings β†’ Screen β†’ Rise to Wake up.

6. Xiaomi models with unique nuances

Some Xiaomi devices have features in the implementation of pulse.

  • πŸ“± Poco F3/F4: The pulse only shuts down through ADB, Standard settings do not work.
  • πŸ“± Redmi Note 10 Pro: On MIUI 13 Animation tied to "Animation Effects" in developer settings.
  • πŸ“± Xiaomi Mi 11 Ultra: Pulse can return after resetting camera settings (firmware bug).
  • πŸ“± Black Shark 4/5: Uses its own launcher where the pulse is switched off in Settings β†’ Black Shark Launcher.

For Poco devices, it is also worth checking the settings in the proprietary Poco Launcher application - sometimes there are duplicated lock screen options.

7.Impact on battery and performance

Many users are worried that pulse animation affects battery life. Let's see if this is true:

  • πŸ”‹ Nana AMOLED-screens (e.g. Xiaomi 13 or Redmi) K50) The pulse consumes a minimum amount of energy, as only a few pixels are illuminated.
  • πŸ”‹ Nana LCD-screens (e.g. Redmi) 9A) The animation may be more noticeable to the battery, but the difference rarely exceeds the 1-2% nightly.
  • ⚑ If the pulse flashes too often (once per second), this may indicate problems with firmware optimization - consider switching to custom build.

On devices with Always-On Display (AOD) turning off the pulse can increase the working time 5-10% But the effect is different and depends on the model.

πŸ’‘

If your goal is to maximize battery savings, turn off not only the pulse, but also Always-On Display, and limit the background activity of applications in Settings β†’ Battery β†’ Battery Optimization.

Can I turn off my pulse without root and ADB?
Yes, on some versions of MIUI (e.g. MIUI 14 for Xiaomi 13), you can do this through the standard lock screen settings. If you don't have an option, try changing the theme to minimal (e.g., "Clean").
Why did the notifications on the lock screen disappear after the pulse was turned off?
This is due to the fact that in MIUI Your pulse and notifications are sometimes controlled by the same system setting: πŸ“² Settings β†’ Notifications β†’ Lock screen (enable notification display). πŸ“² Settings for specific apps (like WhatsApp or Telegram) – there may be a separate switch for the lock screen.
Is it safe to use ADB to turn off your pulse?
Adb shell settings put global lockscreen_pulse_enable 0 It's secure -- it just changes the system setting without affecting critical files: ⚠️ Don't use the unknown. ADB-teams from unreliable sources. ⚠️ If after the command the device began to glittle, reset settings through Settings. β†’ System system β†’ Resetting settings.
Can I turn off the pulse for certain applications only?
No, MIUI doesn't have that feature.Pulse either shows up for all notifications or doesn't show up at all.Alternatively, disable notifications for unnecessary apps manually: Settings β†’ Notifications β†’ [Application] β†’ Disable notifications
Why is my Xiaomi not having a pulse-off option?
It depends on it: πŸ“± Device models (on budget Redmi often cut down settings). πŸ“± Versions MIUI (into MIUI 12.5 was the option, and in MIUI 13 took it out). πŸ“± Firmware region (global versions have more options than Chinese ones). ADB root-methods.

πŸ’‘

If you’re often experimenting with MIUI settings, install the QuickShortcutMaker app from Google Play, which will help you find hidden menus that don’t appear in standard settings.

⚠️ Attention! On devices with a locked bootloader (most new Xiaomi out of the box), trying to get root or install custom firmware will lead to a complete lock (brick).Be sure to link your Mi Account to the device before unlocking!

⚠️ Attention! If you use Xiaomi with banking applications (e.g. Sberbank Online or Tinkoff), installing Magisk or custom recavery can result in access blocking due to the SafetyNet trigger.