TIFF PNG
File conversion

Convert TIFF to PNG

Convert now
QUICK ANSWER
Is it possible to convert TIFF to PNG?
Yes - TIFF converts to PNG.

You can do it right here with our free converter - no sign-up, and your file is deleted right after.

Upload your TIFF above and download the PNG in seconds - it is free and your file is deleted after converting. The only caveat: a multi-page TIFF will produce one separate PNG file per page.

8 programs
Also to PNG: QOI · APM · PBM

On this page

Tested on macOS, Windows & Linux
Last verified Sep 2026

More free converters

HEIC, PNG, WEBP, MP3 and more - every tool here is free.

Open the toolbox
TIFF → PNG converterFREE
Drop a .TIFF file here
or pick one - we convert it to .PNG and give you the file to download

Why convert TIFF to PNG?

TIFF is the standard format for scanning and print workflows, but most websites, apps, and messaging platforms do not accept it. PNG is universally supported, displays natively in every browser, and is usually smaller than an uncompressed TIFF. Converting is risk-free because .PNG is a lossless format, so no pixel data is lost in the process.

How to convert TIFF to PNG

IrfanView FREE

Open the .tiff in IrfanView, go to File > Save As, and choose PNG as the output format.

Apple Preview BUILT-IN

Open the .tiff in Preview, then File > Export and select PNG from the Format dropdown.

GIMP OPEN-SOURCE

Open the .tiff in GIMP, then File > Export As and save with a .png extension.

Command line - ImageMagick CLI

Run magick input.tiff output.png to convert; for a multi-page TIFF use magick input.tiff page-%03d.png.

Programs that convert TIFF

About these formats

Quality & what to watch

  • A multi-page TIFF becomes one PNG file per page - PNG can only hold a single image.
  • CMYK TIFFs (common in print files) are converted to RGB on export, so colors may shift slightly.
  • If the source TIFF has an alpha (transparency) channel, PNG preserves it intact.

Frequently asked questions

Does converting TIFF to PNG lose quality?
No - both formats are lossless, so every pixel is preserved exactly. The only exception is a TIFF that already uses internal JPEG compression, which was lossy before the conversion.
Why is my PNG sometimes larger than the original TIFF?
The TIFF was likely compressed with LZW or ZIP, which can beat PNG on images with large uniform areas such as scanned documents. PNG is only guaranteed smaller than an uncompressed TIFF.
How do I convert a multi-page TIFF to individual PNGs?
Use ImageMagick (magick input.tiff page-%03d.png) or IrfanView (Image > Extract all frames) - each page becomes a numbered .png file.
What happens to CMYK color when converting to PNG?
PNG does not support CMYK, so the tool converts it to RGB on export. Colors may shift slightly; for precise results use Adobe Photoshop with a proper color profile.