.emf

What is a .emf file?

EMF is a Windows vector graphics format used for clipart, printer output, and embedded graphics in Office documents.

Safe format
Type Image
By Microsoft
MIME image/emf

Drop any file to identify it

No upload. No signup. No sending your file halfway across the internet.
We tell you what it is, right here in your browser.

What is it

EMF is Windows' built-in vector graphics format. When you copy a chart from Excel and paste it into Word, the clipboard often carries an EMF representation. When Windows sends graphics to a printer, EMF is the spool format. It's everywhere in the Windows ecosystem, quietly handling vector graphics without anyone thinking about it.

The format stores a sequence of GDI (Graphics Device Interface) drawing commands — lines, curves, fills, text, bitmaps — that can be replayed at any resolution. This makes it resolution-independent like SVG, but tied to the Windows graphics model. EMF supports the full range of Windows drawing operations, including clipping, transformations, and complex path operations.

Outside Windows, EMF support is spotty. LibreOffice handles it reasonably well. Inkscape can import EMF and convert to SVG. On Mac, most EMF files in Office documents display correctly because Office handles the conversion internally. For cross-platform use, convert to SVG (for vector fidelity) or PNG (for guaranteed display).

Technical details
Full Name
Enhanced Metafile
MIME Type
image/emf
Developer
Microsoft
Magic Bytes
01 00 00 00
Safety
.emf is a known, safe format. Vector graphics metadata. No executable content in modern usage.
What opens it
Microsoft Office
PAID Windows / Mac
LibreOffice
FREE Windows / Mac / Linux
Inkscape
FREE Windows / Mac / Linux
FAQ
What's the difference between EMF and SVG?
Both are vector formats, but EMF is Windows-specific (based on GDI drawing commands) while SVG is the web standard (XML-based). SVG is far more portable. Use SVG for cross-platform work.
How do I convert EMF to SVG?
Inkscape imports EMF and exports to SVG: File → Open (select EMF) → File → Save As → SVG. LibreOffice can also handle the conversion.
Related formats