MKVToolNix icon
Windows · Linux · Free
MKVToolNix 91.0.0
↓ Free Download

Mkvtoolnix how to Remove Audio Track

Remove unwanted audio tracks from your MKV files in seconds using MKVToolNix 91.0.0. This free, open-source MKV editor handles audio track manipulation without re-encoding your video — keeping quality intact and file size minimal.

Understanding Audio Tracks in MKV Files

MKV containers can hold multiple audio tracks simultaneously. You might have English, Spanish, and commentary tracks bundled into one file. Mkvtoolnix how to remove audio track operations let you strip out the ones you don't need before distribution or storage.

Unlike MP4 or AVI, the Matroska format was designed for flexibility. It's common to find files with 3+ audio streams, subtitle tracks in different languages, and embedded fonts. That's where a dedicated MKV merge tool becomes invaluable.

The GUI Method: Fastest Approach

Launch mkvtoolnix and open your file through File → Open. The main window displays every track in your video — video, audio, subtitles, chapters, everything.

Find the Audio section. Each track shows its language, codec (AAC, FLAC, AC3), bitrate, and duration. Right-click any audio track and select Remove. That's it. The track disappears from the list immediately.

Mkvtoolnix how to remove audio track using the GUI takes about 10 seconds total. Click Start muxing, name your output file, and the software creates a new MKV without those audio streams. No conversion happens — it's pure remuxing.

Command-Line Method: For Automation

Power users the command-line interface for batch processing. The syntax is straightforward:

`mkvmerge -o output.mkv --audio-tracks 0,1 input.mkv`

This keeps only audio tracks 0 and 1, removing everything else. You can also use:

`mkvmerge -o output.mkv --no-audio input.mkv`

This strips all audio completely — useful if you're keeping only subtitles or adding fresh audio later.

Track numbering starts at zero. Check track IDs with `mkvinfo input.mkv` before running the merge command.

Handling Multiple Tracks Precisely

Mkvtoolnix how to remove audio track selection becomes more surgical with advanced options. In the GUI, expand the Audio section to see codec details and language tags. If you have five audio tracks and need to keep only the 2-channel stereo version while removing the 5.1 surround mixes, you can see exactly which tracks to delete.

The software never guesses. Every track is labeled. This precision beats generic file converters like File Converter, which lack MKV-specific track controls.

Pro Tip: Before removing tracks, export your file list using mkvinfo. Run `mkvinfo input.mkv > tracks.txt` and review the complete structure. You'll see exact codec names, bit depths, and language codes — preventing accidental deletion of the wrong audio stream.

Common Pitfalls to Avoid

Don't assume track order matches your expectation. A file might have commentary as track 0 and English as track 2. Always verify before hitting Start muxing.

The operation creates a new file — your original remains untouched. This safeguard means you can experiment freely.

Processing time depends on file size. A 2GB MKV remuxes in under a minute on modern hardware, since no re-encoding happens. Compare this to full converters that re-encode everything.

Batch Removal for Multiple Files

Mkvtoolnix how to remove audio track operations scale across dozens of files using command-line loops. Windows users can write batch scripts; Linux users bash. The WebM container editor also supports identical syntax for WebM files.

This workflow is perfect for preparing video libraries for archival or standardizing media collections.

Learn how to extract subtitles from MKV files if you're also managing subtitle tracks alongside audio cleanup.

MKVToolNix remains the gold standard for this task across Windows 10, Windows 11, Linux Ubuntu, and other platforms. No ads, no limitations, and it's been battle-tested for over a decade.