.TIFF

TIFF File

Tagged Image File Format
Ask a question
QUICK ANSWER

A TIFF file is a Tagged Image File Format image - the standard for scanned documents, faxes, and archival photos. It opens without extra software on Windows (Photos app) and macOS (Preview). The most common tasks are converting a multi-page TIFF scan to PDF for sharing, or shrinking it to JPG for email.

Developer: Aldus / Adobe (now maintained by Adobe Systems) Category: Raster Image Files Open standard MIME: image/tiff
OPENS ON Windows macOS Linux Android iOS
Related: .JPG · .PNG · .TIF · .ECW

On this page

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

Files with the .tiff (or .tif) extension are a graphics file format for storing raster image data. .tiff files are used for saving raster graphics data including: bit depth from 1-bit bilevel up to 32 bits per channel, color profiles, and embedded metadata. Data in a TIFF can be saved in lossy or lossless format depending on the compression codec chosen - options include LZW, ZIP/Deflate, and PackBits for lossless, or JPEG for lossy. The standard also supports layers and multi-page documents through multiple Image File Directories (IFDs) within a single file. This advanced format is widely used for storing high-definition image data where fidelity is critical.

The TIFF standard was developed in the 1980s to introduce a standardized format for storing images captured with digital scanners. Because it had to be compatible with many devices available on the market, the format was designed around a flexible tag system - each tag describes one property of the image, making TIFF extensible without breaking older readers. Today, files with the .tiff extension can be edited on many hardware and software platforms.

TIFF is commonly used for saving prepress and DTP (desktop publishing) images. TIFF files are also used in scanning, fax transmission (CCITT Group 3/4 compression), optical character recognition, and other document-processing workflows. As TIFF offers lossless compression, this format remains popular among photographers and graphic artists as an archival master format. Geospatial professionals use the GeoTIFF profile - standard TIFF with geographic tags - for satellite and aerial imagery.

Security & safety

RISK: LOW

TIFF is image data and normally safe to open; it cannot contain executable macros. Two caveats: (1) the format is so flexible that malformed TIFFs have historically triggered parser bugs in image libraries (libtiff) - keep viewers updated; (2) "free TIFF converter/viewer" download sites and exotic conversion portals add no value and sometimes bundle adware - use the built-in OS viewers or reputable tools (IrfanView, XnView, GIMP, ImageMagick) instead.

Format details

in a nutshell
FULL NAMETagged Image File Formataka TIFF, Aldus TIFF
DEVELOPERAldus / Adobe (now maintained by Adobe Systems)since 1986 (Aldus); TIFF 6.0 spec 1992, owned by Adobe since 1994
MIME TYPEimage/tiff
TYPETag-based raster image container (binary)
STANDARDOpen · royalty-free
MAGIC BYTES · FILE SIGNATURE
OFFSET
00010203
HEX
49492A00
ASCII
II*·
First two bytes declare byte order: "II" (Intel/little-endian) or "MM" (Motorola/big-endian), followed by the number 42 (0x2A) in that order. .tif and .tiff are the exact same format - only the extension spelling differs. BigTIFF uses version 43 (0x2B) instead of 42.

Programs that open TIFF files

Windows5 apps
Microsoft Windows Photos Built-in Double-click the .tiff - the built-in Photos app opens it; use arrows to page through multi-page TIFFs.
Adobe Photoshop Paid Open for full editing including 16/32-bit and layered TIFFs; the prepress/photography standard.
GIMP Open-source File -> Open to edit; File -> Export As to save to PNG/JPG/PDF. Free Photoshop alternative.
IrfanView Free Open the .tiff; for multi-page use Image -> Extract all frames, or Save As PDF to combine pages.
XnView MP Free Open or batch-view TIFFs; Tools -> Batch Convert exports many .tiff to JPG/PDF at once.
macOS3 apps
Adobe Photoshop Paid Full editing of layered/high-bit-depth TIFFs.
GIMP Open-source Open to edit; export to other formats.
Apple Preview Built-in Double-click the .tiff; Preview shows multi-page TIFFs and exports to PDF/JPEG via File -> Export.
Linux4 apps
GIMP Open-source Open and edit; export to PNG/JPG/PDF.
darktable Open-source Imports TIFF for non-destructive photo editing/export; a raw/photo workflow tool, not a quick viewer.
ImageMagick Open-source Command line: 'magick scan.tiff scan.pdf' combines pages; 'magick in.tiff out.jpg' converts.
gThumb / Eye of GNOME Open-source Default GNOME image viewers display TIFFs, including multi-page in gThumb.
Android1 app
Google Files / Photos Built-in Most gallery apps preview TIFF; for multi-page use a dedicated viewer or convert via Drive.
iOS1 app
Files / Photos (built-in) Built-in Tap the .tiff in Files to preview; share-sheet -> Print -> pinch-out to save as PDF.

