PowerPoint gives you three ways to put a picture on a slide, hides the choice behind a dropdown arrow most people never click, and then lets you discover the consequences weeks later when the deck shows up on someone else’s laptop covered in red Xs. Let me save you that discovery. The short version: most people should embed, almost always, and the only reason to link is a specific problem most users don’t have. If that’s all you needed, you can stop reading. If you want to know why, and how each option fails, read on.

The three options, and what they actually do

When you go to Insert → Pictures → This Device and select a file, look at the Insert button in the bottom-right of the dialog. There’s a small down arrow on it. Click it and you get three choices:

  • Insert (the default) — embeds the picture. A full copy of the image is stored inside the .pptx file. The original file on disk is now irrelevant; you can delete it and the slide is unaffected.
  • Link to Filelinks the picture. PowerPoint stores only the file path and name, not the image data. The slide displays whatever is currently at that path.
  • Insert and Linkboth. It embeds a copy and keeps a link, so the picture displays even if the original goes missing, but updates if the original changes.

If you just click Insert (or double-click the file), you embed. That’s the default, and for most people it’s also the right answer — which is convenient, but worth understanding rather than relying on by accident.

How embedding fails: file bloat

Embedding has exactly one real downside, and it’s file size. Every embedded image lives inside the presentation, so a deck with fifty high-resolution photos becomes a large file. Email it and you hit attachment limits; store hundreds of such decks and the storage adds up.

That’s the entire failure mode. It’s a manageable one. PowerPoint already applies automatic image compression on save, and you have direct control over how aggressive that is — covered in the Compress Pictures decision tree. For the overwhelming majority of business presentations, an embedded deck is a perfectly reasonable size, and the convenience of a self-contained file that just works everywhere is worth far more than the megabytes you’d save by linking.

Embedded images do not break. They don’t go red-X. They don’t vanish when you move the file. They travel with the presentation by definition. That reliability is the whole point.

Linking trades that reliability away. Because PowerPoint stores only a path, the image displays only if that exact path still resolves on the machine opening the file. The instant it doesn’t, you get the red X placeholder where the image should be.

And the path stops resolving more easily than you’d think:

  • You move or rename the original image file. Red X.
  • You move the presentation to another folder, and the link was relative. Red X.
  • You send the deck to a colleague. Their machine has no C:\Users\You\Pictures\logo.png. Red X on every linked image.
  • You delete the original because you “already put it in the slide.” You didn’t — you linked it. Red X.

This is the single most common way linked images fall over, and it’s why the red X image placeholder is one of the most-searched PowerPoint image errors. Nine times out of ten, a red X means a linked image whose source has wandered off.

There’s a quieter failure too. Link to File auto-updating has been unreliable in PowerPoint’s Current Channel. The promise of linking — edit the original, the slide updates — has been confirmed broken in recent builds, where updating the source image with the same filename does not refresh the linked image as it should. So you can lose the headline benefit of linking while keeping all of its fragility. That’s the worst of both worlds, and it’s a real, currently-reported state of the feature, not a theoretical risk.

You can manage links through File → Info → Edit Links to Files (bottom-right of the Info pane), where you can update, change source, or break links. It works, but it’s a buried, neglected dialog, and needing it at all is a sign you’re managing complexity that embedding would have eliminated.

Insert and Link is the genuinely clever option and the one almost nobody uses. It embeds a full copy (so the slide displays everywhere, even with the original missing — no red X) and keeps a link (so it can update if the source changes). You get reliability and update capability.

The cost: the biggest file size of the three, because you’re storing the image data and carrying link overhead. And it leans on the same auto-update mechanism that’s been flaky, so the “updates automatically” benefit isn’t guaranteed.

For a deck where a logo or chart might change and you want it to refresh without re-inserting, Insert and Link is defensible. For everything else, it’s paying file-size cost for an update feature you may not get.

Linking earns its place in narrow, real situations:

  • Hard file-size ceilings. A deck with dozens of huge images that must stay under a strict size limit, where embedding genuinely isn’t viable even after compression.
  • A shared, governed asset library. A team referencing the same central images from a fixed network location that genuinely never moves, where one update to the source should flow to many decks — and where you’ve verified auto-update works in your build.
  • You always present from the same machine with the assets in a stable location, and the deck never travels.

Notice what every one of these has in common: a controlled, stable path that does not change. The moment the path can move — and on shared drives, synced folders, and emailed files, it can always move — linking becomes a liability. If you can’t guarantee the path, don’t link.

Embedded vs linked, at a glance

Embedded (Insert)Linked (Link to File)Insert and Link
Image data stored in fileYesNoYes
Survives moving/emailing the deckAlwaysNo (red X)Yes
Updates when source changesNoSupposed to (unreliable in current builds)Supposed to (unreliable)
File sizeLargerSmallestLargest
Main failure modeFile bloatBroken links / red XFile bloat
Right for most usersYesOnly with a stable, fixed pathNiche

How to tell what you’ve already got

There’s no badge on a slide telling you whether an image is embedded or linked — right-clicking gives you no clue, which is its own small failure of design. The one reliable place to check is File → Info → Edit Links to Files (bottom-right of the Info pane). If that option is present and lists your images, those images are linked. If there are no file links to edit, your images are embedded. It’s a clumsy way to find out, but it’s the only definitive one.

This matters most when you inherit a deck from someone else and need to know whether it’s safe to move. If Edit Links to Files shows a stack of linked images pointing at paths on the original author’s machine, you already know what’ll happen when you open it somewhere else: red Xs. Better to find out before the meeting than during it.

Converting linked images to embedded

If you’ve inherited (or built) a deck full of linked images and want to make it portable, you don’t have to re-insert everything. In Edit Links to Files, select a link and choose Break Link. Breaking the link converts that linked image into a static embedded copy of whatever it currently displays — the picture stays on the slide, but it’s now baked into the file and can no longer go red-X. Do this for every link and the presentation becomes self-contained and safe to send.

The catch: Break Link captures the image as it appears right now, so if a link is already broken (showing a red X) at the moment you break it, you embed the red X, not the image. Make sure every linked image is displaying correctly first — repoint any broken links to their sources via Change Source in the same dialog — and only then break them all.

When linking is the right call, give yourself the best chance of the paths surviving. The reliable pattern is to keep the presentation and every linked image in a single folder, and insert the links after everything is in that folder. PowerPoint is more likely to store a workable relative reference this way, so moving the whole folder together keeps the links intact. The moment images live scattered across different drives and user folders, you’re relying on absolute paths that won’t survive the first move. One folder, links created in place, moved as a unit — that’s the discipline that makes linking tolerable. Skip it and you’re back to red Xs.

The recommendation, stated plainly

Embed. The default behaviour is the correct behaviour for the vast majority of presentations, and it’s the default for a reason. A self-contained .pptx that displays correctly on any machine, in any folder, in any inbox, is worth far more than the file-size savings of linking — and it spares you the most common image error in PowerPoint entirely.

Link only when you have a concrete file-size or shared-asset reason and a path you can absolutely rely on not to change. If you’re not sure whether you have that, you don’t — embed.

One last point, because the two get confused: embedding protects you from broken links, but it does not protect you from images vanishing for a different reason entirely — the cloud-save bug where images disappear from a deck after saving to OneDrive or SharePoint. That’s a separate fault with a separate cause, and embedding won’t prevent it. If your images disappeared from an embedded deck, you’re looking at images disappeared after save, not a linking problem.