Recording a smartphone screen with sound is a task faced by gamers, content creators, and even ordinary users who want to save a stream, video instruction, or a bug in an application. On Android this function is not implemented as straightforwardly as on iOS: there is no universal solution, and the capabilities depend on the OS version, phone manufacturer and even processor model. In some cases, built-in tools are sufficient, in others you will need third-party utilities or even ADBcommands.
The main difficulty lies in recording internal sound (music, sounds from games or videos). Starting from Android 10Google has officially banned applications from capturing the system's audio stream for security reasons, leaving this feature only for system utilities. However, workarounds exist - from using Screen Recorder on Samsung to specialized apps like Mobizen or AZ Screen Recorder with root access. In this article we will analyze all the current methods, including nuances for different brands (Xiaomi, Realme, OnePlus) and versions Android.
Before you begin, please note: some methods may conflict with policy Google Play or require disabling Play Protect. Also, on devices with MIUI 14+ i ColorOS 13+ built-in recorders often block sound recording in games - this is a limitation at the firmware level. If recording game audio is critical to you, pay attention to the sections about ADB and alternative applications.
1. Built-in screen recording on Android
Most modern smartphones have a built-in screen recorder, but its capabilities vary depending on the manufacturer. For example, on Samsung Galaxy (with One UI 4.0+) internal sound recording is available by default, and on Xiaomi or Oppo โonly external (from the microphone). Below are instructions for popular brands.
To activate recording:
- ๐ฑ Samsung: Swipe down the notification panel and find the icon
Screen Recorder. Click on it, select the audio source (Media soundsfor internal audio) and start recording. On Galaxy S22 Ultra and newer, the option to record from the front camera is also available. - ๐ฑ Xiaomi/Redmi/Poco: Open
Settings โ Accessibility โ Screen recording. Here you can enable audio recording from the microphone, but internal sound is blocked at the MIUI level without root access. - ๐ฑ Realme/Oppo/OnePlus: Use
Game Space(for games) or the built-in recorder in the notification shade. On Oppo Reno 8 and OnePlus 11 media audio recording is available, but with limitations for some applications (for example, Netflix). - ๐ฑ Google Pixel: Starting from Android 11, there is an icon
Screen Recordin the curtain, but it records only audio from the microphone. For internal audio, third-party solutions will be required.
โ ๏ธ Attention: On devices with Android 13+ and HyperOS (for example Xiaomi 14), built-in recorders can automatically disable sound recording in banking applications or instant messengers (for example, WhatsAppThis is due to the security policy Google.
| Brand | OS/Firmware version | Internal sound | External sound (microphone) | Limitations |
|---|---|---|---|---|
| Samsung | One UI 4.0โ6.1 | โ Yes | โ Yes | Does not work in Secure Folder |
| Xiaomi | MIUI 13โ14, HyperOS | โ No (without root) | โ Yes | Blocking in games and streaming services |
| Google Pixel | Android 11โ14 | โ No | โ Yes | Required ADB for internal sound |
| Realme/Oppo | ColorOS 12โ14 | โ ๏ธ Partially | โ Yes | Works only in Game Space |
2. Third-party applications for recording screens with sound
If the built-in tools are not suitable, third-party utilities come to the rescue. They can be divided into. three categories:
- Apps without root: record audio from a microphone or use workarounds for internal audio (for example, through
Audio Mix). Examples: AZ Screen Recorder, Mobizen. - Rooted apps: can capture the system audio stream directly. data-i="111">Applications with root access ScreenCam.
- Applications with
ADB-commands: require connection to a PC to activate hidden functions. Example: Internal Audio Recorder.
Let's take a closer look at the top solutions:
- ๐ฅ AZ Screen Recorder (free, with purchases):
- Supports recording from a microphone and internal sound on some devices (via
Audio Mix). - There is a video editor, the ability to stream to YouTube.
- On Android 12+ may require disabling
Play Protect.
- Supports recording from a microphone and internal sound on some devices (via
- ๐ค Mobizen Screen Recorder (shareware):
- Records internal audio on Samsung and some devices MediaTek.
- Has a built-in editor with adding subtitles.
- In the free version, leaves a watermark.
- ๐ ๏ธ Internal Audio Recorder (requires
ADB):- Works on Android 10+, captures the system audio stream.
- Does not require root, but you need one command
ADBto activate. - Supports recording in the background (for example, for Spotify).
โ ๏ธ Attention: Applications that promise to record internal sound without ADB or root often exploit system vulnerabilities. This can lead to account blocking. Google or security issues. Before installing, check reviews and ratings Play Market.
โ๏ธ Preparing to record with sound
3. Screen recording via ADB: step-by-step guide
Method with using Android Debug Bridge (ADB) is one of the most reliable ways to record internal audio without root access. It works on most devices with Android 10+, but requires connection to a PC. Here's what you will need:
- ๐ป A computer with Platform Tools (or just
adb.exe). - ๐ฑ Included USB debugging on the phone (
Settings โ About phone โ Number assembly(7 taps) โFor developers โ USB debugging). - ๐ Cable USB-Type C (preferably original).
Steps to activate internal audio recording:
- Connect the phone to the PC and confirm permission for debugging.
- Open the command line (
cmd) in the folder withadb.exe. - Enter the command to test the connection:
adb devicesThe serial number of your device should appear.
- Give write permission audio:
adb shell settings put global capture_audio_output_enabled 1 - Reboot your phone.
- Now any screen recording application (for example, built-in) will be able to capture internal audio.
To cancel the changes, do:
adb shell settings put global capture_audio_output_enabled 0
What to do if ADB does not recognize the device?
1. Make sure that drivers for your model are installed (for example, Samsung USB Driver for Galaxy).
2. Try a different cable or USB port.
3. Enable the option Cancel USB debugging authorization in the developer settings and reconnect device.
4. On some devices MediaTek an additional command is required: adb shell setenforce 0 (temporarily disables SELinux).
4. nuances and quality improvement
If internal sound cannot be recorded, the only option left is external microphone. This is relevant for streams, podcasts or video instructions, where it is important to comment on what is happening on the screen. However, there are pitfalls here:
- ๐๏ธ Noise Canceling: Built-in microphones of smartphones often pick up background noise. Use apps like Krisp or Wo Mic to clean up the sound.
- ๐ Echo: If you record audio from your phone speakers, an echo may appear. The solution is to use headphones with a microphone or an external microphone (for example, Lavalier).
- ๐ถ Synchronization: When recording audio and video separately (for example, via OBS Studio on a PC), desynchronization may occur. Use marks (clap your hands) for later editing.
To improve sound quality:
- Use external microphone (for example, Boya BY-M1 or Rode VideoMic). data-i="195">or USB-C or Bluetooth (but the latter may have a delay).
- In the screen recording settings, select the maximum audio quality (for example,
320 kbpsin AZ Recorder). - Record in a quiet room or use apps to remove noise (Audacity, Adobe Audition).
If you record gameplay, enable the option in the game settings Mono sound (if available). This will reduce the desynchronization between video and audio during editing.
5. Recording features for specific applications
Some applications block screen or sound recording for security reasons. Here's how to bypass restrictions for popular services:
| Application | Problem | Solution |
|---|---|---|
| WhatsApp, Telegram | Blocking screen recording in chats | Use ADBmethod or record from another device |
| Netflix, Disney+ | Protection Widevine DRM (black screen) |
Record via HDMI output or external camera |
| PUBG Mobile, Genshin Impact | Blocking internal sound on MIUI | ADBcommand or root applications (ScreenCam) |
| TikTok, YouTube | Recording audio with watermarks | Use OBS Studio on a PC with a connected phone |
For games on Android it is also useful to know:
- ๐ฎ On Samsung in
Game Launcherthere is a built-in recorder with support sound. - ๐ฑ On ASUS ROG Phone gameplay recording is available via
Armoury Crate. - ๐ง For emulators (BlueStacks, LDPlayer) it is easier to record the screen directly on a PC using OBS.
โ ๏ธ Attention: Recording content from streaming services (Netflix, Amazon Prime) for the purpose of distribution violates the terms of use and may lead to account blocking. Such videos are intended for personal use only.
6. Alternative methods: mirroring and external devices
If software methods do not work, consider hardware solutions:
- ๐ฅ๏ธ Capture via HDMI:
- Connect the phone to capture card (for example, Elgato Cam Linkvia USB-C to HDMI adapter.
- Record audio and video on PC via OBS Studio.
- Suitable for devices that support
DisplayPort Alt Mode(e.g. Samsung Galaxy S23).
- ๐น External camera:
- Point the camera (e.g. DSLR or GoPro) on the phone screen.
- Use a microphone to record sound.
- Minus - glare and loss of quality are possible.
- ๐ง Audio interface:
- Connect your phone to an audio interface (for example, Focusrite Scarlett) via USB-C.
- Record audio directly to DAW (for example, Audacity).
To mirror the screen to a PC, you can use:
- Scrcpy (free, works with
ADB) - records video and sound from a microphone. - Vysor (paid version supports audio).
- ApowerMirror (records screen and audio via USB/Wi-Fi).
Hardware methods (HDMI, external cameras) give better quality, but require additional equipment. Software solutions are more convenient for quick recording, but may have sound limitations.
7. Solving problems when recording screen
If recording does not start or sound is not captured, check the following points:
| Problem | Possible reason | Solution |
|---|---|---|
| Recording ends after 3-5 minutes | Limiting background activity in the battery settings | Add the application to optimization exceptions |
| No sound when recording | Permission to access the microphone is not granted or is not activated ADB-flag |
Check permissions and repeat the command adb shell settings put global capture_audio_output_enabled 1 |
| Video lags or slows down | Low processor performance or high resolution recording | Reduce resolution to 720p and FPS to 30 |
| Black screen in recording | Lock DRM (for example, in Netflix) |
Use external camera or HDMI capture |
| The application does not see the internal sound | Firmware limitation (for example, MIUI) | Try ScreenCam with root or ADB-method |
If the problem persists:
- Update your phone firmware to the latest version.
- Check for conflicts with other applications (for example, Greenify or Battery Savers may block recording).
- Reset the settings of the screen recording application (
Settings โ Applications โ [Name] โ Storage โ Reset).
FAQ: Frequently asked questions about screen recording on Android
Is it possible to record internal audio on Xiaomi without root?
On most devices Xiaomi (including Redmi i Poco), recording internal audio without root is not possible due to limitations MIUI. The only working options are:
- Use
ADB-command (does not work on all models). - Connect an external audio interface.
- Record sound from a microphone (but the quality will be worse).
On HyperOS (new firmware for Xiaomi 14) the situation has not changed.
Why does screen recording on Samsung stop?
On devices Samsung recording may be interrupted due to:
- Activated mode
Battery saving(disable it in the settings). - CPU overheating (especially when recording games in
4K). - Recording time limits (default - 10 minutes). To remove limit, use Game Launcher.
Also check whether the application is blocking recording Device Care (in the optimization settings).
How to record audio from Telegram or WhatsApp?
Messengers block screen recording for security purposes. Workarounds:
- For WhatsApp: Use a second device to record your screen (for example, another phone or camera).
- For Telegram: Turn on voice chat and record audio via Internal Audio Recorder (with
ADB). - Alternative: Use the function
Export chat(for text) orReport problem(to WhatsApp saves screenshots).
Recording conversations without the consent of the interlocutor may violate the laws of your country (for example, Article 138 of the Criminal Code of the Russian Federation in Russia).
What is the best application for recording gameplay?
The choice depends on the device:
- For Samsung: Built-in
Game Launcher(optimized for games). - For Xiaomi/Realme: AZ Screen Recorder (with
ADBfor sound) or Mobizen. - For Google Pixel: Internal Audio Recorder +
ADB. - For streaming: Omlet Arcade (integration with Twitch i YouTube).
For maximum FPS (60+), give preference to applications that support Vulkan (for example, ScreenCam).
Is it possible to record the screen on Android 9 and below?
On Android 9 Pie and older versions, internal audio recording is only possible:
- With root access (applications like ScreenCam).
- Via Xposed Framework (outdated method, not recommended).
- Using an external audio interface.
Without root, only recording from a microphone is available. Also on Android 9 may not work. ADB-method due to missing flag capture_audio_output_enabled.