Why Xiaomi Records the Default Sound and How to Fix It
Xiaomi smartphones (including the Redmi and POCO lines) record audio with video by default β this is the standard behavior of MIUI firmware. The manufacturer believes that the audio track makes videos more βliveβ, but in practice this often interferes: background noise spoils quality, and in some cases, sound is not necessary at all (for example, for titoks with music or stop motion video). Fortunately, you can turn off the microphone when shooting in several ways β from built-in settings to third-party applications.
In this article, we will discuss all the current methods for different versions of MIUI (12 to 15), including hidden features and workarounds for older models. Also explain why sometimes sound is still recorded - even after turning it off - and how to fix it. If you are shooting videos for social networks, editing or just want to save space on the memory card (audio takes up to 30% of the file size), this guide will help you set up the camera correctly.
β οΈ Important: On some models (for example, Xiaomi 13 Ultra or Redmi Note 12 Pro)+) post-update MIUI 15 standard ways to turn off the sound may not work, so you'll have to use alternative methods, which we've described below.
Method 1: Turn off the sound in the standard Camera app
The easiest way is to use the built-in settings of the Camera app, which works on most devices with MIUI 12-15, but the interface may vary slightly depending on the model.
- Open the Camera app and switch to Video mode (usually swipe left or tap on the camera icon).
- Click on the icon. βοΈ Settings (cogs) in the upper right corner.
- Scroll through the list to the Video Sound section (or Microphone on some models).
- Switch the slider to the off position. or uncheck next to the Sound Record.
If there is no such item, try another way:
- π± In video mode, tap the screen to make additional buttons appear.
- π Find the microphone icon (usually in the top menu) and click on it β it should cross out.
- π₯ In some models (for example, POCO F5) You need to hold your finger on the screen for 2 seconds to appear context menu with the option No sound.
Open application "Camera" in video mode|Found an icon settings (βοΈ)|The "Video Sound" item is translated to "Off."|A test video was made to verify-->
β οΈ Attention: On Xiaomi 12T Pro and some other flagships after updating to MIUI 14.0.5+ This method can only work for the main camera, and when shooting on the front or ultra-wide sound is sometimes recorded automatically, in which case use Method 3.
Method 2: Use of the "Promotion" mode
If the standard settings do not have the option to turn off the microphone, try to activate Pro Mode. It is available on most Xiaomi mid- and premium devices (for example, Redmi K60, Xiaomi 13, POCO X5 Pro).
- Open the Camera and swipe left to Professional Video (or Pro Video) mode.
- In the upper right corner, click on the icon. βοΈ (setting).
- Find the Audio section and select Disable or External microphone (no).
- Set the settings by clicking Ready or Save.
The advantage of this method is that you can further adjust bitrate, resolution and FPS, which is useful for editing, for example, if you are shooting for YouTube or TikTok, we recommend you install:
- ποΈ Permission: 1920Γ1080 (Full HD) or 3840Γ2160 (4K), if the model allows.
- π Bitrate: 50 Mbps for Full HD or 100 Mbps for 4K.
- π FPS: 30 or 60 (depending on the scenario).
π‘
If there is no option to turn off the sound in Pro Video mode, try recording the test clip with the microphone first, and then removing the audio track in any video editor (such as CapCut or InShot).
β οΈ Note: On Xiaomi Civi 3 and some other models, after leaving Pro Video, the audio settings may reset. To avoid this, save the user profile: click on the icon π in the upper right corner and select Save the current settings.
Method 3: Third-party applications for shooting without sound
If the built-in methods donβt work (for example, on MIUI 15 or budget models like Redmi A2), use third-party cameras.
| Annex | Xiaomi support | Shutting down the sound | Additional functions |
|---|---|---|---|
| Open Camera | β All models. | β In the video settings | Manual focus, RAW, timelapse |
| Footage | β MIUI 12β15 | β The "Mute" slider" | Log profile, histogram |
| ProCam X | β οΈ Requires root on some models | β Separate button | HDR, Night Mode, 4K 120 FPS |
| Filmic Pro | β Flagships (12/13 series) | β In audio settings | Professional color correction |
We recommend the Open Camera, which is free, no ads, and works even on the old Redmi 5/6.
- Download Open Camera from Google Play.
- Open the app and go to Settings β Video Settings.
- Find the item Record the sound and uncheck the tick.
- Return to video mode β the microphone icon must be crossed out.
Why do some apps not work on Xiaomi?
β οΈ Attention: MIUI 14/15 Android 13+ Some applications (such as Filmic Pro) require permission to record system audio. β Annexes β Permits β Special access β Record the sound and turn on the slider for the desired software.
Method 4: Disconnect the microphone at the system level (for advanced)
If you need to completely block audio recording in all applications (not just the camera), you can turn off the microphone via ADB or engineering menus, a technique that works for MIUI 13-15, but requires a computer or root rights.
Method 1: Through ADB (without root)
- Turn on USB Debugging in Settings β About Phone β MIUI version (tap 7 times, then go back to Additional β For Developers).
- Connect your phone to your PC and execute the command: adb shell settings put global capture_audio_output_enabled 0
- Reset the device.
Method 2: Engineering menu (MediaTek only)
- Open the Phone app and enter the code: ##36446337###.
- Go to Hardware Testing β Audio β Mic Test.
- Select Disable Mic (some models require a password: 1234 or 0000).
π‘
Turning off the microphone via ADB or the engineering menu is valid for all applications, including calls. To return the sound, repeat the command with 1 instead of 0 or reset the audio settings.
β οΈ Attention: On Xiaomi 13T And other Android 13 models, after you turn off the microphone, you may lose the sound in Google Assistant and voice notes. β Sound. β Voice input and restart the service.
Method 5: Remove the sound after shooting (if nothing helps)
If the video is already recorded with sound, and you can't reshoot it, delete the audio track in the editor.
- π¬ CapCut: Free, there are templates for TikTok/Reels. To remove sound: Import β Select video β Press the audio track. β Delete.
- π± InShot: It's good for quick editing. Open the video, tap the speaker icon, and move the slider to the left.
- π» Shotcut (PC): Open the project, right-click on the audio track and select Disconnect, then delete.
On Xiaomi with MIUI 15, the built-in Video Editor (from Google Photos) allows you to remove sound in 2 clicks: open video β Edit β Sound β Delete audio.
If you want to maintain the original quality, use FFmpeg via Termux:
pkg install ffmpeg
ffmpeg -i input.mp4 -c:v copy -an output_mute.mp4This command copies the video track without recoding, removing only the sound. output_mute.mp4 It will be identical in quality to the original, but without audio.
Frequent problems and solutions
Even after the audio is turned off in the settings, Xiaomi users encounter bugs. Consider typical cases and ways to fix them:
| Problem. | Reason. | Decision |
|---|---|---|
| The sound is recorded only on the front camera. | MIUI Limitation for Selfie Camera | Use the Open Camera or GCam |
| After the MIUI update, the sound is turned on again. | Resetting camera settings | Repeat the setting or use it ADB-team |
| In 4K mode, the sound does not turn off. | CPU restriction (e.g. Snapdragon 7 Gen 2) | Take a picture in Full HD or use ProCam X |
| When shooting in slow-motion, the sound is recorded. | MIUI function for synchronization of audio/video | Remove the sound in the editor or reduce the FPS to 30 |
β οΈ Attention: On Xiaomi 12S Ultra and other flagship Leica cameras, when shooting in Leica Authentic mode, you can't turn off the sound -- that's a firmware restriction. Switch to standard video mode.
Built-in camera settings|Pro Video mode|Third-party applications (Open Camera, etc.)|Delete the sound after shooting.|Another way.-->