Recording screens on smartphones Xiaomi, Redmi or POCO with sound is a task faced by gamers, bloggers and anyone who wants to share the process of working on their phone. Unlike iPhone, where the function is built-in by default, on Android (especially with the shell MIUI) problems often arise: sound is not recorded, the microphone does not work, or the video lags. In this article, we will look at all the current methods - from hidden settings MIUI to third-party applications that are guaranteed to save both video and sound without loss.

It is important to understand that recording capabilities depend on the version MIUI and model of the device. For example, on Xiaomi 13 Pro s MIUI 14 extended functionality is available, while on budget ones Redmi Note 10 workarounds may be required. We tested all methods on current firmware and identified those that work reliably. If you tried to record gameplay or stream, but the sound disappeared, you will find a solution here.

1. Built-in screen recording in MIUI: where to look and how to turn on sound

The easiest way is to use a standard tool MIUI. It is available on all smartphones Xiaomi starting from MIUI 12, but does not always enable sound by default. To activate the recording:

  1. Open the notification panel (swipe down from the top edge of the screen).
  2. Find the icon Record screen (if it is not there, click Edit and add it to the quick access panel).
  3. Start recording. A floating menu will appear with buttons Stop and Microphone.
  4. Click on the microphone icon to enable audio recording from the device.

โš ๏ธ Attention: In some versions MIUI sound from the microphone is recorded, but system sound (music, games) is not. This is a limitation of Android 10+. To capture the internal audio stream, you will need special application.

โ˜‘๏ธ Preparing for recording via MIUI

Done: 0 / 1

If the icons Screen recording are not in the panel, check:

  • ๐Ÿ“ฑ Smartphone model: on POCO F4 and newer the function is available by default, on older Redmi 8 may be missing.
  • ๐Ÿ”„ MIUI version: update the firmware via Settings โ†’ About phone โ†’ System update.
  • ๐Ÿ”ง Regional settings: on Chinese firmware (China ROM), the function can be disabled.

2. Why the sound is not recorded: technical limitations of Android

The main problem when recording the screen on Xiaomi is the lack of system sound in the final video. This is not a bug, but Android security limitationintroduced since version 10. The system blocks the capture of the internal audio stream to prevent recording of calls or personal data without the user's consent.

Exceptions:

  • ๐ŸŽฎ Games: some titles (for example, PUBG Mobile or Genshin Impact) allow audio recording through their own instruments.
  • ๐ŸŽต Music applications: Spotify or YouTube Music can block recording due to DRM protection.
  • ๐Ÿ“ฑ root access: on phones with an unlocked bootloader, you can bypass the restriction through Magisk modules like AudioRecord Patch.

If it is critical for you to record both video and audio (for example, for a stream or training video), use bypass paths:

  1. Connect an external microphone via USB-C or Bluetooth.
  2. Use applications with bypass restrictions (for example, AZ Screen Recorder with a plugin for sound).
  3. Record sound separately (via another phone or voice recorder), and then edit the video in the editor.
๐Ÿ“Š Which sound is more important for you to record?
Microphone only
System sound (games, music)
Both options
Doesnโ€™t matter

3. Top 3 applications for recording screen with sound on Xiaomi

If the built-in tools MIUI arenโ€™t satisfied, install one of the proven applications. We tested them on Xiaomi 12T, Redmi Note 11 Pro+ and POCO X5 Pro โ€”all work stably, but with nuances.

Application System sound Microphone Resolution Features
AZ Screen Recorder โœ… (with plugin) โœ… Before 4K 60 FPS Without excess water, support Game Tools
Mobizen โŒ โœ… Before 1080p 30 FPS Simple interface, but a watermark in the free version
DU Recorder โœ… (on some models) โœ… Before 2K 60 FPS Built-in video editor, but a lot of advertising

๐Ÿ”น Best choice for gamers: AZ Screen Recorder + plugin Internal Audio Recorder. It bypasses Android limitations and records game audio without lag. Install both applications from Google Playthen:

  1. Open AZ Screen Recorder and click Settings โ†’ Sound recording.
  2. Select Internal sound (beta) and confirm permissions.
  3. Start recording through the floating panel.
๐Ÿ’ก

If the application does not see the internal sound, restart the phone and try again. Sometimes turning off Bluetooth and Wi-Fi while recording helps.

โš ๏ธ Attention: On MIUI 14 and newer, some applications (for example, Mobizen) may not work correctly due to changes in the security policy Xiaomi. If recording is interrupted, try disabling battery optimization for the application in Settings โ†’ Applications โ†’ Permissions โ†’ Special access โ†’ Battery optimization.

4. Screen recording via ADB: for advanced users

If you need to record the screen with maximum quality and without time limits, use ADB (Android Debug Bridge). This method requires a connection to a PC, but gives full control over the recording parameters, including bitrate and codec.

๐Ÿ“Œ What you will need:

  • ๐Ÿ–ฅ๏ธ Computer with installed ADB Tools (download from official Android website).
  • ๐Ÿ“ฑ Xiaomi with USB debugging enabled (Settings โ†’ About phone โ†’ MIUI version - press 7 times, then return to Advanced settings โ†’ For developers โ†’ USB debugging).
  • ๐Ÿ”Œ Cable USB-C (preferably original).

๐Ÿ”ง Step-by-step guide:

  1. Connect your phone to the PC and confirm permission to debug.
  2. Open the command line (Win + R โ†’ cmd) and enter:
    adb devices

    Make sure that the device is detected.

  3. Start recording with the command:
    adb shell screenrecord /sdcard/record.mp4 --bit-rate 10000000 --size 1080x2400

    Where 10000000 โ€”bitrate (10 Mbit/s), and 1080x2400 is your screen resolution Xiaomi.

  4. Stop recording via Ctrl + C or with the command:
    adb shell screenrecord --stop
  5. Download video from your phone:
    adb pull /sdcard/record.mp4

