Plain-English explainer

What Is a PSD File?

Someone sent you a file ending in .psd and it will not open the way a photo does. That is expected. PSD files are not pictures in the ordinary sense — they are design documents that keep every piece of an image on its own separate layer. This page answers "what is a PSD file?" in plain English: what .psd files are, why they exist, and what you can realistically do with one.

Updated 6 min read

Stands for
Photoshop Document
Looks like
artwork.psd
Contains
Stacked, editable layers
Opens in
Image editors, not photo viewers

What is a PSD file? The 20-second answer

The one-paragraph version

A .psd file is a saved Adobe Photoshop document. Instead of one flattened image, it stores the artwork as a stack of separate layers — background, subject, shadow, text, logo — each of which can still be moved, hidden, recoloured or deleted on its own. Think of it as the editable original that a JPG or PNG was exported from.

A useful analogy: a JPG is a printed photograph, while a PSD is the stack of transparent sheets a photograph was assembled from. You can hold the print up and look at it, but you cannot take the sky out of it. With the sheets, you can lift out any one of them.

That is why designers hand over .psd files at the end of a project. They are handing over the ability to change things later. The technical shorthand for the same idea: PSD is a layered raster document, described in more depth on our PSD file type guide.

What are .psd files, and where do they come from?

The extension has been Adobe Photoshop’s native save format since the program launched in 1990, and layers arrived a few versions later, in the mid-1990s. Everything since has been built on that model. When a designer chooses "Save as" in Photoshop and keeps the default, the result is a .psd file.

The format is documented publicly by Adobe, which is the reason other software can read it too. You will meet .psd files most often as:

  • Deliverablesthe editable source a freelancer or agency hands over alongside the finished JPGs and PNGs.
  • Templatespurchased mockups, social kits and banner sets designed to be opened and customised rather than used as-is.
  • Working filesin-progress retouching, composites or packaging artwork that is not finished yet.
  • Print handoffsartwork saved with the colour data a printer needs, which ordinary web formats cannot carry.

What is a PSD file made of?

Open one in an editor and you get a layers panel down the side — a list of every element in the artwork. The things that list can hold are what make the format worth its size:

  • Layers and groups

    Every element sits on its own layer with its own name, opacity and visibility switch, and layers can be nested into folders. Hide one and whatever was behind it is still there, untouched.

  • Masks instead of deletions

    A mask hides part of a layer rather than erasing it. That is how a cut-out can be refined a dozen times without ever losing the original pixels.

  • Live text and effects

    Headlines stay as real, retypeable text, and drop shadows or strokes stay as adjustable settings rather than being burnt into the picture.

  • Colour and document data

    Colour mode, bit depth, colour profile, guides and alpha channels all travel with the document, which matters a great deal for print work.

None of this is compressed lossily. The format uses lossless compression, so opening and re-saving a document does not chip away at quality the way repeatedly re-saving a JPG does. The trade-off is size: because every layer keeps its own full set of pixels, .psd files are routinely ten to a hundred times larger than the JPG exported from them.

How a PSD file compares to the files you already know

FormatEditable layersOpens in a browserTypical sizeUse it when
PSDYesNoVery largeYou still need to change the artwork
PNGNoYesMediumYou need a finished image with transparency
JPGNoYesSmallYou need a finished photograph to send or upload
PDFLimitedYesVariesYou need a fixed page layout others can view

The pattern is consistent: the more editable a format is, the less portable it is. PSD sits at the editable end, which is exactly why it does not behave like the image files you are used to.

This also answers the most common frustration with the format. Nothing is wrong when your phone or your browser refuses to display one — no browser renders this format at all, by design. It was never meant to be delivered to a viewer; it was meant to be opened in an editor.

What to do when someone sends you a PSD file

Decide first whether you need to look at the artwork or change it. The two answers lead to completely different tools.

  1. You only need to see itAsk the sender for a JPG or PNG export, or open the file in a viewer that can display its flattened preview. That takes seconds and needs no design software.
  2. You need to edit itOpen it in an editor that understands layers. Free options run in a browser or on the desktop — the routes and their trade-offs are compared in how to open a PSD file.
  3. You have the opposite problemIf all you were given is a flat JPG or PNG and you need it in layers, an AI tool can rebuild a layered document from a single image by splitting it into separate transparent layers for the subject, the objects and the background.

One caution worth knowing before you open anything: fonts do not travel inside the document. Text layers only reference a font by name, so if the original typeface is not installed on your machine, the software substitutes another one and the layout shifts. Ask the designer which fonts a file needs before you conclude it arrived broken.

PSD basics FAQ

What is a PSD file? Common questions, answered

It is a working file. Designers, retouchers and print studios use PSD files to keep artwork editable — each element on its own layer, with masks and adjustments that can be revised at any time. Finished JPGs and PNGs are exported from them for actual delivery.