.CUE

CUE File

Cue sheet (CUE index file)
Ask a question
QUICK ANSWER

A .cue file is a small plain-text index that describes how a separate, larger file is split into tracks. It contains no audio or disc data itself. Open it in foobar2000 or VLC to play a cue-indexed album, or use AnyBurn for a BIN/CUE disc image. If the cue "won't open," the media file was probably renamed - fix the FILE line in any text editor.

Developer: Goldenhawk Technology (CDRWIN) - the de-facto CUE sheet convention Category: Settings Files Open standard MIME: application/x-cue
OPENS ON Windows macOS Linux Android
Related: .ICA · .DS_STORE · .WMZ · .CFG

On this page

19k+ extensions indexed
Last reviewed Aug 21, 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 CUE file format?

.cue sheets describe several sorts of audio and data CDs. The main data for a CD using a .cue sheet is stored in one or more companion files listed inside the sheet - commonly a .BIN or .ISO disc image, or a lossless audio file such as .flac or .ape. .cue sheets also identify track lengths and include track and disc titles, performers, and genre metadata.

They come in handy when splitting a single large audio file - for example a full album ripped to one .FLAC - into individual song tracks. A player or splitting tool reads the .cue file to find each TRACK block and its INDEX 01 timestamp, then plays or extracts each segment without needing the physical disc.

Originating with CDRWIN by Goldenhawk Technology in the mid-1990s, a .cue file is plain ASCII/UTF-8 text with no binary magic bytes. It typically begins with REM comment lines (genre, date, ripper name) followed by a FILE "name" <type> declaration and one or more TRACK / INDEX entries. Burning a disc image paired with a .cue sheet requires software that understands the format - tools such as ImgBurn, AnyBurn or CUETools use the sheet as a layout guide when writing to disc.

Because .cue is plain text, any text editor can open, inspect or manually correct it.

Security & safety

RISK: LOW

A .cue is harmless plain text - it can't execute anything. The real risk is in what it points at: a BIN it references can be a disc image of pirated software/games (and can carry an autorun installer or malware), so scan extracted contents. The common practical problem is not danger but breakage: if the audio/bin file is renamed or missing, the .cue fails to open - fix the FILE "..." line in a text editor. Be cautious with download sites bundling adware-laden "cue openers"; the free tools listed here (foobar2000, CUETools, AnyBurn) come from their official sites.

Format details

in a nutshell
FULL NAMECue sheet (CUE index file)
DEVELOPERGoldenhawk Technology (CDRWIN) - the de-facto CUE sheet conventionsince Mid-1990s (CDRWIN); widely adopted by audio rippers and burners
MIME TYPEapplication/x-cue
TYPEPlain-text track/index descriptor (companion to an audio or disc-image file)
STANDARDOpen · royalty-free

Programs that open CUE files

Windows5 apps
VLC media player Open-source Open the .cue to play a cue-indexed album; VLC follows the FILE line to the audio. Keep the media file beside it.
Foobar2000 Free Open the .cue (not the audio file) - foobar reads the cue and lists each track from the single album file, with full seeking. Best for audio CUE.
Notepad / any text editor Open-source Open the .cue as text to read or fix the FILE line, titles and INDEX times. The fastest fix for a mismatched/renamed media file.
CUETools Free Verify, repair and split cue+audio (FLAC/APE/WAV) into per-track files; convert and re-cue lossless rips. The specialist audio-CUE tool.
AnyBurn Free For BIN/CUE disc images: open the cue to browse/extract, convert BIN/CUE to ISO, or burn the image to disc. Free.
macOS3 apps
VLC media player Open-source Play a cue-indexed album by opening the .cue with the audio file alongside it.
Cog Open-source Lightweight Mac audio player that reads cue sheets and shows the album's individual tracks.
XLD (X Lossless Decoder) Free Open the .cue to split a single album file into per-track FLAC/ALAC/WAV with correct tags. The standard Mac cue-splitter.
Linux3 apps
VLC media player Open-source Open the .cue to play the indexed album; keep the FLAC/APE/WAV file in the same folder.
shnsplit (shntool) + cuetools Open-source Command line: 'cuebreakpoints album.cue | shnsplit -o flac album.flac' to split a single album file into per-track FLAC.
gedit / any text editor Open-source Edit the .cue as text to fix the FILE reference, track titles or index times.
Android1 app
VLC media player for Android Open-source Plays cue-indexed albums when the .cue and its audio file are together. (Track-by-track support varies by version.)

