Boost a video's audio in your browser — play it loud, export the audio
A video you cannot hear, played loud enough to hear. Load the file, push the volume, and watch it right here with the boost applied — then save the enhanced audio track if you need it. Nothing is uploaded, and there is no watermark or length limit.
Video Volume Booster
Play a quiet video loud, and save the boosted audio.
Drop a video here
or click to choose one · MP4, MOV, WebM · nothing is uploaded
100% is the file untouched. The app goes to 200%; here you can push to 500% with the limiter holding the peaks.
Delivering somewhere specific? These set the volume to hit that platform's loudness target.
A low shelf under 120 Hz, up to +12 dB. It lifts the bass only — the rest of the track stays where it was.
The same five bands as the app — 60 Hz, 230 Hz, 910 Hz, 3 kHz and 14 kHz — with the same preset values, so a mix you build here sounds like the one you build on your phone.
How to make a quiet video louder
Load the video
Drop an MP4, MOV or WebM onto the box. It plays from your own disk — no upload, no processing queue, no size cap beyond your device's memory.
Turn it up and watch
Push the volume past 100 % and press play. The boost is applied live to the video's own audio, so you can watch the whole thing at a level you can actually hear.
Save the boosted audio
If you need the louder audio as a file — to drop back into an editor, or to send to someone — save it as a WAV. To get a finished video with the louder sound baked in, mux that WAV back onto the picture in a video editor, or with ffmpeg.
The two different problems people call "quiet video"
The first is that the audio in the file is genuinely low-level: someone filmed a lecture from the back of the room, or a phone recorded a conversation across a table. The waveform is small, and the fix is to multiply it — which is what this page does, up to five times, with a limiter to keep the peaks honest.
The second is that the file is fine and the playback is quiet: your phone is on 40 %, the app has its own volume slider set low, a Bluetooth speaker is halfway down, or a browser tab is muted. Boosting the file will not help there, and it is worth ruling out first — turn the system volume to maximum and play the video somewhere else before you process anything.
How the boost works here
The video plays from your own disk and its audio is routed through the same chain the rest of this site uses — five-band equalizer, bass shelf, volume, soft limiter — before it reaches your speakers. That means you can push well past 100 % and hear the result in context, with the picture, rather than guessing at a number and exporting blind.
The Movie preset in the equalizer is worth a try on dialogue you cannot follow: a little more weight underneath and a firm +4 dB at 3 kHz, which is where consonants live. Very often speech that seemed too quiet was actually just unclear, and a 3 kHz lift fixes it at a lower volume than brute force would need.
What you can save, and what you cannot
This page can export the boosted audio as a WAV — the full soundtrack, processed exactly as you hear it. That is what you want if you are putting the audio back into a video editor, sending someone a listenable copy of a recording, or salvaging the sound from a clip.
It does not re-encode the video itself. Rewriting an H.264 stream with new audio in a browser tab means either a real-time re-record — which takes as long as the video runs and degrades the picture — or shipping a large video encoder to every visitor. Neither is a good trade, so this page does not pretend to do it.
Nor does the app: Increase Volume is an audio-file processor and exports WAV, the same as this page. To end up with a video file, take the WAV you saved here and mux it back onto the picture — any video editor will do it, and ffmpeg -i clip.mp4 -i boosted.wav -c:v copy -map 0:v -map 1:a out.mp4 does it losslessly, without touching the picture at all.
Which video files work
MP4 and MOV with H.264 video and AAC audio play in every modern browser, which covers essentially everything a phone or camera produces. WebM works in Chrome and Firefox. MKV and AVI usually do not play in browsers at all — if yours does not load, that is a container support issue rather than a problem with your file, and converting it to MP4 first will fix it.
Saving the boosted audio needs one extra thing: your browser has to be able to decode the video's audio track on its own. Most can, for MP4 and MOV. If yours cannot, playback will still be boosted and the page will tell you plainly that the export is unavailable rather than handing you a broken file.
A note on hearing safety
Boosting a quiet video and then forgetting the setting is a genuinely good way to hurt your ears when the next thing you play is at normal level. This is a bigger risk with headphones than with speakers, and a bigger risk with the limiter on, because limited audio sounds less alarming than it is. Drop the volume back to 100 % when you are done.
Video volume questions
Short answers here, the full story in the guides.
Can I increase a video's volume online for free?
Yes — load the video here and push the volume up to 500 %. It plays with the boost applied and nothing is uploaded, so there is no file-size cap, queue or watermark.
Does the video get uploaded to a server?
No. The video plays from your own disk and the audio is processed inside this browser tab. It never travels anywhere.
Can I download the louder video file?
You can download the boosted audio as a WAV. Neither this page nor the app re-encodes video — to get a finished file, mux that WAV back onto the picture in a video editor or with ffmpeg.
Why can I hear the video but not save the audio?
Playback and decoding are separate abilities. Some browsers can play a container but not hand its audio track to a processing graph. The page says so when that happens instead of failing silently.
My MKV or AVI file will not load. Why?
Browsers do not support those containers. Convert to MP4 first — the video and audio inside are usually already in formats browsers can read.
The dialogue is quiet but the music is loud. What helps?
Try the Movie or Voice equalizer preset rather than raw volume. Lifting 3 kHz makes speech intelligible without making the explosions louder too.
Other tools here
Volume Booster
Make an MP3, WAV, M4A or FLAC louder in your browser.
Open the tool →Bass Booster
Add real low end to any song in your browser: a true low shelf to +12 dB, five presets, level-matched A/B so you hear tone not loudness, and a WAV download.
Open the tool →Equalizer
A real 5-band EQ in your browser: 60, 230, 910, 3000 and 14000 Hz at up to 12 dB, genre presets with published values, live preview and a WAV download.
Open the tool →Read next
How to make a video louder (and what each method actually caps at)
The audio on this video is way too quiet — how do I permanently make the video itself louder?
Read the guide →Why is my video's audio so quiet — and can this clip be saved?
I recorded this fine — why does it play back so quietly compared to everything else on my phone?
Read the guide →Screen recording audio too quiet — how to fix the recording you already made
I recorded my screen and my voice is almost inaudible in the file — how do I make the recording louder?
Read the guide →