WAV Compressor

Reduce WAV file size by adjusting sample rate, bit depth, and channels. Stay in WAV format for editor compatibility. Free, no sign-up.

Initializing... drag & drop files here

Supports: WAV

OptionsAdvanced Options - Our defaults are optimized for the best results. We recommend you keeping the defaults unless you have a specific need.
Show All Options
Audio Channel
Audio Channel
Audio Sample Rate
Audio Sample Rate
Trim

Compress WAV Online — Free, No Watermark

WAV is uncompressed PCM, so to compress it you lower the sample rate or bit depth, re-encode it to a smaller bitrate, or convert it to FLAC (lossless) or MP3 (lossy). Upload your file and it's compressed on our servers — no sign-up, no watermark, no quality cap.

Real result: Re-encoding typically cuts a WAV roughly 50% (a 4.6 MB WAV drops to ~2.3 MB), and far more when converting to MP3 — often 90% — since WAV stores raw audio.

How to Compress WAV Files Online

  1. Upload Your WAV Files: Click "+ Add Files" to drop WAV files in from your computer. Batch upload is supported — compress a full session of stems or a podcast back-catalog in one pass.
  2. Pick a Target File Size or Bitrate: Choose target file size as a percentage of the original, an exact size in MB, or set a constant bitrate. Defaults are tuned for a sensible quality/size trade; lower bitrate = smaller file.
  3. Set Audio Channel, Sample Rate, and Trim (Optional): Drop Audio Channel to mono to halve the file instantly. Reduce Audio Sample Rate (48000Hz → 44100Hz → 22050Hz → 16000Hz → 8000Hz) for voice content. Use Trim to cut the file to a start time and duration before compressing.
  4. Compress and Download: Click "Compress" and download each file or grab everything as a ZIP. processing happens on our servers — no sign-up, no watermark, no quality cap.

Why Compress WAV Files?

WAV stores raw linear PCM with no compression at all, so size scales linearly with sample rate × bit depth × channels. A standard CD-quality stream (44.1 kHz, 16-bit, stereo) runs at exactly 1,411 kbps — roughly 10 MB per minute, or 600 MB per hour. Bump that to 24-bit/48 kHz studio quality and you're at ~16 MB/min. The format is uncompressed by design (which is why DAWs love it) but that makes the files painful to move, store, or share.

  • Email and chat attachments fit — Gmail caps attachments at 25 MB, so a 4-minute CD-quality WAV (~40 MB) won't send. Drop the bitrate or convert to mono and it fits in one shot.
  • Podcast and voice recordings shrink hard — Speech doesn't need 44.1 kHz stereo. Going to 22.05 kHz/16-bit mono cuts size roughly 75% with no perceptible quality loss for spoken content.
  • Cloud storage and backup costs drop — A 50 GB session-backup library at 24-bit/96 kHz compresses to ~12 GB at 16-bit/44.1 kHz with no audible change for archival listening.
  • DAW round-trips stay in WAV — Pro Tools, Logic, Ableton, Reaper, and Audacity all open WAV natively. Compressing within WAV (versus going to MP3) keeps the file editable without re-decoding a lossy codec.
  • Web and game audio loads faster — Background ambience, UI clicks, and game-engine assets ship as 22 kHz/16-bit mono WAV (340 kbps) instead of CD-quality WAV (1,411 kbps) — same playback, ~76% smaller.
  • Mobile recording uploads finish — Field recordings at 24-bit/96 kHz are 4.6 MB/min. Cutting to 16-bit/48 kHz drops that to 1.5 MB/min for faster uploads over LTE.

How WAV "Compression" Actually Works

WAV itself is a container, not a codec. To make a WAV smaller you have four levers, and unlike MP3 there's no psychoacoustic encoder making decisions for you — every change is explicit:

  • Lower the sample rate — Halving sample rate halves the data rate. 48 kHz → 22.05 kHz is a ~54% reduction. Anything above 44.1 kHz is inaudible to humans (Nyquist limit is ~22 kHz, beyond the upper end of human hearing).
  • Lower the bit depth — 24-bit → 16-bit cuts size 33%. CDs are 16-bit and sound fine; 24-bit only matters during mixing/mastering for headroom.
  • Drop stereo to mono — Exact 50% reduction. Use for voice, podcasts, mono instruments. Don't use for music meant for stereo playback.
  • Set a constant bitrate or target file size — Tells the encoder a hard ceiling. The tool re-samples and re-quantizes to hit it.

WAV Size Cheat Sheet (per minute, stereo unless noted)

