Have you ever wanted to just listen to a podcast, music or lecture with YouTube, but the smartphone screen was in the way: the battery ran out quickly, and the constant glow was annoying in the dark? Or maybe you needed to urgently respond to a message without interrupting the video playback? On Android this problem is solved in several ways - from built-in functions to third-party applications.
In this article we will look at all current methodsincluding hidden player settings, bypassing restrictions YouTube Premium, and even solutions for streaming services like Netflix or Twitch. Important: some methods require Android 10+, while others work on older versions. We will also warn you about possible security risks and show you how to avoid account blocking.
If you are looking for a way to save battery power or just want to conveniently listen to content in the background, read on. Spoiler: most tasks do not require root access or a paid subscription.
Why does Android block playback with the screen off?
At first glance, it seems that the ability to listen to videos in the background should be by default. However Google application developers specifically limit this function for several reasons:
- ๐ Saving battery power. Video players actively use the processor and graphics accelerator, which quickly drains the device. Turning off the screen reduces the load, but not always enough.
- ๐ฐ Monetization. Services like YouTube want you to watch ads, not just listen to content. Background playback is often only available in paid plans.
- ๐ก๏ธ Security. Some applications (for example, banking) block operation when the screen is off to prevent unauthorized access.
- ๐ต Copyrights. Music labels require streaming services to limit background playback to protect content.
Interestingly, iOS these restrictions are even stricter: Apple does not allow apps to play videos in the background at all without special permissions. Android there are loopholes - and we will take advantage of them.
โ ๏ธ Attention: some methods (for example, modified APKs) may violate the terms of use of services. This is fraught by blocking your account or with a limitation of functionality. We recommend trying legal methods first.
Method 1: Built-in player functions (without third-party applications)
Many standard and third-party players can already play audio with the screen turned off. The main thing is to know where to look for this setting.
1.1. Google Play Music / YouTube Music
If you listen to music or podcasts via YouTube Music, there are no problems: the service natively supports background playback. Enough:
- Start a track or playlist.
- Press the button Home or turn off the screen.
- Control playback through the notification panel or Google Assistant.
For Google Play Music (if it is still installed) the algorithm is the same. Please note: in the free version YouTube Music background playback only works for downloaded tracks.
1.2. VLC for Android
VLC is one of the few players that can play any videos (including local files) with the screen turned off:
- Open the video in VLC.
- Tap on the screen to make the elements appear controls.
- Click on the icon dynamics (or select
Audio โ Background playback). - Turn off the screen - the sound will continue to play.
If the option is inactive, check the settings: Settings โ Background playback โ Allow.
1.3. MX Player
Another popular player that supports background mode:
- Start video in MX Player.
- Swipe down to open notification panel.
- Tap on the player notification and select "Play in background".
In some versions MX Player this function is hidden. To activate it, go to Settings โ Player โ Background playback.
| Player | Background mode support | Restrictions |
|---|---|---|
| YouTube Music | Yes (for premium users) | In the free version - only downloaded tracks |
| VLC | Yes (for all files) | May be buggy on some devices |
| MX Player | Yes (customizable) | In some versions the option is hidden |
| Standard Android player | No | Third-party solutions required |
Built-in player functions are the safest method, but not suitable for all services (for example, YouTube without Premium does not support background playback).
Method 2: YouTube with the screen turned off (without Premium)
YouTube โthe main โculpritโ of the problem: the service blocks background playback for free accounts. But there are workarounds.
2.1. Through the browser (Chrome/Firefox)
The simplest method:
- Open YouTube in a browser (for example, Chrome or Firefox).
- Start the video.
- Click on ellipsis in the upper right corner of the video and select
Request desktop version. - After loading the page, start the video again.
- Turn off the screen - the sound will continue to play.
Minus: when the screen is locked, the video may be interrupted after 5-10 minutes. To avoid this, before turning off the screen, go to Browser settings and disable the option Saving traffic or Limit background activity.
2.2. The โYouTube Vancedโ application (outdated, but works)
YouTube Vanced - a modified version YouTube with support for background playback, ad blocking and other features. However, the project is officially closed, and it can now only be downloaded from unofficial sources.
โ ๏ธ Attention: installing APK from unverified sources may lead to data leaks or infection with viruses. If you decide, use only trusted forums (for example, XDA Developers) and check files through VirusTotal.
An alternative is ReVanced, a project based on YouTube Vanced, which is still supported by the community. To install it you will need:
- Download ReVanced APK i ReVanced Manager from the official site.
- Install ReVanced Manager and through it patch the original YouTube.
- Delete the original YouTube and install the patched version.
After installation in the settings ReVanced activate the option Background playback.
2.3. Application "NewPipe"
NewPipe is an open player for YouTubethat does not require an account Google and can play video in the background. Advantages:
- ๐ No advertising.
- ๐ No registration required.
- ๐ฅ You can download videos.
- ๐ง Background playback by default.
Minus: the interface is less convenient than the official one YouTube, and some functions (for example, browsing history) will not be synchronized.
Download APK from the official website [newpipe.net]
Allow installation from unknown sources in Android settings
Delete or disable official YouTube updates (optional)
Launch NewPipe and sign in without a Google account-->
Method 3: Using Do Not Disturb mode and notifications
If you need to temporarily turn off the screen but leave the video playing (for example, to save battery), you can use the mode Do not disturb and settings notifications.
3.1. Setting up a persistent notification
Some applications (for example, VLC or MX Player) allow you to pin a playback notification. This prevents the video from stopping when the screen is locked:
- Start the video in the player.
- Expand the notification panel.
- Hold your finger on the player notification and select
Pin. - Enable mode
Do not disturb(so that the screen does not turn on from notifications). - Turn off the screen - the video will continue to play.
3.2. โKeep Screen Onโ application
If the problem is that the screen goes out too quickly, you can use utilities like Keep Screen On or Caffeine. They forcefully keep the screen on while the selected application is running.
How to set it up:
- Install Keep Screen On from Google Play.
- Launch the video in any player.
- Open Keep Screen On and select the application for which you want to disable screen timeout.
- Reduce the screen brightness to minimum (or cover it with your hand).
This is not exactly a โscreen offโ, but it allows you to save battery and avoid accidental presses.
If you have AMOLED screen, set the player to a black theme and reduce the brightness to 10โ15%. This will reduce battery consumption almost to the same level as when the display is turned off.
Method 4: ADB commands to force background mode
For advanced users, there is a way to force any application to work in the background with the screen turned off via ADB (Android Debug Bridge). This does not require root access, but you need to connect the smartphone to the computer.
4.1. Preparation
What you will need:
- ๐ฅ๏ธ Computer with ADB drivers installed.
- ๐ฑ Smartphone with switched on
USB debugging(Settings โ About phone โ Build numberโ tap 7 times, then go back to USB Debugging original).Settings โ System โ For Developers). - ๐ USB cable (preferably original).
4.2. Executing the command
Connect your phone to the PC and execute in the terminal (or Command Prompt):
adb shell settings put global hidden_api_policy 1
This command will unlock hidden APIs that allow applications to run in the background longer than usual. After execution:
- Reboot your smartphone.
- Start the video in any player.
- Turn off the screen - the sound should continue.
If the method does not work, try an alternative command:
adb shell dumpsys deviceidle force-idle
โ ๏ธ Attention: changing hidden settings throughADBmay lead to unstable system operation. If lags occur after commands, reset:adb shell settings put global hidden_api_policy 04.3. Limitations of the method
This method does not guarantee 100% results, because:
- โ Some applications (for example, Netflix) block playback when detected
ADB.- โ After updating Android, the settings may be reset.
- โ On devices with MIUI or EMUI additional configuration may be required energy saving.
What to do if ADB does not recognize the device?
1. Make sure that the drivers for your smartphone model are installed (you can download them on the manufacturer's website).
2. Try a different USB cable (cheap cables often do not support data transfer).
3. Enable the option in the developer settings
USB debugging (allow debugging)and confirm the connection on the smartphone screen.4. Restart both the computer and the phone.
Method 5: Alternative launchers and modes
Some launchers (Android shells) and specialized modes allow you to control video playback even with the screen turned off.
5.1. Launcher "Tasker" + plugin "AutoNotification"
Tasker - a powerful tool for automating actions on Android. Using it, you can create a task that will keep the video in the background:
- Install Tasker and plugin AutoNotification.
- Create a new task with the action
AutoNotification โ Notifications.- Select a player notification (for example, VLC) and set the parameter
Persistency: True(so that the notification does not disappear).- Add an action
Display โ System Lock(so that the screen does not block).This is a complex method, but it gives maximum control. For example, you can set the mode to automatically turn on when you connect headphones.
5.2 โAmbient Displayโ mode
On some smartphones (for example, Google Pixel or Samsung Galaxy) have a function
Ambient Display(orAlways On Display), which shows the time and notifications when the screen is off.How to use:
- Enable
Ambient Displayin the screen settings.- Start the video in a player that supports background mode (for example, VLC).
- The screen will go dark, but the playback notification will remain active.
Minus: battery consumption will be higher than with full the screen is off, but lower than when the display is active.
5.3. Application "Floatify" (for notifications)
Floatify - a utility that allows you to control playback through floating notifications. It is compatible with most players and works even on a locked screen.
Settings:
- Install Floatify and provide all necessary permissions.
- In the application settings, select the player (for example, YouTube or VLC).
- Activate the option
Show on blocked screen.Now playback control will be available directly on the lock screen.
Method 6: For streaming services (Netflix, Twitch, Disney+)
Streaming platforms like Netflix, Twitch or Disney+ are even stricter about background playback than YouTube. A combination of several methods will help here.
6.1. Browser + developer mode
For Netflix:
- Open Netflix in the browser (Chrome or Firefox).
- Enable
Developer modein the browser (chrome://flags/#enable-desktop-site-by-default).- Start a movie or TV series.
- Click on the icon lock in the address bar and select
Permissions โ Background playback: Allow.- Turn off the screen - the sound should continue.
For Twitch this method is unstable, since the service actively blocks background playback.
6.2. "LocalCast" application for Chromecast
If you have Chromecast or smart TV with support Google Cast, you can broadcast video to a large screen and turn off the display on your phone:
- Install LocalCast from Google Play.
- Open the video in the browser and select
BroadcastโLocalCast.- Start broadcasting on Chromecast.
- Turn off your phone screen - the video will play on TV.
6.3. Modified APKs (risky!)
For Netflix and Disney+ there are modified versions of applications (for example, Netflix Mod APKthat remove restrictions on background playback. However:
- โ ๏ธ High risk of account blocking.
- โ ๏ธ Possible viruses in pirated assemblies.
- โ ๏ธ There is no guarantee of stable operation.
โ ๏ธ Attention: using modified APKs violates user agreement most streaming services. We do not recommend this method if you have a paid subscription.For streaming services, the most reliable method is broadcasting to an external screen (Chromecast, Smart TV). is blocked.
Frequent problems and their solutions
Even after setting up background playback, failures may occur. Let's look at the most common ones.
Problem 1: The sound is interrupted after 5-10 minutes
Reason: Android kills background processes to save battery.
Solution:
- Add the player to battery optimization exceptions (
Settings โ Battery โ Battery optimization โ All applications โ Select the player โ Do not optimize).- Disable
Adaptive batteryin the developer settings.Problem 2: Does not work on Xiaomi/Redmi
Smartphones Xiaomi aggressively optimize background processes. To fix:
- Go to
Settings โ Applications โ Manage applications โ Select player.- Enable
AutostartandBackground activity.- In
Battery settingsdisableBackground limitationfor the player.Problem 3: YouTube stops when the screen is locked
If you are using the browser method, but the video still stops:
- Try another browser (Firefox often works more stable Chrome).
- Disable
Saving trafficin the browser settings.- Install the extension Desktop Mode (for Firefox) so that the site opens in the desktop version.
Problem 4: No sound when the screen is off
Sometimes the sound disappears due to a conflict with other applications. Check:
- If the mode
Do not disturbwith media off is enabled.- Are Bluetooth headphones not connected at the moment of blocking (sometimes the sound โsticksโ to them).
- Is the mode activated
Mono soundin accessibility settings.
Problem Possible reason Solution Video stops after 5 minutes Battery optimization Add the player to exceptions No sound when the screen is off Conflict with Bluetooth or Do Not Disturb mode Check the settings sound YouTube blocks background playback Service limitations Use NewPipe or browser method Does not work on Samsung Optimization function applications" Disable optimization for the player FAQ: Answers to popular questions
Is it possible to listen to YouTube with the screen off without Premium?
Yes, but officially this function is available only to users YouTube Premium. Workarounds:
- Use the browser in desktop mode.
- Install NewPipe or ReVanced.
- Enable background playback via
ADB.Please note: YouTube may block accounts for using unofficial methods.
Why did the background mode stop working after updating Android?
Updates often reset battery optimization settings or close loopholes for background playback Try:
- Reset optimization settings for the player.
- Repeat the command
ADB(if you used it before).- Update the player application to the latest version.
How to listen to Twitch with the screen off?
Twitch actively blocks background playback, but there are several ways:
- Use the browser in desktop mode (not always stable).
- Install a third-party player like Streamlabs (requires configuration).
- Broadcast the stream to Chromecast or Smart TV.
On iOS there are no workarounds - Twitch severely limits background playback.
Is it safe to use modified APKs for Netflix/YouTube?
No, this is risky for several reasons:
- Chance of catching a virus or spyware.
- Risk of account blocking (especially for Netflix i YouTube).
- There is no guarantee of stable operation (frequent crashes, errors).
It is better to try legal methods (browser, NewPipe, VLC).
How to listen to video with the screen off on Android Auto?
If you connect your phone to car radio via Android Auto, the video will not be played (due to security restrictions). However, you can:
- Download the audio track of the video in advance (for example, via YouTube Premium or 4K Video Downloader).
- Use Bluetooth adapter to transmit sound to radio, and leave the video on the phone with the screen turned off.
- Install CarStream (an application for casting the screen on Android Auto), but this violates traffic rules in most countries.