.FLAC

FLAC File

Free Lossless Audio Codec
Ask a question
QUICK ANSWER

A FLAC file is lossless compressed audio - it shrinks a recording to roughly half the WAV size with no quality loss. Play it free with VLC or foobar2000 on Windows, VLC or IINA on Mac, and almost any player on Linux and Android. If a device refuses it, convert to MP3 for portability or to WAV for universal editor support.

Developer: Xiph.Org Foundation (originally Josh Coalson, 2001) Category: Audio Files Open standard MIME: audio/flac
OPENS ON Windows macOS Linux Android iOS
Related: .OPUS · .M3U · .M3U8 · .WFP

On this page

19k+ extensions indexed
Last reviewed Jun 28, 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 FLAC file format?

There are many audio codecs available on the internet, but .flac stands out among them for quality. Like .MP3, it is a compressed audio format - but the key difference is that .flac does not lose any of the qualities of the original audio. This is what makes it a lossless codec: compression reduces file size to roughly 50-60% of an equivalent .WAV without discarding a single sample.

.flac was developed by Josh Coalson and released in 2001, now maintained by the Xiph.Org Foundation as a fully open, royalty-free standard, formally codified as IETF RFC 9639 in December 2024. Native .flac files start with the four-byte ASCII marker fLaC at file offset 0; the audio stream can also be carried inside an .OGG container.

You can open .flac files on any device or application that supports the format, and support is now very broad - covering desktop players, mobile apps, and dedicated audio tools. This is truly one of the most widely used lossless codecs: you can trust the quality because what you decode is bit-for-bit identical to the original recording.

Security & safety

RISK: LOW

A .flac file is plain audio data with no executable code, so the format itself is safe. Usual caveats only: keep your media player updated (malformed media can target player bugs), and don't upload personal recordings to untrusted online converters. Beware random "FLAC player/converter" downloads from ad-heavy sites - stick to VLC, foobar2000, AIMP, fre:ac or the official Xiph tools.

Format details

in a nutshell
FULL NAMEFree Lossless Audio Codec
DEVELOPERXiph.Org Foundation (originally Josh Coalson, 2001)since 2001 (1.0); formally specified as IETF RFC 9639 in December 2024
CATEGORYAudio Files
MIME TYPEaudio/flac
TYPElossless compressed audio (native FLAC stream; can also be carried in an Ogg container)
STANDARDOpen · royalty-free
MAGIC BYTES · FILE SIGNATURE
OFFSET
00010203
HEX
664C6143
ASCII
fLaC
Native .flac files start with the ASCII marker 'fLaC' (66 4C 61 43) at offset 0, immediately followed by the STREAMINFO metadata block. FLAC audio inside an Ogg container instead starts with 'OggS' (4F 67 67 53).

Programs that open FLAC files

Windows4 apps
VLC media player Open-source Drag the .flac onto VLC - plays out of the box, including hi-res files.
Foobar2000 Free Open the file; excellent for large FLAC libraries, tagging and lossless conversion.
AIMP Free Plays FLAC natively with gapless playback and full tag support.
Windows Media Player / Media Player Built-in Windows 10/11 play FLAC natively since 2017 - double-click to play.
macOS2 apps
VLC media player Open-source Plays FLAC directly. Apple Music/QuickTime historically didn't (Apple prefers ALAC).
IINA Open-source Modern native macOS player (mpv-based) - opens .flac directly.
Linux2 apps
VLC media player Open-source Plays FLAC; virtually every Linux player (Rhythmbox, mpv, Audacious) supports it.
flac (reference tools) Open-source Command line: 'flac -d file.flac' decodes to WAV; 'flac file.wav' encodes. The reference codec.
Android1 app
VLC for Android Open-source Open the .flac from the Audio tab; Android 8+ also plays FLAC in many stock players.
iOS1 app
VLC for iOS Open-source Share/Open the .flac in VLC. iOS plays FLAC in the Files app since iOS 11, but not in Apple Music.

Technical details

deep spec
Compression typeLossless - decoded audio is bit-for-bit identical to the source PCM
Typical size reductionRoughly 40-60% smaller than equivalent uncompressed audio, depending on content
Magic bytes`fLaC` (hex 66 4C 61 43) at file offset 0, immediately followed by the STREAMINFO metadata block
MIME type`audio/flac`
Supported bit depths4 to 32 bits per sample
Supported sample rates1 Hz to 655,350 Hz
Maximum channelsUp to 8 channels (sufficient for 7.1 surround audio)
Container optionsNative `.flac` stream or embedded in an Ogg container (`.oga` extension)
Metadata formatVorbis comment tags; embedded cover art stored in a PICTURE metadata block
Seek supportRandom-access seeking via an optional SEEKTABLE block stored in the file header
Error detectionMD5 checksum of raw audio in STREAMINFO; per-frame CRC-8 (header) and CRC-16 (footer) checksums
Encoding algorithmLinear predictive coding (LPC) for signal modelling; Rice entropy coding for residuals
Formal standardIETF RFC 9639 (published December 2024)
Patent and royalty statusRoyalty-free; no software patents claimed on the format or codec
StreamingSupports HTTP progressive streaming and byte-range delivery in native stream form
Released2001 (1.0); formally specified as IETF RFC 9639 in December 2024
Open standardYes · royalty-free
Specificationdatatracker.ietf.org

FLAC conversions

Community Q&A

asked by users
Ask a quick question
Get help from people who work with FLAC 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 FLAC files.

Frequently asked questions

Is FLAC better than MP3?
For quality, yes - FLAC is lossless and reproduces the recording exactly, while MP3 is lossy and discards data. The trade-off is size: FLAC files are several times larger, and MP3 plays on more devices. Use FLAC to archive, MP3 for portability.
How do I convert FLAC to MP3?
Use foobar2000, fre:ac or VLC, or the command line: ffmpeg -i song.flac -b:a 320k song.mp3. It's lossless-to-lossy, so pick a high bitrate (320 kbit/s) and keep the original FLAC as your master copy.
Can Windows / iPhone play FLAC files?
Windows 10 and 11 play FLAC natively. iPhones play FLAC in the Files app (since iOS 11) but Apple Music won't import it - convert to ALAC, or use VLC for iOS.
Why won't my car stereo play FLAC?
Many older head units only support MP3/WAV/AAC. Convert the FLAC to MP3 (320 kbit/s) or to WAV for maximum compatibility, or check your unit's manual for supported formats.
Does converting FLAC to WAV lose quality?
No - both are lossless, so FLAC-to-WAV is bit-perfect. WAV is just uncompressed, so the file gets much bigger and loses FLAC's tag metadata.
Is FLAC the same quality as the original CD?
Yes, if it was ripped from the CD - FLAC compression is lossless, so a FLAC rip decodes back to exactly the CD's audio. Hi-res FLAC (24-bit) can exceed CD quality if sourced from a high-resolution master.

References

1RFC 9639 - Free Lossless Audio Codec (FLAC)datatracker.ietf.org
2Xiph.Org - FLAC official sitexiph.org

Keep exploring

across the database

Top extensions this week

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

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