Sample Rate Bit Depth Channels Bitrate Per Minute Per Hour
96 kHz 24-bit Stereo 4,608 kbps ~33.8 MB ~2.03 GB
48 kHz 24-bit Stereo 2,304 kbps ~16.9 MB ~1.01 GB
44.1 kHz 16-bit Stereo 1,411 kbps ~10.3 MB ~620 MB
44.1 kHz 16-bit Mono 706 kbps ~5.2 MB ~310 MB
22.05 kHz 16-bit Mono 353 kbps ~2.6 MB ~155 MB
16 kHz 16-bit Mono 256 kbps ~1.9 MB ~115 MB
8 kHz 16-bit Mono 128 kbps ~0.96 MB ~58 MB

Formula: bitrate (bps) = sample rate × bit depth × channels. Divide by 8 for bytes per second.

WAV vs FLAC vs MP3 — When to Use Which

Property WAV FLAC MP3
Compression None (raw PCM) Lossless Lossy
Typical size vs raw PCM 100% 50-70% 7-15%
Decodes to identical samples? Yes Yes No
Metadata (artist, art, tags) Limited (RIFF) Full (Vorbis comments) Full (ID3)
DAW editing native? Universal Most modern DAWs Re-encode penalty
Sample rate range 8 kHz – 192 kHz up to 1,048,575 Hz (RFC 9639) 8 – 48 kHz
Bit depth range 8 – 32-bit 4 – 32-bit N/A (variable)
Streaming-friendly? No (too large) OK Yes

For a true lossless archive at smaller size, convert WAV to FLAC — same audio bits, 40-50% smaller. For distribution and sharing, convert WAV to MP3 at 128-192 kbps for 85-95% size reduction.

Frequently Asked Questions

How do I reduce WAV file size?

Lower the sample rate or bit depth, or re-encode to a smaller constant bitrate. For a lossless cut, convert to FLAC for roughly 40-50% smaller files; for the biggest reduction, convert to MP3. For voice, dropping stereo to mono halves the file on its own. All of it runs on our servers — no install.

How much can I shrink a WAV file while staying in WAV format?

Combining the four levers (lower sample rate, lower bit depth, mono, constant bitrate) you can hit 60-80% reduction within WAV. Going from 24-bit/48 kHz stereo (17 MB/min) to 16-bit/22.05 kHz mono (2.6 MB/min) is an 85% cut, suitable for voice. For music you want to preserve, stay 16-bit/44.1 kHz stereo and use a target bitrate to set a ceiling.

Is there such a thing as lossless WAV compression?

WAV itself doesn't compress — it's a container for raw PCM. Every "compression" within WAV is technically lossy because you're changing sample rate, bit depth, or channel count. For truly lossless compression, use FLAC, which encodes the exact same PCM samples into a 50-70%-of-original file that decodes back to bit-identical WAV.

Will compressing WAV reduce audio quality?

Depends on which lever you pull. 24-bit → 16-bit is inaudible to human ears (16-bit gives ~98 dB dynamic range — beyond what consumer playback chains reproduce). 48 kHz → 44.1 kHz is inaudible (both far exceed human hearing's ~20 kHz ceiling). Stereo → mono is fine for voice but obvious for music. Aggressive sample-rate cuts (44.1 kHz → 8 kHz) sound clearly muffled — that's a 75% loss of usable frequencies.

What sample rate and bit depth should I keep for music?

44.1 kHz, 16-bit, stereo — the CD standard. It captures the full human hearing range with a noise floor below what any consumer playback chain can resolve. Going higher (96 kHz/24-bit) only matters when you'll edit or master the file. For finished music distributed to listeners, 16-bit/44.1 kHz is the established quality bar.

What should I pick for podcasts and voice recordings?

22.05 kHz or 16 kHz, 16-bit, mono. Human speech tops out around 8 kHz in fundamental content, so 16 kHz sample rate (Nyquist = 8 kHz capture) is fine. Mono is correct for a single-mic recording. This cuts a 30-minute interview from ~300 MB down to ~75 MB while sounding identical to listeners.

Can I set an exact target file size in MB?

Yes. Switch the target dropdown to file size in MB and enter your number — useful for fitting attachments into Gmail's 25 MB limit, Discord's 10 MB free-tier upload cap, or Slack's 1 GB per-file limit. The tool back-calculates the required bitrate.

Why is my WAV still huge even after dropping to 16-bit?

Bit depth is only one of three multipliers. If you went 24-bit → 16-bit but kept 96 kHz stereo, you still have 1,536 kbps — only a 33% cut from the 2,304 kbps source. To go much smaller, also drop sample rate (96 → 44.1 kHz) and consider mono.

Can I trim the file at the same time as compressing?

Yes — the Trim option lets you set a start time and a duration, so you only encode the part you need. Faster than running a separate trim pass. For a standalone trim with no compression changes, use the audio cutter.

Will my files stay private?

Yes. files are processed on our servers and deleted automatically after a few hours and aren't shared publicly. There's no sign-up, no watermark, and no per-file or per-user cap on the free tool.

Rate WAV Compressor Tool

Rating: 4.7 / 5 - 35817 reviews