AudioUtils

No upload · No software · Runs in your browser

Audio File Compressor

Reduce the file size of your audio files without sending them anywhere. Drop in MP3, WAV, FLAC, M4A, AAC, OGG, Opus, AIFF, or WMA — pick a target quality — get a smaller file. Your audio never leaves your device.

Drop your audio file here or click to browse

Any audio format · Max 20 MB

How it works

  1. 1Drop your audio file (any common format).
  2. 2Pick a target quality preset — Small, Balanced, High, or Max.
  3. 3We re-encode in your browser using FFmpeg WebAssembly.
  4. 4Download the smaller file. Your original is untouched.

Which quality preset to pick

Small (32–64 kbps)

Voice and speech only. Cuts file size to ~10–20% of an uncompressed source. Audible compression artifacts on music. Right for podcasts, audiobooks, voice notes, transcription archives.

Balanced (96–128 kbps)

The sweet spot for most use cases. ~30% the size of a 320 kbps MP3. Indistinguishable from higher bitrates on phone speakers and most earbuds. Right for streaming, podcasts, web audio.

High (192 kbps)

Music quality. Most listeners can't ABX-distinguish 192 kbps MP3 from lossless on standard playback gear. ~60% the size of 320 kbps. Right for personal music libraries, sharing.

Max (256–320 kbps)

Audibly transparent for nearly all material. The largest file size in the lossy range. Right when storage isn't a constraint and you want maximum headroom for further re-encoding.

What this compressor actually does

Audio file compression and audio dynamic-range compression are two completely different things. This tool does the first one — making the file smaller on disk, typically by lowering the bitrate or switching to a more efficient codec. It does NOT do the second (the studio effect that levels out loud and quiet parts).

When you compress an MP3 from 320 kbps to 128 kbps, FFmpeg re-encodes the audio at the lower bitrate. The encoder discards more frequency information using its psychoacoustic model — sounds it predicts you won't notice. Lower bitrate = smaller file = some quality loss. The trade-off is honest, but 128 kbps MP3 is good enough for most everyday listening on phones and laptops.

Lossy vs lossless: why it matters here

Lossy formats (MP3, AAC, OGG, Opus, M4A) compress by discarding inaudible audio data — they're already small relative to lossless. Re-encoding at a lower bitrate makes them smaller still. Lossless formats (WAV, FLAC, AIFF) preserve every sample and don't have a 'bitrate' the same way. WAV is uncompressed PCM; FLAC compresses but losslessly.

For lossless files, this compressor re-encodes within the same lossless container. That gives modest savings only — typically 0–10% for FLAC, none for WAV. If you want dramatic file-size reduction from a WAV or FLAC source, the right move is converting to a lossy format like MP3 or Opus instead — see our format-specific tools.

Privacy: nothing leaves your device

Most online compressors upload your file to their servers, process it there, and stream the result back. That's a privacy hit you don't always need. This tool runs the entire compression pipeline in your browser using FFmpeg compiled to WebAssembly. The file never crosses the network. We don't see your audio, can't store it, and have no way to recover it. This matters if you're compressing client recordings, voice memos, sensitive interviews, or anything else you'd rather not hand to a third party.

When NOT to use a compressor

If you're trying to fit a long recording into a tight upload limit (Discord 25 MB, WhatsApp 16–100 MB, Gmail 25 MB attachment), compression usually solves it. But if quality actually matters (mastering source, archival recording, court audio, anything that might be analyzed forensically), keep the original. Lossy compression is one-way — once you've encoded at 64 kbps, you can't recover the discarded audio data by decompressing back to WAV. Always keep the source.

Convert instead of compressing?

Switch formats for dramatic file-size reduction or different compatibility.

Frequently Asked Questions

Does compressing audio reduce quality?

It depends on the format and bitrate. Compressing a lossy file (MP3, AAC, OGG, Opus, M4A) at a lower bitrate discards more audio data, which causes some quality loss — usually inaudible on phones and earbuds at 128+ kbps but increasingly noticeable below 96 kbps. Compressing a lossless file (WAV, FLAC, AIFF) within the same lossless container preserves audio quality but saves much less space.

What's the best bitrate for compressing audio?

192 kbps is the sweet spot for music. Most listeners cannot ABX-distinguish 192 kbps MP3 or AAC from a lossless source on typical playback gear. For voice content (podcasts, audiobooks, voice notes), 64–96 kbps is enough. For sharing on size-constrained platforms (Discord, WhatsApp), 64–128 kbps balances quality with smaller file size.

Can I compress an audio file without losing quality?

Only if you start with an uncompressed or higher-bitrate source. Converting WAV (uncompressed PCM) to FLAC is lossless and saves ~50% of the file size. Re-encoding a 320 kbps MP3 down to 128 kbps does lose some quality, although most listeners won't notice on standard gear. The truly lossless route is WAV/AIFF → FLAC, not lower-bitrate lossy → smaller lossy.

How much smaller will my file get?

Roughly proportional to the bitrate ratio. A 10 MB file at 256 kbps re-encoded to 128 kbps will land around 5 MB. A 50 MB WAV re-encoded as 192 kbps MP3 will land around 7 MB. The dropzone shows you an estimate before you click Compress. Lossless re-encoding (WAV→WAV or FLAC→FLAC) gives modest savings only — switch to MP3 or Opus for dramatic reductions.

Is this audio compressor free?

Yes. The free tier compresses the first 10 seconds as a preview. Pro ($9/month) removes the preview limit and supports files up to 500 MB. Compression runs entirely in your browser — there are no server costs to pass on, and we don't sell your data because we never see it.

What audio formats can I compress?

MP3, WAV, FLAC, M4A, AAC, OGG, Opus, AIFF, WMA, plus video files (MP4, MOV) where we extract and compress just the audio track. The umbrella /audio-compressor page accepts all of these. Format-specific pages like /compress-mp3 accept only that single format and offer focused copy and FAQs around it.

Will the compressed file play on my phone or in my podcast app?

Yes. We compress to the same format you uploaded, so an MP3 stays an MP3, an M4A stays an M4A. Compatibility is identical to the source. If you're worried about a specific player or platform, MP3 is the most universally supported format — see our /wav-to-mp3, /flac-to-mp3, or other conversion tools to switch formats while compressing.