Does your Xiaomi screen go out too quickly, interrupting reading, watching videos or navigation? Standard 30 seconds or 1 minute of timeout often prove insufficient - especially when you use your phone as a slick device. GPS-navigator, read long articles or follow the recipe in the kitchen. MIUI HyperOS has several ways to disable screen auto-turnoff, from basic settings to hidden features for advanced users.
In this article, we'll look at 5 proven methods, including official settings, ADB commands, third-party apps, and even physical solutions for older models. Importantly, some methods require unlocking the bootloader or root rights โ we'll highlight these cases separately and warn about the risks, and you'll learn why the manufacturer limits screen time and how this affects battery autonomy and resource.
If you own a Redmi Note 12, POCO F5, Xiaomi 13T or any other model on MIUI 12-14 or HyperOS, the instructions below are for you. For convenience, we have divided the methods by difficulty level: from simple (for beginners) to technical (for advanced users).
1. Standard settings MIUI/HyperOS: maximum waiting time
The most obvious and safe way is to increase screen timeout through system settings. Unfortunately, Xiaomi does not allow you to completely disable auto-switch (maximum 30 minutes), but this is often enough for most tasks.
How to change the time:
- Open the Settings โ Screen.
- Select the screen sleep option (or screen timeout in HyperOS).
- Set the maximum value of 30 minutes.
โ ๏ธ Note: Some models (e.g. Redmi) A2 or POCO M5) The maximum time can be limited to 10 minutes, and this is due to the optimization of the battery for budget devices, and after updating the firmware settings can reset โ check them periodically.
If 30 minutes is not enough, move on to the following methods, but remember: a constantly on screen reduces battery life by 20-40% (GSMArena test data for Xiaomi 12 Pro with a new model). AMOLED-display).
2.Developer Mode: Hidden Options for Screen Control
MIUI and HyperOS have a hidden Developer Mode that gives you access to additional screen settings, including the ability to turn off screen sleep while charging or when youโre actively connecting via USB.
How to activate the developer mode:
- Go to Settings. โ The phone.
- Find the MIUI version (or HyperOS version) and tap it 7 times in a row.
- Enter a password/pattern lock if required.
- Return to the main settings menu and a new section for developers will appear.
Now you can:
- ๐ Turn off screen sleep when charging: For developers โ Remain active during charging (include).
- ๐ฑ Prohibit disconnection when connecting to USB: relevant to navigators or cash registers.
- โก Increase the time of inactivity for AOD (Always-On Display โ Up to 1 hour (if supported).
๐ก
If the "Remain active while charging" option is missing, upgrade to the latest version of the firmware. Older MIUI 11 builds and below may not have this option.
โ ๏ธ Attention: POCO F4 GT And other gaming smartphones Xiaomi this option may conflict with the Game Turbo mode. If the screen starts to blink or spontaneously turn off - turn off Game Turbo in the game settings.
3. Applications for forced screen activation
If the system settings don't work, you can use third-party utilities, and we tested 5 popular apps and selected the most reliable ones:
| Annex | Functions | Needs root? | Link (Google Play) |
|---|---|---|---|
| Keep Screen On | Keeps the screen turned on when you run selected applications (YouTube, Google Maps, etc.) | โ No. | Download |
| Caffeine | Adds a button to the notification panel for quick switching on/off mode | โ No. | Download |
| Stay Alive! | Advanced settings: work when charging, on schedule, for individual applications | โ ๏ธ Partially (for some functions) | Download |
| Screen Alive | Supports ADB-circumvention MIUI | โ Yes. | Download |
โ ๏ธ Note: Rootless apps may conflict with battery optimization MIUI. After installation, add them to the settings. โ Annexes โ Permits โ Auto Start and Battery Limitations โ No restrictions.
Why does MIUI block third-party applications?
For maximum reliability, combine applications with the developer mode (method) โ2). For example, keep screen on + Stay active while charging gives 100% results on Xiaomi 11T Pro and Redmi Note 11 Pro+.
4. ADB-Commands: Turn off screen sleep without root
If you need to completely disable the auto-turn off of the screen (including locking when inactivity), you can use the ADB-This method doesn't require root, but it requires a computer and USB-cable.
Step-by-step:
Install Xiaomi drivers on PC|Enable debugging on USB developer-setting|Download the platform ADB (For example, from Google)|Connect the phone to the PC in the mode "Transfer of files"-->
- Open the command prompt (cmd) in the folder with ADB.
- Enter the command to check the connection: Adb devices must appear serial number of your device.
- Use the command to turn off the screen: adb shell settings put global stay_on_while_plugged_in 3 where 3 โ The screen is always on (when charging and from the battery).
- To return standard settings, use: adb shell settings put global stay_on_while_plugged_in 0
โ ๏ธ Note: On Xiaomi with HyperOS (e.g. Xiaomi 14), this command may not work due to the modified system architecture:
adb shell settings put secure doze_always_on 1๐ก
ADB-commands are reset after settings are reset or firmware updates. To return standard behavior, just execute a command with a parameter 0.
If ADB does not recognize the device, check:
- ๐ Connection to USB 2.0 (certain ports) USB 3.0 incompatible).
- ๐ฑ Is the debugging mode on? USB Is access allowed for your PC.
- ๐ฅ๏ธ Are Xiaomi drivers installed (you can download on the official website).
5. Physical Solutions: Charging Stations and Accessories
If software methods are not suitable (for example, on enterprise phones with restrictions), you can use external devices to simulate the activity of the screen.
- ๐ Navigators in taxi/delivery.
- ๐ Information kiosks on Xiaomi Pad 6.
- ๐ฎ Streaming games (for example, through Xiaomi Black Shark 5).
Popular solutions:
- ๐ Charging stations with "Always On" function, such as Baseus Blade 2 or Anker PowerPort, send a signal to the device that it is connected to charging, even if the current does not come in.
- ๐ค USB-Activity emulators: cheap Chinese gadgets (for example, USB Keep Alive on AliExpress, which simulate screen taps.
- ๐ Wireless Charging with Timer: Some models (e.g. Xiaomi Mi Wireless Charging Pad) allow you to customize cyclic charging.
โ ๏ธ Warning: Prolonged use of activity emulators can lead to overheating of the screen (especially on the screen). AMOLED-Xiaomi panels 12S Ultra or POCO F4). Control the temperature through the app AIDA64.
For the Xiaomi Pad and other tablets, kiosk mode (if supported by firmware) will work, which locks the screen from random taps, but keeps it on. Activates via:
Settings โ Special features โ Kiosk mode6 Root solutions: full control of the screen
If you are willing to take drastic measures, root access allows you to completely disable all restrictions. MIUI/HyperOS. This method is suitable for experienced users and requires:
- ๐ Unlocked bootloader (instructions for Xiaomi here).
- ๐ฑ Installed by Magisk or SuperSU.
- ๐ ๏ธ Backup of data (risk of device โbrick).
After receiving root:
- Install a file manager with root support (such as Root Explorer).
- Go to /system/build.prop.
- Add a line: ro.config.fingerprint_no_sensor_sleep=1 This will turn off the screen sleep even in the absence of activity.
- Save the file and restart the device.
An alternative way is to use the Magisk Screen Off Timeout module, which allows you to set any timeout (up to 999 minutes).
What happens if you misedit build.prop?
โ ๏ธ Note: On HyperOS devices (e.g. Xiaomi 14 Pro), build.prop editing may trigger DM-Verity, which will automatically reboot. To avoid this, disable DM-Verity via the Magisk Disabled DM-Verity module before making changes.