Quality and file size
How Bitrate Affects File Size and Sound Quality
Quick answer
The basic math
Bitrate means bits per second. A 192 kbps MP3 stores 192,000 bits of audio data every second. The file size follows directly from this:
A 3-minute (180 second) song at 192 kbps: 192 × 180 ÷ 8,000 = 4.3 MB.
The same song at 320 kbps: 320 × 180 ÷ 8,000 = 7.2 MB. At 128 kbps: 2.9 MB.
These are predictable, linear differences. Doubling the bitrate doubles the file size.
File sizes at common bitrates
| Bitrate | 3-min song | 60-min recording | Quality tier |
|---|---|---|---|
| 128 kbps | 2.9 MB | 57.6 MB | Acceptable — artefacts audible in some content |
| 192 kbps | 4.3 MB | 86.4 MB | Transparent — indistinguishable for most listeners |
| 320 kbps | 7.2 MB | 144 MB | Near-lossless — marginal improvement over 192 |
| WAV (CD) | 50 MB | 600 MB | Lossless — no quality tradeoff |
| FLAC | ~25 MB | ~300 MB | Lossless — 40–60% smaller than WAV |
What happens at each quality level
MP3 compression works by discarding audio data that a psychoacoustic model predicts human hearing won't notice — sounds masked by louder sounds nearby, very high frequencies, the quieter channel in a stereo pair. How aggressively it discards depends on the bitrate.
Below 128 kbps
Compression artefacts are consistently audible. High frequencies are aggressively rolled off or smeared. Cymbals, sibilance, and reverb tails are the first things to suffer. Voice recordings become "boxy." Music sounds like it's being played through a transistor radio. Only appropriate when bandwidth is severely constrained.
128 kbps
Audible to most people on decent headphones, particularly in music with complex high-frequency content. Fine for voice recordings, podcasts, and casual listening. Noticeable on acoustic guitar, piano, and orchestral content with a trained ear.
192 kbps
The practical transparency threshold. In controlled blind tests (ABX testing), most listeners cannot reliably identify which is the MP3 and which is the lossless source at 192 kbps. Suitable for all general listening, streaming, and distribution. The recommended default for most use cases.
320 kbps
MP3's maximum bitrate. Files are 65% larger than 192 kbps with a marginal quality improvement. On reference-grade equipment, some listeners notice the difference. For typical listening, the extra file size is rarely justified. Choose 320 kbps when storage isn't a concern and you prefer the headroom.
VBR vs CBR: which encoding mode
CBR (constant bitrate) uses the same bitrate throughout the entire file. Simple sections of audio — silence, sustained notes — get the same bit allocation as complex sections. This wastes bits on simple parts and under-allocates on complex parts.
VBR (variable bitrate) adjusts dynamically. Simple sections use fewer bits; complex sections get more. The result is better quality at the same average file size, or a smaller file at the same perceptual quality.
VBR V2 (LAME encoder) is roughly equivalent to 192 kbps CBR in file size but generally sounds better due to the dynamic allocation. The tradeoff is that VBR files occasionally have compatibility issues with old hardware that expects a fixed bitrate header. On modern devices, this is rarely a problem.
QuickAudioConvert uses CBR encoding for predictable output. For most use cases, 192 kbps CBR is the practical choice.
Bitrate doesn't apply to lossless formats
WAV and FLAC are lossless. WAV doesn't compress at all — every sample is stored in full. FLAC uses lossless compression (similar to a ZIP file for audio) — it reduces file size without discarding any audio data. When you convert to WAV or FLAC, there is no bitrate choice because no audio data is being discarded.
This is why converting an MP3 to WAV doesn't "give you lossless quality" — you end up with the file size of a lossless format, but the audio data is still the compressed MP3 data. The WAV container can't reconstruct what the MP3 discarded.
Bitrate recommendations by use case
| Use case | Recommended |
|---|---|
| General listening, music | MP3 192 kbps |
| Podcast voice (speech only) | MP3 128 kbps mono |
| Podcast with music/sound effects | MP3 192 kbps stereo |
| Maximum quality MP3 | MP3 320 kbps |
| Editing project files | WAV or FLAC |
| Long-term archive | FLAC |
Converters
Related
Last updated: March 26, 2026