.EMZ

EMZ File

Windows Compressed Enhanced Metafile
Ask a question
QUICK ANSWER

An EMZ file is a Windows vector image, an Enhanced Metafile (EMF) compressed with GZIP, used mainly by Microsoft Office and Visio. The easiest way to open it on Windows is to insert it into Word or PowerPoint (Insert, Pictures), which read it directly. On any system you can unzip it with 7-Zip or gunzip to get a standard .emf file.

Developer: Microsoft Category: Vector Image Files Open standard MIME: image/x-emz (unofficial; container is application/gzip, payload image/emf)
OPENS ON Windows macOS Linux
Related: .CDR · .ODG · .VSDX · .AI

On this page

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

Files with the .emz extension contain vector graphics stored in the .EMF format (Windows Enhanced Metafile), compressed with the GZIP algorithm. The format stores a device-independent representation of an image - each file contains sequential GDI drawing records that are parsed and executed on the target device to render the graphic.

The underlying .emf standard was introduced with Windows NT 3.1 in 1993 as a 32-bit extension of .WMF (Windows Metafile). The GZIP-compressed .emz variant emerged in the late 1990s through Microsoft Office and Visio, which use it to embed compact vector graphics in documents and templates. Specification details are published by Microsoft as MS-EMF on its Open Specifications site. An equivalent compressed format exists for the older metafile type: .WMZ applies the same GZIP compression to .wmf files.

.emz files start with the GZIP magic bytes 1F 8B at offset 0; decompressing with any GZIP-capable tool yields a plain .emf file. Because EMF records describe output in device-independent logical units, .emz files scale without quality loss and can faithfully describe print output - including use as the basis for printer graphic drivers.

Security & safety

RISK: LOW

EMZ files contain drawing commands, not executable code or macros. The realistic risk is parser exploits: Windows metafile rendering has a CVE history (the WMF flaw of 2005-2006, periodic GDI/EMF parsing bugs since, e.g. CVE-2020-1096-class GDI issues), so keep Windows and Office patched and be wary of unsolicited attachments. An image001.emz in a normal business email is almost always a harmless Outlook artifact.

Format details

in a nutshell
FULL NAMEWindows Compressed Enhanced Metafile
DEVELOPERMicrosoftsince Late 1990s (Office/Visio era); EMF itself introduced with Windows NT 3.1, 1993; EMF spec published as MS-EMF
MIME TYPEimage/x-emz (unofficial; container is application/gzip, payload image/emf)
TYPEGZIP-compressed EMF (Enhanced Metafile) vector image
STANDARDOpen · royalty-free
MAGIC BYTES · FILE SIGNATURE
OFFSET
0001
HEX
1F8B
ASCII
··
Decompressed payload is an EMF file: DWORD 0x00000001 at offset 0 and the ASCII signature ' EMF' (20 45 4D 46) at offset 40 of the EMF header.

Programs that open EMZ files

Windows5 apps
7-Zip Open-source Right-click → 7-Zip → Extract here - unpacks the GZIP wrapper into a plain .emf that Windows Photos/Office/any viewer can show.
IrfanView Free Opens EMF (and EMZ on systems with GDI+); handy for quick view + batch conversion to PNG.
LibreOffice Draw Open-source File → Open the .emz (or Insert → Image); if a given build refuses it, extract the EMF with 7-Zip first and open that.
Microsoft Word / PowerPoint (Microsoft 365) Paid Insert → Pictures → This Device → select the .emz - Office renders it natively; right-click → Save as Picture exports PNG/JPG/SVG.
XnView MP Free Open the .emz directly (reads the GZIP-wrapped EMF via Windows GDI+); use Save As to convert to PNG/JPG.
macOS2 apps
LibreOffice Draw Open-source Best macOS option - open the .emz/.emf in Draw (its own EMF interpreter, no GDI needed) and export to PNG/SVG/PDF.
Archive Utility + Inkscape Open-source Rename to .emf.gz, double-click to decompress, then open the .emf in Inkscape (File → Open, EMF import).
Linux2 apps
Inkscape Open-source After gunzip, File → Open the .emf - converts the vector data for editing/SVG export.
LibreOffice Draw Open-source Open the file in Draw; if needed 'gunzip -S .emz file.emz' (or rename to .emf.gz) to get the raw EMF first.

