Modern smartphones allow us to consume content in almost any free minute, be it traveling on the subway or doing household chores. However, the standard behavior of the operating system Android often causes the screen to remain lit constantly, which leads to rapid battery drain and matrix burnout. Many users are interested in the question of whether it is possible to turn a video player into an audio player simply by locking the device. This is especially true for those who use video services to listen to podcasts, lectures or background music.

The answer to this question is yes, but the implementation depends on the specific model of your gadget and the application you are using. Developers often intentionally limit background playback to encourage the purchase of premium subscriptions. However, there are legal and technical workarounds that allow you to bypass these restrictions without having to obtain root access. In this article, we will analyze in detail all available methods, from built-in browser functions to third-party utilities.

Before moving on to complex settings, it is worth noting that some smartphone manufacturers have already implemented a useful function in their shells. For example, device owners Xiaomi or Samsung can find this option in the standard video player or system settings. If your phone does not support this out of the box, do not be upset: software solutions are available for absolutely any version Android, starting with the earliest releases.

Using browsers that support desktop mode

The most versatile and reliable way to play videos in the background is to use mobile web browsers. Unlike native applications, browsers do not have strict restrictions on stopping the thread when the window is minimized. You will need any modern browser, for example Google Chrome, Firefox or Brave. The principle of operation is based on the fact that the site perceives your device as a full-fledged computer.

First, open your chosen browser and go to the video service website. Before starting the video, you need to change the page display settings. Find the “PC Version” or “Desktop Site” item in the browser menu and activate it. After reloading the page, the interface will change and you will be able to start the video as if it were on a computer. Now minimize the browser or lock the smartphone screen.

Usually, playback will stop immediately after locking, but this is easy to fix. Unlock your phone and swipe down the notification shade. In the media player control panel, you will see a “Play” button. Clicking on it will resume the audio stream. Now you can turn off the screen again - the sound will continue to play.

  • 🌐 The browser Brave has a built-in background playback function that does not need to be configured manually.
  • 🔋 Using a browser often saves more battery than a heavy official application.
  • ⚙️ In Settings Chrome you can lock the “PC Version” feature for certain sites forever.

⚠️ Attention: When using this method, the video may play in full resolution, even if the screen is off. This consumes additional traffic. It is recommended to manually set the video quality settings to 360p or 480p to save Internet.

📊 What browser do you use for background listening?
Chrome
Firefox
Brave
Samsung Internet
I didn’t know it was possible

Setting the Picture-in-Picture function

Technology Picture-in-Picture (PiP) allows you to display video in a small floating window on top of other applications. Although the main purpose of this feature is multitasking, it effectively solves the problem of screen turning off. When a video is in PiP mode, the operating system considers it an active process that the user continues to control even if the main application is minimized.

To activate this mode, you need to check your system settings. Go to section Settings → Applications → Accessibility → Picture in Picture. Make sure that the switch next to the desired video application is active. On some devices, for example OnePlus or Oppo, this option may be hidden in the "Startup Management" or "Battery" menu.

Start the video in app and simply swipe it away from the Home button (swipe up or press the button). The video should shrink and move to the corner of the screen. Now you can work with other apps. If you need to turn off the display completely, simply press the lock button. In most cases, the sound will continue to play, since the system does not interrupt the PiP process when locked.

⚠️ Attention: On some smartphone models with heavily modified shells (for example, older versions MIUI), the PiP function may be unstable or forcefully close when the screen is locked. In this case, you will need to install a third-party launcher.

Why doesn't PiP work on my phone?

The Picture in Picture feature was officially introduced in Android 8.0 (Oreo). If you have an older version of the system, this function will not work natively without installing special patches or third-party launchers. Also, some manufacturers disable it programmatically in budget models.

Third-party clients and modified applications

Official app stores, such as Google Play, strictly follow the rules for monetizing video services, so you won’t find apps there that unlock premium features for free. However, there are many open source projects online created by enthusiasts. These clients do not contain advertising and allow you to enable background playback in one click.

The most popular solution is project NewPipe. This is a lightweight client that does not use services Google Play, which ensures high speed and confidentiality. After installing the application, you just need to go to the settings and activate the “Background mode” or “Audio only” option. Now, when you minimize an application or turn off the screen, the sound will not be interrupted.

Another option is to use patched versions of official applications. Such modifications are often distributed through specialized communities. They keep the familiar interface but unlock hidden features. However, installing such software carries certain risks, since you trust your data to an unknown developer.

Application Download source Presence of advertising Installation complexity
NewPipe F-Droid / GitHub No Average
YouTube ReVanced Official website of the project No High
LibreTube F-Droid No Low
Official client Google Play Yes (no subscription) Low
💡

