Sleep mode on Android is a standard feature designed to save battery power, but sometimes it becomes a real nuisance. Imagine: you are reading a long article, looking at a recipe, or following a chart in a trading terminal, and the screen goes blank every 30 seconds. Annoying, isn't it? Fortunately, there are several ways to disable automatic display turning off - from basic settings to advanced tricks for tech-savvy users.

In this article we will look at all the available methods: from changing the timeout in the phone menu to using ADB commands third-party utilities. You will learn how to bypass manufacturer restrictions (for example, on Samsung or Xiaomi), what settings affect energy consumption, and what to do if standard methods do not work. And also - why sometimes disabling sleep mode can reduce battery life by 30-40%, and how to avoid it.

1. Standard Android settings: changing the screen timeout

The easiest way to increase the time before the display automatically turns off is to use the built-in settings. This method works on all devices, regardless of the version Android (from Android 8.0 Oreo to Android 14) and the manufacturer's shell (MIUI, One UI, ColorOS etc.).

Instructions:

  • ๐Ÿ“ฑ Open application "Settings"** (gear icon).
  • โš™๏ธ Go to the section Display (on some devices - Lock screen or Screen).
  • โฑ๏ธ Find the item Sleep mode, Screen timeout or Automatic shutdown.
  • ๐Ÿ”ข Select the maximum available value (usually from 30 seconds to 10 minutes). On some models (for example, Samsung Galaxyyou can set 30 minutes or Never.

If your phone does not have the option Never, do not despair - this is a manufacturerโ€™s limitation. In this case, proceed to the next method.

๐Ÿ“Š How often does sleep mode bother you?
Constantly, especially when reading
Sometimes, when watching a video
Nearby, when I use a navigator
Never interferes

2. Energy saving modes: why they reset settings

Many users are faced with a situation where the sleep mode time is reset to a minimum by itself. power saving modeswhich automatically limits the screen operation. For example, the Xiaomi function can reduce. timeout up to 15 seconds, even if you set 10 minutes. Super power saving can reduce the timeout to 15 seconds even if you set it to 10 minutes.

To avoid this:

  • ๐Ÿ”‹ Go to Settings โ†’ Battery (or Power).
  • ๐Ÿšซ Disable all energy saving modes: Adaptive battery, Power consumption optimization, Ultra mode (names may vary).
  • โšก On some devices (for example, Huawei), you need to go to Battery settings โ†’ Advanced โ†’ Optimizing power consumption and manually add frequently used applications to exceptions.
๐Ÿ’ก

If after disabling power saving, the phone begins to discharge too quickly, try turning on the mode Optimized instead of completely disabling it. This will balance battery consumption and screen time.

Please note: on some firmware (for example, EMUI from Huawei), even after disabling power saving, the system can reset the sleep mode settings after a reboot. In this case, only ADB command will help (see section. 5).

3. Applications for disabling sleep mode: pros and cons

If the standard settings do not suit you, you can use third-party utilities:

  • ๐Ÿ•’ Install Never even where it is prohibited by the manufacturer.
  • ๐Ÿ“ฑ Control sleep mode separately for each application (for example, keep the screen on only during YouTube or Google Maps).
  • ๐Ÿ”„ Automatically turn on/off mode according to schedule or geolocation.

Best applications for this task:

Application Functions Cons Link
Keep Screen On Keeps the screen on while the application is active. Runs in the background. Requires permission Overlay on top of other windowsMay conflict with some games. Google Play
Caffeine Adds a button to the notification bar for quick access. turning on/off the mode. Does not work on Android 12+ without additional permissions. Google Play
Stay Alive! Advanced settings: exceptions for applications, brightness control, blocking sleep when charging. Complex interface for beginners requires root. Google Play

Warning: Sleep management apps often ask for permissions that may have security implications. For example, Accessibility or Device administrator. Install them only from trusted sources (official Google Play) and regularly check reviews for relevance.

Why may applications not work on new versions of Android?

From version Android 10 Google has tightened its security policy, limiting the access of applications to system settings. Many utilities that previously could. disable sleep mode via Overlay or Accessibilitynow require ADB-command or root-right.

4. Developer settings: hidden features of Android

If you are ready to dig a little into the system settings, developer mode will open additional options for managing sleep mode. This method. does not require root access, but you need to be careful - incorrect changes can lead to crashes.

How to enable and configure:

  1. Activate developer mode:
    • ๐Ÿ“ฑ Go to Settings โ†’ About phone.
    • ๐Ÿ”จ Find the item Build number and tap on it 7 times in a row. A notification will appear You have become a developer!.
  • Return to the main menu Settings and open a new section For developers (usually at the bottom of the list).
  • ๐Ÿ” Find the option Do not turn off the screen (or Stay awake) and turn it on. Now the display will not go dark when connected to charging.
  • ๐Ÿ•’ To completely disable sleep mode, find Screen timeout in standby mode and set the maximum value.
  • Limitation: on some devices (for example, Samsung Galaxy s One UI) the option Do not turn off the screen works only when connected to a charger To completely turn off. required ADB.

    Install drivers for your device on your PC|Enable USB debugging in the developer settings|Download the platform Android SDK Platform-Tools from the official website|Connect the phone to the PC via the original cable-->

    5. ADB commands: a radical solution for experienced users

    If all the previous methods did not work, the most reliable (but also the most difficult) method remains - using Android Debug Bridge (ADB). It allows you to manually change the system parameters responsible for sleep mode. This method is suitable for Android 7.0+ and does not require root access, but does require a computer and minimal technical skills.

    Step-by-step guide:

    1. ๐Ÿ–ฅ๏ธ Connect your phone to the PC via USB and allow USB debugging (a pop-up window should appear on the screen smartphone).
    2. ๐Ÿ“‚ Open the command line (or Terminal on Mac/Linux) and go to the folder with platform-tools (where it is adb.exe).
    3. ๐Ÿ” Enter the command to check the connection:
      adb devices

      The serial number of your device should appear.

    4. ๐Ÿ”ง Run the command to disable sleep mode:
      adb shell settings put global stay_on_while_plugged_in 3

      where 3 means "always on" (alternatives: 1 - only when charging from the network, 2 - only when connected via USB).

    5. ๐Ÿ”„ Reboot the device for the changes to take effect.

    If you need to return the default settings, use:

    adb shell settings put global stay_on_while_plugged_in 0
    ๐Ÿ’ก

    ADB commands are the only way to completely disable sleep mode on devices with aggressive optimization (for example, Xiaomi, Oppo, Vivo), where the manufacturer blocks changes through the interface.

    โš ๏ธ Attention: Incorrect use of ADB can lead to system failures. Do not change other parameters if you are not sure of their purpose. For example, command adb shell settings put global with invalid arguments can break notifications or the network.

    6. Alternative methods: when all else fails

    If none of the above methods worked, try these non-standard solutions:

    • ๐Ÿ”„ Reset to factory settings. Sometimes sleep mode malfunctions are caused by conflicts in system files. Before resetting, make a backup copy of your data! Path: Settings โ†’ System โ†’ Reset settings.
    • ๐Ÿ“ฆ Installation of custom firmware. Firmware like LineageOS or Pixel Experience often offer more freedom in settings. Disadvantage: loss of warranty and the risk of โ€œbrickingโ€ the device.
    • ๐Ÿ”Œ Using wireless charging. Some devices (for example, Google Pixeldo not go into sleep mode if the charger is Detect. You can put the phone on the wireless station and use it without restrictions.
    • ๐Ÿค– Automation with Tasker. The application Tasker allows you to create tasks that will โ€œwake upโ€ the screen according to a schedule or when certain applications are launched. Requires time. setup.

    โš ๏ธ Attention: Installing custom firmware or obtaining root access will void the warranty on the device and may lead to security problems (for example, the inability to use banking applications or Google PayBefore such actions, weigh all the risks.

    What to do if the screen goes blank during a call?

    This problem is not related to sleep mode - the proximity sensor is at fault. To fix:

    1. During a call, move the phone away from your ear and check if the screen turns on.

    2. Wipe the sensor (usually located next to the front camera).

    3. If the problem persists, reset the network settings: Settings โ†’ System โ†’ Reset โ†’ Reset network settings.

    FAQ: Frequently asked questions about sleep mode on Android

    Is it possible to disable sleep mode without a computer?

    Yes, but with limitations. If there is no option in your phone settings Nevertry:

    1. Use applications like Keep Screen On (see section 3).
    2. Enable developer mode and activate Do not turn off the screen (works only when charging).
    3. On some devices (for example, Sony Xperia) you can set a timeout of up to 30 minutes.

    For a complete shutdown without a PC you will need root access.

    Why is sleep mode reset after a system update?

    Manufacturers often make changes to the energy policy of the device through updates. For example, after updating to Android 13 many users Samsung and Xiaomi noticed that the maximum timeout time was reduced from 10 minutes to 5. This is due to new energy efficiency standards from Google.

    Solution:

    • Reset the sleep mode via Settings โ†’ Display.
    • Check if the power saving modes are turned on automatically.
    • If all else fails, use ADB commands (section 5).
    Does disabling sleep mode affect the life of the screen?

    Yes, but not critical. Modern AMOLED- and LCD screens are designed for tens of thousands of hours of operation. For example, Samsung AMOLED the resource is about 50,000 hours at maximum brightness. If you disable sleep mode, the screen will last longer, but:

    • At average brightness (50%) and an operating time of 8 hours a day, the screen will last ~17 years.
    • The main risk is pixel burnout (on AMOLED), if static elements (for example, the navigation bar) are displayed for a long time.
    • The service life is more influenced by temperature changes and mechanical damage than by operating time.

    Tip: if you plan to keep the screen on for a long time, reduce the brightness to 30-40% and use dark themes.

    How to disable sleep mode only for specific applications?

    There are several ways:

    1. through the app settings: Some apps (for example, Google Maps or Waze) have a built-in option "Do not turn off the screen". Look for it in the application settings.
    2. Using Stay Alive!: There is a section in the application Applications, where you can add apps to exceptions.
    3. Through Tasker: Create a profile that will disable sleep mode when you launch the desired application. You will need a plugin Secure Settings (on Android 7-9) or ADB (on Android 10+).
    Why on my Samsung Galaxy there is no "Never" option in the screen settings?

    This is a firmware limitation One UI. Samsung deliberately removed this option to comply energy saving policy Google. Workarounds:

    • Use ADB command from section 5.
    • Install Good Lock (official application from Samsung) and module LockStar โ€”there are advanced screen settings.
    • Activate developer mode and turn on Do not turn off the screen (will only work when charging).

    On devices with Android 12+ and One UI 4+ these methods may require additional permissions.