AudioFetcherAudio tools

Learn audio

Why WAV files are so large

PCM WAV stores every sample directly, so size scales with sample rate, bit depth, channels, and duration.

Reviewed against current browser behavior and AudioFetcher test fixtures on July 28, 2026.

Key facts

1

CD-style stereo PCM is about 10.6 MB per minute.

2

48 kHz/24-bit stereo is about 17.3 MB per minute.

3

FLAC can compress PCM losslessly.

4

MP3 is much smaller because it is lossy.

Practical decisions

  • Keep WAV for active production when needed.
  • Use FLAC for smaller lossless storage or MP3 for delivery.

Measure the source before changing it. Codec, container, duration, channels, and intended playback environment are more useful than choosing a setting from its label alone.

Questions about Why WAV files are so large

What is the short answer to "Why WAV files are so large"?

PCM WAV stores every sample directly, so size scales with sample rate, bit depth, channels, and duration.

Does the linked AudioFetcher tool upload my media?

The local tools linked from this article process selected media in the browser. Read each tool's limits before using a large or uncommon file.

What is the most important practical point?

Keep WAV for active production when needed.

Related reading