How to make Xiaomi Redmi Note 8T not turned off from inactivity: all ways

Why Redmi Note 8T is offline and how to fix it

You read an important document on the screen, watch a recipe while cooking, or use your phone as a navigator β€” and suddenly the screen goes out, interrupting the process. Automated shutdown of the display on the Xiaomi Redmi Note 8T (codename willow) is set to default for 30 seconds or 1 minute, which is often too little, and the reason lies in the energy-saving MIUI algorithms that aggressively optimize battery consumption even when it interferes with the user.

In this article, we will look at 5 proven ways to turn off screen auto-turning, from standard settings to hidden features for power users. Importantly, some methods require unlocking the bootloader or root rights, which can affect the warranty, and we will note these cases separately.

If your Redmi Note 8T is running MIUI 12-14 (or a newer version), all the instructions below will remain current. To check the version, go to Settings β†’ About Phone β†’ MIUI version.

πŸ“Š How often do you stop auto-turning off the screen?
Constantly (several times a day)
Sometimes (1-2 times a week)
Nearby (only in specific cases)
Never interferes.

Method 1: Change the screen lock time in standard settings

The easiest and safest method is to increase the lock timeout through the settings menu, which will not disable the function completely, but will allow you to set the maximum possible value of 30 minutes.

Instructions:

  • πŸ“± Open Settings (cog icon on the main screen).
  • πŸ” Go to the Screen section. β†’ Screen locking.
  • ⏱️ Find the Sleep item after inactivity (or timeout lock in older versions) MIUI).
  • πŸ”’ Select the maximum value - 30 minutes.

Limitation: Even 30 minutes may not be enough for long-term tasks (like watching movies or using your phone as a camera monitor).

Make sure your phone is at least 30 times charged%|

Close all background applications |

Check the version of MIUI (Settings β†’ About Phone)|

Backup important data (optional)

-->

Method 2: Using the Developer Mode to Turn off Sleep

Hidden developer mode in MIUI allows you to turn off the auto-turn off the screen completely, but requires pre-activation.This method works without root rights, but can reset after a system update.

Steps to activate the developer mode:

  1. Go to Settings. β†’ The phone.
  2. Find the MIUI version and tap it 7 times in a row (you will be notified β€œYou became a developer”).
  3. Return to the main Settings menu – there will be a new section Additional β†’ For developers.

Now turn off the screen sleep:

  • πŸ› οΈ Go to the Developers' Form.
  • πŸ” Find the item Do not turn off the screen (or Stay awake in English version).
  • πŸ”˜ Activate the switch.

⚠️ Warning: this only works when you connect your phone to charge. If you need to turn off your battery sleep, use method 3 or 4.

What if the "Do not turn off the screen" item is not available?
In some versions MIUI (for example, 14.0.5) This parameter is hidden: 1. Turn on Debugging. USB developer-setting. 2. Connect your phone to your PC and execute the command: adb shell settings put global stay_on_while_plugged_in 3 3. Reset the device.

Method 3: Applications for Forced Screen Wake

If the system settings don't work, third-party utilities will come to the rescue, and we tested 3 apps that are guaranteed to work on the Redmi Note 8T:

AnnexFunctionsNeeds root?Link (Google Play)
Keep Screen OnKeeps the screen on while the app is active, supports exceptions for individual programs.❌ No.Download
CaffeineAdds a button to the notification panel for fast on/off wake mode.❌ No.Download
Stay Alive!Advanced settings: charging control, exceptions for applications, timeout settings.⚠️ Partially (for some functions)Download

Important: apps like Keep Screen On can conflict with the energy-saving features of MIUI. If the screen still goes out, add the utility to the battery optimization exception list (Settings β†’ Battery β†’ Battery Optimization β†’ All applications).

πŸ’‘

For maximum stability, disable MIUI auto-optimization: go to Settings β†’ Battery β†’ Battery settings and deactivate the Adaptive Battery option.

Method 4: ADB commands to permanently shut down sleep (no root)

If you are ready to use Android Debug Bridge (ADB), You can turn off the auto-turning of the screen at the system level. USB-cable.

Step-by-step:

  1. Download and install ADB Tools on PC.
  2. Turn on USB debugging on your phone (Settings β†’ Developer).
  3. Connect the Redmi Note 8T to your computer and confirm a trusted connection.
  4. Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with ADB.
  5. Run the command to check the connection: adb devices (should display the serial number of your device).
  6. Enter the command to turn off sleep: adb shell settings put global stay_on_while_plugged_in 3 (significance 3 Turns off sleep on the battery and when charging).

