.WV

WV File

WavPack Audio
Ask a question
QUICK ANSWER

A WV file is audio compressed with WavPack, a free open-source codec that stores sound losslessly at roughly 40-60% of WAV size. Open it with VLC or foobar2000 on Windows, Cog or VLC on macOS, or any Linux player via FFmpeg. To get MP3 or WAV, convert with foobar2000, dBpoweramp, or FFmpeg.

Developer: David Bryant (WavPack) Category: Audio Files Open standard MIME: audio/x-wavpack
OPENS ON Windows macOS Linux
Related: .OPUS · .M3U · .M3U8 · .WFP

On this page

19k+ extensions indexed
Last reviewed Aug 13, 2026

Not sure what your file is?

Drop any file into our identifier - we read just the first bytes to name the format.

Identify a file

What is the WV file format?

Files with a .wv extension store compressed audio data in WavPack format. WavPack supports lossless, lossy, and a unique hybrid compression method, with typical compression ratios between 30% and 70%. The WavPack algorithm was developed in 1998 by David Bryant, drawing exclusively on publicly available, non-proprietary algorithms, and is released under the BSD open-source license. WavPack 5 arrived in 2017 with numerous improvements; the most recent release, version 5.8.0, followed in January 2025.

.wv files can encode:

  • 8-, 16-, 24-, and 32-bit integer PCM as well as 32-bit floating-point PCM
  • Mono, stereo, and multichannel audio (up to 4,096 channels in version 5)
  • Sampling rates from 6 Hz to 192 kHz, including non-standard custom rates
  • DSD (Direct Stream Digital) audio, added in WavPack 5

Some applications open .wv files natively; others require a plug-in. The format is fully portable across Windows, Linux, and macOS. In hybrid mode, the encoder produces two complementary files: a compact, lossy .wv file and a .wvc correction file; combining both restores the original, bit-perfect audio.

WavPack supports multichannel streaming and runs on Rockbox firmware for portable players. .wv files carry metadata as APEv2 or ID3v1 tags and can embed a .cue sheet for track indexing. A stored MD5 hash of the uncompressed audio lets any decoder verify file integrity without a separate checksum tool. The codec offers symmetrical encoding (balanced encode and decode speed) and asymmetrical encoding (slower to encode, faster to decode).

Every .wv block begins with the 4-byte ASCII signature wvpk (hex 77 76 70 6B) at offset 0, making the format reliably identifiable by its magic bytes. The registered MIME type is audio/x-wavpack.

Security & safety

RISK: LOW

WavPack is plain audio data with no scripting, so the .wv file itself is not dangerous. The realistic risk is downloading fake 'WavPack codec/player' installers from ad portals that bundle PUP/adware - get the tools only from wavpack.com, foobar2000.org or videolan.org. If a .wv won't play, the file may be a hybrid stream missing its .wvc correction file, or your player lacks the codec (use VLC or foobar2000).

Format details

in a nutshell
FULL NAMEWavPack Audio
DEVELOPERDavid Bryant (WavPack)since 1998; current WavPack 5.x (5.8.0 released 2025-01-27)
CATEGORYAudio Files
MIME TYPEaudio/x-wavpack
TYPELossless / hybrid lossless audio compression (binary)
STANDARDOpen · royalty-free
MAGIC BYTES · FILE SIGNATURE
OFFSET
00010203
HEX
7776706B
ASCII
wvpk
Every WavPack block begins with the 4-byte ASCII id "wvpk" (77 76 70 6B) at offset 0, followed by a 32-bit little-endian block size. In hybrid (lossy) mode a separate "correction" file with the .wvc extension can sit alongside the .wv to restore full lossless quality.

Programs that open WV files

Windows3 apps
Foobar2000 Free Drag the .wv into foobar2000 - native WavPack support, no plugin needed; also converts.
VLC media player Open-source Open the .wv with VLC (Media > Open File) - plays WavPack out of the box.
WavPack tools (wvunpack) Open-source Official command-line: 'wvunpack file.wv' decodes it to WAV; reference implementation.
macOS2 apps
VLC media player Open-source Open the .wv in VLC - native playback on macOS.
Cog Open-source Lightweight macOS audio player with native WavPack support; drag the file in.
Linux3 apps
VLC media player Open-source Open with VLC; WavPack is included via FFmpeg/GStreamer on most distros.
Audacious Open-source Open the .wv in Audacious - native WavPack playback.
DeaDBeeF Open-source Add the .wv to the playlist; native WavPack support.