Technical details

deep spec
File typePlain-text ASCII/UTF-8 companion descriptor; no binary content
MIME typeapplication/x-cue
Binary signatureNone - identified by opening keywords such as FILE, TRACK or REM, not by magic bytes
Command setFILE, PERFORMER, TITLE, SONGWRITER, REM, TRACK, INDEX, PREGAP, POSTGAP, FLAGS, CATALOG, ISRC
Timestamp formatMM:SS:FF (minutes, seconds, frames) at 75 frames per second - the CD Red Book standard
Companion file types.bin, .iso, .flac, .ape, .wav, .wv, .m4a - declared inside FILE commands within the sheet
Track mode typesAUDIO, MODE1/2048, MODE1/2352, MODE2/2336, MODE2/2352 - set per TRACK entry
FILE type tokensBINARY (little-endian), MOTOROLA (big-endian), WAVE, AIFF, MP3 - defines byte order and container of the image file
INDEX points per trackUp to 99; INDEX 00 marks the pregap, INDEX 01 marks the audio or data start
Maximum tracksUp to 99 TRACK entries per sheet, matching the CD Red Book track limit
Metadata fieldsTITLE, PERFORMER, SONGWRITER, CATALOG (UPC/EAN barcode), ISRC per track, REM GENRE, REM DATE, REM COMMENT
Character encodingASCII or UTF-8; UTF-8 BOM is accepted by most modern tools but can break legacy CD-burning software
Multi-session / mixed-modeSupports mixed-mode and multi-session discs via multiple TRACK TYPE blocks in one sheet
Use casesDisc image burning, lossless album splitting into tracks, virtual disc mounting, audio playback with chapter cues
ReleasedMid-1990s (CDRWIN); widely adopted by audio rippers and burners
Open standardYes · royalty-free
Specificationen.wikipedia.org

CUE conversions

Community Q&A

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

Frequently asked questions

What is a .cue file and does it contain the music?
No. A .cue is a small text index that describes how a separate, larger file is split into tracks (or how a disc image's tracks are laid out). The actual audio/data lives in the file it points to (a FLAC/APE/WAV album, or a .bin). Open that file, with the .cue beside it.
How do I open a .cue file to play an album?
Open the .cue (not the audio file) in foobar2000, VLC or Cog with the matching FLAC/APE/WAV in the same folder - the player reads the cue and lists each song. To read the cue itself, open it in any text editor.
How do I split a single album file into separate songs using the cue?
Use CUETools (Windows), XLD (Mac) or shnsplit+cuetools (Linux): give it the .cue and the album file, and it cuts per-track MP3/FLAC at the cue's INDEX points, carrying titles as tags.
My .cue won't open / says file not found - how do I fix it?
The FILE line points to a renamed or missing media file. Open the .cue in a text editor and edit the FILE "..." line to match the real audio/bin filename in the same folder. Keep the cue and its data file together with matching base names.
What is a BIN/CUE and how do I mount or burn it?
BIN/CUE is an optical-disc image: .bin holds the disc sectors, .cue describes the tracks. Convert it to ISO with AnyBurn and mount the ISO in Windows (right-click > Mount), or burn the image directly with AnyBurn/ImgBurn. Keep both files together.
What's the difference between a .cue with a .bin and a .cue with a FLAC?
Same file format, two uses. With a .bin it's a disc image (mount/burn it). With a FLAC/APE/WAV it's an audio album split into tracks (play or split it). The cue's FILE line and TRACK modes tell which it is (BINARY/MODE1 vs WAVE/AUDIO).

References

1Wikipedia - Cue sheet (computing)en.wikipedia.org
2CUETools wiki - working with cue sheetscue.tools

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.ICSiCalendar data file

Related extensions

.ICACitrix Independent Computing Architecture file
.DS_STOREmacOS Finder Desktop Services Store (.DS_Store)
.WMZWindows Media Player Skin
.CFGConfiguration File
.LICLicense File
.CONFConfiguration File

Free file tools

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

Open the toolbox

Browse file extensions A-Z