Audio Bitrate Calculator
Audio file size from bitrate.
Formula
Size = (Bitrate × Duration × 60) / (8 × 1024)
Example
60 min × 320 kbps → 137 MB.
Embed this calculator on your site
Add this free calculator to your own website with one line of code. The embedded version is responsive, ad-free, and includes a small attribution link back to CalcNest AI.
<iframe src="https://calcnestai.com/embed/audio-bitrate-calculator.html" width="100%" height="700" frameborder="0" style="border: 1px solid #e5e5e5; border-radius: 12px; max-width: 720px;" loading="lazy" title="Audio Bitrate Calculator — Free Tool by CalcNest AI"></iframe>
Understanding the Audio Bitrate Calculator
An audio bitrate calculator converts bitrate and duration into file size. The arithmetic is exact for constant bitrate encoding, and the more interesting question is what bitrate you actually need, where the answer is usually lower than audiophile discussion suggests.
How it actually works
Enter duration in minutes and bitrate in kilobits per second. The calculator multiplies bitrate by duration in seconds, divides by 8 to convert bits to bytes and by 1,024 to reach megabytes, and rates the quality. Four minutes at 320 kbps gives 9.38 MB, rated high quality.
| Bitrate | Size | Typical use |
|---|---|---|
| 128 kbps | 3.75 MB | Older streaming, acceptable |
| 192 kbps | 5.63 MB | Good general quality |
| 320 kbps | 9.38 MB | MP3 maximum, transparent for most |
| 1,411 kbps | 41.3 MB | CD-quality uncompressed |
The deeper context most people miss
That last row is the reference point. CD audio is 44,100 samples per second at 16 bits across two channels, which is 1,411 kbps uncompressed. A 320 kbps MP3 is therefore roughly a fifth the size, and blind listening tests consistently find most listeners cannot reliably distinguish the two on typical equipment.
What lossy compression actually discards
Lossy audio codecs work by exploiting psychoacoustics, the study of how human hearing actually functions, to discard information the ear is unlikely to notice. Several mechanisms contribute. Frequency masking means a loud sound at one frequency renders quieter sounds at nearby frequencies inaudible, so those masked components can be removed entirely. Temporal masking means a loud sound masks quieter sounds immediately before and after it, in the region of milliseconds, allowing further removal. The absolute threshold of hearing means very quiet components below the ear's sensitivity at a given frequency contribute nothing and can be discarded. High-frequency content above the limit of adult hearing, which typically falls well below 20 kHz with age, can be aggressively reduced or removed, and most lossy codecs apply a low-pass filter at higher compression levels. Bit allocation then distributes the available bitrate across frequency bands according to where the ear is most sensitive. The result is that a well-encoded file at a sufficient bitrate is perceptually very close to the original despite discarding the large majority of the data. Crucially, this is a one-way process: the discarded information cannot be recovered, which is why transcoding between lossy formats compounds the loss, and why archival copies should be lossless even if daily listening uses lossy files.
A worked example: when the difference is actually audible
At 320 kbps a four-minute track is 9.38 MB against 41.3 MB uncompressed, and for most listening most of the time the difference is not detectable. Blind ABX testing, where a listener must reliably identify which of two samples is which, consistently finds that trained listeners struggle to distinguish 256 kbps AAC or 320 kbps MP3 from lossless on typical equipment, and untrained listeners struggle at considerably lower bitrates. The conditions under which differences become audible are specific: high-quality headphones or speakers in a quiet environment, particular problem material including sharp transients such as applause, harpsichord, and some electronic music where pre-echo artefacts appear, and a listener who knows what to listen for. Older or poorly implemented encoders performed considerably worse than modern ones, so a 128 kbps MP3 from 2001 sounds noticeably worse than a 128 kbps AAC encoded today. Practical implications follow: for casual listening on earbuds, in a car, or in any noisy environment, bitrates well below 320 are entirely adequate and the storage saving is substantial. For critical listening on good equipment, lossless removes the question entirely. For archival, lossless is correct regardless of listening habits, because it preserves the option to re-encode to any future format without compounding loss, which lossy sources cannot.
Deciding between formats and bitrates
Format matters as much as bitrate, since codecs differ substantially in efficiency at a given size. MP3 is universally compatible and the least efficient of the common options, requiring higher bitrates for equivalent quality. AAC, used by Apple and most streaming services, is meaningfully more efficient, with 256 kbps AAC generally considered comparable to 320 kbps MP3. Opus is the most efficient of the widely available codecs, performing well even at low bitrates and being the default for many voice and streaming applications, though device support is less universal. Vorbis sits between AAC and Opus. For lossless, FLAC is the standard, typically compressing to 50 to 60% of uncompressed size with no quality loss, while ALAC serves the same purpose in Apple ecosystems. Variable bitrate encoding, where the encoder allocates more bits to complex passages and fewer to simple ones, produces better quality per megabyte than constant bitrate and is generally preferred, though file size becomes an estimate rather than an exact calculation. The practical recommendation for most people is to archive in FLAC, use AAC or Opus at moderate bitrates for portable listening where storage matters, and not to worry much about the difference in ordinary listening conditions.
Sample rate, bit depth, and the high-resolution audio question
Beyond bitrate, uncompressed audio quality is determined by sample rate and bit depth, and both are frequently misunderstood. Sample rate determines the highest frequency that can be represented, which by the Nyquist theorem is half the sample rate, so CD's 44.1 kHz captures frequencies to 22.05 kHz, comfortably above the roughly 20 kHz upper limit of young human hearing and well above what most adults retain. Bit depth determines dynamic range, with 16 bits giving about 96 dB, which exceeds the practical range of most listening environments given background noise. This is the basis of a long-running argument about high-resolution audio at 96 or 192 kHz and 24 bits: the additional frequency content is above audibility and the additional dynamic range exceeds what any domestic environment can use, and controlled listening tests have generally failed to demonstrate that listeners can distinguish high-resolution files from CD-quality downsampled versions. Where higher rates and depths genuinely matter is in production rather than playback, since recording at 24 bits provides headroom against clipping and processing at higher rates reduces artefacts in certain operations. The strongest argument for high-resolution releases is that they are sometimes mastered differently, with less dynamic range compression than the CD release, and that mastering difference rather than the format is what listeners actually hear.
Variations: VBR, streaming rates, and speech encoding
Variable bitrate encoding adjusts the rate dynamically, so file size depends on content and the calculation here gives only an estimate. Quality-targeted VBR modes, where the encoder aims for a perceptual quality level rather than a size, generally produce the best results. Streaming services use a range of rates: Spotify's highest tier is around 320 kbps Ogg Vorbis, Apple Music offers lossless and high-resolution options, YouTube Music uses around 256 kbps AAC at its highest, and most services adapt bitrate to connection quality automatically. Speech encoding is a separate domain, where intelligibility matters more than fidelity and specialised codecs achieve acceptable results at remarkably low rates: telephone quality is around 64 kbps or lower, and modern speech codecs including Opus in speech mode work well below 32 kbps, which is why podcasts commonly use 64 to 96 kbps mono without obvious problems. Mono halves the bitrate requirement for content that has no meaningful stereo information, which applies to most spoken word material and is a substantial saving frequently overlooked in podcast production.
Choosing bitrate sensibly
Match bitrate to listening conditions rather than defaulting to the maximum, since blind tests consistently find most listeners cannot distinguish 256 kbps AAC or 320 kbps MP3 from lossless on typical equipment. Prefer a more efficient codec over a higher bitrate, since AAC at 256 kbps is generally comparable to MP3 at 320 and Opus is more efficient still. Archive in a lossless format such as FLAC regardless of listening habits, since lossy sources cannot be re-encoded to future formats without compounding loss. Avoid transcoding between lossy formats, since each generation discards more information permanently. Use variable bitrate encoding for better quality per megabyte, accepting that file size becomes an estimate. Encode spoken word content in mono at 64 to 96 kbps, which halves the size with no meaningful loss for material with no stereo information. And treat high-resolution audio claims sceptically, since controlled tests generally fail to show listeners can distinguish it from CD quality.
What people get wrong
- Defaulting to maximum bitrate for all listening, when blind tests find most listeners cannot distinguish 320 kbps from lossless on typical equipment in ordinary conditions.
- Comparing bitrates across codecs directly, when AAC at 256 kbps is generally comparable to MP3 at 320 and Opus is more efficient still at any given size.
- Transcoding between lossy formats, which compounds the loss since discarded information cannot be recovered and each generation removes more.
- Assuming high-resolution audio sounds better than CD quality, when the extra frequency content is above audibility and controlled tests generally fail to demonstrate a difference.
Where the math comes from
File Size in MB = (Bitrate in kbps × Duration in seconds) / (8 × 1,024), dividing by 8 to convert bits to bytes and by 1,024 to convert kilobytes to megabytes. This is exact for constant bitrate encoding; variable bitrate files vary with content, so the result is an estimate. CD-quality uncompressed audio is 1,411 kbps, being 44,100 samples per second at 16 bits across two channels.
Questions and answers
How accurate is this?
As accurate as your inputs. Real-world deviations come from estimation error in the inputs, not the math.
What units does the calculator expect?
Read the input labels carefully - most calculators specify expected units. Mixing systems produces wrong answers.
Should I trust the result blindly?
Sanity-check against rough mental math. If the calculator says something obviously off, recheck inputs first.
Can I save the result?
Use the share buttons at the bottom of each calculator to copy a link or share via your preferred channel.
How often is this updated?
Calculators are reviewed at least annually; rapidly changing topics (tax rates, AI prices) more often.
What bitrate do I actually need?
Lower than most discussion suggests. Blind ABX tests consistently find trained listeners struggle to distinguish 256 kbps AAC or 320 kbps MP3 from lossless on typical equipment, and untrained listeners struggle considerably lower. For casual listening on earbuds or in a car, well below 320 is entirely adequate.
Is a 320 kbps MP3 as good as a higher bitrate format?
Format efficiency matters more than raw bitrate. AAC at 256 kbps is generally considered comparable to MP3 at 320, and Opus is more efficient still. Comparing bitrates across codecs without accounting for efficiency leads to using more storage than necessary.
Should I keep lossless copies?
For archival, yes, regardless of how you listen. Lossy compression permanently discards information, so a lossy file cannot be re-encoded to any future format without compounding loss. FLAC typically compresses to 50 to 60% of uncompressed size with no quality loss at all.
What does lossy compression remove?
Information the ear is unlikely to notice, using psychoacoustic principles: sounds masked by louder nearby frequencies, sounds masked immediately before and after loud events, components below the hearing threshold, and high-frequency content above the practical limit of adult hearing.
Is high-resolution audio worth it?
The evidence is weak. Sample rates above 44.1 kHz capture frequencies above audibility, and 16-bit dynamic range already exceeds what domestic environments can use. Controlled tests generally fail to show listeners can distinguish high-resolution from CD-quality downsampled versions, though high-resolution releases are sometimes mastered differently, which listeners may hear.
What bitrate for podcasts?
Considerably lower than music. Spoken word has no meaningful stereo information, so mono at 64 to 96 kbps works well and halves the size compared with stereo. Modern speech codecs achieve acceptable intelligibility below 32 kbps, which is why telephone-quality audio remains understandable.
Why doesn't my file size match the calculation?
Most likely variable bitrate encoding, where the encoder allocates more bits to complex passages and fewer to simple ones, producing better quality per megabyte but a size that depends on content. The calculation here is exact only for constant bitrate files.
Related calculators
Miles Per Gallon · LLM Comparison · Diaper Cost · Shipping Cost Estimate · Room Air Purifier Size