Media file size is mostly driven by duration, bitrate, resolution, frame rate, bit depth, channels, and how efficiently the codec compresses the content.
File size explainer

Why Are

Media Files
So Big?

Media file size is mostly driven by duration, bitrate, resolution, frame rate, bit depth, channels, and how efficiently the codec compresses the content.

Beginner-friendly • Practical examples • Plain English
File Size • Bitrate • Compression

TL;DR

Longer files are bigger. Higher bitrate files are bigger.

Uncompressed audio and editing video formats can be enormous.

Better codecs can often keep similar quality at smaller sizes.

The file size formula

For most compressed audio and video, file size is mostly about bitrate × duration. A five-minute file at a high bitrate will be much larger than a five-minute file at a low bitrate.

For uncompressed media, size also depends heavily on sample rate, bit depth, channel count, resolution, frame rate, and color information.

What makes files bigger?

FactorAudio exampleVideo example
DurationA longer podcast uses more dataA longer movie uses more data
Bitrate320 kbps MP3 is bigger than 128 kbps MP320 Mbps video is bigger than 5 Mbps video
ResolutionNot usually relevant to audio4K is much larger than 1080p
Frame rateNot relevant to audio60 fps is usually larger than 30 fps
Compression typeWAV is much larger than FLAC or MP3ProRes is much larger than H.264 or AV1

Why WAV and ProRes are large

WAV is often large because it commonly stores uncompressed PCM audio. ProRes is large because it is designed for editing quality and performance, not tiny delivery files.

Large files are not automatically bad. They can be useful for production, archiving, and editing. Smaller files are usually better for sharing, streaming, and storage-limited devices.

How to make files smaller

Frequently asked questions

Why is my WAV file so large?

WAV files are often large because they usually store uncompressed PCM audio instead of compressed audio.

Why is my video file so large?

Video files become large because of duration, bitrate, resolution, frame rate, codec choice, and how much detail or motion the video contains.

Does higher resolution always mean a bigger file?

Usually yes if other settings stay similar, because higher resolution gives the encoder more image data to describe.

Can I make a file smaller without losing quality?

Sometimes. Lossless compression or remuxing can avoid quality loss, but making a lossy delivery file smaller usually involves some trade-off.

What matters more: codec or bitrate?

Both matter. Bitrate strongly affects size, but a more efficient codec can often look or sound better at the same bitrate.