How to turn off the screen on Xiaomi: all the ways to MIUI 12-14

Xiaomi's smartphone screen is not only a window into the digital world, but also one of the main "eaters" of battery power. Even in standby mode, the display can accidentally activate in your pocket, waste energy on backlighting or interfere with the night. Fortunately, MIUI offers several ways to turn off the screen, from standard to hidden. But not all of them are obvious: for example, did you know that on some Redmi and POCO models you can turn off the display with a double tap over an empty space on your desktop?

In this article, we will discuss all the current methods โ€“ from the classic pressing of the power button to automatically switch off the timer and even commands via ADB. Particular attention will be paid to the nuances for different versions of MIUI 12-14 and models (including Black Shark with a gaming interface), and also explain why sometimes the screen does not turn off after locking and how to fix it.

If you want to save power or you just need to be more comfortable with one hand, here's a solution, but first, let's figure out what's right for your model.

๐Ÿ“Š What Xiaomi model do you use?
Redmi Note 12/13
POCO X5/F5
Xiaomi 13/14
Black Shark 5/6
Another model

1. Standard method: power button

The most obvious method is a short tap on the physical power button (usually located on the right end of the device). On all Xiaomi smartphones, from the Redmi 4X to the flagship Xiaomi 14 Ultra, it works the same way:

  • ๐Ÿ”˜ Press the power button once โ€“ the screen will go out, but the device will remain on.
  • ๐Ÿ”„ To unlock, press the button again or use the fingerprint/face scanner (if configured).
  • โšก In some models (for example, POCO F4 GT) Power button can be sensitive โ€“ avoid pressing too long to avoid triggering the switch-off menu.

It's a versatile way to do this, but it's not always convenient, because if you hold your phone in one hand, it can be hard to reach the power button, and if you press it often, the mechanical button wears out faster.

Important: If the screen doesn't go out after pressing the button, check to see if the Do Not Disturb mode is activated with notification exceptions. Sometimes it blocks the display from turning off when active alerts are activated.

๐Ÿ’ก

In the models with AMOLED-The screens (for example, Xiaomi 13 Pro) after turning off the display can be seen Always-On Display (AOD) With time and notifications, to completely turn off the screen, turn off. AOD in settings: Screen โ†’ Always-On Display

2.Gesturals and double tap to turn off the screen

MIUI offers several software ways to turn off the screen without using buttons, the most popular being double tapping over empty space on the desktop or notification panel, but by default this feature is disabled.

To activate it:

  1. Go to Settings โ†’ Special Features โ†’ Gestures and Movements โ†’ Double tap to lock.
  2. Turn on the switch.
  3. Select the activation zone: Desktop or Notification Panel.

Now, just touch the screen twice in the selected area and it will go out, which is especially useful for devices with large displays (for example, Xiaomi Pad 6 or Redmi K60 Ultra), where it is not always easy to reach the power button.

  • โœ‹ It works even with one hand mode on.
  • ๐Ÿšซ It does not work on a locked screen or in some games (e.g. Genshin Impact).
  • โš™๏ธ On some firmware (e.g. Xiaomi.EU), the path to setup may be different: โ†’ Additionally. โ†’ Gestures.
Why isn't the double tap working?
If the function is activated but the screen is not turned off, check: - Are there any active button notifications on the screen (they can block the gesture). - Are you using a third-party launcher (for example, Nova Launcher), which can conflict with MIUI. - Is the firmware updated: older versions of MIUI 12 had bugs with gesture recognition.

On Black Shark 5 Pro and other Xiaomi gaming smartphones, the double tap is disabled by default due to conflict with game triggers. To activate it, first deactivate the Game Gestures feature in Shark Space.

3. Automatically shutting down the screen by timer

If you often forget to turn off the screen (for example, when reading before bedtime), you can set up an automatic shutdown after a predetermined time of inactivity.

