Home » How To » How To Remove Audio From Video in Windows 10 (Easy Way)

How To Remove Audio from a Video in Windows 11 & 10

Learn how to quickly and easily remove audio from any video in Windows 11 and Windows 10 using two methods.

It’s not often, but there will be times when you need to remove sound or audio from a video completely. For example, maybe for privacy reasons, or you’ve downloaded a video from the internet and want to remove the audio from it because it has some copyrighted content.

Whatever your specific reason is, you can easily remove audio from any video simply and easily without using complicated and advanced software such as Premiere Pro or DaVinci Resolve.

In this quick and easy guide, I will show 2 methods to remove sound from a video. Let’s get started.

Remove Audio from Video Using FFmpeg

FFmpeg is one of my favorite tools to work with media files. It makes it trivial to remove sound/audio from any type of video file with just single-line command. Here’s how.

Note: Before proceeding, please install FFmpeg in Windows.

  1. Open the File Explorer by pressing the “Windows key + E” shortcut.
  2. Open the folder with the video file.
  3. Right-click in the File Explorer and select “Open in Terminal“.
  4. Run the following command while replacing the input and output names of the video file. ffmpeg -i '.\input.mp4' -c copy -an 'output.mp4'
  5. That’s it. You’ve removed the audio from the video file.
  6. You will find the new video file without audio in the same folder as the source video.
ffmpeg command to remove audio from video

Use VLC to Remove Audio from a Video

Most don’t know this, but VLC media player has a built-in converter that lets you remove sound from a video file. Here’s how.

Note: Before proceeding, install VLC media player if it is not yet installed on your system.

First, open the Start menu, search for “VLC media player” and click the “Open” option. Once VLC opens, click the “File” > “Convert/Save” option.

open vlc convert tool

Now, go to the “File” tab in the “Open Media” window and click the “Add” button.

click the add

Now, find the video file you want to remove the audio from, select it, and click the “Open” button.

select video file to add to vlc

Click the “Convert/Select” dropdown menu and select the “Convert” option.

select convert

In this window, select the “Convert” option. Next, select “Video – H.264 + MP3 (MP4)” from the Profile dropdown. If you prefer some other video format, select that.

select video profile

After selecting the video profile, click the “Settings” button next to the dropdown menu.

open video profile settings

Go to the “Video codec” tab and select the “Keep the original track” checkbox.

select keep original video track option

Go to the “Audio codec” tab and uncheck the “Audio” checkbox. Click the “Save” button to confirm the changes.

uncheck audio option

Now, click the “Browse” button in the Convert window.

click browse

Type a name for the output file in the “File name” field, go to the location where you want to save the file, and click the “Save” button.

choose where to save the exported video file

Press the “Start” button in the “Convert” window.

click convert

As soon as you click the button, VLC starts removing audio from the video.

vlc removing audio from video file

Once done, the file is automatically saved to the location you chose earlier.

exported video file

Use Windows 10 Video Editor to Remove Audio from Video

Note: This method only works in older versions of Windows 10. In the newer versions of Windows 10 and Windows 11, the Video Editor app is no longer available.

Windows 10 has a built-in video editor that lets you do basic edits such as adding or removing background music, special effects, cutting and copying clips, etc. For now, let me show you the steps to remove audio from video using the Video Editor app in Windows 10.

The first thing we need to do is open the Video Editor application. To do that, press the Start (Windows) key on your keyboard and search for “Video Editor“. Click the “Open” option to launch the Video Editor application.

open video editor

After opening the Video Editor, click the “New video project” button.

create new project

Name the video project anything you want and click the “OK” button.

name the project

Now, click the “Add” > “From this PC” option. This option lets you add a video file to the editor.

add file from pc

Select the video from which you want to remove the audio and click the “Open” button.

select the video file to add

The above action will add the video file to the “Project Library” section.

video added to project library

Drag and drop the video file in the first card of the Storyboard section. You can also do the same thing by right-clicking on the video in the Project Library section and selecting the “Place in Storyboard” option.

drag and drop video from project library to storyboard

After adding the video file to the storyboard, press the volume icon on the video card and use the slider to set it to “zero.”

mute video added to storyboard

Next, click the “Finish video” button appearing in the top right corner.

click finish video to remove audio from video

Now, select the “Video quality” of your choice and click the “Export” button.

select video export quality

Type a name for the new video file, select a location, and click the “Export” button.

select where to save the exported video file

As soon as you click the button, the app will start the Export process. Depending on the video quality and length, it will take some time to complete the export.

video editor exporting video file

Once done, you will find the newly exported file in the location you chose. Windows will automatically play the freshly exported file so that you can see if everything is alright.

exported video file with no audio

That is all. It is that simple to remove audio from any video file in Windows 11 and Windows 10. If you have any questions or need help, comment below. I’ll be happy to assist.

Good to know: How to record the screen with VLC Media Player

Leave a Comment

Your email address will not be published. Required fields are marked *