Technical details

deep spec
Container encodingGZIP (RFC 1952) compressed binary
Magic bytes`1F 8B` (GZIP signature) at file offset 0
Decompressed payloadStandard EMF (Enhanced Metafile) binary file
EMF payload signatureDWORD `0x00000001` at payload offset 0; ASCII ` EMF` (20 45 4D 46) at payload offset 40 of the EMF header
GDI record structureSequential variable-length EMR_* records, each prefixed with a 4-byte type and 4-byte size field
Coordinate systemDevice-independent logical units; frame extents stored in 0.01 mm units within the EMF header
Color supportUp to 32-bit ARGB; alpha transparency available via embedded EMF+ records
MIME type`image/x-emz` (unofficial); GZIP container recognized as `application/gzip`
Typical compression ratio60-80 % size reduction compared to the equivalent uncompressed `.emf` file
ScalabilityFully resolution-independent vector; renders at any target DPI without rasterization loss
EMF+ extensionDual-mode files may embed EMF+ records (GDI+ calls) alongside legacy GDI records for anti-aliasing and alpha blending
Predecessor relationship`.emz` is the compressed form of `.emf`, which itself succeeded 16-bit `.wmf`; mirrors `.wmz` (GZIP-compressed `.wmf`)
Cross-platform supportNative GDI/GDI+ rendering on Windows; cross-platform via LibreOffice or Inkscape after GZIP decompression
Office clip art usePrimary distribution format for Microsoft Office 2003-2010 clip art collections
Printer output fidelityEMF records map directly to GDI print calls, allowing `.emz` files to describe full-resolution printer output
Unicode text recordsSupports `EMR_EXTTEXTOUTW` records for Unicode text rendered at the target device resolution
ReleasedLate 1990s (Office/Visio era); EMF itself introduced with Windows NT 3.1, 1993; EMF spec published as MS-EMF
Open standardYes · royalty-free
Specificationlearn.microsoft.com

EMZ conversions

Community Q&A

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

Frequently asked questions

How do I open an image001.emz attachment from an email?
It is an inline graphic that Outlook converted when sending. On Windows, insert it into Word/PowerPoint (Insert → Pictures) or open with XnView MP. Anywhere else: extract it with 7-Zip/gunzip to get an .emf and open that in LibreOffice Draw. Often the image is decorative (a signature logo) and can be ignored.
How do I convert EMZ to PNG or JPG?
Quickest on Windows: insert the EMZ into Word or PowerPoint, right-click it and choose 'Save as Picture'. Alternatively open it in XnView MP or LibreOffice Draw and save/export as PNG.
What is the difference between EMZ and EMF?
Same image - EMZ is an EMF compressed with GZIP (like SVGZ vs SVG). Decompressing an EMZ with 7-Zip or gunzip gives you the original EMF losslessly.
Can I open EMZ files on a Mac?
Nothing built-in reads it. Install LibreOffice (free) and open the file in Draw, or rename it to .emf.gz, decompress, and import the .emf into Inkscape.
Why did Outlook turn my image into an EMZ?
Outlook using RTF format for the message wraps inline graphics in metafiles; recipients outside Outlook then see image001.emz (or winmail.dat). Sender-side fix: send mail as HTML instead of Rich Text.
Is an EMZ a vector or raster image?
Usually vector - it stores drawing commands and scales cleanly - but EMF records can embed bitmaps, so some EMZ files are effectively wrapped raster images.

References

1RFC 1952 - GZIP file format specificationwww.rfc-editor.org
2Microsoft Open Specifications - MS-EMF: Enhanced Metafile Formatlearn.microsoft.com

Keep exploring

across the database

Top extensions this week

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

Related extensions

.CDRCorelDRAW image / drawing
.ODGOpenDocument Graphics (Drawing)
.VSDXMicrosoft Visio Drawing (2013+)
.AIAdobe Illustrator Artwork
.EPSEncapsulated PostScript
.VSDMicrosoft Visio Drawing (legacy binary, 2010 and earlier)

Free file tools

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

Open the toolbox

Browse file extensions A-Z