Open Settings โ†’ Screen โ†’ Sleep mode and select the appropriate interval:

15 seconds (minimum value, saves charge, but can interfere with reading).

30 seconds (the best balance for most users)

1-10 minutes (suitable for watching video or games)

On models with MIUI 14 (such as the Xiaomi 13T), the Adaptive Sleep mode option has been introduced, which analyzes your habits and automatically adjusts the time of the screen shutdown. For example, if you normally read for 5 minutes, the system will not turn off the display after 30 seconds.

Time off.Suitable forCons
15 seconds.Battery savings, fast tasksInterfering with reading, typing
30 secondsBalance between convenience and economyIt can work too quickly in games.
1-2 minutesWatching videos, playing gamesFast battery discharge
Adaptive regimeUsers with irregular useRequires system training (1โ€“2 days)

Hidden Opportunity: Some firmware (e.g. Xiaomi.EU) can be installed Never, but it is highly discouraged โ€“ the screen will burn to full battery life.

๐Ÿ’ก

If the screen doesn't go out despite the timer settings, check the apps in the background. Some programs (like YouTube or Google Maps) block sleep mode.

4.Switch off the screen through the notification panel

MIUI 13 and 14 have a quick way to turn off the screen through the notification panel.

  1. Swipe your finger down from the top of the screen to open the notification bar.
  2. Find the Lock button (lock icon) in the bottom row.
  3. Slap it on, the screen goes out.

If no button:

  • ๐Ÿ”ง Click on Edit (pencil icon) in the notification bar.
  • ๐Ÿ” Find the Lock button in the list and drag it to the active area.
  • ๐Ÿ“Œ Record the changes.

This method is convenient when you want to quickly lock your phone without pressing the power button, but on some models (for example, the Redmi Note 11 with custom firmware), the button may not be available.

Alternatively, you can add a desktop lock widget to MIUI 14.

  1. Long press on the empty space of the desktop โ†’ Widgets.
  2. Find the Utilities widget and select Lock.
  3. Drag him on the screen.

Make sure the screen is not locked (gestures only work when unlocked).

Check if the Do Not Disturb mode is activated with gesture blocking.

- Update. MIUI Up to the latest version (in older versions of tap recognition bugs).-->

5. Disconnect the screen via ADB (for advanced)

If standard methods do not fit (for example, the power button is broken on the device), you can turn off the screen through the device. ADB-This requires a computer connection, but works on all Xiaomi models, including POCO M5 redmi A2.

Instructions:

  1. Enable USB debugging in the developer settings (Settings โ†’ About Phone โ†’ MIUI version โ€“ tap 7 times, then go back to Additional โ†’ For Developers).
  2. Connect your phone to your PC and open Command Prompt (Windows) or Terminal (macOS/Linux).
  3. Enter the command: Adb shell input keyevent 26 This simulates the pressing of the power button.

To automatically turn off the screen after a predetermined time (for example, 10 seconds) use:

adb shell input keyevent 26 && sleep 10 && adb shell input keyevent 26

โš ๏ธ

Note: ADB teams require developer rights and may conflict with some applications (e.g. Greenify or Tasker) and do not use them unless you are sure of the action.

  • ๐Ÿ–ฅ๏ธ It works on Windows, macOS and Linux.
  • ๐Ÿ”Œ Demands. USB-cable (or Wi-Fi) ADB, if you're tuned).
  • โš™๏ธ Some of the firmware (e.g. Global) ROM) You may need to confirm the debugging on the phone.

Problems and Solutions: The Screen is Not Turned Off

