How to turn off the auto-shut screen on Xiaomi Redmi 9 Pro: all ways

Xiaomi Redmi 9 Pro automatically goes out after 30 seconds of inactivity? This is standard MIUI behavior designed to save battery life. But in some situations โ€” while reading long articles, going through levels in games or watching presentations โ€” constantly turning on the screen is annoying. Fortunately, there are several ways to turn off auto-switching, from basic settings to hidden features for power users.

In this article, you will find 5 proven methods, including settings through the phone menu, using developer mode and third-party applications. We will also discuss why the screen can go out even after the timeout is turned off, and what to do if the settings are reset after the restart. All instructions are relevant for the Redmi 9 Pro based on MIUI 12-14 (including global and Chinese versions of firmware).

1. Standard screen settings in MIUI

The easiest way to increase the time to auto-turn off the screen is to change the settings in the settings menu, which does not require root rights or special knowledge, but has a limit: the maximum inactivity time in MIUI by default is 10 minutes.

To change the timeout:

  1. Open the Settings app (cog icon).
  2. Go to the Screen section.
  3. Select Sleep Mode (or Auto-Switch Off screen in some versions of MIUI).
  4. Set the desired time: from 15 seconds to 10 minutes.

If your phone does not have a Sleep mode, check the MIUI version:

  • ๐Ÿ” Go to Settings. โ†’ The phone. โ†’ Version. MIUI.
  • ๐Ÿ“ฑ On old firmware (below) MIUI (11) the path may be different: Settings โ†’ Battery and productivity โ†’ Battery management โ†’ Settings โ†’ Sleeping mode.
  • โš™๏ธ In global firmware versions, the item is sometimes called Screen timeout (in English).

๐Ÿ’ก

If your settings have reset after the MIUI update, try clearing the Settings app cache through Settings โ†’ Apps โ†’ App Management โ†’ Settings โ†’ Clear the cache.

Limitation of method: even if you choose 10 minutes, the screen will still go out if the phone is lying on the table without movement.

2. Developer mode: hidden opportunities

Redmi 9 Pro has a hidden mode for developers that allows you to turn off the auto-turn off the screen completely, which works on all versions of MIUI, but requires pre-activation mode.

How to turn on the developer mode:

  1. Go to Settings. โ†’ The phone.
  2. Find the MIUI version and tap it 7 times in a row.
  3. You will be notified: You have become a developer.

Now turn off the auto-turnoff:

  1. Return to the main settings menu.
  2. Open the Additional (or Advanced Settings) section.
  3. Choose Developer's.
  4. Scroll down and find the option to Turn off the automatic screen (or Stay awake).
  5. Activate the switch.

Important: Once this option is activated, the screen will not go out when connected to the charger, but may continue to turn off when running from the battery.

  • ๐Ÿ”Œ In the same menu for developers find Do not turn off the screen while charging and turn it on.
  • ๐Ÿ“ฑ To work from the battery, use the applications from section 4.

Developer mode is activated (7 taps according to MIUI)

Stay awake or Turn off automatic screen shutdown

Checked the behavior of the screen when charging and from the battery

Limits are set for saving charge (if necessary)-->

3. Battery saving settings and exceptions for applications

Often the screen goes out due to aggressive battery optimization in MIUI. The system can force applications to sleep even if you actively use them. To avoid this, add the desired programs to the list of exceptions.

How to disable optimization for individual applications:

  1. Go to Settings โ†’ Battery and Performance โ†’ Application Power Management.
  2. Select Apps (or App Battery Saver)
  3. Find the app you want to turn off auto-turning (like YouTube or Chrome) in the list.
  4. Choose a mode for it without restrictions.

Also check the adaptive brightness settings:

  • ๐ŸŒž B Settings โ†’ Screen. โ†’ Adaptive brightness turn off automatic adjustment.
  • ๐Ÿ”„ Sometimes the system reduces the brightness to a minimum before turning off the screen โ€“ this can be turned off in the same menu.

Always, especially when reading.

Only in games.

Rarely, but annoying.

It's not a problem.-->

Warning: adding too many applications to exceptions can reduce battery life by 15-20%, leaving 2-3 of the most important programs on the list.

4. Third-party screen control applications

If standard methods don't work, you can use specialized utilities that allow you to:

  • ๐Ÿ•’ Set an arbitrary time before turning off the screen (for example, 30 minutes).
  • ๐ŸŽฎ Turn off auto-turn off only for certain applications (games, video players).
  • ๐Ÿ”„ Automatically turn on the screen when receiving notifications.

Top.-3 Proven applications for Redmi 9 Pro:

AnnexFunctionsNeeds root?Reference
Keep Screen OnKeeps the screen on while the app is active, supports list exceptions.No.Google Play
CaffeineAdds a button to the notification panel for quick on/off mode "do not sleep".No.Google Play
TaskerAllows you to create automatic rules (for example, do not turn off the screen when you start Netflix).For extended functionsGoogle Play

