Calculate audio file size, bit rate, or duration for audio recordings by entering any two values with units like kbps, minutes, MB, or GB.

Audio File Size Calculator

Enter any 2 values to calculate the missing variable


Related Calculators

Audio File Size Formula

The audio file size calculator uses bit rate, duration, and file size. The base calculation uses bit rate in bits per second, duration in seconds, and file size in bytes.

File\ Size = (Bit\ Rate * Duration) / 8
Bit\ Rate = (File\ Size * 8) / Duration
Duration = (File\ Size * 8) / Bit\ Rate
  • File Size is the amount of storage the audio file uses. The calculator can show it in bytes, KB, MB, or GB.
  • Bit Rate is the amount of audio data used per second. The calculator can use bps, kbps, or Mbps.
  • Duration is the length of the audio. The calculator can use seconds, minutes, or hours.
  • 8 converts bits to bytes because 1 byte equals 8 bits.

If you enter bit rate and duration, the calculator finds the file size. If you enter file size and duration, it finds the required bit rate. If you enter file size and bit rate, it finds how long the audio can be.

Common Audio Bit Rates and Approximate File Sizes

These values are approximate. Actual file sizes can vary because of metadata, encoding settings, and whether the bit rate is constant or variable.

Audio Type or Quality Typical Bit Rate Approx. Size for 1 Minute Approx. Size for 1 Hour
Low quality voice 64 kbps 0.46 MB 27.47 MB
Standard podcast or speech 96 kbps 0.69 MB 41.20 MB
Common music streaming quality 128 kbps 0.92 MB 54.93 MB
Higher quality MP3 320 kbps 2.29 MB 137.33 MB
Uncompressed CD-quality PCM 1411.2 kbps 10.09 MB 605.58 MB

Audio Unit Conversions Used

Unit Conversion
1 kbps 1,000 bits per second
1 Mbps 1,000,000 bits per second
1 minute 60 seconds
1 hour 3,600 seconds
1 KB 1,024 bytes
1 MB 1,048,576 bytes
1 GB 1,073,741,824 bytes

Example Calculations

Example 1: Find audio file size

You have a 128 kbps audio file that is 3 minutes long.

File\ Size = (128000 * 180) / 8 = 2,880,000\ bytes

2,880,000 bytes is about 2.75 MB.

Example 2: Find required bit rate

You want a 10 MB audio file to last 5 minutes.

Bit\ Rate = (10,485,760 * 8) / 300 = 279,620.27\ bps

279,620.27 bps is about 279.62 kbps.

FAQ

Why does the formula divide by 8?

Bit rate is measured in bits per second, but file size is usually measured in bytes, KB, MB, or GB. Since 1 byte equals 8 bits, the formula divides by 8 when converting bit rate and time into file size.

Why is my real audio file size different from the calculated size?

The result is based on the audio data rate and duration. Real files may include headers, tags, album art, metadata, padding, or variable bit rate encoding. These can make the actual file slightly larger or smaller than the calculated value.

Does a higher bit rate always mean better audio?

A higher bit rate usually allows more audio detail, but it also creates a larger file. The difference may not be noticeable if the source audio is low quality, the playback device is limited, or the listener is using basic speakers or earbuds.