.CZI

CZI File

Carl Zeiss Image (ZISRAW container)
Ask a question
QUICK ANSWER

A CZI file is a microscopy image saved by ZEISS ZEN acquisition software. It stores multiple channels, Z-stacks, time points and tile scenes in one container, so ordinary image editors cannot open it. Open it free with ZEISS ZEN lite or Fiji/ImageJ (Bio-Formats plugin). To share a single channel or slice, export to TIFF or PNG from those tools.

Developer: Carl Zeiss Microscopy GmbH Category: Image Files Open standard MIME: image/czi
OPENS ON Windows macOS Linux
Related: .ICO · .CUR · .CSD · .ICNS

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 CZI file format?

Files with the .czi extension contain multidimensional images along with the necessary metadata recorded by a ZEISS microscope. They are produced and used by ZEN imaging software and internally stored in the ZISRAW segmented container format. Introduced in 2011, .czi was developed by Carl Zeiss Microscopy GmbH to meet all the requirements set by advanced and professional microscope users, superseding the older .lsm and .zvi formats.

.czi files can include frame-by-frame multidimensional images, Z stacks, multi-position experiments, or whole-slide virtual scans. The format supports up to ten logical dimensions per pixel set - X, Y, Z, channel, time, scene, phase, illumination, rotation, and mosaic tile - making it well suited for complex fluorescence and brightfield acquisitions.

The file saves the image data and metadata such as:

  • Document information: title, subject, keywords, recording date, user information
  • Image information: dimensions, pixel type, scale for the X, Y, Z axes, annotations
  • Microscope settings: model, objective, reflector, contrasting method, fluorescent dyes and filters, stage positions
  • Camera settings: type, exposure values, bit depth, merging

Each image is stored as individually compressed sub-blocks that can use uncompressed, JPEG, JPEG XR, LZW, or Zstd compression; a directory segment indexes all sub-blocks for fast random access. The ZISRAW specification is publicly documented for reading, allowing the development of third-party software that utilizes data saved in .czi files, though the write implementation is covered by a confidential addendum.

The .czi format was created to save all necessary information for microscopic imaging in one file. It is utilized by advanced ZEISS devices as well as a host of specialized software, libraries, and projects for analyzing and processing microscopy data - including OME Bio-Formats / OMERO, QuPath, napari (via aicsimageio), Fiji/ImageJ, MATLAB, and the open-source libCZI library. Sharing .czi files is made possible through the freely available ZEN lite software, which allows other users to view, play back, and process the recorded materials.

Security & safety

RISK: LOW

CZI is research imaging data with no executable content, so the file itself is low risk. The real concerns are practical: very large files can exhaust RAM/disk (use viewers that stream tiles, like Bio-Formats/QuPath), and exporting to lossy JPG or a single channel silently discards the multidimensional, 16-bit scientific data - always keep the original CZI. Beware "CZI viewer" download sites; use the official ZEISS ZEN lite or open-source Fiji/QuPath instead.

Format details

in a nutshell
FULL NAMECarl Zeiss Image (ZISRAW container)aka Zeiss CZI, Carl Zeiss Image Data File
DEVELOPERCarl Zeiss Microscopy GmbHsince 2011 (with ZEISS ZEN imaging software)
CATEGORYImage Files
MIME TYPEimage/czi
TYPEProprietary multidimensional microscopy image container (binary)
STANDARDOpen · royalty-free
MAGIC BYTES · FILE SIGNATURE
OFFSET
00010203040506070809
HEX
5A495352415746494C45
ASCII
ZISRAWFILE
A CZI begins with a ZISRAW segment header. The first/file-header segment's ID is the ASCII string "ZISRAWFILE" (10 bytes) at offset 0; every internal segment likewise starts with a "ZISRAW..." identifier (ZISRAWSUBBLOCK, ZISRAWMETADATA, ZISRAWATTACH, ZISRAWDIRECTORY). The reference reader notes ~98% of CZI files start with these bytes.

Programs that open CZI files

Windows3 apps
ZEISS ZEN lite Free Install ZEN lite (free, registration) and open the .czi to view all channels/scenes and metadata exactly as acquired.
Fiji / ImageJ (Bio-Formats) Open-source File > Open the .czi; Bio-Formats' Import dialog lets you pick series/scenes, split channels and view stacks. Recommended over plain ImageJ.
QuPath Open-source Open the .czi (uses Bio-Formats); choose which scene to open for whole-slide/multi-scene analysis.
macOS2 apps
Fiji / ImageJ (Bio-Formats) Open-source Open the .czi via Bio-Formats to view channels, Z-stacks and time series; export to TIFF/OME-TIFF.
QuPath Open-source Cross-platform whole-slide viewer/analyzer; opens CZI with Bio-Formats and lets you select scenes.
Linux2 apps
Fiji / ImageJ (Bio-Formats) Open-source Open the .czi via Bio-Formats; the standard free route on Linux for multidimensional CZI.
napari (with bioio/aicsimageio) Open-source pip install napari + a CZI reader plugin (bioio-czi), then drag the .czi in to browse dimensions interactively.

