How to completely remove sound from the video on the Xiaomi phone: all working methods

Have you made a great video on your Xiaomi, but background noise spoils the whole impression? Or do you need to prepare a video for TikTok/Reels without sound? Removing the audio track from the video on Redmi, POCO or Black Shark smartphones is an easier task than it seems. In this article, you will find 7 proven ways, including built-in MIUI features, mobile applications and online tools.

It's important to understand that the process varies depending on the phone model and firmware version. For example, on the Xiaomi 13 Pro with MIUI 14, there is an integrated editor available, but on the budget Redmi 10A there is no one. We will look at solutions for all cases, from basic to advanced, taking into account the features of hardware acceleration on Snapdragon and Mediatek chips.

Before you start, check:

  • ๐Ÿ“ฑ Phone model (in Settings) โ†’ The phone)
  • ๐Ÿ”„ Version MIUI (there)
  • ๐ŸŽฌ Video format (MP4, MOV, MKV โ€” It affects compatibility with editors)

1. Built-in MIUI editor (fastest way)

Modern Xiaomi smartphones (starting with MIUI 12) have a built-in video editor with audio removal function, which does not require the installation of third-party applications and works offline.

How to use:

  1. Open the Gallery app โ†’ find the right video.
  2. Slip on the video โ†’ click Edit (scissors icon).
  3. In the lower menu, select Sound (Dynamic icon).
  4. Move the volume slider left to stop or press Remove the sound (depending on the version of MIUI).
  5. Save the changes with the Ready button.

Video is played without sound|The quality of the picture has not deteriorated.|The file is saved to a separate folder (not overwritten the original)|The file size has decreased (the audio track has gone)-->

Limitations of the method:

  • โš ๏ธ It doesn't work on older versions. MIUI (12th).
  • โš ๏ธ Some formats (e.g,.MKV) may not be supported.
  • โš ๏ธ Nana POCO F1 Other older models are missing the built-in editor.

๐Ÿ’ก

If the Remove Sound button is inactive, try trimming the video first (even for 1 second) โ€“ this will sometimes unlock the editorโ€™s additional features.

2. the Google Photos app (for Google account holders)

If you use Google Photos to back up, you can delete the audio directly in this app. The method is suitable for all Xiaomi models, regardless of the version of MIUI.

Instructions:

  1. Open Google Photos โ†’ find a video.
  2. Slip it โ†’ click Edit (pencil icon).
  3. Go to the Video tab โ†’ select Sound.
  4. Click Delete audio โ†’ save a copy.

Advantages:

  • ๐Ÿ”น It works on all smartphones, including the Redmi Note 8 Pro and Mi. A3.
  • ๐Ÿ”น Maintains original video quality (no recoding).
  • ๐Ÿ”น Automatically synced with the cloud.

โš ๏ธ Note: Google Photos compresses video when downloading if you have the High Quality option enabled (not the Original) before editing, check your backup settings!

3. Third-party apps: top-3 Xiaomi

If the built-in tools don't fit, use specialized apps, and we've tested dozens of options and picked the best ones for Xiaomi devices:

AnnexRatings.PlusesConsReference
InShot4.8โ˜…โœ… Simple interfaceโœ… Support 4Kโœ… No watermarksโŒ Advertising in the free versionโŒ Limitation on video lengthPlay Market
CapCut4.7โ˜…โœ… Optimized for TikTokโœ… Many effectsโœ… It works on weak smartphones.โŒ Registration is requiredโŒ Sometimes lays down on Mediatek HelioPlay Market
KineMaster4.5โ˜…โœ… Professional toolsโœ… Multi-layer supportโœ… Exports at 60 FPSโŒ Difficult for beginnersโŒ Watermark in the free versionPlay Market

How to remove sound in InShot (Step-by-step):

  1. Import the video to the project.
  2. Slip the clip on the timeline โ†’ select Sound.
  3. Press Delete audio.
  4. Export videos with 1080p and 60 FPS settings (if the original supports).

InShot|CapCut|KineMaster|Google Photo|Other-->

4. Online services: when you donโ€™t want to install applications

If your Xiaomi has little space or you prefer to work with a PC, use online tools. We recommend only those that do not require registration and support downloading from mobile devices:

  • ๐ŸŒ Clideo is a simple interface that supports files up to 500 MB.
  • ๐ŸŒ Kapwing โ€“ You can crop video before removing the sound.
  • ๐ŸŒ AudioRemover โ€“ specializes only in audio removal.

