Screen recording on Xiaomi Redmi smartphones is a useful feature for creating guides, streams or saving important moments from games and applications. However, many users face a typical problem: there is no sound in the recorded video. The reasons can lie in both system settings and manufacturer limitations. In this article, we will discuss all the working ways to turn on sound when recording the screen, from standard MIUI tools to advanced methods using ADB and third-party utilities.
Itβs important to understand that recording system sound (music, notifications, game sounds) and recording from the microphone (your voice) are different. On some Redmi models (especially on budget lines), these functions can be blocked at the firmware level. We tested all methods on current versions of MIUI 14/15 and Android 13/14 β the instructions below work on Redmi Note 12/13, Redmi 12/13, POCO X5/6 and other devices from 2022-2026.
Why is there no sound when recording the screen on Xiaomi Redmi?
Before we get to the bottom of the problem, the lack of sound in Xiaomi screen recordings is usually due to one of the following factors:
- π Disabled sound in recording settings: By default MIUI Can record video without sound unless activated.
- π€ No microphone recording rights: A screen recording app (even built-in) requires a separate permission to access the microphone.
- π System audio lock: Starting with Android 10, Google has banned apps from recording sound from other apps for security reasons. Xiaomi follows this rule, so standard tools won't capture sound from games or music.
- π± Firmware limitations: On some models (e.g. Redmi) 9A/10A) system sound recording function is disabled at level MIUI.
- π Conflict with other applications: If another recording software (e.g., voice recorder) is running during recording, a resource conflict may occur.
π‘ How do you determine your situation? If there's a microphone sound in the recording, but there's no game/app sound, the problem is blocking the system audio. If there's no sound at all, check the microphone settings or app permissions.
Method 1: Turning on the sound in the standard MIUI recorder
Most modern Redmis (starting with MIUI 12) have a built-in screen recording tool to activate the sound:
- Open the notification bar (swipe down from the top edge of the screen).
- Find the Screen Record tile (if it is not available, click on the pencil icon and add it to the panel).
- Slip on the tile and select Settings (cog in the lower right corner).
- Activate the switches: π€ Record the sound from the microphone. π Record the sounds of the device (if the option is available)
Start recording
β οΈ Note: The option to record device sounds may not be available on budget models (Redmi) 9/10/11 in series or in regional firmware (for example, for Russia). 2β5.
βοΈ Preparation for sound recording
Method 2: Use of third-party applications (AZ Screen Recorder, Mobizen)
If the built-in tool fails, third-party apps from Google Play offer more flexibility.We recommend two proven options:
| Annex | Microphone support | Support for system sound | Features |
|---|---|---|---|
| AZ Screen Recorder | β Yes. | β No, no root) | No ads, 1080p recording, streaming |
| Mobizen | β Yes. | β οΈ Partially (requires adjustments) | Watermarks in the free version |
| DU Recorder | β Yes. | β No. | Built-in video editor |
| XRecorder | β Yes. | β No. | Minimalist interface |
πΉ Instructions for AZ Screen Recorder:
- Install the app from Google Play.
- Run it and provide all the permissions you have requested (including Overlaying on top of other windows and Microphone).
- In the main menu, click on the gear icon (settings) β Audio.
- Select Microphone (for voice recording) or Internal Sound (if optional).
- Return to the main screen and press the recording.
πΉ Step-by-step instruction:
- On the main phone (Redmi), start recording the screen without sound (so as not to duplicate the noise).
- On the second phone, open the recorder and start recording. Place it next to the speakers of the main device (or connect the headphones to the main phone and insert them into the second as a microphone).
- After recording, sync video and audio to any video editor (such as CapCut or KineMaster).
This method is guaranteed to work on all Redmi models, including the Redmi A1/A2+, where the system recording of sound is blocked.
Method 4: Using a computer (for advanced users)
If you're recording gameplay or long-distance video, it's easier to manage the process from a PC, and Scrcpy, a free, open-source tool that mirrors Xiaomi's screen onto a computer and lets you record audio videos, is a good option.
πΉ What needs to be done:
- Download Scrcpy for Windows/macOS/Linux.
- On the phone, activate the Developer Mode (go to Settings β About Phone and tap the MIUI version 7 times).
- Enable USB debugging in Settings β Additional β For developers.
- Connect your phone to your PC via USB (select File Transfer Mode).
- Run Scrcpy via the command line: scrcpy --record=file.mp4 --bit-rate=8M To record the sound, add the --audio=mic flag (microphone) or --audio=all (if supported).
β οΈ Note: On some firmware Xiaomi Scrcpy will not be able to capture system sound due to limitations MIUI. In this case, the sound will have to be recorded separately (see Method 3).
How to improve the quality of Scrcpy recording?
Method 5: Unlock system sound through ADB (for experienced)
It is the most difficult, but also the most effective method for recording internal sound (from games, music, notifications) on Xiaomi Redmi.It requires skills to work with ADB (Android Debug Bridge) and can lead to failures if you execute commands incorrectly.
πΉ Preparation:
- π₯οΈ Install. ADB and Fastboot Tools on PC.
- π± Turn on Debugging. USB on the phone (see Method 4).
- π Connect Redmi to your computer and confirm your trust in the device.
πΉ Commands to unlock sound:
- Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with ADB.
- Enter the command to check the connection: adb devices (should display the serial number of your device).
- Permission to record system sound: adb shell settings put global capture_audio_output_enabled 1
- Reboot your phone: adb reboot
Once rebooted, a standard MIUI recorder or third-party applications (such as AZ Screen Recorder) will be able to capture system sound, a technique that works on 90% of Redmi models, except for devices with heavily stripped-down firmware (such as the Redmi Go or the Chinese version).
π‘
Team team. capture_audio_output_enabled Resets after resetting settings or updating MIUI. Repeat the procedure if the sound is gone again.
Frequent mistakes and their solutions
Even after adjusting the sound, there may be problems recording the screen, and consider typical scenarios and how to fix them:
| Problem. | Possible cause | Decision |
|---|---|---|
| The sound is recorded, but with a delay | Conflict with other applications or a weak processor | Close background programs, reduce the recording resolution to 720p |
| Noise or wheezing in the recording | Bad microphone or tips from speakers | Use an external microphone or record the sound separately |
| The application will fly out at the start of the recording | Insufficient rights or outdated version of software | Update the app, provide all permissions, reboot the phone |
| No option to record the sounds of the device | Restriction of firmware or region | Use ADB (Method 5) or a second phone (Method 3) |
π‘ Advice for gamers: If you record Genshin Impact, PUBG Mobile or other heavy games before recording:
- π Charge your phone to 100% or connect the charger.
- βοΈ Activate the Performance Mode in Settings β Battery.
- π΅ Turn off notifications and background apps.