The Active Screen (Always On Display, AOD) feature on Xiaomi Redmi smartphones has become an integral part of the MIUI branded shell. It displays time, notifications and other data even when the device is locked, but not all users like the constant backlight of the screen. Some consider it an annoying element, someone wants to save up to 15% of battery power per day, and some AOD simply does not work properly after updates.
In this article, we will discuss all the current ways to turn off the active screen, from standard MIUI settings to hidden developer settings. We will focus on the Redmi Note 12/13, Redmi 10/11 and the flagships of the K series, where the logic of AOD may differ, and we will also find out why the function sometimes turns on itself after deactivation and how to prevent it.
What is Always On Display on Xiaomi Redmi and why you should turn it off
Always On Display (AOD) is a technology wherein some of the pixels of the screen remain active even when locked. On Xiaomi smartphones, it is implemented via AMOLED-matrix (starting with the Redmi K20 and younger) and shows:
- π Time and date (with the option of customizing the font)
- π Notification icons (calls, messages, mail)
- π Battery level of charge
- π΅ Information about the music being played (on some models)
Despite the convenience, AOD has significant disadvantages:
- π Increased battery consumption from 5% before 15% Charge per day (depending on model and brightness). 11 Pro+ s AOD smartphone discharges 8-10% faster.
- ποΈ Eye irritation in the dark β even minimal lighting can interfere with sleep.
- π οΈ Disruptions after updates β many users complain that AOD spontaneously switched on after updates MIUI.
- π± Wearing AMOLED-Matrixes β the constant operation of pixels theoretically reduces the life of the screen (although in practice the effect is minimal).
According to XDA Developersβ tests, on the Redmi K50 Ultra, turning off AOD increases battery life by 12-14 hours at a medium load. However, there is a downside: without an active screen, you can miss important notifications if you are not used to checking your phone on schedule.
Method 1: Disable AOD through standard MIUI settings
The easiest method is to use built-in shell options, which is suitable for all Redmi models on MIUI 12/13/14 (including HyperOS for new devices).
- Open Settings (the gear icon on the main screen).
- Go to the Screen section (or additionally β Lock screen on older versions).
- Select Always On Display (can be called Active Screen or AOD Lock Screen).
- Move the slider to the off position or uncheck the tick next to Show Always On Display.
- Confirm the action if a pop-up window appears.
On some models (such as the Redmi Note 10 Pro), the path may be slightly different:
Settings β Lock screen β Lock screen style β Always On DisplayBlock the screen with the power button
Wait 10 seconds β the lights should go out.
Unlock your phone and check the settings again.
Restart the device (sometimes required to apply changes)-->
If the active screen still works after these actions, the reason may be:
- π System cache - try to clean it through Settings β Annexes β Application management β Three points. β Show system-based β Settings β Warehouse β Clear the cache.
- π± Update MIUI β After some updates, the settings are reset. Check the firmware version in Settings β The phone.
- π€ Third-party apps β programs like Always On Edge or Glance can mimic AOD.
π‘
On the Redmi K60 and later, there is a Schedule option in the AOD settings. If you have disabled the active screen but it reappears at night, check this item: it may be set to automatically turn on time.
Method 2: Deactivation through Developer Parameters
If the standard method didn't work, you can use hidden settings for developers, which is suitable for power users and requires caution.
First, activate the developer mode:
- Go to Settings. β The phone.
- Find the MIUI version and tap it 7 times in a row.
- Enter the pattern lock or PIN-code, if required.
- You will be notified that you have become a developer.
Now turn off the AOD through the engineering menu:
- Return to the main Settings and open a new Developer section (usually at the bottom of the list).
- Scroll down to the Debugging or Journals block.
- Find the option. doze_always_on_display (The name may vary depending on the version. MIUI).
- Turn it off by moving the slider to the off-position.
- Reboot the phone.
| Xiaomi model | The Way to Setup AOD in Developer Mode | Notes |
|---|---|---|
| Redmi Note 12 Pro+ | For developers β Debugging β doze_aod_enable | You may need to turn off MIUI Optimization in the same menu. |
| Redmi K50 Gaming | For developers β Magazines β always_on_display_policy | After changing the settings, you need to clear the cache of the Settings application |
| Redmi 10 2022 | For developers β Hardware acceleration β Force disable AOD | On some firmware, there is no option - root is required |
| POCO F5 | For developers β debugging by USB β Disable AOD | It only works when connected. USB-cable (bug) MIUI 14) |
β οΈ Attention: Changing the settings in developer mode can lead to unstable system operation. 11S post-off doze_aod_enable Some users have experienced a lock screen freeze. If this happens, return the settings to the original state or reset via Fastboot.
Method 3: Use ADB-Teams (for advanced users)
If previous methods have failed, you can disable AOD via Android Debug Bridge (ADB), which requires a computer and basic command line knowledge.
Preparation:
- Download and install Platform Tools (includes adb.exe).
- Enable USB Debugging in Settings β For Developers.
- Connect Redmi to the PC via USB-Cable (use the original cable for stability).
- In the command line (Windows) or terminal (macOS/Linux) run:
adb devicesIf the device appears in the list, you can continue.
Disabling AOD:
adb shell settings put global doze_always_on 0
adb shell settings put global aod_mode 0To apply the changes, restart the phone:
adb rebootTo return the AOD back, use:
adb shell settings put global doze_always_on 1
adb shell settings put global aod_mode 1What if the ADB canβt see the device?
β οΈ Note: On some models (Redmi) K40, Redmi Note 11 Pro after the ADB-team AOD It only shuts down until the next reboot, and it requires you to change the system files for a permanent effect, which is only possible with root rights.
Method 4: Disconnection through third-party applications
If you don't want to dig into the settings, you can use specialized utilities.The best options for Xiaomi Redmi:
- π± Always On Display Off (Free, Google Play) is a simple one-click utility for deactivation AOD. Works on MIUI 12-14, But requires permission to overlay over other windows.
- π§ MIUI Hidden Settings (requires root) β opens access to hidden settings, including forced shutdown AOD even on blocked firmware.
- β‘ MacroDroid (free of charge) β allows you to create an automatic rule that will turn off AOD It's a lock-in, it's a good fit for Redmi with MIUI 13+.
Example of settings in MacroDroid:
- Create a new macro.
- As a trigger, select the screen locked.
- Add the action Launch the shell command.
- Enter the command: settings put global doze_always_on 0.
- Save the macro and activate it.
The advantage of this method is flexibility, for example, you can set the AOD to turn off only at night or when the charge level is low.
- π Third-party applications consume an additional battery (up to the 3-5% day-to-day).
- π‘οΈ Some utilities require permission to access notifications, which may not be secure.
- π After updating MIUI Macros may stop working.
π‘
Third-party applications are a good option for temporarily disabling AOD, but do not replace system settings. For permanent effect, it is better to use standard methods or ADB.
Method 5: Completely disable via resetting settings (extreme case)
If the active screen doesn't shut down in any way, and the firmware is unstable, you can reset to factory settings, which is a radical method that will delete all the data from the phone, so use it only as a last resort.
Instructions:
- Back up important data via Settings β About Phone β Backup or Mi Cloud.
- Go to Settings β Additional β Recovery and Reset.
- Select Reset (or Erase All Data).
- Confirm the action by entering a pattern lock or PIN.
- Wait for the process to be completed (it will take 5-10 minutes).
After discharge:
- π± AOD It will be disabled by default (on most Redmi models).
- π Update your firmware to the latest version through Settings β Updating the system.
- βοΈ Do not restore settings from backup β this can return the problem.
β οΈ Note: Some devices (Redmi Note 9 Pro, Redmi 8) may disappear after reset AOD It's a firmware thing, and to get it back, you'll have to manually update it. MIUI via Fastboot.
Why AOD turns on itself after shutdown and how to fix it
Many Xiaomi Redmi users are faced with a situation where the active screen turns on on on its own a few days after the shutdown.
| Reason. | How to fix it | The models on which it is found |
|---|---|---|
| Automatic update of MIUI | Turn off auto updates in Settings β System Update β Three Points β Settings β Auto Download | Redmi Note 11/12, Redmi K50 |
| Resetting settings after rebooting | Use it. ADB-Settings put global doze_always_on 0 And add it to the autoload via Tasker. | POCO X3/X4, Redmi 10 |
| Conflict with the subject of design | Set a standard theme in Settings β Design β My themes β Standard | Redmi Note 10 Pro, Redmi 9T |
| A mistake in the work of Google Services | Clear the cache of Google Play Services in Settings β Apps | Redmi K40, Redmi Note 9S |
If the problem recurs regularly, check:
- π‘ The state of the firmware - in beta versions MIUI bug AOD more frequently.
- π Charger β some quick charges (e.g., fast chargers, 120W Redmi Note 12 Pro+) can reset.
- π οΈ Root access β if it was previously obtained, it could damage the system files responsible for the system AOD.