Instructions for Clideo:

  1. Open your website in Chrome or Mi Browser.
  2. Click Select File โ†’ Download video from your phone.
  3. Wait for processing (on Xiaomi with 5G it will take 10-30 seconds).
  4. Download the result without sound.

โš ๏ธ Note: Online services can save your videos on their servers for up to 24 hours (check the privacy policy!

5. via PC: for professional processing

If you need to remove audio from high-resolution video (like 4K 60FPS with Xiaomi 13 Ultra), itโ€™s best to use desktop software.

Best options:

  • ๐Ÿ’ป Shotcut (free, cross-platform)
  • ๐Ÿ’ป OpenShot (Simple for Beginners)
  • ๐Ÿ’ป Adobe Premiere Rush (paid, but mobile version available)

How to work in Shotcut:

  1. Connect Xiaomi to your PC via USB (select File Transfer Mode).
  2. Copy the video onto the computer.
  3. Open Shotcut โ†’ import the file.
  4. Drag the video to timeline โ†’ right-click โ†’ Disconnect the audio.
  5. Remove the audio track โ†’ export the project.

How to transfer video from Xiaomi to PC without loss of quality?
Use the original. USB-cable (not cheap substitutes) and choose File Transfer mode (MTP) For large files (over 4 GB), it is better to use a microSD card with an adapter or Mi Cloud storage (but check if the video will compress when you download it).

6. with ADB (for advanced users)

If youโ€™re familiar with Android Debug Bridge (ADB), you can remove the sound directly from the system terminal.This method is suitable for Xiaomi with an unlocked bootloader or root rights.

Instructions:

  1. Connect your phone to your PC and activate Debugging over USB (Settings โ†’ About Phone โ†’ MIUI Version โ†’ 7 times tap to unlock the developer menu).
  2. Open the command line on the PC and type: adb shell am start -a android.intent.action.VIEW -d "file:///sdcard/DCIM/Camera/your_video.mp4" -t "video/*" -e "Mute"true" (replace the path with the actual one)
  3. The video will open in the system player without sound. Use ffmpeg via ADB to save the changes.

โš ๏ธ Attention: Wrong commands ADB If you're not sure, you can use other methods!

7. Alternative methods: FFmpeg and Termux

For users who want to automate the process, FFmpeg, a powerful multimedia tool, can be used on Xiaomi via the Termux app.

Installation and use:

  1. Install Termux from the Play Market.
  2. Enter the commands: pkg update && pkg upgrade pkg install ffmpeg ffmpeg -i input.mp4 -c:v copy -an output.mp4 (where input.mp4 is your video, output.mp4 is the result without sound)
  3. The finished file will be in the /sdcard (internal memory) folder.

The benefits of FFmpeg:

  • ๐Ÿ”น Maintains original quality (no video recoding).
  • ๐Ÿ”น Works with any format (.MP4,.MOV,.MKV).
  • ๐Ÿ”น You can create a script for batch processing.

๐Ÿ’ก

FFmpeg is the only way to remove audio without losing video quality. All other methods (except the built-in MIUI editor) somehow recode the file, which can degrade the image.

Comparative table of all methods

MethodDifficultyLoss of qualityInternet is requiredSuitable for
Built-in MIUI editorโญNo.No.MIUI 12+
Google PhotoโญYes (if compression is on)Yes.All models.
InShot/CapCutโญโญMinimumNo.Any Android
Online servicesโญโญYeah (squeezing)Yes.Quick fix
FFmpeg (Termux)โญโญโญNo.No.Advanced users

FAQ: Frequent questions

Can I return the sound after removal?
Not if you saved the changes to the original file. Always work with a copy! The built-in MIUI editor and Google Photos create a new file, not overwrite the old one.
Why did the video "twitch" after the sound was removed?
This is due to recoding โ€“ many apps change bitrate or FPS. To avoid the problem, use FFmpeg with a -c:v copy flag (copies video unchanged) or the built-in MIUI editor.
How to remove audio from WhatsApp video before sending it?
WhatsApp itself doesn't have that feature. Edit the video in advance (like Google Photos) and then send it. The alternative is to use @silent in the video description (but that won't take away the sound, it'll only notify the recipient).
My Xiaomi doesn't have an editor built in. What do I do?
Install one of the apps: InShot, CapCut or KineMaster. Also check for MIUI updates - perhaps the editor will appear after the firmware upgrade.
Can I remove audio from a.MOV video?
Yes, but not all editors support this format. Use FFmpeg (via Termux) or KineMaster. The built-in MIUI editor with.MOV is unstable.