The short answer
Most video platforms do not store a high-quality video as one single file. They store the picture and the sound as two separate streams and let your browser play them together. A downloader that grabs only the video stream gives you a file with no audio track inside it. Nothing on your device can un-mute that file, because there is no sound in it to un-mute.
The fix is to download the video again using a tool that fetches both streams and merges them into one file before handing it to you.
Why silent video files happen in the first place
When you watch a video in 1080p in your browser, you are usually watching two downloads at once. This technique is called adaptive streaming, and platforms rely on it because it saves an enormous amount of bandwidth: they can store one audio track and pair it with many different video resolutions, instead of storing a complete copy of the video for every quality level.
That design has one consequence for downloads. Ask a platform for "1080p" and what you actually receive is a video-only stream. The audio lives at a separate address. So a downloader has three choices:
- Download only the video stream. Fast and cheap, but the result is silent. This is the single most common cause of the problem.
- Download a lower quality that happens to include audio. Some platforms still offer one combined file, usually at 360p or 720p. You get sound, but a noticeably softer picture.
- Download both streams and merge them. Slightly slower because there is real work to do, but you get full resolution and sound. This is what SaveKit does.
This is also why a silent download often appears only at higher qualities. If a 360p download has sound but the 1080p download does not, you have almost certainly found a tool that skips the merge step.
How to confirm your file really has no audio track
It is worth checking rather than guessing, because the fix is completely different depending on the answer.
On Windows
Right-click the video file, choose Properties, then open the Details tab. Scroll to the audio section. If there is no Audio bit rate or audio format listed, the file contains no sound.
In VLC (any computer)
Open the video, then go to Tools › Codec Information. A file with sound lists two streams — one video, one audio. A silent file lists only the video stream. You can also check the Audio menu: if Audio Track shows nothing but "Disable", there is no track to select.
On Android or iPhone
The simplest check is to open the file in a different player, such as VLC for Mobile. If two different players both play it silently while other videos play fine, the file is the problem, not the phone.
How to fix it
1. Download it again with a tool that merges audio
This is the only real fix for an already-silent file — audio cannot be added back to a file that never contained it. Paste the same link into a downloader that combines streams and pick your quality again. With SaveKit, when a platform serves the picture and sound separately, both are fetched and joined into a single MP4 before the download reaches your device, so the file you receive already has sound:
2. If you only wanted the audio anyway, download MP3 instead
Plenty of people hit this problem while trying to save a song, a podcast or a lecture. In that case you do not need the video at all. Extracting the audio directly gives you a much smaller file and skips the merging step entirely — try the YouTube to MP3 converter or the Instagram audio downloader.
3. Choose a quality that includes audio by default
If you are stuck with a tool that cannot merge, deliberately picking a lower quality such as 360p or 720p will often give you a combined file with sound. Treat this as a workaround rather than a solution: you are trading picture quality for audio that you should not have to trade for.
Other reasons there is no sound
If you have confirmed the file does contain an audio track, the cause is on the playback side. Work through these in order:
- Your device is muted or routed elsewhere. Check the media volume specifically — on Android, ringtone volume and media volume are separate sliders. Also check whether audio is still connected to a Bluetooth speaker, earbuds or a TV in another room.
- The player has the audio track disabled. In VLC, open Audio › Audio Track and select track 1.
- The audio codec is not supported by your player. This is the most common genuine playback cause. Some downloads use the Opus audio codec, which the stock Windows and older phone players do not always handle. The video plays, the audio does not. Installing VLC solves this immediately, since it supports these codecs natively.
- The original video is silent. Worth ruling out — plenty of clips, screen recordings and stock videos genuinely have no soundtrack. Open the original post and confirm you can hear it there.
How to avoid this next time
- Check the file size. A 10-minute 1080p video should be tens of megabytes. If it downloaded suspiciously fast and is unusually small, you may have received a video-only or audio-only stream.
- Play the first few seconds before you close the tab. Catching a silent file immediately is far less annoying than discovering it later when you are offline.
- Use one tool that merges by default so the question stops coming up at all.