Music

Audio File Size Calculator

Calculate file sizes for WAV, MP3, and FLAC audio. Enter duration, sample rate, bit depth, and channel count to compare uncompressed and compressed formats.

Quick Answer

WAV size = sample rate × (bit depth / 8) × channels × duration. A 3:30 stereo track at CD quality (44.1 kHz / 16-bit) is about 37 MB as WAV.

Calculate File Size

Enter your audio parameters to see file sizes across formats.

minutes
seconds

Estimated File Sizes

WAVUncompressed
35.33 MB
FLACLossless (~60%)
21.20 MB
MP3 320 kbpsHigh quality
8.01 MB
MP3 192 kbpsStandard
4.81 MB
MP3 128 kbpsEconomy
3.20 MB

About This Tool

The Audio File Size Calculator estimates how much storage space an audio recording will consume across different file formats. By entering the duration, sample rate, bit depth, and number of channels, you get instant size estimates for uncompressed WAV, lossless FLAC, and lossy MP3 at three common bitrates. This is essential for planning recording sessions, managing storage for music libraries, and choosing the right format for distribution.

Understanding Uncompressed Audio (WAV/AIFF)

WAV and AIFF files store raw PCM (Pulse Code Modulation) audio data without any compression. The file size is entirely determined by four factors: sample rate (how many samples per second), bit depth (how many bits per sample), channel count (mono, stereo, surround), and duration. The formula is straightforward: size in bytes = sample rate × (bit depth / 8) × channels × duration in seconds. Uncompressed formats preserve every detail of the recording and are the standard working format in professional studios.

Sample Rate Explained

Sample rate defines how many times per second the audio waveform is measured. The Nyquist theorem states that you need at least twice the highest frequency you want to capture. Since human hearing tops out around 20 kHz, a 44.1 kHz sample rate captures the full audible spectrum. Higher sample rates (96 kHz, 192 kHz) capture ultrasonic frequencies and may provide benefits during processing (better filter behavior, less aliasing) even though the extra frequencies themselves are inaudible. The trade-off is proportionally larger file sizes.

Bit Depth and Dynamic Range

Bit depth determines the number of possible amplitude values for each sample and directly affects dynamic range. 16-bit audio provides 96 dB of dynamic range (sufficient for playback), 24-bit provides 144 dB (far exceeding any real-world recording environment), and 32-bit float provides essentially unlimited headroom for mixing. Recording at 24-bit is standard practice because it provides a comfortable noise floor margin during tracking, even though the final product may be dithered down to 16-bit for distribution.

Lossy Compression (MP3, AAC, OGG)

Lossy codecs like MP3 use psychoacoustic models to discard audio information that is theoretically less perceptible to human hearing. The bitrate (measured in kilobits per second) controls how aggressively data is discarded. At 128 kbps, MP3 is acceptable for casual listening. At 192 kbps, most listeners cannot distinguish it from the original in a blind test. At 320 kbps, the difference is virtually imperceptible even on high-end equipment. MP3 file size depends only on bitrate and duration, not on the original recording parameters.

Lossless Compression (FLAC, ALAC)

Lossless codecs compress audio without discarding any data. The decoded output is bit-for-bit identical to the original. FLAC typically achieves 40-60% of the original WAV size depending on the audio content (simple, quiet passages compress better; dense, noisy passages compress less). FLAC is ideal for archiving master recordings, distributing high-fidelity music, and as a space-efficient working format when WAV is too large but quality must be perfect.

Choosing the Right Format

For recording and editing, use WAV or AIFF at the highest sample rate and bit depth your system supports. For archiving, use FLAC to save space without quality loss. For streaming and portable devices, MP3 or AAC at 256-320 kbps offers the best balance of quality and size. For podcasts and voice content, 128 kbps MP3 is usually sufficient since voice has a narrower frequency range than music. Always keep your master files in an uncompressed or lossless format and generate lossy versions as needed for distribution.

Frequently Asked Questions

How is WAV file size calculated?
WAV file size = sample rate x bit depth (in bytes) x number of channels x duration in seconds. For example, a 3-minute stereo track at 44.1 kHz / 16-bit: 44,100 x 2 (bytes) x 2 (stereo) x 180 (seconds) = 31,752,000 bytes, or about 30.3 MB. WAV files store raw, uncompressed PCM audio data, so the size is completely predictable from these parameters.
How much smaller is MP3 compared to WAV?
MP3 compression ratios depend on the bitrate. At 128 kbps, MP3 is roughly 1/10th the size of a 44.1 kHz/16-bit stereo WAV. At 320 kbps (the highest standard MP3 bitrate), it is roughly 1/4 the WAV size. MP3 achieves this by discarding audio information that is theoretically less perceptible to human hearing (lossy compression), which is why higher bitrates sound better but create larger files.
What is FLAC and how big are FLAC files?
FLAC (Free Lossless Audio Codec) compresses audio without losing any data. Typical FLAC files are about 50-70% the size of the equivalent WAV, with 60% being a good average estimate. Unlike MP3, FLAC can be decoded back to an identical copy of the original WAV. FLAC is popular for music archiving, audiophile listening, and as a production format when storage is limited but quality must be preserved.
What sample rate and bit depth should I use?
For music distribution, 44.1 kHz / 16-bit (CD quality) is standard. For recording and mixing, many engineers use 48 kHz or 96 kHz at 24-bit to provide extra headroom and resolution during processing. Higher sample rates capture frequencies above 20 kHz (the limit of human hearing) which some believe improves the quality of digital processing. Film and video audio typically uses 48 kHz.
Does mono or stereo affect file size?
Yes, directly. Stereo files have two channels of audio data, making them exactly twice the size of mono files with the same duration, sample rate, and bit depth. Some formats like MP3 offer joint stereo encoding, which can be slightly more efficient for stereo content by exploiting similarities between left and right channels, but for uncompressed WAV, stereo is always 2x mono.
How much storage do I need for a full album?
A typical 45-minute album at CD quality (44.1 kHz, 16-bit, stereo) requires about 450 MB as WAV, 270 MB as FLAC, and 40-100 MB as MP3 depending on bitrate. At 96 kHz / 24-bit (high-resolution), the same album would be about 1.5 GB as WAV and 900 MB as FLAC. These estimates help plan storage needs for music libraries and recording projects.

Was this tool helpful?