ZipTool
ZipTool

View a .tiff online

Open .tiff / .tif files in your browser — multi-page navigation, no install, no upload.

Load from cloud

Drop your .tiff anywhere on this page

Decoded entirely in your browser — your image is never uploaded.

Drop a .tiff on most browser tabs and you get a download prompt or a blank box — Chrome, Firefox, and Edge cannot render TIFF natively at all (only Safari, sometimes, for plain uncompressed pages). That is a strange state of affairs for a format that scanners, fax machines, Photoshop, and every print shop still emit daily. This page fixes it locally: drop the .tiff (or .tif) on it and the first page renders immediately, decoded entirely in your browser by a TIFF engine bundled with the page. Nothing is uploaded, nothing is installed.

Multi-page documents — the fax, the 40-page scan, the batch export — are first-class: a page counter with prev/next navigation walks the document one page at a time, each page decoded on demand (so a huge document costs one page of memory, not the whole stack), and the status bar offers the page you are looking at as a PNG download. A .tiff that arrived inside a zip opens the same way: click it in the file tree.

How to view a TIFF here

Three steps, and the "cannot display this image" era is over.

  • Go to ZipTool and drag the .tiff/.tif onto the page (or use the file picker, or paste a URL).
  • The first page opens immediately — zoom, pan, and double-click work like any photo viewer.
  • Multi-page documents: use the prev/next counter to walk pages; each renders on demand.
  • Download the page you are viewing as a PNG from the status bar — the format every tool accepts.
  • Nothing is uploaded — turn off your internet after the page loads and viewing keeps working.

Why browsers gave up on TIFF — and why that is fixable

TIFF predates the web: a 1986 Aldus/Adobe format designed as a flexible container for scanners and publishing, it grew dozens of compression variants (LZW, PackBits, CCITT fax codes, Deflate, JPEG-in-TIFF, and more) and features browsers never committed to implementing. When the web standardized on JPEG, GIF, and later PNG and WebP, TIFF stayed the format of scanners, fax machines, and professional publishing — ubiquitous on disk, invisible in a tab.

But a TIFF is just bytes, and a complete decoder fits comfortably in a web page. The engine here parses the IFD (image file directory) structure that defines each page, decompresses the variant the page uses, and hands the browser RGBA it can display natively — the same relationship to the browser that the HEIC and camera-RAW viewers on this site have. Your file is decoded next to the rendering, never on a server.

Multi-page TIFFs — the fax/scan reality

A TIFF file is a chain of pages (IFDs linked one to the next), and the format became the lingua franca of multi-page scanning: office scanners emit one .tif per document, faxes arrive as multi-page TIFFs, and archival systems store years of paperwork that way. Single-page viewers show page one and stop — not good enough for a 40-page contract scan.

This viewer treats the document as a document: the page counter navigates the full chain, and only the page on screen is decoded. That is also the honest memory story — opening a hundred-page scan costs one page of pixels at a time, not a hundred, and a page whose header claims absurd dimensions is refused before any pixel is allocated rather than freezing the tab.

Honest limits

A browser-based TIFF viewer is genuinely useful, with a few boundaries.

  • Per-page, not full-document export. The download offers the page you are viewing as a PNG — the honest unit for a viewer. Converting an entire multi-page document to a PDF or a zip of pages is a different tool.
  • Compression coverage is wide, not total. The engine decodes the common variants (uncompressed, LZW, PackBits, Deflate, CCITT G3/G4 fax, and old-style JPEG-in-TIFF); an exotic or proprietary variant refuses with a clear message instead of garbage.
  • 128 MB input, 512 MB per page. Both caps are stated refusals, not freezes: a file past them says so instead of exhausting the tab.
  • This is a viewer. No TIFF editing, no page reordering, no annotation — look, navigate, export a page. Photoshop remains Photoshop.

Frequently asked questions

How do I open a .tiff file online?

Drop it on this page. The first page renders immediately — decoded entirely in your browser, no install, no upload. Multi-page documents open with a page counter and prev/next navigation, and the page you are viewing downloads as a PNG.

Why won’t my .tiff display in Chrome?

Because Chrome, Firefox, and Edge do not implement TIFF decoding at all — the format’s many compression variants predate the web and were never adopted. Only Safari renders some TIFFs natively. A page with its own decoder, like this one, is the browser-side fix.

Can it open multi-page TIFF files?

Yes — page-by-page with prev/next navigation, each page decoded on demand. That keeps a long fax or scan cheap to browse (one page of memory at a time) and makes the page counter the honest map of the document.

Can I convert TIFF to PNG or JPG?

Per page, yes — the viewer offers the page on screen as a PNG download, which is exactly what most "convert tiff to jpg" errands actually need. Whole-document conversion (a PDF or a zip of pages) is not offered; converting a single-page TIFF is one download.

Do you upload my .tiff?

No. The decoder is JavaScript running in your tab, so there is no server to receive the file. Confirm it in DevTools — the Network tab shows no upload — and by disconnecting from the internet after the page loads: viewing and paging keep working.

Drop here.