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.
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:
- Go to Settings. β The phone.
- Find the MIUI version and tap it 7 times in a row (you will be notified βYou became a developerβ).
- 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?
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:
| Annex | Functions | Needs root? | Link (Google Play) |
|---|---|---|---|
| Keep Screen On | Keeps the screen on while the app is active, supports exceptions for individual programs. | β No. | Download |
| Caffeine | Adds 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:
- Download and install ADB Tools on PC.
- Turn on USB debugging on your phone (Settings β Developer).
- Connect the Redmi Note 8T to your computer and confirm a trusted connection.
- Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with ADB.
- Run the command to check the connection: adb devices (should display the serial number of your device).
- 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.