Sometimes the Xiaomi screen doesn't go out despite all attempts.

  • ๐Ÿ”‹ Charging: When connected to the charger, some models (such as the Redmi Note 10 Pro) remain on.
  • ๐Ÿ“ฑ Annexes: Games (PUBG Mobile, Call of Duty, or navigators (Google Maps, Yandex.Maps) block sleep mode.
  • ๐Ÿ”„ System Error: If the screen does not go out even after pressing the power button, restart the device or reset the screen settings โ†’ Sleeping to standard.
  • ๐Ÿ› ๏ธ Sensor damage: On models with AMOLED (for example, Xiaomi 12T) Sometimes the proximity sensor will fail. Check it in the engineering menu (#6484##).

โš ๏ธ

Note: If the screen does not turn off at all (even after the battery is removed on removable models), this may indicate a hardware malfunction of the power controller.

For diagnosis, use the safe start mode:

  1. Press the power button before the off menu appears.
  2. Press and hold Disconnect power โ†’ will be prompted to go to safe mode.
  3. Confirm. If the screen is off normally in Safe Mode, the problem is in a third-party app.
How do you find the guilty app?
1. Go to Settings โ†’ Applications โ†’ Application Management. 2. Sort by Permissions and find programs that access System Settings or Display on top of other windows. 3. Turn off permissions for suspicious applications (e.g. Clean Master, Battery Saver). 4. Check to see if the screen goes out after each change.

FAQ: Frequent questions

Can I turn off the screen with my voice (via Google Assistant)?
Yes, but you need to set up a routine command: Open Google Assistant and say, "OK, Google, open the routine settings." Create a new routine with the "Switch off the screen" command. As an action, select Device Management โ†’ Screen Lock. Restrictions: Only works when the screen is unlocked (for security reasons). Some models (e.g., POCO X3 Pro) require you to turn on Special Options for Google Assistant.
Why does it turn on again after the screen is turned off?
Causes and solutions: ๐Ÿ“ณ Notifications: Incoming messages or calls wake up the screen. Turn off the Rise to wake up in Settings โ†’ Screen. โ†’ Lockdown and protection. ๐Ÿ”„ Autobrightness: Sharp lighting changes can activate the proximity sensor.Switch off Adaptive Brightness. ๐Ÿ”‹ Charging: When connected to the network, the screen may turn on. Turn off the option Waking up when charging in the battery settings. ๐Ÿ› ๏ธ Firmware failure: Some custom firmware (like LineageOS) has power management bugs.
How to turn off the screen on Xiaomi Watch or Mi Band?
For wearable devices Xiaomi methods are different: ๐ŸŒ™ Mi Band 7/8: Raise your hand to your face. โ†’ swipe down โ†’ Click on the "Off" icon (moon). โŒš Xiaomi Watch S3: Press the power button once or use the hand coating gesture (configurable in the Mi Fitness app). โšก Automatic Shutdown: In the clock settings, set the screen sleep time (e.g, 5โ€“10 On Xiaomi smartwatches, there is no feature of completely turning off the screen (as on smartphones), but you can activate the theater mode (turns off the backlight when you move).
Does this work on Xiaomi tablets (Pad 5/6)?
Yeah, but with nuances: ๐Ÿ“ฑ Double tap: Works only on the desktop (not in apps). โฑ๏ธ Sleep mode: Timers are the same, but due to the large screen, it is recommended to set 1-2 minutes. ๐Ÿ”Œ ADB: The commands are identical, but you may need to confirm on the tablet when you first connect. โš ๏ธ Problems: Xiaomi Pad 6 with MIUI 14 Double tap gesture sometimes fails - rebooting helps. Read mode is also available for tablets (Settings) โ†’ Screen. โ†’ Read mode, which reduces brightness and blue light, but does not turn off the screen completely.
Can I turn off the screen via Tasker or MacroDroid?
Yes, these apps allow you to automate the screen shutdown by triggers (time, location, Wi-Fi connection, etc.) Example of settings in MacroDroid: Create a new macro. As a trigger, select Time (e.g. 23:00). Add Power Management action โ†’ Screen lock. Save and activate macro. Restrictions: Special Options and Windows Overlays are required. On MIUI 14 can be blocked by the system as "battery optimization" - add MacroDroid to the exceptions.