Skip to content
3 min readPDFImages

How to Shrink a Huge PowerPoint Without Wrecking the Images

Nearly every oversized deck has the same cause, and it is not the number of slides. It is images stored at far higher resolution than any screen will show.

A deck hits 90MB, the email bounces, and the usual response is to start deleting slides. That almost never helps, because slides are not what makes a file large. Images are — specifically, images stored at a resolution nothing will ever display.

Why decks get big

A photo straight from a phone or a stock site is commonly 4000-6000 pixels wide. A 16:9 slide shown on a 1080p projector is 1920 pixels wide. Place that photo full-bleed and you are storing roughly three times more pixels in each direction — around nine times the data — than can ever be shown.

Do that on fifteen slides and the arithmetic explains the whole problem. Scaling an image *down inside PowerPoint does not reduce what is stored*: the original is retained so you can resize again later. A 5MB photo dragged to a quarter of the slide is still 5MB in the file.

Three other contributors, in rough order of impact: embedded video, embedded fonts (particularly several families with full character sets), and cropped images where the cropped-away area is still stored.

Resolution worth targeting

Match the pixels to the display, with a margin for zooming and higher-density screens:

  • **Full-bleed background image:** 1920px wide is plenty for a 1080p projector. 2560px if it might be shown on a 4K display.
  • **Half-slide image:** 1280px wide.
  • **Quarter-slide or inset:** 800px wide.
  • **Logos and icons:** use vector (SVG or native shapes) wherever possible — infinitely scalable and usually a few kilobytes.

Going below these produces visible softness. Going far above produces file size and nothing else.

Format matters as much as size

Choosing the wrong format can double a file for no benefit. Google's guide to choosing an image format is written for the web but the reasoning transfers directly:

  • **Photographs → JPEG.** Compression is designed for continuous-tone imagery. Quality 80 is usually indistinguishable from 100 at a fraction of the size.
  • **Screenshots, diagrams, anything with text or flat colour → PNG.** JPEG artefacts around hard edges look like dirt.
  • **Anything needing transparency → PNG.**
  • **WebP** is smaller than both and supported in current PowerPoint, but check compatibility if the deck will open on older installs.

The most common single mistake is saving a screenshot as JPEG. Text gains a halo, and the file is often larger than the PNG would have been.

The order that actually works

  1. **Compress inside PowerPoint first.** File → Compress Pictures, choose a target resolution, and tick "Delete cropped areas of pictures". This alone frequently halves a deck.
  2. **Replace the genuine offenders.** Find the two or three largest images, resize them properly in an image editor, and re-place them.
  3. **Deal with video separately.** Embedded video dwarfs everything else. Link to it, or convert the slide to a still with a link, unless it truly must be embedded.
  4. **Reconsider embedded fonts.** Useful for fidelity, expensive in bytes. If the deck is going out as PDF anyway, they are redundant.
  5. **If it still will not send, send a PDF.** Our PDF compressor will reduce it further, and a PDF of a finished deck is usually a fraction of the .pptx.

Checking you have not gone too far

Compression damage is easy to miss at fit-to-window zoom, which is exactly how people check.

  • View at **100%**, not fit-to-window. Softness and artefacts only appear at full size.
  • Check any image containing **text or fine lines** — those degrade first and most visibly.
  • Check **gradients and skies** for banding, which is the tell-tale sign of over-compression.
  • If it will be projected, check on the largest screen you have access to.

Sensible targets

For a deck being emailed, under 10MB is comfortable and under 25MB will clear most limits. A 20-slide deck with a dozen properly sized photographs lands around 5-8MB without any visible compromise.

If you are far above that after compressing, the cause is almost always one or two specific assets rather than general bloat. Find those rather than degrading everything.

Our templates ship with placeholder imagery already sized for slide use, so replacing a placeholder with a raw 6000px photo is usually the moment a downloaded deck balloons — worth resizing before you place it rather than compressing after.

Start from a template

Every deck in the library is a native .pptx built on widely available fonts, so it looks the same on the machine that presents it.

More guides