A PDF that takes forty seconds to open, stutters when you scroll, or closes itself on your phone is doing something people reasonably mistake for corruption. It is not damaged. It is asking for more memory than the reader has, and the reader is losing.

The unhelpful part is that file size alone tells you very little. A 40 MB document can open instantly while an 8 MB one crawls, because the two files are large for entirely different reasons — and those reasons determine which fix will work and which will just cost you quality for nothing.

What "too large" actually means

"Too large" is not a single threshold; it is four different ceilings, and which one you hit determines what you see:

LimitRoughly where it bitesSymptom
Email attachment caps25 MB Gmail, 20 MB Outlook, often less on corporate serversThe message will not send
Web upload limits10–50 MB on most portals and government formsUpload rejected before it starts
Mobile reader memoryVaries; image-heavy files struggle well before 100 MBOpens then closes, or never opens
Desktop reader performanceNo hard limit — degrades graduallySlow scrolling, long open times, spinning cursor

The first two are hard limits that reject the file outright. The second two are soft, and they depend far more on what a page contains than on the total megabytes. A thousand-page text document is easy work; a fifty-page catalogue of full-bleed photographs is not.

If the file opens on your laptop but not your phone, stop suspecting corruption. Damage is consistent — a broken file fails everywhere. A file that behaves differently by device is hitting a memory ceiling, and the fix is to make it smaller, not to repair it.

Why big PDFs choke a reader

A PDF page is a set of drawing instructions, and rendering one means executing them. When a page references a 25-megapixel photograph, the reader must decompress that image into memory in full before it can scale it down to the size of your screen — a 4 MB compressed image can occupy 100 MB uncompressed. Scroll through ten such pages and a mobile reader with a few hundred megabytes to work with runs out and is killed by the operating system.

Two other patterns produce the same result by different routes. Vector artwork — maps, CAD exports, complex charts — can hold hundreds of thousands of individual paths on a single page, all of which must be drawn every time that page appears; those files are often small on disk and brutally slow to render. And documents assembled by repeatedly merging other documents can accumulate dozens of copies of the same embedded fonts, inflating the file without adding a single visible thing.

What is actually taking up the space

In practice, the weight is almost always in one of these five places:

The rule of thumb worth remembering: a page of text should be tens of kilobytes. A well-compressed scanned page should be a few hundred kilobytes. If your document is averaging several megabytes per page, it is carrying image data far beyond what the page actually shows.

Work out where the weight is

Two quick calculations tell you which fix to reach for, and save you from degrading a file that was never going to get smaller:

  1. Divide file size by page count. Over about 1 MB per page means images dominate and compression will be dramatically effective. Well under 500 KB per page on a file that still runs slowly means the problem is vector complexity or page count, and compression will barely move it.
  2. Try to select text on a page. If you cannot, the page is an image — a scan — and image compression is exactly the right tool. If the text selects cleanly and the file is still huge, the weight is in fonts or vector content instead.

That second check has a useful consequence. A scanned document has no text layer at all, so it cannot be searched and its contents cannot be copied. If you are going to process the file anyway, running it through OCR PDF adds a searchable text layer underneath the page images without changing how they look — which turns an unwieldy scan into something you can actually work with.

Make a large PDF usable, in three steps

For the image-heavy files that make up most cases, this takes under a minute in the browser:

1

Upload the file

Go to pdfdocshift.com/compress-pdf and drop the document onto the upload area. Files up to 200 MB are accepted, which covers essentially every case where a reader has been struggling.

2

Choose a quality level to match the destination

High quality downsamples conservatively and suits anything destined for print. Medium targets around 150 dpi and is the right default for documents that will be read on screen and emailed. Low is for cases where fitting under a hard limit matters more than fidelity.

3

Check the result at full zoom

Download the file and look at the most detailed page — a page with small print, a signature or a stamp — at 100% zoom rather than fitted to the window. If the text is crisp, the compression was free. If it is soft, step back up one quality level and run it again.

Compress a PDF that is too large

Reduce file size by up to 70% with a quality level you choose. Free, no sign-up, files deleted after 2 hours.

Open Compress PDF →

When compression is the wrong answer

Compression works on images. If the weight is not in images, it will cost you quality and return very little, and you need a different approach.

Keeping PDFs small from the start

Most oversized PDFs are made oversized at the moment of creation, by a default nobody chose deliberately:

One last distinction worth holding onto: a file that is slow is a size problem, and a file that refuses to open at all is not. If your reader shows an error rather than struggling, start with what that error message means instead — compressing a file that will not open is not going to help.

Frequently asked questions

Mobile readers have far less memory to work with, and a PDF page must be decompressed in full before it can be displayed — a 4 MB compressed photograph can occupy 100 MB in memory. A desktop absorbs that easily; a phone runs out and the operating system closes the app. The file is not damaged, and compressing it to reduce the image data resolves it.

It depends on the limit you are hitting rather than on any single number. Email caps are hard: 25 MB on Gmail, 20 MB on Outlook, often lower on corporate servers. Web upload forms commonly stop at 10–50 MB. Reader performance has no fixed ceiling and degrades gradually, driven far more by what a page contains than by total size — a thousand pages of text is easier work than fifty pages of photographs.

Not the text, if the document has a real text layer. Text is stored as characters plus font instructions and is redrawn sharply at any size, so compression leaves it untouched. What compression reduces is image resolution — which matters if your pages are scans, because then the text is part of the image. For scanned documents, use a higher quality level and check a detailed page at 100% zoom.

That is the signature of dense vector artwork — maps, floor plans, CAD exports and complex charts, which can hold hundreds of thousands of individual paths that must all be drawn each time the page appears. Such files are small on disk and slow to render, and image compression has nothing to act on. The only real fix is a simplified export from whatever produced the drawing.

It depends where the weight is. Divide the file size by the page count: above roughly 1 MB per page, images dominate and compression will be dramatically effective. Below about 500 KB per page on a file that is still slow, the problem is page count or vector complexity, and splitting into smaller documents helps where compression will not. For email, splitting is often better regardless — three files that arrive beat one that bounces.

No. Compression works on embedded images and leaves the text layer intact, so a searchable document stays searchable. A scanned document has no text layer to begin with and remains unsearchable either way — if you want to search it, run it through OCR, which adds a text layer underneath the page images without altering how they look.

Ready to shrink your file?

Free, no sign-up, files deleted after 2 hours. Files up to 200 MB, with no installation.

Open Compress PDF →
P
PdfDocShift Team
Published July 28, 2026 · Tutorials and tips from the PdfDocShift team