How to compress a PDF to 100 KB
Almost nobody wants a smaller PDF for its own sake. They want to get past an upload form that refuses anything over 100 KB, 200 KB or 500 KB, usually ten minutes before the deadline. This guide is about hitting a hard number: what compression can do, what it cannot, and the order to try things in so you stop guessing.
Compress PDF →Where these limits come from
The strictest caps in the world belong to government recruitment and application portals, which is why so many searches for this end in an exact number of kilobytes. Indian exam and banking portals — UPSC, SSC, IBPS and the state boards — are famous for it. Indonesia's CPNS civil-service registration, Brazilian concurso and gov.br forms, visa applications and university admissions systems all work the same way: a fixed ceiling per file, enforced by a script that rejects your document without explaining why.
The limits themselves cluster into three tiers, and knowing which tier you are in tells you immediately whether the job is easy or impossible.
| Typical cap | What it is usually for | Realistic? |
|---|---|---|
| 20-50 KB | Passport photo, scanned signature — always a JPG, not a PDF | Yes, but it is an image task |
| 100-200 KB | A single certificate, ID page or one-page form | Yes, for one or two pages |
| 300 KB - 1 MB | A short document: mark sheet, degree certificate, bank statement page | Yes, comfortably |
| 2-5 MB | A full application packet or a multi-page scan | Almost always yes |
First, do the arithmetic
Compression rebuilds each page as an image and packs those images into a fresh PDF. That means the size of your result is roughly the number of pages multiplied by the weight of one compressed page — and one page has a floor it will not go below while remaining readable.
At the strongest setting a page is re-rendered at 96 DPI, which for A4 is about 950 by 1350 pixels. Depending on how much ink is actually on the sheet, that lands somewhere around 30-100 KB per page. Do the multiplication before you start:
- One page under 100 KB — realistic, and usually easy.
- Two pages under 100 KB — borderline. Possible for sparse text, unlikely for a dense scan.
- Ten pages under 100 KB — not achievable. No tool at any price does this while leaving the text legible.
- Ten pages under 1-2 MB — routine. This is the case most people are actually in.
If the arithmetic says no, stop compressing and change the shape of the problem instead: send fewer pages, or send several files. That is what the rest of this guide is about.
The order to try things in
Work from the changes that cost you nothing toward the ones that cost quality. Most documents stop being a problem after step two.
- Remove pages you were never asked for. Blank reverse sides from duplex scanning, duplicate copies, an instruction sheet that came with the form. Delete PDF pages and watch the size fall with zero loss of quality.
- Trim the empty margins. A scanned A4 page can be a third white space, and white space is stored as pixels like everything else. Crop PDF applies the same trim to every page at once.
- Compress at Medium. Open Compress PDF, drop the file in, leave the level at Medium and look at the before-and-after numbers on the result card.
- Step down to Strong if Medium was not enough. This is 96 DPI: body text stays readable, but seals, stamps and hairlines go soft.
- Split the document and upload it in parts, if the form allows more than one attachment. Split PDF pulls out any set of pages as its own file.
One thing to know before you go looking for it: there is deliberately no box here where you type “100 KB” and get exactly that. The final number depends on what is printed on your pages, so promising it would be a lie. You get a level, a result and a real number to check — which in practice takes about two attempts.
When the file still will not go under
If Strong compression on a trimmed document is still over the limit, the problem is upstream of the PDF. The fix is to make a lighter original.
- Rescan in grayscale or black and white. A color scan of a black-and-white document carries three channels of information for no reason. Switching the scanner to grayscale often halves the size on its own; pure black and white can cut it by a factor of five.
- Drop the scanner from 600 to 300 DPI. 600 DPI is for photographs and archival work. For a typed page it quadruples the data and adds nothing a reader can see.
- Do not photograph a document you can scan. A phone camera produces an 8-12 megapixel image of a sheet of paper, which is far more data than a flatbed scan at 300 DPI.
- Send fewer pages. If the form asks for a degree certificate, send the certificate — not the whole thirty-page transcript it was stapled to.
Check the result before you upload it
Compression here re-draws every page as a picture, and two consequences catch people out. First, the text layer disappears: after compressing you can no longer select, search or copy the text, because there is no text any more — only an image of it. For a scan this changes nothing, since there was never a text layer to lose. For a document exported from Word it is a real downgrade, and re-exporting from the original file is the better route.
Second, small print suffers before large print does. Open the compressed file at 100% and read the smallest thing on the page — a registration number, a date stamp, the fine print under a signature. If a clerk cannot read it, the upload succeeded and the application still failed.
Keep the original. Compression is not reversible, and if you need the searchable text back later the only route is running the file through OCR, which recognizes the words again from the picture.
Common questions
Can I compress a PDF to exactly 100 KB?
Not by typing a target. There is no field for a size, because the result depends on what is printed on your pages and any promised number would be guesswork. In practice you pick Strong, check the result card, and remove pages if you are still over — that gets a one or two page document under 100 KB almost every time.
How small can a scanned page realistically get?
At the Strong setting expect roughly 30-100 KB per page, depending on how much is printed on it. Multiply by your page count before you start: a ten-page scan under 100 KB is not physically achievable while keeping the text readable.
Why did my file barely shrink at all?
Because it had no images in it. A PDF exported from Word stores characters and positions, which weigh almost nothing, so there is nothing to squeeze. Compression makes a dramatic difference to scans and photographs, and almost none to text documents that were already small.
Will the text still be selectable after compressing?
No. Pages are rebuilt as images, so text can no longer be selected, searched or copied. Keep the original file if you need that, or add a text layer back afterwards with OCR.
Are my documents uploaded to a server?
No. The PDF is opened, re-rendered and rebuilt by your own browser on your own device. Nothing is transmitted, which matters when the file is an ID scan, a bank statement or a signed contract.
The portal rejects my file and does not say why. What now?
Check three things beyond size: the accepted format (some forms want JPG, not PDF), the page count, and whether the file name contains spaces or non-Latin characters. Portals that enforce a size cap often enforce those too, and report all of them with the same unhelpful error.