Why won't my PDF open? A repair checklist.
A PDF that refuses to open is usually truncated, mislabelled or locked rather than genuinely corrupt. Work through these checks in order before you give up on the file.
Skip to the toolRepair PDF"Failed to load PDF document" tells you nothing about which of half a dozen unrelated problems you actually have. Here they are, roughly in order of how often they turn out to be the answer.
Work down the list. Most files are fixed in the first three steps, and the ones that aren't are usually not files at all.
1. Check the download finished
This is the single most common cause. A PDF records a cross-reference table at the end of the file, so a truncated download loses the index that says where everything is. The first 95% of the file can be perfect and it still won't open.
- Compare the size on disk against what the source says it should be.
- A file of exactly 0 KB, or a suspiciously round number, is a failed transfer.
- Download it again, ideally on a different connection.
2. Check it's actually a PDF
Files arrive misnamed all the time — an HTML error page saved as .pdf, or a .zip that was renamed rather than extracted. Open it in a plain text editor and look at the first line. A real PDF starts with %PDF- followed by a version number. If you see <!DOCTYPE html>, you downloaded an error page.
3. Check whether it's encrypted
If the file prompts for a password, or opens to a blank grey page in some readers, it's protected rather than broken. Unlock PDF will remove the password on a document you can already open — there's a fuller walkthrough in the guide to removing a PDF password.
4. Try a different reader
Readers disagree about how strictly to enforce the specification. Chrome and Firefox have built-in viewers that are more forgiving than some desktop applications, and the reverse is also true for files using newer features.
- Drag the file into a browser window.
- Try it on a phone, which uses a different engine again.
- If one reader opens it and another doesn't, the file is fine — the reader is the problem.
A file that opens in one reader and not another isn't corrupt. It's non-standard, and that's a fixable difference.
5. Rebuild the file
If the structure is damaged but the page content survived, it can often be reconstructed. Repair PDF reads what it can and writes a fresh, valid file around it — new cross-reference table, new page tree.
This works well for a broken index and badly for missing data. If the download was truncated, the pages at the end genuinely aren't there and nothing can invent them.
If the repaired file opens but some pages are blank or scrambled, salvage what's good with Extract Pages and go back to the source for the rest.
6. Fonts, not the file
A PDF that opens but shows boxes, blanks or the wrong glyphs has a font problem rather than a structural one. The fonts weren't embedded, and your machine doesn't have them. The page layout is intact; only the rendering is wrong. Ask for a version with fonts embedded — it's a single export setting at the other end.
When it's genuinely unrecoverable
Two cases: the file was truncated during transfer, or it was stored on media that has since failed. In both, the data is not present. Everything else — wrong extension, encryption, damaged index, unusual features — is recoverable.
If you do get it open, it's worth making a clean copy straight away. Running it through Compress PDF or repair rewrites the file properly, so you're not relying on a fragile original next time.
Common questions
Why does my PDF say the file is damaged or corrupt?
Most often the download didn't complete. A PDF keeps its index at the end of the file, so a truncated transfer removes the map of where everything is even though most of the content arrived. Download it again before trying anything else.
Can a corrupted PDF be repaired?
Often, yes. If the page content is intact and only the structure is damaged, a repair tool can rebuild the index and page tree around it. If the file was truncated, the missing pages are genuinely gone.
Why does my PDF open in Chrome but not in Acrobat?
Readers enforce the PDF specification to different degrees. A file that's slightly off-spec may be tolerated by one and rejected by another — the document is fine, and rebuilding it usually makes both happy.
The tools for this
Read next
Tips
Why your PDF looks different on someone else's screen
PDFs are supposed to look the same everywhere. When one doesn't, the cause is almost always fonts — here's how to tell, and how to make it stop.
Read itPrivacy & security
How to password protect a PDF (and which password you need)
PDF has two different passwords and they do different jobs. One encrypts the file; the other politely asks. Here is which to use, and how to pick a password worth setting.
Read it