โš ๏ธ Attention: This method does not record sound โ€”video only. To capture audio, you will have to use a separate voice recorder application or an external microphone. Also on some models Xiaomi (for example, Redmi K50) screen recording protection via ADB may be triggered - in this case only root.

How to find the screen resolution of your Xiaomi?

5. Recording gameplay on Xiaomi: special tools for games

If you need to record gameplay (for example, Call of Duty Mobile or Free Fire), use the built-in tools MIUI Game Turbo. They are optimized for recording without lag and with minimal impact on FPS.

๐ŸŽฎ How to enable:

  1. Open the game, swipe from left to right on the screen to bring up the panel Game Tools.
  2. Click on the icon Record (or Broadcastif you need a live broadcast).
  3. Select quality (720p, 1080p) and audio source (Microphone or Game).
  4. Press Start โ€”recording will start automatically.

๐Ÿ”น Advantages of Game Turbo:

  • ๐ŸŽฏ No FPS loss (unlike standard screen recording).
  • ๐Ÿ”Š Capture audio from the game (but not system audio from other applications).
  • ๐Ÿ“Š Real-time game statistics (CPU/GPU load, temperature).

โš ๏ธ Attention: On some models (POCO X3 Pro, Redmi Note 9), the recording function in Game Turbo may be missing. In this case, use AZ Screen Recorder with the mode enabled Game boost in the settings.

๐Ÿ’ก

For maximum recording quality in games, turn off background applications and enable performance mode in Settings โ†’ Battery โ†’ Performance mode.

6. Solving problems: the sound disappears, the video lags, the recording is interrupted

If screen recording on Xiaomi is unstable, check these points:

Problem Cause Solution
Sound is not recorded Limitation of Android 10+ Use AZ Screen Recorder with the plugin for internal sound
Video lags Low bitrate or background processes Increase the bitrate in the recording settings or close unnecessary applications
Recording ends after 3-5 minutes Battery optimization Disable optimization for the recording application in the settings
Black screen during recording DRM protection (Netflix, Disney+) Record via ADB or external camera

๐Ÿ› ๏ธ Additional tips:

  • ๐Ÿ”‹ If recording is interrupted due to low battery, connect your phone to a charger before you begin (but do not use wireless charging - it can cause overheating).
  • ๐Ÿ“ถ Turn off mobile data and Wi-Fi if you record offline content - this will reduce the load on the processor.
  • ๐Ÿ”„ If the recording application crashes, clear its cache in Settings โ†’ Applications โ†’ [Application name] โ†’ Memory โ†’ Clear cache.
๐Ÿ’ก

Before an important recording (for example, a stream), restart your phone - this closes background processes that may interfere.

7. Alternative methods: recording via a PC or other device

If none of the methods worked, try recording the screen Xiaomi using external devices:

๐Ÿ–ฅ๏ธ Via computer:

  • ๐ŸŽฎ For games: Use BlueStacks (Android emulator) + OBS Studio for recording.
  • ๐Ÿ“ฑ For regular applications: Connect your phone by USB and use Scrcpy (a free utility for managing Android from a PC). Command for recording:
    scrcpy --record file.mp4

๐Ÿ“น Through another device:

  • ๐Ÿ“ฑ Use a second smartphone or camera to record. screen Xiaomi (suitable for streams or reviews).
  • ๐ŸŽฅ If you need high quality, connect your phone to DSLR camera via HDMIadapter (for example, USB-C to HDMI).

โš ๏ธ Attention: When recording via Scrcpy audio from Xiaomi is not transmitted to the PC. To capture audio, connect an external microphone to your computer or use a separate device to record audio.

FAQ: Frequently asked questions about recording screens on Xiaomi

๐Ÿ”Š Is it possible to record audio from YouTube or Spotify?

No, these applications block audio recording due to DRM protectionThe only way is to use an external microphone or record. sound through AUXoutput (if it is on your model Xiaomi).

๐ŸŽฎ How to record gameplay on Xiaomi without lags?

Use Game Turbo or AZ Screen Recorder with settings:

  • Resolution: 720p (to save resources).
  • Bitrate: 8โ€“12 Mbit/s.
  • FPS: 30 (if the game does not require 60 FPS).

Also close all background applications and enable performance mode in the battery settings.

๐Ÿ“ฑ Why is there no screen recording function on my Redmi?

Probable reasons:

  • Outdated version MIUI (update the firmware).
  • Chinese firmware (China ROM) without function support.
  • Budget model (for example, Redmi 9A), where the function is disabled by the manufacturer.

Solution: install AZ Screen Recorder or DU Recorder from Google Play.

๐Ÿ”ง How to remove a watermark from a recording?

Watermarks are added some applications (for example, Mobizen). To remove them:

  • Buy the premium version of the application.
  • Use CapCut or KineMaster to trim the character in the editor.
  • Record via AZ Screen Recorder โ€”there are no watermarks in the free version.
๐Ÿ“น Is it possible to record 4K screen on Xiaomi?

Yes, but with limitations:

  • Supported models: Xiaomi 12/13 series, Redmi K50 Pro, POCO F4 GT.
  • Requires enough free space (1 minute 4K video = ~500 MB).
  • Lags are possible on weak processors (for example, Snapdragon 7xx).

To enable 4K, in AZ Screen Recorder select 2160p and bitrate 20+ Mbit/s.