Technical details

deep spec
Container formatZISRAW - typed, length-prefixed segment container comprising a file-header segment, image sub-blocks, a metadata block, optional attachments, and a directory segment
EncodingBinary, little-endian byte order
Magic bytes`ZISRAWFILE` - 10 ASCII bytes at offset 0 in the file header; every internal segment begins with a `ZISRAW…` segment ID (e.g. `ZISRAWSUBBLOCK`, `ZISRAWMETADATA`, `ZISRAWATTACH`, `ZISRAWDIRECTORY`)
Per-tile compressionEach sub-block is independently compressed: uncompressed, JPEG, JPEG XR, LZW, or Zstd
Supported dimensionsUp to 10 logical dimensions per pixel set: X, Y, Z, channel (C), time (T), scene (S), phase (H), illumination (I), rotation (R), and mosaic/tile (M)
Pixel typesGray8, Gray16, Gray32-float, Bgr24, Bgr48; commonly 8- or 16-bit per channel for multi-channel fluorescence
Embedded metadataFull acquisition XML stored in a dedicated `ZISRAWMETADATA` segment; contains microscope, camera, objective, and stage parameters
Random access`ZISRAWDIRECTORY` segment at the end of the file indexes all sub-blocks by position, enabling efficient tile-level random access without sequential scanning
AttachmentsOptional `ZISRAWATTACH` segments carry thumbnail image, label image, overview image, and acquisition event log
MIME type`image/czi`; fallback `application/octet-stream`
Typical file sizeTens of MB to hundreds of GB - whole-slide mosaics and multi-dimensional time-lapse Z-stacks are very large
Platform supportWindows, macOS, and Linux via `libCZI`, OME Bio-Formats, and ZEISS ZEN software
Specification statusZISRAW spec publicly documented for reading (enabling third-party readers); write implementation covered by a confidential addendum, so third-party tools generally read but do not author `.czi` files
Predecessor formatsSupersedes ZEISS `.lsm` and `.zvi` microscopy image formats
Released2011 (with ZEISS ZEN imaging software)
Latest versionZISRAW (CZI) File Format Design Specification Release 1.2.x
Open standardYes · royalty-free
Specificationwww.zeiss.com

CZI conversions

Community Q&A

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

Frequently asked questions

How do I open a CZI file for free?
Use ZEISS ZEN lite (free viewer) or open it in Fiji/ImageJ, QuPath or napari via the Bio-Formats plugin. Ordinary image programs like Photos or Photoshop cannot read CZI.
Why won't Photoshop or Windows Photos open my CZI?
A CZI is a multidimensional microscopy container (many channels, Z-stacks, time points, scenes) plus metadata, not a flat picture. You need microscopy software (ZEN, Fiji, QuPath) to read it.
How do I convert a CZI to TIFF or PNG?
Open it in Fiji or ZEN lite and export. Use OME-TIFF to keep all channels/dimensions and metadata; pick a single channel/slice for PNG. Keep the original CZI as the master copy.
My CZI opened as several separate images - why?
It is a multi-scene or tiled (mosaic) acquisition. In Bio-Formats' import dialog choose the scene/series you want, or stitch tiles in ZEN/Fiji.
Can I edit and save back to CZI?
Generally no - the ZISRAW spec is open for reading but confidential for writing, so third-party tools read CZI but export results to OME-TIFF/TIFF instead. Only ZEISS ZEN writes CZI.
What software made my CZI file?
ZEISS ZEN, the acquisition software for ZEISS light microscopes (confocal, widefield, slide scanners). CZI replaced ZEISS's older LSM and ZVI formats in 2011.

References

1ZEISS - CZI Image File Formatwww.zeiss.com
2OME Bio-Formats - Zeiss CZIbio-formats.readthedocs.io

Keep exploring

across the database

Top extensions this week

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

Related extensions

.ICOWindows Icon File
.CURWindows Cursor File
.CSDSinger/Poem/Huskygram Embroidery Design File
.ICNSApple Icon Image
.ORAOpenRaster Image File
.SVSAperio ScanScope Virtual Slide

Free file tools

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

Open the toolbox

Browse file extensions A-Z