Written by Jennifer Walsh. Reviewed for technical accuracy by Shubham Dixit, Independent Expert in Email Forensics and Data File Conversion.
Shubham is an independent external reviewer and not an employee of PCDOTS.
Quick answer. GIMP converts a PSD to TIFF free on any platform, and ImageMagick does a whole folder from the command line. The thing to decide first is layers, because a batch conversion flattens them, and only Photoshop writes a TIFF that keeps them. For print, check the colour mode and use LZW compression.
On this page
Why move a PSD to TIFF?
PSD is Photoshop’s own working format, built to hold your layers, masks and adjustment stack while you are still editing. TIFF is what you hand over when the editing is done. It is lossless, it carries high bit depth and CMYK, it holds resolution and colour metadata that a printer needs, and it opens in more or less every serious imaging and layout application without anyone needing Photoshop.
So the conversion usually happens at one of three moments. You are sending artwork to a printer or a publication that asks for TIFF. You are placing images into a layout application. Or you are archiving finished work in a format that will still be readable in twenty years without depending on one company’s software. All three are about handing the file on, which is exactly what TIFF is for.
Flattened or layered, decide first
Here is the point most guides get wrong, and it is worth settling before you convert anything. You will read that TIFF cannot hold layers. That is not true. The TIFF format does support them, and Photoshop can write a layered TIFF quite happily.
What is true is that almost every other route flattens. A batch converter, a command line tool or a quick export gives you a single composited layer, which is normally exactly what you want for a print submission or an archive copy. A layered TIFF is a different thing, considerably larger, and although the layers are preserved, only Photoshop and its close relatives will read them back. Most other applications will simply show the flattened composite and ignore the rest.
So ask what the file is for. Handing it to a printer, a client or an archive, take the flattened version and keep your PSD as the master. Genuinely needing an editable file elsewhere, keep the PSD itself, since that is the format designed for the job.
Keep the PSD as your master and hand on the flattened TIFF.
Convert PSD to TIFF free
You do not need a Photoshop subscription for this, whatever the usual advice suggests. Three free routes cover almost every case, and one point of housekeeping first, Microsoft Paint cannot open PSD files at all, so any guide walking you through Paint for this is describing something that does not work.
GIMP is the straightforward free answer. It is free, it runs on Windows, Mac and Linux, and it opens a layered PSD properly. Open the file, go to File then Export As, give the name a .tif extension, and choose your compression in the dialog that follows. For one file or a handful this is as good as the paid route.
ImageMagick is the one to reach for when there is a folder to get through. It is free, it works from the command line, and a single instruction converts everything in a directory. Worth knowing that a PSD contains both the individual layers and a merged composite, so referring to the composite explicitly, as in magick input.psd[0] output.tif, is what gives you the flattened image you expect rather than a multi page file of separate layers.
macOS Preview handles a one off with nothing to install. Open the PSD in Preview, choose File then Export, and pick TIFF. It flattens, which for a handover copy is fine.
The settings that matter
A TIFF that is technically correct can still be wrong for the job, and this is where conversions quietly go astray. Four settings decide whether the file you hand over actually works.
Colour mode is the one that catches people out. Print work generally wants CMYK, and if your PSD is in RGB then a converter will hand you an RGB TIFF, because it copies the image across rather than performing a profiled colour conversion. Changing colour space properly is a Photoshop job with the right profile, and doing it carelessly shifts your colours. So if the destination is a press, sort the colour mode out in the PSD before you convert. Screen and archive work stays in RGB quite happily.
Compression is the one people get backwards. Guides often suggest uncompressed TIFF as the quality option, but LZW and ZIP are lossless too, so they throw nothing away and produce a substantially smaller file. Uncompressed costs you disk space and buys you nothing. Choose it only if a specific workflow demands it. Resolution should already be right in the PSD, typically 300 ppi at final size for print, since a conversion carries the pixels across and does not add any. And layers, as above, flatten unless you have a concrete reason not to.
Uncompressed is not the quality setting. LZW is lossless and much smaller.
Convert a folder of PSD files in bulk
ImageMagick is excellent if a terminal suits you. When it does not, or when you want to see the images before committing, a desktop converter does the same batch work through an interface. The PCDOTS Image Converter loads a folder of PSD files, previews them, and writes a TIFF for each in a single run on your own PC with nothing uploaded. Like every batch route it produces flattened files, which is the right output for handover copies, and it carries the pixels across unchanged. Set your colour mode and resolution in the PSD beforehand and the results will be what you expect. There is a free version to try on your own files first.
The bulk route, for a folder of PSD files in a single run.
Here are the steps with the screens.
Step 1. Install and run the converter on your Windows PC.

Step 2. Click Open, choose PSD, and add your files or a whole folder, then preview them.

Step 3. Click Export and select TIFF from the list.

Step 4. Browse to a destination and click Save.

The same tool covers the neighbouring conversions, so there are guides to convert PSD to PNG for screen work, to convert PSD to EPS for vector oriented print workflows, and to convert PSD to GIF when the layers are animation frames.
The methods compared
Match the route to how many files you have and whether layers matter.
| Method | Best for | Good to know |
|---|---|---|
| GIMP | A file or two, free | Cross platform, sets compression |
| ImageMagick | A folder, free | Command line, use the composite |
| Batch converter | A folder, no command line | Previews first, output flattened |
“The archival argument for TIFF is a real one and it is about dependency rather than quality. A PSD is a proprietary working format tied to one application, whereas TIFF is openly documented and read by almost everything, which is why it survives handovers and long storage far better. The trade is that a flattened file records the finished picture and not the decisions behind it, so the sensible habit is to keep both, the editable original as the master and the TIFF as the copy you hand on.” Shubham Dixit, Data File reviewer (draft, pending approval)
Frequently asked questions
How do I convert a PSD file to TIFF?
Open the PSD in GIMP and use File then Export As with a .tif name, which is free on any platform. For a folder, ImageMagick converts them all from the command line, or a batch converter does it through an interface.
Can I convert PSD to TIFF without Photoshop?
Yes. GIMP, ImageMagick and macOS Preview all open PSD files and write TIFF, and all three are free. Microsoft Paint does not open PSD files at all, despite what some guides suggest.
Does converting PSD to TIFF lose quality?
No. TIFF is lossless, so the pixels transfer unchanged, and LZW or ZIP compression shrinks the file without discarding anything. What you lose is the layer structure, not the image.
Can a TIFF keep my Photoshop layers?
The format supports layers and Photoshop can save them, but batch tools and quick exports flatten. A layered TIFF is much larger and only Photoshop family software reads the layers, so flattening and keeping the PSD as your master is usually better.
Should I use uncompressed TIFF for the best quality?
No need. LZW and ZIP are lossless, so they preserve the image exactly while producing a far smaller file. Uncompressed only costs you storage.
Will my RGB file become CMYK for printing?
Not automatically. A converter copies the image rather than performing a profiled colour conversion, so if the press needs CMYK, change the colour mode in the PSD before converting.
Pick the TIFF your job needs
Almost every awkward PSD to TIFF conversion traces back to one of two decisions made without thinking. Flatten or keep layers, and what the colour mode should be. Settle those in the PSD, then the conversion itself is the easy part, GIMP for a file or two, ImageMagick for a folder if you are happy in a terminal, and a batch converter when you would rather click through it. Choose LZW so the file stays sensible, keep the original PSD as your master, and the TIFF you hand over will open cleanly wherever it lands.