.ASF

ASF File

Advanced Systems Format
Ask a question
QUICK ANSWER

An ASF file is Microsoft's Advanced Systems Format container - the same format that underlies Windows Media Video (.wmv) and Windows Media Audio (.wma). On Windows, double-click it and Media Player handles it. On Mac, Linux, Android, or iOS, use the free VLC media player. For broad compatibility, convert it to MP4 with VLC, HandBrake, or FFmpeg; DRM-protected files cannot be converted without the original licence.

Developer: Microsoft Category: Video Files MIME: video/x-ms-asf
OPENS ON Windows macOS Linux Android iOS
Related: .DAV · .MKV · .MP4 · .H264

On this page

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

.asf is a multimedia file format developed by Microsoft, standing for Advanced Systems Format (originally named *Advanced Streaming Format*).

Contents of .asf files

.asf is an implementation of a popular multimedia container. It can be used for storing video and audio streams, such as:

  • video clips,
  • multimedia presentations,
  • animations,
  • full-feature movie productions.

.asf files also store metadata for their contents, such as information about the creator, performer, title, and copyright. This metadata is somewhat similar to ID3 tags of MP3 files, embedded directly in the container's Header Object.

Uses of .asf files

Aside from saving multimedia data and its metadata, .asf files can be used for streaming data. The format was specifically designed for network delivery, using fixed-size packets that allow a receiver to begin playback before the full file is available. It is worth noting that .asf does not define codec parameters for its audio and video streams - the ASF standard only describes the stream data itself, leaving codec choice to the encoder. It also supports playback of partially received data downloaded in the background.

Can .asf files use other extensions?

.asf is a multimedia container. Audio streams are saved in .wma files and video streams in .wmv files - both are .asf containers with a defined stream profile and a renamed extension, sharing the identical 16-byte header signature. .asf supports many compression codecs, including Windows Media Video (WMV 7/8/9, VC-1) and Windows Media Audio. Separating the container into Windows Media Audio and Windows Media Video files makes it easy to quickly identify the contents of .asf files. .asf supports copyright protection measures - specifically Windows Media DRM (WMDRM) - to secure content from unauthorized access. The format is proprietary and has been largely displaced by MP4 and MKV containers for modern use.

Security & safety

RISK: LOW

A plain ASF file is passive media and low-risk to open. Two real-world snags: (1) DRM-protected ASF/WMV (old store or recording downloads) won't play or convert without the original licence - a rights restriction, not a virus; and (2) ASF supports embedded Script Command objects (URL flips/markers) that some old players could act on, so play untrusted ASF in VLC rather than a script-honouring legacy player. Searching for 'ASF converter' surfaces adware-bundling installers - stick to VLC, HandBrake or FFmpeg.

Format details

in a nutshell
FULL NAMEAdvanced Systems Formataka Advanced Streaming Format, ASF container
DEVELOPERMicrosoftsince 1999 (Windows Media Technologies 4); originally 'Advanced Streaming Format'
CATEGORYVideo Files
MIME TYPEvideo/x-ms-asf
TYPEDigital media container for synchronized audio/video streams (binary)
MAGIC BYTES · FILE SIGNATURE
OFFSET
000102030405060708090a0b0c0d0e0f
HEX
3026B2758E66CF11A6D900AA0062CE6C
ASCII
0&·u·f·······b·l
An .asf file begins with the 16-byte ASF Header Object GUID "30 26 B2 75 8E 66 CF 11 A6 D9 00 AA 00 62 CE 6C". The exact same GUID begins .wmv (video) and .wma (audio) files, which are ASF files with a defined stream profile and a renamed extension - the distinction is the stream type declared inside the header, not the magic bytes.

Programs that open ASF files

Windows3 apps
VLC media player Open-source Open with VLC; plays ASF/WMV/WMA with no codec packs, and can convert (Media > Convert/Save).
FFmpeg Open-source Command line: ffmpeg -i in.asf out.mp4 to play-test or transcode. The decoding engine behind most players.
Windows Media Player / Media Player Built-in Double-click the .asf - the built-in Media Player (Windows 11) or Windows Media Player plays it natively.
macOS1 app
VLC media player Open-source Open the .asf in VLC - macOS has no native ASF/WMV support, so VLC is the go-to.
Linux2 apps
VLC media player Open-source Open in VLC; uses FFmpeg's WMV/WMA decoders under the hood.
MPlayer / mpv Open-source Play from the command line: mpv file.asf. Lightweight FFmpeg-based player.
Android1 app
VLC for Android Open-source Open the .asf in VLC; native Android playback often can't decode WMV/WMA, VLC can.
iOS1 app
VLC for Mobile Open-source Add the .asf to VLC via Files/cloud and play - iOS has no native ASF support.

