Calculate the storage size of an audio recording in uncompressed formats (PCM, WAV, AIFF) or compressed formats (MP3, AAC, OGG). Enter the sample rate, bit depth, channels and duration to see the exact file size in bytes, KB, MB and GB.
Use this to plan storage for recording sessions, podcast archives, music libraries, or streaming infrastructure.
| Format | Type | Bitrate / Quality | File Size (MB) | Relative to WAV |
|---|
The size of an audio file depends on whether it uses uncompressed or compressed encoding.
Uncompressed audio (PCM, WAV, AIFF): Every sample is stored at full precision. The formula is:
File size (bytes) = Sample rate (Hz) x Bit depth (bits) x Channels x Duration (seconds) / 8
The division by 8 converts bits to bytes. For CD-quality stereo audio (44,100 Hz, 16-bit, 2 channels), 1 second of audio occupies 44,100 x 16 x 2 / 8 = 176,400 bytes. A 3-minute track is 176,400 x 180 = 31,752,000 bytes (approximately 30.3 MB). WAV and AIFF files add a small header (typically 44 bytes for WAV), so the actual file is fractionally larger than the raw PCM data.
Compressed audio (MP3, AAC, OGG Vorbis, Opus): The encoder discards audio information that is less perceptible to human hearing (a technique called perceptual coding). The output bitrate determines file size regardless of original sample rate or bit depth:
File size (bytes) = Bitrate (bits/second) x Duration (seconds) / 8
A 3-minute MP3 at 128 kbps is 128,000 x 180 / 8 = 2,880,000 bytes (approximately 2.75 MB), roughly 11 times smaller than the equivalent WAV file.
A 3-minute stereo recording at CD quality (44,100 Hz, 16-bit, 2 channels) with the default settings produces:
| Value | Calculation | Result |
|---|---|---|
| Raw bytes | 44,100 x 16 x 2 x 180 / 8 | 31,752,000 bytes |
| Kilobytes | 31,752,000 / 1,024 | 31,007.81 KB |
| Megabytes | 31,752,000 / 1,048,576 | 30.28 MB |
| Gigabytes | 31,752,000 / 1,073,741,824 | 0.030 GB |
This matches the calculator's default output above.
| Format | Type | Typical size per minute (stereo) | Use case |
|---|---|---|---|
| WAV / AIFF (16-bit, 44.1 kHz) | Uncompressed | 10.1 MB/min | CD audio, final masters |
| WAV / AIFF (24-bit, 48 kHz) | Uncompressed | 16.5 MB/min | Video production audio |
| WAV / AIFF (24-bit, 96 kHz) | Uncompressed | 33.0 MB/min | Studio recording |
| FLAC (lossless compressed) | Lossless | ~5 MB/min | Archival, audiophile playback |
| MP3 (128 kbps) | Lossy | 0.94 MB/min | General music streaming |
| MP3 (320 kbps) | Lossy | 2.34 MB/min | High-quality streaming |
| AAC (128 kbps) | Lossy | 0.94 MB/min | iTunes, Apple Music |
| OGG Vorbis (128 kbps) | Lossy | 0.94 MB/min | Open-source applications |
| Opus (96 kbps) | Lossy | 0.70 MB/min | VoIP, podcast streaming |
Lossless compression (FLAC, ALAC, Apple Lossless) reduces file size without discarding any audio data. When you decompress a FLAC file, you get the exact original PCM waveform back. Typical compression ratios are 40 to 60 percent, so a 30 MB WAV becomes roughly 12 to 18 MB as FLAC. This calculator does not simulate FLAC because the compression ratio varies by audio content; quiet recordings compress more than dense mixes.
Lossy compression (MP3, AAC, OGG, Opus) permanently removes audio information using psychoacoustic models that identify sounds unlikely to be perceived clearly. At high bitrates (256 kbps or above), most listeners cannot distinguish a well-encoded MP3 from the original WAV. At low bitrates (below 64 kbps), artefacts such as ringing around transients and loss of stereo depth become audible.
Knowing your expected file sizes helps you plan storage for recording sessions. A useful rule of thumb for 24-bit, 48 kHz stereo recording (common in video and podcast production) is approximately 17 MB per minute. A 2-hour interview session produces around 2 GB of raw audio. If you are recording multiple microphone tracks simultaneously, multiply by the number of tracks.
For podcast distribution, MP3 at 128 kbps is the industry standard. A 60-minute podcast episode is approximately 57 MB. Hosting services typically allow 500 MB to 5 GB per month on free or entry-level plans, so a weekly 60-minute podcast uses around 228 MB per month.
Sources and method: Uncompressed audio size uses standard linear PCM arithmetic as stored in the WAV (RIFF) and AIFF container formats. Compressed bitrate arithmetic per ISO/IEC 11172-3 (MPEG-1 Audio, MP3) and ISO/IEC 13818-7 (MPEG-2 AAC). Binary unit definitions (1 KB = 1,024 bytes) per IEC 80000-13.
This calculator gives estimates for raw audio data. Actual file sizes include container headers (typically 44 bytes for WAV, variable for MP3 ID3 tags) and may differ slightly. FLAC and other lossless compressed formats are not modelled because their compression ratio depends on audio content.
If you've found a bug, or would like to contact us, or learn more about James Graham and Calculate.co.nz.
Calculate.co.nz is partnered with Interest.co.nz for New Zealand's highest quality calculators and financial analysis.
Calculate.co.nz is the sister site of CalculatorHub.com, the world's largest calculator website by tool count.
All calculators and tools are provided for educational and indicative purposes only and do not constitute financial advice.
Calculate.co.nz is proudly part of the Realtor.co.nz group, New Zealand's leading property transaction literacy platform, helping Kiwis understand the home buying and selling process from start to finish. Whether you're a first home buyer navigating your first property purchase, an investor evaluating your next acquisition, or a homeowner planning to sell, Realtor.co.nz provides clear, independent, and trustworthy guidance on every step of the New Zealand property transaction journey.
Calculate.co.nz is also partnered with Health Based Building and Premium Homes to promote informed choices that lead to better long-term outcomes for Kiwi households.
Calculate.co.nz is hosted in Auckland via SiteHost new Zealand.
All content on this website, including calculators, tools, source code, and design, is protected under the Copyright Act 1994 (New Zealand). No part of this site may be reproduced, copied, distributed, stored, or used in any form without prior written permission from the owner.
About & trust: Why Calculate is NZ's most comprehensive · By the Numbers · How we compare · Editorial standards · How we keep data current · NZ finance glossary · Research & data · Financial literacy NZ · About · Privacy policy · Terms of use
Reviewed and maintained. Last reviewed 2026-07-02 and checked on a twice-monthly cycle against IRD, RBNZ and Stats NZ. How we keep data current.
© 2026 Calculate.co.nz. All rights reserved. Building free NZ calculators since 2011.