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:
- Deliverables — the editable source a freelancer or agency hands over alongside the finished JPGs and PNGs.
- Templates — purchased mockups, social kits and banner sets designed to be opened and customised rather than used as-is.
- Working files — in-progress retouching, composites or packaging artwork that is not finished yet.
- Print handoffs — artwork 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
| Format | Editable layers | Opens in a browser | Typical size | Use it when |
|---|---|---|---|---|
| PSD | Yes | No | Very large | You still need to change the artwork |
| PNG | No | Yes | Medium | You need a finished image with transparency |
| JPG | No | Yes | Small | You need a finished photograph to send or upload |
| Limited | Yes | Varies | You 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.
- You only need to see it — Ask 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.
- You need to edit it — Open 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.
- You have the opposite problem — If 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.