How to set up Keep Screen On:

  1. Install the app from Google Play.
  2. Open it and grant permission to Overlay over other windows.
  3. In the main menu, select the apps you want to turn off auto-turn off (such as Chrome or VLC).
  4. Activate the switch on.
What to do if the application does not work?
If the screen still goes out after installing Keep Screen On: 1. Check if the application is added to the battery optimization exceptions (see section 3. 2. Reboot the phone - sometimes MIUI blocks the background activity of new programs. 3. Try an alternative application (for example, Caffeine). 4. Some firmwares require you to disable MIUI Optimization via ADB (instruction in section 5).

Note: Some applications (e.g. Tasker) may conflict with MIUI system services. If you have lags or your phone starts to overheat after installation, uninstall the program and use other methods.

5. ADB commands for power users

If you're ready to experiment, you can turn off the auto-turning of the screen via ADB (Android Debug Bridge), a technique that requires a computer and basic command-line knowledge, but gives you maximum control over the system.

Step-by-step:

  1. Download and install ADB Tools on your computer.
  2. On your phone, turn on USB debugging in the Developer Menu.
  3. Connect Redmi 9 Pro to PC via USB-cable (select File Transfer Mode).
  4. Open the command line (Windows) or terminal (macOS/Linux) and type:
adb devices

If the device is determined, execute the command to turn off auto-switch:

adb shell settings put global stay_on_while_plugged_in 3

Where 3 means:

  • 0 - off.
  • 1 - only when charging from the network.
  • 3 โ€“ when charging from the network and USB.

To return the standard settings, do:

adb shell settings put global stay_on_while_plugged_in 0

๐Ÿ’ก

ADB commands are valid until the next phone restart, and to make the changes permanent, you need root rights or custom firmware installation.

Warning: improper use of ADB can cause phone malfunctions. Do not follow commands unless you are sure of their purpose - especially those requiring superuser rights (su).

6.Problems and Solutions: Why the Screen Dims Despite the Settings

Even after the auto-switch is turned off, the Redmi 9 Pro screen may go out for the following reasons:

Problem.Reason.Decision
The screen goes out in 1-2 seconds.The proximity sensor (for example, during a call) was activatedCheck the case or the film, they can block the sensor. Calibrate the sensor using ##6484## (input as a phone number).
Settings are reset after rebootingMIUI resets user settings when updatingUse it. ADB-commands (section 5) or applications with auto-run (e.g., Tasker).
The screen does not respond to touch, but does not go out.Sensor freeze due to overheating or firmware errorReboot your phone. If the problem recurs, check the temperature of the processor in Settings โ†’ About Phone โ†’ Status.

If none of the methods worked, check:

  • ๐Ÿ”‹ Battery condition: with severe wear (more than 500 charging cycles) MIUI Forced to turn off the screen to save energy. Check the battery health in ##4636## โ†’ Battery information.
  • ๐Ÿ› ๏ธ System Updates: In Some Versions MIUI There are bugs with screen control. Update the firmware through Settings. โ†’ The phone. โ†’ Updating the system.
  • ๐Ÿ“ฑ Hardware malfunctions: If the screen goes out immediately after switching on or flickers, this may indicate problems with the plume or matrix.

FAQ: Frequent questions

Can I completely turn off the screen without root?
Yes, but with limitations: Through Developer Mode (Section 2), the screen will not go out only when charging; with apps like Keep Screen On, the screen will remain on while the selected application is running; you will need root or custom firmware to completely shut down the battery.
Why did the screen settings reset after the MIUI update?
This is standard MIUI behavior in major updates (e.g., from MIUI 12 to MIUI 13).The system resets some user settings for stability. To avoid this: Before updating, back up your settings via Settings โ†’ Additional โ†’ Backup and Reset. After updating, manually reset the screen (see Section 1 or 2).
Is it safe to use ADB to change your settings?
Yes, if you follow proven instructions, the commands in section 5 don't affect system files and can't break the phone: โš ๏ธ Do not use commands with su (root rights) unless you understand their actions. โš ๏ธ Donโ€™t connect your phone to unverified PCs โ€“ this could lead to data leakage. โš ๏ธ After experimenting with ADB Restart your phone to apply the changes.
How to turn off the auto-shut screen for only one application?
Use the Tasker or Keep Screen On app: In Keep Screen On, add the app to the exclusion list. In Tasker, create a task: Profile: App โ†’ Select the target application Task: Display โ†’ Enable timeout โ†’ Set 10 minutes (or another value) For games (such as PUBG Mobile or Genshin Impact), also check the graphics settings inside the game itself - there may be a separate setting for controlling the screen.
The screen goes out while watching YouTube videos. What do you do?
The problem is typical of YouTube because of its energy saving policies: ๐ŸŽฅ In the YouTube app settings, turn off Autoturn and Save Traffic. ๐Ÿ”„ Use alternative players (for example, VLC NewPipe, where there are no such restrictions. ๐Ÿ“ฑ Add YouTube to the battery optimization exceptions (see Section 3). If the video is played in the browser, try enabling Desktop mode in the browser menu.