Third-party clients are the most convenient way, but they require manual installation of APK files and regular manual updates, since they are not updated through the app store.

Built-in functions of smartphone manufacturers

Some vendors understand the needs of users and add useful features directly to the system. This is the safest method and does not require the installation of additional software. The feature may be called variously: “Pop-up Video,” “Background Audio,” or “Music Mode.” It is often found in devices of Asian brands.

On smartphones Xiaomi i Redmi there is a video player with swimming support. If you download a video file or open a link through the system player, you can minimize it to a small window. The function works similarly on devices Samsungwhere in the screen settings there is a section “Additional features” that allows you to launch videos in a pop-up window for any application.

It is also worth checking the accessibility settings. In some cases, activating accessible services may unlock hidden media control menus. Go to Settings → Accessibility and see if there are any services related to audio or screen control. Sometimes simple tweaks in this section change the behavior of the system when blocked.

  • 📱 On Samsung the function is called “Pop-up video” and is located in the screen settings.
  • 🎵 Some players have a separate button “Listen” instead of “Watch.”
  • ⚡ Built-in solutions work more stable than third-party ones and consume less battery.

⚠️ Attention: Shell interfaces are constantly updated. A menu item that was here today may be moved by the developer to another section tomorrow. If you do not find the described function, check the search in the phone settings by entering the keyword “video” or “window”.

☑️ Checking system settings

Done: 0 / 4

Using the thermal and command line (for advanced)

For users who are not afraid of the technical interface, there is a method for managing processes through a terminal emulator. This method does not require root access, but uses USB debugging capabilities or built-in system permissions. The essence of the method is to force the application process to remain active even when the screen goes dark.

You will need the application Termux from the application store. After installation, you need to give it permission to display on top of other windows. There is a set of scripts that emulate pressing the play button in the notification shade at a certain frequency, preventing the system from “putting to sleep” the audio stream. This is a more complex path, but it gives complete control.

An alternative option is to use ADB (Android Debug Bridge) via a computer. By connecting your phone to your PC, you can send a command that prevents the system from stopping a specific application when the screen is locked. The command looks something like this:

adb shell appops set com.google.android.youtube AUDIO_FOCUS_IGNORE true

Such manipulations allow you to bypass software restrictions at the system level. However, you should be careful: entering commands incorrectly can lead to unstable operation of other applications. It is recommended to create a restore point in advance or study the documentation for a specific command before executing it.

💡

Before using ADB commands, be sure to enable “USB Debugging” in the “For Developers” menu. Without this item, the computer will not see your smartphone.

Battery optimization and exceptions to energy saving

Often the problem of sound disappearance is not related to the application itself, but to the aggressive energy saving policy of your smartphone. Modern processors and shells tend to terminate any background processes immediately after the user turns off the screen to save every milliamp of charge.

To prevent this, you need to add the video application to the exceptions list. Go to Settings → Battery → Battery optimization (the path may vary depending on the model). Find your application (browser or video player) in the list and select the “Do not optimize” or “No restrictions” option. This will give the application the right to run in the background indefinitely.

Also check your autorun settings. On phones Huawei, Honor and Xiaomi applications are prohibited from autorun by default. Allow the desired player to start automatically and run in the background. Without this permission, the system will “kill” the playback process a few minutes after the screen is locked, regardless of other settings.

Why does the sound disappear 10 minutes after locking?

Most likely, the system memory clearing timer is triggered. Even if you've turned off battery optimization, Memory Cleaner or App Sleep may force you to close apps that you're not actively using. Check the “Applications” section in the settings and look for the “Launch applications” or “Activity control” item.

Is it possible to listen to a video with the screen off without the Internet?

Yes, if the video is pre-loaded into the device memory or browser cache. Methods with browsers and third-party players also work with local files. Offline mode does not affect the ability to use the background function, since the limitation is imposed on the data flow, and not on the availability of the network.

Does this mode affect the overheating of the smartphone?

When the screen is turned off, heating is significantly reduced, since the display is one of the main sources of heat. However, the processor continues to decode the video stream. If you are listening to high definition (4K) videos, the heat may be noticeable. It is recommended to reduce the video quality to 480p for background listening.

Is it safe to install modified applications?

Installing APK files from unverified sources always carries a risk. Download popular open source projects (such as NewPipe) only from the official GitHub or F-Droid repositories. Avoid sites that offer “cracked” versions with the promise of an everlasting premium subscription, as they often contain malicious code.

Does this method work on Android 14 and newer?

Yes, all the methods described are relevant for the latest versions of Android. However, Android 14 has tightened the rules for background processes. The exceptions in the battery menu may need to be more carefully configured. The Picture-in-Picture function works stably on all modern versions of the system.