Technical details

deep spec
File typeTag-based raster image container
EncodingBinary - byte order declared in header: little-endian (II, 49 49 2A 00) or big-endian (MM, 4D 4D 00 2A)
Magic bytes49 49 2A 00 (little-endian) or 4D 4D 00 2A (big-endian) at offset 0; BigTIFF uses version byte 0x2B instead of 0x2A
Container structure8-byte header pointing to a chain of Image File Directories (IFDs); each IFD lists tags and pointers to strip/tile pixel data
Compression codecsNone, LZW, PackBits, ZIP/Deflate, CCITT Group 3/4 (fax), JPEG, JPEG2000 (per-image selection)
Color depth1 bpp (bilevel) to 8/16/32 bits per channel; grayscale, RGB, CMYK, YCbCr, CIE Lab, palette; optional alpha
Multi-page supportMultiple images via chained IFDs in a single file; no fixed maximum
Typical file size500 KB to 100+ MB (uncompressed high-resolution scans at the high end)
Max file size4 GB in classic TIFF (32-bit IFD offsets); BigTIFF (version byte 43) removes this with 64-bit offsets
MIME typeimage/tiff (primary); image/tiff-fx (fax profile)
Metadata supportEXIF, IPTC, XMP, ICC color profiles, GeoTIFF geographic tags
Profiles and extensionsTIFF/EP (ISO 12234-2, camera raw), TIFF/IT (ISO 12639, prepress), GeoTIFF (geospatial), BigTIFF (large file)
Color space supportGrayscale, RGB, CMYK, YCbCr, CIE L*a*b*, indexed palette - identified by the PhotometricInterpretation tag
Released1986 (Aldus); TIFF 6.0 spec 1992, owned by Adobe since 1994
Latest versionTIFF 6.0 (1992); TIFF/EP (ISO 12234-2), TIFF/IT (ISO 12639), GeoTIFF and BigTIFF as extensions
Open standardYes · royalty-free
Specificationwww.adobe.io

TIFF conversions

Community Q&A

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

Frequently asked questions

What's the difference between TIFF and TIF?
None - they are the same Tagged Image File Format. The .tif spelling is a leftover from the old DOS 3-letter extension limit. You can rename .tiff to .tif (or vice versa) with no effect on the file.
How do I convert a TIFF to PDF?
Open it in IrfanView (Windows) and choose Save As -> PDF, or use Preview on macOS (File -> Export as PDF). A multi-page TIFF becomes a multi-page PDF automatically. You can also 'print' it to Microsoft Print to PDF.
Why is my TIFF file so large?
TIFF is usually lossless and often uncompressed, so a high-resolution scan can be tens of MB. Convert to JPG (photos) or PDF (documents) to shrink it for sharing, or re-save with LZW/ZIP compression inside TIFF.
Why can't I open a TIFF on my phone?
Some phone gallery apps don't render TIFF, especially multi-page or CMYK ones. Use a dedicated viewer, or convert it to PDF/JPG first (e.g. via Google Drive).
My TIFF has several pages - how do I see them all?
A multi-page TIFF holds many images in one file. Windows Photos and macOS Preview let you page through them; IrfanView can extract every frame; converting to PDF keeps all pages in order.
Is TIFF good for printing?
Yes - it's a prepress standard. TIFF keeps full quality (lossless, high bit depth, CMYK and ICC color profiles), which is why print shops and archives prefer it over JPEG.

References

1Library of Congress - TIFF format sustainabilitywww.loc.gov
2Adobe - TIFF 6.0 Specification (open standard)www.adobe.io

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.MDMarkdown Document
5.PARTPartial Download File
6.BINCD/DVD Disc Image (BIN/CUE)
7.EXEWindows Executable (Portable Executable)
8.RPMSGRestricted Permission Message
9.AVIFAV1 Image File Format (AVIF)
10.NOMEDIAAndroid No-Media Marker File

Related extensions

.JPGJPEG Image
.PNGPortable Network Graphics
.TIFTagged Image File Format
.ECWEnhanced Compression Wavelet (ECW) image
.AVIFAV1 Image File Format (AVIF)
.JP2JPEG 2000 Image (ISO/IEC 15444-1)

Free file tools

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

Open the toolbox

Browse file extensions A-Z