Your Xiaomi, Redmi or POCO screen goes out too fast? It's annoying when you read a long article, watch a video, or use your phone as a navigator. The default MIUI has an aggressive power saving feature that turns off the display after 30 seconds of inactivity - even if the device is connected to charging. Fortunately, there are several ways to turn off the screen auto-turn or increase the timeout. In this article, we'll break down all the working methods for the latest firmware versions, including hidden settings and commands for power users.
Many people think itβs easy to set maximum time in the display settings, but in practice MIUI ignores these parameters in some scenarios (for example, in low battery charge or in energy saving mode). We have tested all methods on the Xiaomi 14 Pro, Redmi Note 12 and POCO F5 with MIUI 14/15 β and are ready to share working solutions.
If you need to completely remove the screen timeout when connecting to a charger (for example, to use the phone as a monitor for the camera or a dashboard in the car), pay attention to the section with the phone. ADB-Teams are the only reliable way to get around the limitations of the system, and standard settings are enough for normal tasks, but they have their own nuances, which we will discuss below.
1. Standard method: screen settings in MIUI
The easiest method is to change the timeout in the settings menu. It works on all Xiaomi devices, but has limitations: the maximum inactivity time is 10 minutes, and the system can reset it when activated energy saving.
To change the automatic screen switching off interval:
- Open the Settings β Display.
- Select Sleep Mode (or Screen Timeout in older versions of MIUI).
- Set the desired time: from 15 seconds to 10 minutes.
- Confirm the change.
β οΈ Note: If your phone does not have a "Sleep Mode" option in the display settings, then the manufacturer has hidden it for your model.
This method is suitable for most users, but does not solve the problem completely:
- π Low battery charge (less than 15%) MIUI Reduces the timeout to 30 seconds.
- β‘ In Power Saving or Super Saving mode, the screen goes out after 1 minute, regardless of the settings.
- π Even when connected to charging, the maximum inactivity time is 10 minutes.
2. Disconnecting energy saving for individual applications
If the screen goes off too quickly in a particular app (like Google Maps, Waze or YouTube), you can add it to the exclusion list, which will prevent the display from being forced to shut down while the app is active.
Instructions:
- Go to Settings β Applications β Permissions β Autorun.
- Find the desired application in the list and enable autorun for it.
- Return to Settings β Battery and Performance β Application Selection
- Select No Limitations for this application.
π‘ Useful tip: For navigation applications (Yandex.Navigator, Google Maps) also disable battery optimization:
- Press the app icon on the home screen β Information about the application.
- Choose the Battery. β No restrictions.
This method doesnβt work for all apps, such as Chrome or Telegram, which can ignore settings due to internal restrictions. MIUI. In that case, it will only help. ADB-team (see section 5).
Turn off the power saving mode
Connect your phone to charge (for testing)
Check the version of MIUI in Settings β About the phone
Remember the current screen settings-->
3. Hidden developer settings: extended control
MIUI has a hidden menu for developers where you can turn off the screen while charging or increase the timeout to 30 minutes.
Activation of the developer mode:
- Go to Settings. β The phone.
- Click 7 times in a row on the MIUI version (you will be notified "You became a developer!").
- Return to the main settings menu and a new section for developers will appear.
You can now change the screen settings:
- Open the Settings. β For developers.
- Find the item Do not turn off the screen while charging and turn it on.
- To increase the timeout, find the screen timeout when blocking and set the maximum value (up to 30 minutes).
β οΈ Note: On some models (Redmi 9, POCO M3) The item "Do not turn off the screen while charging" may not be available. This is a manufacturer's restriction, and in this case it will only help. ADB-team (section 5).
Also in the developer menu, you can turn off transition animation, which will speed up the interface:
- π― The scale of window animation β Off.
- π― Scale of transition animation β Off.
- π― Duration of the animator β Off.
4. Use of third-party applications (without root)
If standard methods don't work, you can use Google Play apps that mimic user activity, and they work like a crutch, sending a signal to the system every few seconds to touch the screen to prevent it from turning off.
Top.-3 tested applications:
| Annex | Features | Cons |
|---|---|---|
| Keep Screen On | Simple interface, working in the background | Shows notification, can drain the battery |
| Caffeine | Activated by notification, supports application exceptions | It does not work on some versions of MIUI 14+. |
| Stay Alive | Advanced settings, support ADB-team | A complex interface for beginners |
πΉ How to set up Keep Screen On:
β οΈ Note: This type of application can increase battery consumption 10-15%, Because they keep the processor in active state, it's not recommended to use them without charging.
π‘
If the app doesnβt work, check if MIUI is blocking it in the background. Go to Settings β Applications β Application Management β Three points (menu) β Special Access β Battery Optimization and turn off optimization for the selected application.
5. ADB-commands: complete timeout shutdown (for advanced)
This is the most reliable way to completely disable the automatic screen shutdown, but it requires connecting the phone to a PC and using the Android Debug Bridge (ADB).The method works on all versions of MIUI, including the latest updates.
π What's the matter:
- π₯οΈ Computer with Windows/macOS/Linux
- π Cable USB (preferably original)
- π± Developer mode on the phone
- π οΈ Utility. ADB (You can download it as part of Googleβs Platform Tools)
Step-by-step:
- Download Platform Tools and unpack the archive.
- Connect your phone to your PC and select File Transfer mode.
- Open the command prompt (cmd in Windows or Terminal on macOS/Linux) in the folder with ADB.
- Enter the command to check the connection: Adb devices must appear serial number of your device.
- Give permission to debug via USB on the phone screen.
- Enter the command to turn off screen timeout: adb shell settings put global stay_on_while_plugged_in 3 where 3 It means "always on when charging".
- Reboot the phone.
πΉ Additional teams:
- To ensure that the screen never turns off (even without charging), use: adb shell settings put global stay_on_while_plugged_in 7 β οΈ It's draining the battery!
- Revisiting the standard settings: adb shell settings put global stay_on_while_plugged_in 0
π‘ Useful tip: If the screen still goes out after executing the command, check if the power saving application does not block the setting (for example, Security or Battery Saver in the computer). MIUI). In that case, add ADB (c) Exclude or disable optimization for the system.
What if the ADB canβt see the device?
Alternative methods: physical solutions
If the software doesn't help or you don't want to dig into the settings, you can use physical methods to keep the screen active, and they'll be suitable for a temporary solution, like during a trip or a presentation.
Options:
- π Auto-touch: Connect your wireless mouse over Bluetooth and move it periodically, and the system will perceive this as user activity.
- π Power Bank with always-on charging: Some Xiaomi models don't turn off the screen if detects direct charging current.Use a quality power bank with Trickle Charging function.
- π± Demonstration mode: Some models (e.g. Xiaomi 13 Ultra) have a hidden mode for stores where the screen does not turn off. Activated via ##6484## (not working on all devices).
- π¦ External Display: Connect your phone to a TV or monitor HDMI (adapter USB-C β HDMI). On the outside screen, the timeout usually doesnβt work.
β οΈ Note: Using Demo Mode may cause some settings to reset after rebooting.
πΉ How to activate Demo Mode (if supported):
- Open the Phone app.
- Enter the code: ##6484###.
- Select Demo Mode and confirm.
- The screen will remain on, but the watermark "DEMO" will appear in the status bar.
π‘
ADB-Teams are the only way to completely turn off screen timeouts on modern versions MIUI. All other methods are limited or only work under certain conditions (for example, when charging).