Bitrate Explained: What 128, 192, and 320 kbps Actually Mean
Bitrate is the number you see when you export an MP3, configure a podcast publishing tool, or look at an audio file’s properties. 128 kbps, 192 kbps, 320 kbps. Higher numbers usually mean better quality and bigger files. But where’s the floor, where’s the ceiling, and what should you actually pick?
What bitrate actually measures
Bitrate is kilobits per second: how many bits of compressed audio data are used to represent each second of sound.
A 128 kbps MP3 uses 128,000 bits of data per second of audio. A 320 kbps MP3 uses 320,000 bits — about 2.5× as much data for the same amount of audio.
More bits per second = more detail preserved in the compression = better quality. Up to a point.
The standard MP3 bitrates
32 kbps: voice only, very low quality. Sounds like an old AM radio. Files are tiny. Used for things like talk shows where music isn’t critical and bandwidth is scarce.
64 kbps: still primarily for speech. Audible compression artifacts on any music; voice is intelligible but obviously compressed. Common for audiobooks and some podcasts.
96 kbps: usable for casual music listening, clear voice. The point where music starts being acceptable for casual use, though audiophiles can hear the loss.
128 kbps: the original “default” MP3 quality. Acceptable for music in most casual listening contexts (in a car, on commuter headphones, as background music). Compression artifacts are audible on careful listening but unnoticed in daily use.
160 kbps: comfortable middle ground. Music sounds good in most listening conditions; differences from CD quality are subtle.
192 kbps: the sweet spot for most people. Sounds essentially identical to CD quality for the vast majority of listeners on the vast majority of equipment. Files are reasonable. The recommended default for most music.
256 kbps: high quality. The difference between 192 and 256 is barely audible even on excellent equipment. Files about 33% larger than 192.
320 kbps: maximum quality for standard MP3. Some claim to hear a difference from 256; reliable blind tests usually fail. Files about 67% larger than 192. Use when storage isn’t a constraint and you want “the best MP3 possible.”
File sizes for a 4-minute track
| Bitrate | File size |
|---|---|
| 32 kbps | ~1 MB |
| 64 kbps | ~1.9 MB |
| 96 kbps | ~2.9 MB |
| 128 kbps | ~3.8 MB |
| 160 kbps | ~4.8 MB |
| 192 kbps | ~5.7 MB |
| 256 kbps | ~7.6 MB |
| 320 kbps | ~9.5 MB |
Approximate; varies slightly based on the audio content. A song with lots of silence compresses smaller than a song with constant complex sound.
When does higher bitrate stop helping?
In careful listening tests with experienced listeners on high-end equipment:
- 128 → 192 kbps: clear improvement, almost everyone can hear
- 192 → 256 kbps: subtle improvement, some listeners can hear
- 256 → 320 kbps: very subtle improvement, reliable blind detection is rare
In typical listening (car stereo, AirPods, casual headphones, while doing other things):
- 128 → 192 kbps: maybe noticeable
- 192 → anything higher: almost never noticeable
So 192 kbps is the practical ceiling for most use cases. Going higher mostly costs storage without delivering audible benefits.
Variable bitrate (VBR) vs constant bitrate (CBR)
You may have seen these terms in encoder settings.
Constant bitrate (CBR): the encoder uses exactly the specified bitrate for every second of audio. Predictable file size, slightly less efficient.
Variable bitrate (VBR): the encoder uses more bits during complex passages (cymbal crashes, dense orchestration) and fewer during simple passages (silence, sustained notes). Average bitrate is approximately the target, but individual seconds vary. More efficient: better quality at the same average bitrate, or smaller files at the same quality.
For most uses, VBR at a quality setting produces better results than CBR at a fixed bitrate. VBR adapts to the content; CBR doesn’t.
LAME (the dominant open-source MP3 encoder) uses settings like:
- V0 ≈ 245 kbps average (highest VBR quality)
- V2 ≈ 190 kbps average (sweet spot, like CBR 192)
- V4 ≈ 165 kbps average
- V6 ≈ 130 kbps average
These produce excellent results. If you have a VBR option in your encoder, prefer it.
What bitrate to pick for different uses
Music for personal listening on phone/headphones: 192 kbps MP3 (or V2 VBR). Sweet spot of quality and file size.
Music for high-end home audio: 256-320 kbps MP3, or skip MP3 entirely and use FLAC (lossless).
Voice content (podcasts, audiobooks, lectures): 96-128 kbps. Voice doesn’t need high bitrates; saving file size makes podcasts faster to download.
Phone call recordings, voice memos: 64-96 kbps is enough. Tiny files, clear intelligibility.
Pristine archival of recordings: WAV or FLAC, not MP3. Any MP3 bitrate is lossy.
Distributing widely on slow connections: lower bitrate gets more listens. 128 kbps is the floor for music; lower for voice.
Streaming: most streaming services use ~128 kbps AAC (Spotify, Apple Music free tier) to ~256 kbps AAC (premium tiers). AAC at 128 kbps sounds roughly like MP3 at 192 kbps — see our AAC vs MP3 guide for the comparison.
Why you can’t gain quality by re-encoding at higher bitrate
A common mistake: “My MP3 is 128 kbps and the quality is meh. I’ll re-encode it at 320 kbps and the quality will improve.”
It won’t. Re-encoding a lossy file at a higher bitrate gives you a bigger file but the same audio quality as the source — actually slightly worse because each re-encoding loses a bit more.
The 128 kbps file already discarded data. Encoding the now-lossy audio at 320 kbps just keeps more of the already-degraded audio. You can’t recover what was thrown away.
To get higher-quality audio, you need a higher-quality source — not a higher bitrate target. If you have access to the WAV or FLAC original, encode from that. If only the 128 kbps MP3 exists, that’s your quality ceiling.
Bitrate vs sample rate vs bit depth — different things
Three related-but-distinct audio specs:
Sample rate (kHz): how many times per second the audio waveform is measured. 44.1 kHz is CD quality. 48 kHz is video standard. 96 kHz / 192 kHz are “high-res audio.” Higher = better captures of high-frequency detail.
Bit depth: how precise each measurement is. 16-bit is CD quality. 24-bit is studio quality. Higher = better captures of dynamic range and quiet detail.
Bitrate: for compressed formats (MP3, AAC), how much compressed data per second. Not relevant for lossless formats (WAV, FLAC) where the bitrate is determined by sample rate × bit depth × channels.
For an uncompressed 44.1 kHz, 16-bit, stereo WAV file:
- Bitrate = 44,100 × 16 × 2 = 1,411,200 bits/s ≈ 1411 kbps
That’s why uncompressed audio files are so large compared to MP3. A 320 kbps MP3 is using less than a quarter the data per second of CD-quality WAV.
When to choose lossy vs lossless
Lossy (MP3, AAC, OGG, Opus):
- Small files
- Quality loss at any bitrate (varying audibility)
- Once compressed, can’t recover original
- Good for: distributing, mobile devices, streaming, casual listening
Lossless (WAV, FLAC, ALAC):
- Large files
- No quality loss ever
- Can convert to any other format (lossy or lossless) without further degradation
- Good for: editing, archival, audiophile listening
For most “save and play this music” purposes, lossy at 192 kbps is fine. For master copies, recordings you’ll edit, or audio you specifically care about long-term — keep lossless.
See our WAV vs FLAC vs MP3 guide for more on the lossless side.
Converting between bitrates
If you have an MP3 at a higher bitrate than you need (e.g., 320 kbps file you want to shrink), you can re-encode at a lower bitrate using audio conversion tools.
For converting to a different format (WAV → MP3, FLAC → MP3), our tools handle bitrate selection at the conversion step:
- WAV to MP3: pick bitrate (128/192/256/320)
- FLAC to MP3: same
- M4A to MP3: same
For converting MP3 to a different MP3 bitrate (re-encoding), use desktop tools like Audacity or command-line ffmpeg. Re-encoding lossy-to-lossy degrades quality, so usually only worth doing when significantly reducing bitrate to save space.
TL;DR
- Bitrate = bits per second of compressed audio data
- 128 kbps: acceptable music quality
- 192 kbps: sweet spot, sounds great to most listeners
- 256-320 kbps: barely audible improvement; bigger files
- Voice content: 96-128 kbps is plenty
- Going higher than 192 kbps rarely improves what listeners actually hear
- Re-encoding at a higher bitrate doesn’t add quality — the source quality is the ceiling
- Tools: WAV to MP3, FLAC to MP3, M4A to MP3 all let you pick the output bitrate