To return the standard settings, use:

adb shell settings put global stay_on_while_plugged_in 0

⚠️ Attention: After a phone restart or update MIUI setting ADB For permanent effect, you will need to repeat the procedure or use Tasker to automatically apply the command.

Method 5: Modification of system files (root only)

This method is only suitable for power users with unlocked bootloader and root rights, and allows you to completely remove the restriction on sleep time, but risks disrupting the stability of the system.

Instructions:

  • πŸ“² Install a root-enabled file manager (such as Root Explorer or Solid Explorer).
  • πŸ” Cross the path: /system/etc/device_features/
  • πŸ“ Find the file. willow.xml (For the Redmi Note 8T) Open it in the text editor.
  • πŸ”§ Add a line: <bool name="config_supportStayOnWhenPluggedIn">true</bool>
  • πŸ’Ύ Save the file and restart the phone.

Alternatively, edit the /system/build.prop file by adding a line:

ro.config.stay_on_while_plugged_in=true

⚠️ Warning: Incorrect editing of system files can lead to bootloop ( looped boot).Before changes, back up through TWRP Or OrangeFox Recovery.

πŸ’‘

The root-rights method gives you maximum control, but it gives you no guarantee and increases the risk of failure, and only use it if other methods have not worked.

Additional tips: how to reduce battery consumption when you sleep off

Turning off the screen automatically increases battery consumption. To minimize the impact, follow these guidelines:

  • πŸ”‹ Use dark themes (AMOLED-Redmi Note screen 8T It consumes less energy when displaying black).
  • πŸ“‰ Reduce the brightness of the screen to a comfortable minimum (Settings) β†’ Screen. β†’ Brightness).
  • ⚑ Turn off Autobrightness – manual setting saves charge more accurately.
  • πŸ”„ Turn on Adaptive refresh rate (if available) to keep the screen running at a reduced frequency (60 Hz instead of 90 Hz).
  • 🚫 Close the background applications that are actively used CPU/GPU (For example, games or navigators).

Also check which apps drain the battery the most: go to Settings β†’ Battery β†’ Battery Use. If messengers (such as Telegram or WhatsApp) are in the top, limit their background activity in the battery settings.

FAQ: Frequent questions about turning off screen sleep on Redmi Note 8T

❓ Why After Updating MIUI squash ADB?
System updates often reset custom ADB settings as they are considered "temporary." To avoid this: Before updating, write down all ADB commands used into a text file. After updating, repeat them. Use Tasker to automatically apply commands when you boot your phone.
❓ Can I turn off screen sleep only for specific applications?
Yes, it will work: Stay Alive! allows you to configure exceptions for individual programs. Tasker + AutoInput plugin to create automated rules. Built-in MIUI: Settings β†’ Applications β†’ Permissions β†’ Autorun (limited for system utilities). Example of settings in Stay Alive!: 1. Open the application. 2. Go to Apps. 3. Select the desired application (e.g. Google Maps. 4. Activate the option "Keep the screen on".
❓ Will the phone warm up if the screen doesn’t turn off?
Long-term screen operation can lead to heating, especially if: Brightness is set to maximum, resource-intensive processes (games, video editing) are active, the phone lies on a soft surface (overlays the vents), to avoid overheating: Use your phone on a flat, solid surface. Turn off background tasks through Settings. β†’ Annexes β†’ Select the application β†’ Stop, monitor the temperature through the app. AIDA64 (normal: up to 40-45Β°C).
❓ Does this work on other Xiaomi models?
Most methods (except editing) willow.xml) It is also applicable to other smartphones. Xiaomi/Redmi/Poco base MIUI, including: Redmi Note 9/10/11 (merlin, mojito, fleur series. Poco X3/X4 (The series surya, vayu. 10/11 (Exceptions: Poco F series (e.g. Poco) F3) The path to system files may be different. On devices with HyperOS (the new firmware Xiaomi) part of the commands ADB may not work.
❓ How to return the standard settings, if the phone began to brake?
If after the changes there are lags or overheating, follow the following steps: Cancel all commands ADB: adb shell settings put global stay_on_while_plugged_in 0 Remove the screen settings: adb shell settings reset global If you used root, restore the original system files from the backup. In extreme cases, reset to factory settings (Settings) β†’ The phone. β†’ Resetting settings), but it will delete all data.