WAV Compressor
Compress WAV audio files online for free. Reduce file size.
Click or drag a .WAV file here
How to use WAV Compressor
Click the upload button to select your WAV file
Click the blue 'Choose File' button in the center of the tool. Select your WAV audio file from your device. The file size must be under 500MB. Once selected, the filename appears next to the upload button.
Adjust compression quality using the slider
Move the 'Compression Level' slider from 1-9 (right side of screen). Level 1 keeps maximum quality with minimal size reduction. Level 9 reduces file size most aggressively. Preview the new file size in real-time below the slider.
Click the green Compress button to process
Press the 'Compress Now' button below the slider. Processing begins immediately. A progress bar shows compression status. Your compressed WAV file downloads automatically once complete.
Related Tools
WAV compressor online free: reduce uncompressed audio file size in browser
WAV compressor online free: reduce uncompressed audio file size in browser
Compress WAV audio files in your browser with ToolHQ's WAV compressor, adjust quality settings and reduce file size by up to 90% without installing software. Your file never leaves your device.
WAV is one of the largest audio formats you will encounter. A single hour of uncompressed stereo audio at CD quality (44.1kHz, 16-bit) produces a WAV file of approximately 600MB. That makes WAV files impractical for email, most cloud sharing platforms, and general distribution, even when the audio content itself is excellent. A WAV compressor reduces that size to something manageable.
WAV files are large by design. The format stores audio as raw, uncompressed PCM (Pulse-Code Modulation) data, which is the most accurate digital representation of sound. That accuracy is why professional studios use WAV as the default recording format. It is also why you need a compressor before you share or distribute WAV audio.
Key takeaways
- WAV stores raw uncompressed PCM audio; one hour of CD-quality stereo WAV is about 600MB
- Compression can reduce WAV file size by 40-90% depending on settings and content
- Two methods: reduce sample rate or bit depth (stays WAV, lossless within limits) or convert to a lossy format (MP3, OGG)
- Your file never leaves your device, all processing happens in your browser
- Ideal for sharing studio recordings, podcast source files, and DAW audio assets
Why WAV files are so large
WAV was developed by Microsoft and IBM in 1991 as part of Windows 3.1's multimedia extensions. According to Wikipedia's article on WAV, the format uses a RIFF (Resource Interchange File Format) container to store raw audio data, most commonly Linear PCM (LPCM), without any lossy compression.
PCM audio works by recording thousands of audio amplitude samples per second. At 44,100Hz, the format records 44,100 measurements of the audio signal every second. Each measurement is stored at a bit depth of 16 or 24 bits. For stereo audio, everything doubles.
The file size formula for uncompressed WAV:
File size (MB) = Sample rate x Bit depth x Channels x Duration (seconds) / 8,000,000
For CD-quality stereo audio (44,100Hz, 16-bit, 2 channels):
- 1 minute = 44,100 x 16 x 2 x 60 / 8,000,000 = approximately 10.1MB
- 1 hour = approximately 600MB
Compare that to an MP3 encoded at 128kbps, which produces roughly 60MB per hour, a 10x difference in file size for approximately equivalent perceived quality.
WAV vs MP3 vs FLAC: format comparison
| Format | Compression | Quality | Typical file size (1 hr stereo) | Use case |
|---|---|---|---|---|
| WAV (44.1kHz, 16-bit) | None (PCM) | Perfect/lossless | ~600MB | Studio recording, archiving |
| WAV (22.05kHz, 16-bit) | None (reduced sample rate) | Good, limited high freq | ~300MB | Voice, speech, older content |
| FLAC | Lossless compression | Perfect/lossless | ~250-350MB | Archiving with compression |
| MP3 (192kbps) | Lossy | Very good | ~85MB | General distribution |
| MP3 (128kbps) | Lossy | Good (fine for speech) | ~55MB | Podcast, email sharing |
| OGG Vorbis (q5) | Lossy | Very good | ~70MB | Web audio, open-source |
WAV at reduced sample rate or bit depth still outperforms MP3 in lossless quality but remains larger. Converting to MP3 or OGG gives the largest size reduction but introduces lossy compression.
Two ways to compress a WAV file
Method 1: Reduce sample rate or bit depth (stays WAV)
If you record voice or speech at 44,100Hz (CD quality), there is significant headroom to reduce the sample rate without any audible difference. Human speech occupies roughly 80Hz to 8,000Hz. A sample rate of 22,050Hz is sufficient to capture frequencies up to 11,025Hz, more than enough for clear voice audio.
Reductions you can make without quality loss for speech:
- Sample rate: 44,100Hz to 22,050Hz (halves file size)
- Sample rate: 48,000Hz to 16,000Hz (two-thirds reduction, sufficient for telephony quality)
- Bit depth: 24-bit to 16-bit (reduces file size by one-third, inaudible for most content)
- Stereo to mono: if the recording has no meaningful stereo information, converts two channels to one (halves file size)
These reductions keep the output as a WAV file and do not introduce lossy compression artefacts.
Method 2: Convert to a compressed format (MP3 or OGG)
For the largest size reduction, convert the WAV to MP3 or OGG Vorbis. A 100MB WAV file can become a 10-15MB MP3 at 128kbps, a 90% reduction. This introduces lossy compression, meaning some audio information is permanently discarded. For speech and podcast audio, the difference is typically inaudible.
For converting WAV to MP3, see ToolHQ's MP3 compressor after conversion.
Mini-story: A podcast producer recorded her show directly in Audacity, which exports WAV files by default. Each 45-minute episode was around 480MB. Her file hosting service had a 50MB upload limit. She needed to reduce the file size before converting to MP3 for distribution. Running the WAV files through a compressor at reduced sample rate (22kHz was more than adequate for speech) brought each episode to under 240MB, then she converted to 128kbps MP3 for the final 28MB podcast file.
When to compress a WAV file
Email attachment limits. Most email services cap attachments at 10-25MB. A 30-second WAV voice memo at 44.1kHz is around 5MB and fits. A 5-minute WAV recording is around 50MB and will not. Compression brings it within the limit.
Cloud sharing platforms. Many file-sharing services have per-file size limits for free accounts. Compressing a WAV makes it shareable without upgrading a storage plan.
DAW project asset management. Digital Audio Workstations like Pro Tools, Logic, and Reaper work with WAV files internally. Project folders that accumulate hours of WAV audio assets can consume tens of gigabytes. Compressing unused or archived session audio reclaims storage.
Before format conversion. When you need to convert WAV to MP3 or another compressed format, some tools compress WAV first as a preprocessing step to speed up the conversion pipeline.
Streaming integration. Web applications that stream audio to users should not stream raw WAV files. Compressing and converting WAV to a streaming-friendly format (MP3, OGG) is necessary before serving audio over the web.
Voice recorder backups. Field recordings from voice recorders or mobile apps often export WAV files. Compressing a library of interview recordings or meeting notes can save gigabytes of storage.
Mini-story: A sound designer was sending raw audio assets to a client for review. The assets were uncompressed WAV files recorded at 24-bit, 48kHz, broadcast standard quality. The batch of 15 files totalled 1.2GB. Rather than set up a shared drive folder, she reduced each file to 16-bit, 44.1kHz (still lossless quality for review purposes), which brought the total to under 400MB and fit within the client's preferred file-sharing service limit.
Sample rate and bit depth: quick reference
| Sample rate | Frequency response | Best for |
|---|---|---|
| 8,000 Hz | Up to 4,000 Hz | Telephony, voice only |
| 16,000 Hz | Up to 8,000 Hz | Speech recognition, voice |
| 22,050 Hz | Up to 11,025 Hz | Speech, older multimedia |
| 44,100 Hz | Up to 22,050 Hz | CD quality, music, general audio |
| 48,000 Hz | Up to 24,000 Hz | Professional video/broadcast |
| Bit depth | Dynamic range | Use case |
|---|---|---|
| 8-bit | 48 dB | Old multimedia, voice |
| 16-bit | 96 dB | CD standard, general use |
| 24-bit | 144 dB | Professional studio recording |
For voice and speech content, 22,050Hz at 16-bit is transparent, listeners cannot distinguish it from 44,100Hz or 24-bit. The file size, however, is about one-quarter of the 44.1kHz 24-bit original.
Frequently asked questions
Does compressing a WAV file reduce audio quality? It depends on the method. Reducing sample rate or bit depth is lossless within the parameters chosen, you discard frequency information above the new sample rate ceiling, but within that range, quality is preserved perfectly. Converting to MP3 or OGG introduces lossy compression where some audio data is permanently removed.
Can I compress a WAV file back to its original size after decompression? If you compressed by reducing sample rate or bit depth, the original data at the higher settings is gone and cannot be recovered. If you converted to MP3, the original WAV quality cannot be restored. Always keep a copy of the original before compressing.
What is the difference between WAV and FLAC? Both are lossless formats. WAV stores raw uncompressed PCM data. FLAC uses lossless compression (similar to ZIP for audio) to reduce the file size to roughly 40-60% of the WAV equivalent while preserving perfect audio quality. FLAC is better for archiving; WAV has broader software compatibility.
My DAW exported a WAV file at 24-bit 96kHz. Can I share it as is? A 24-bit 96kHz stereo WAV file produces about 1.4GB per hour. It is not practical for sharing via standard channels. Reduce to 16-bit 44.1kHz for review sharing, still lossless quality, or convert to high-bitrate MP3 (256kbps or higher) for most distribution purposes.
Is my file uploaded to a server when I compress it? No. Your file never leaves your device. All processing happens locally in your browser.
The short version
WAV files are large because they store raw, uncompressed audio data. A one-hour stereo recording at CD quality takes about 600MB. Compressing a WAV reduces the file size by reducing the sample rate, bit depth, or number of channels, or by converting to a lossy format like MP3. For voice and speech audio, reducing the sample rate to 22kHz and bit depth to 16-bit gives a 75% reduction in file size with no audible quality loss.
Compress your WAV file now at ToolHQ, quality controls, browser-based, your file never leaves your device.
For related tools, try MP3 compressor for MP3 files, or MP3 to OGG to convert audio to a more web-efficient open format.