Technical details

deep spec
DeveloperMicrosoft
Container architectureObject-based binary container; independent design, not derived from RIFF or QuickTime
Byte orderLittle-endian
MIME typevideo/x-ms-asf; also audio/x-ms-asf and application/vnd.ms-asf
File signature (magic bytes)16-byte GUID 30 26 B2 75 8E 66 CF 11 A6 D9 00 AA 00 62 CE 6C at byte offset 0
Internal structureHeader Object (codec and stream descriptors, metadata) → Data Object (interleaved media packets) → optional Index Object (seek table)
Object identificationEach object identified by a 128-bit GUID; the specification registers over 80 distinct GUIDs
Supported video codecsWindows Media Video 7, 8, 9 and VC-1 (primary); MPEG-4 and other codecs also supported
Supported audio codecsWindows Media Audio Standard, Pro, and Lossless; MP3 and AAC payloads also accommodated
Streaming designFixed-size packet payloads optimised for constant-bitrate network streaming; playback can begin before the full file is received
DRM supportOptional Windows Media DRM (WMDRM) and PlayReady licence data embedded within the container
Audio sample rate8 kHz - 48 kHz (WMA Standard/Pro); up to 96 kHz with WMA 10 Pro
Maximum video resolutionNo hard container limit; VC-1 profiles typically support up to 1920 × 1080 and beyond
Shared file signature.wmv and .wma files begin with the identical ASF Header Object GUID; stream type is declared inside the header, not encoded in the magic bytes
Released1999 (Windows Media Technologies 4); originally 'Advanced Streaming Format'
Latest versionASF specification revision 1.20.06 (2004); part of the Windows Media 9 Series
Specificationlearn.microsoft.com

ASF conversions

Community Q&A

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

Frequently asked questions

How do I open an ASF file?
On Windows, double-click it - the built-in Media Player plays it. On Mac, Linux, Android or iOS, use the free VLC media player, which handles ASF/WMV/WMA everywhere.
What is the difference between ASF, WMV and WMA?
They are the same Microsoft container. ASF is the umbrella format; .wmv is an ASF file carrying Windows Media Video, and .wma is one carrying Windows Media Audio. All three start with the same file signature.
How do I convert ASF to MP4?
Use VLC (Media > Convert/Save and pick an H.264 MP4 profile), HandBrake (drag the file in, choose an MP4 preset), or FFmpeg. MP4 plays on phones and imports into any editor.
Why won't my ASF file play?
Either your player lacks Windows Media decoders (try VLC), or the file is DRM-protected and tied to the original PC/account - in which case it can't be played or converted without that licence.
Can I play ASF on a Mac or iPhone?
Not natively - Apple devices don't support ASF/WMV/WMA. Install VLC, or convert the file to MP4 first.
Is ASF still used?
Rarely for new files - MP4/H.264 and MKV have replaced it. You mostly encounter ASF as old Windows Media recordings or stream captures.

References

1Microsoft Learn - Overview of the ASF Formatlearn.microsoft.com
2Microsoft Learn - ASF Objectslearn.microsoft.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.BCBitComet Incomplete Download File
7.EXEWindows Executable (Portable Executable)
8.NOMEDIAAndroid No-Media Marker File
9.AVIFAV1 Image File Format (AVIF)
10.RPMSGRestricted Permission Message

Related extensions

.DAVDVR365 / Dahua DVR Video File (DHAV stream)
.MKVMatroska Video
.MP4MPEG-4 Part 14 Video File
.H264Raw H.264 / AVC Video Elementary Stream
.VOBDVD Video Object File
.264Raw H.264 / AVC Video Elementary Stream (DVR/CCTV export)

Free file tools

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

Open the toolbox

Browse file extensions A-Z