Technical details

deep spec
Magic bytes`wvpk` (0x77 0x76 0x70 0x6B) at offset 0
MIME type`audio/x-wavpack`
Compression modesLossless, lossy, and hybrid (lossy `.wv` paired with `.wvc` correction file)
Typical compression ratio30-70% of original uncompressed size
Bit depths8, 16, 24, and 32-bit integer PCM; 32-bit floating-point PCM; DSD
Sampling rates6 Hz to 192 kHz, including arbitrary custom rates
Channel supportMono, stereo, multichannel - up to 4,096 channels (WavPack 5)
Metadata supportAPEv2 tags, ID3v1 tags, embedded CUE sheets
Integrity verificationMD5 hash of decoded PCM stored inside the file
Encoding symmetrySymmetrical mode (balanced encode/decode speed); asymmetrical mode (slow encode, fast decode)
Hardware supportRockbox open-source portable media player firmware
DSD supportDirect Stream Digital encoding/decoding, introduced in WavPack 5
LicenseBSD (open source; code freely redistributable)
Released1998; current WavPack 5.x (5.8.0 released 2025-01-27)
Open standardYes · royalty-free
Specificationwww.wavpack.com

WV conversions

Community Q&A

asked by users
Ask a quick question
Get help from people who work with WV files. Be specific - include your system and software version.
No account needed · answers usually within a day

No questions yet - be the first to ask about WV files.

Frequently asked questions

How do I open a WV file?
Play it with VLC or foobar2000 (Windows), Cog or VLC (Mac), or any Linux player - WavPack is built into FFmpeg/GStreamer. The official WavPack tools also decode it.
How do I convert WV to MP3?
Use foobar2000's Convert feature, dBpoweramp, or FFmpeg ('ffmpeg -i song.wv song.mp3'). Note MP3 is lossy, so you lose WavPack's lossless quality.
Is WavPack lossless?
Yes by default - a .wv decodes bit-for-bit to the original. It also has a 'hybrid' mode that makes a small lossy .wv plus a .wvc correction file that together restore lossless quality.
What is the .wvc file next to my .wv?
It's the WavPack correction file. In hybrid mode the .wv alone plays as a smaller lossy track; adding the matching .wvc gives you full lossless audio. Keep them together.
WavPack vs FLAC - which is better?
Both are free and lossless with similar file sizes. FLAC has far wider hardware/player support; WavPack offers the unique hybrid lossy+correction mode and is favoured by some PC audiophiles. Convert WV to FLAC if your device only supports FLAC.
Why won't my WV file play?
Either your player lacks WavPack support (use VLC or foobar2000), or it's a hybrid file missing its .wvc correction file. Re-downloading or grabbing the matching .wvc usually fixes it.

References

1Wikipedia - WavPacken.wikipedia.org
2WavPack - official sitewww.wavpack.com

Keep exploring

across the database

Top extensions this week

1.AQQAQQ Instant Messenger File
2.CRDOWNLOADChrome Partial Download File
3.MDMarkdown Document
4.BINCD/DVD Disc Image (BIN/CUE)
5.PARTPartial Download File
6.RPMSGRestricted Permission Message
7.NOMEDIAAndroid No-Media Marker File
8.EXEWindows Executable (Portable Executable)
9.AVIFAV1 Image File Format (AVIF)
10.DBSQLite Database File

Related extensions

.OPUSOpus Audio File (Ogg Opus)
.M3UM3U Media Playlist (MP3 URL)
.M3U8UTF-8 M3U Playlist / HLS (HTTP Live Streaming) Playlist
.WFPWaveFront Program file (Turtle Beach)
.XSPFXSPF - XML Shareable Playlist Format (pronounced 'spiff')
.AMRAdaptive Multi-Rate (AMR) audio

Free file tools

An in-browser file identifier and image converter - everything runs on your device.

Open the toolbox

Browse file extensions A-Z