500KB is a strangely popular number. Job portals use it, university application forms use it, and a surprising number of internal HR systems use it. If you have landed here, something has just rejected your file and told you to make it smaller.
The direct route
The tool compresses in multiple passes, checking the output size after each one and going again if it is still over target. That matters, because most compressors apply one fixed quality setting and hand you whatever comes out — which is how you end up at 640KB with no obvious next move.
Your file never leaves your browser, which is worth knowing if the PDF is a signed contract, a bank statement or a passport scan.
Why some PDFs refuse to shrink
Not every PDF has the same amount of slack in it. What is inside decides how far it can go.
A PDF made of scanned images is mostly photo data. This compresses well — often by 80% or more — because photographic data tolerates quality reduction before your eye notices. A 3MB scan reaching 400KB is routine.
A PDF exported from Word or Google Docs is mostly text and font data. There is very little to throw away. A 600KB text PDF might reach 500KB, or it might not move at all. If your file is already small and still over the limit, this is usually why.
A PDF containing high-resolution photographs sits in between. You can get large reductions, but past a point the images visibly degrade.
When it will not go below 500KB
Three things actually work, in the order you should try them:
Split it. If the form only needs pages 3 to 7, send pages 3 to 7. Use [Split PDF](/split-pdf) to pull out the range. This is by far the most effective move and the one people try last.
Check for an oversized embedded image. One 12-megapixel photo dropped into an otherwise light document can dominate the file size. If you have the source, resize the image to roughly its display size before rebuilding the PDF.
Re-scan at a lower DPI. If you scanned the document yourself, 600 DPI is overkill for anything you are uploading to a web form. 200 DPI is plenty for readable text and produces a file a fraction of the size. Re-scanning takes two minutes and beats fighting a compressor.
Do not compress twice
Running an already-compressed PDF through a compressor a second time is a common instinct and a bad one. The image data has already been through a lossy pass; a second pass discards more detail for a much smaller size saving. Text goes soft, scans get blotchy, and you often gain only a few kilobytes.
If one pass at your target size did not get you there, the answer is fewer pages or better source material — not more compression.
Check it before you upload
Two things worth doing before you submit:
Open the compressed file and actually read it. Compression protects text legibility, but if your document contains fine print, a signature, or a stamp with small text, confirm those are still clear.
Check the size in your file manager. Some portals measure in different units (500KB vs 0.5MB vs 512,000 bytes), and a file that is 501KB will be rejected by a strict validator just as firmly as one that is 5MB. If you are close to the line, target 450KB and give yourself room.