The short answer
A PDF is a pile of numbered objects with a map at the very end saying where each one starts. Readers open the file by jumping to the end, reading the map, and following it back into the document. That design is why PDFs open instantly at page 400 of a 900-page book — and why damage to the last few kilobytes makes the whole file unreadable while every page is still sitting there intact.
But before assuming damage, check the boring possibility. A large share of files that "won't open" were never PDFs. They're web pages that got saved with a .pdf name, and no repair tool on earth will help.
The six faults, and how to tell them apart
1. It isn't a PDF at all
You clicked a download link on a portal, the session had quietly expired, and what came back was the login page — saved under the filename the link promised. The giveaway is size: a real document is rarely under 50 KB, and these are usually 2 to 30 KB.
How to check: open it in Notepad or TextEdit. A genuine PDF begins with %PDF-1. followed by a digit, on the very first line. If you see <!DOCTYPE html> or a wall of angle brackets, you have a web page. If you see { and quoted words, you have an error message in JSON.
The fix: log in again and re-download. Nothing is wrong with the document at the other end.
2. The download was cut short
The connection dropped, the disk filled, or a resumed download stitched itself together wrongly. The file is a real PDF but the last part is missing — and the last part is the map. Readers typically call this "damaged or corrupted".
How to check: compare the size against what the source says it should be. A file ending mid-stream will also be missing the marker %%EOF that closes every valid PDF.
The fix: download it again, and start the download fresh rather than resuming a partial one.
3. The map is damaged, but the document isn't
Everything arrived, but the offsets in that final table no longer point where they should. This happens when a file has been through a program that crashed while saving, edited by software that writes PDFs badly, or transferred by something that mangled line endings.
How to tell: the file is a plausible size, starts with %PDF-, ends with %%EOF, and still won't open — or opens in one program and not another.
The fix: open it in Adobe Acrobat Reader. This is the one situation where Adobe's own reader is genuinely the right answer: when the map doesn't add up it quietly rebuilds it by scanning the whole file for objects, and usually just shows you the document. Chrome, Edge, Preview and most phone readers give up instead. If Acrobat opens it, immediately use Save As to write a repaired copy.
4. It's encrypted
A password box appears, or the file opens but printing, copying and editing are greyed out. Those are two different locks. The user password is needed to open the document at all; the owner password only restricts what you can do once it's open, and most readers enforce it voluntarily.
The fix: ask whoever sent it. There is no legitimate way around a user password, and that's the encryption working as intended rather than a fault. If you have the password, open the file and save an unprotected copy — most other tools, including ours, can't read an encrypted file without it.
5. It opens, and says "Please wait… If this message is not eventually replaced"
This is the one that wastes the most time, because nothing is broken and the message is actively misleading. You are looking at an XFA form — a form built with Adobe's LiveCycle technology, used heavily by immigration departments, tax authorities and courts. The PDF contains a placeholder page plus a form that only Adobe's own desktop software knows how to draw.
Chrome, Edge, Firefox, macOS Preview, Google Drive's viewer and every phone PDF app will show you that grey screen forever. No amount of waiting, reloading or updating your browser changes it.
The fix: save the file to your computer, install the free Adobe Acrobat Reader, and open it from there — not in the browser. On a Mac, Preview will not work no matter what you do; it must be Acrobat Reader. There is no way to fill one of these in on a phone.
6. It opens, but the pages are blank or the text is gibberish
The structure is fine and the reader is rendering — there's just nothing sensible on screen. Usually the fonts weren't embedded when the file was made, so your machine substitutes whatever it has and the result ranges from slightly wrong to unreadable. Trying a different reader often fixes it outright.
One case that looks like a fault and isn't: a scanned document opens perfectly, shows the pages, but you can't select or search any text. That's because there is no text — the pages are photographs of paper. The file is working exactly as intended; what you want is OCR, which is a different job entirely.
The file is 0 KB
Worth its own mention because the cause is rarely obvious. A file showing zero bytes, often with a small cloud icon beside it, is a placeholder: OneDrive, iCloud Drive or Dropbox is storing it online and hasn't fetched the contents to this device. Nothing is damaged and nothing needs repairing.
Right-click the file and choose Always keep on this device (or Download Now), wait for the icon to change, and open it again. If it's genuinely 0 KB with no cloud involved, the file was never written and only the original source has it.
Things worth trying before anything else
- Open it in Adobe Acrobat Reader. It is the most forgiving PDF parser there is and repairs structural damage silently. It's free, and it settles several of the faults above in one step.
- Download it again rather than resuming. Partial downloads that get patched together are a common source of files that are the right size and still wrong.
- Save it instead of previewing it. Right-click the link and save the file, rather than letting the browser display it. Browser viewers are the least capable readers in the chain.
- Try it on another device. If it opens on your phone but not your laptop, the file is fine and the problem is local.
- Check the first line in a text editor. Five seconds, and it immediately rules the biggest cause in or out.
What not to do
Be sceptical of paid "PDF repair" software. What the credible ones do is rebuild the cross-reference table by scanning for objects — which is what Acrobat Reader already does for free, every time it opens a file whose map doesn't add up. Try that before paying anything, because for three of the six faults above no repair tool can help at all.
Don't overwrite the original while experimenting. Work on a copy, so that a tool which "fixes" the file into something worse hasn't cost you the only version you had.
And think before uploading it to an online repair service. Files that won't open are disproportionately contracts, statements and legal paperwork — exactly the documents you'd least like sitting on a stranger's server. If the fault is one Acrobat can fix, it never has to leave your machine.
Frequently asked questions
Is my document still in there?
For faults 3 to 6, yes, entirely — the pages are intact and the problem is the map, the encryption or the reader. For a truncated download, everything up to the cut-off point survives. If the file was never a PDF, there was never a document in it to recover.
Why does it open on my phone but not my computer?
Different readers have very different tolerances. Phone apps and Acrobat rebuild a broken cross-reference table; browser viewers usually refuse. It's the same file being judged by stricter software, not two different files.
What does "Please wait — if this message is not eventually replaced" mean?
That it's an XFA form, which only Adobe Acrobat Reader on a desktop can display. Save the file and open it in Acrobat rather than in your browser or macOS Preview. Waiting will never help, however long you leave it.
Can I open a password-protected PDF without the password?
No, if it's the password that unlocks the document itself — that's real encryption doing its job. Restrictions on printing and copying are a separate, weaker lock that many readers ignore, but the opening password can't be worked around legitimately.
My scanned PDF opens but I can't search or select the text. Is it broken?
No. The pages are images of paper, so there is no text layer to search. You need OCR to add one; the file itself is working exactly as it should.
Will splitting or merging fix a damaged PDF?
No, and it can't be done at all — those tools have to read the file's structure first, which is precisely what's failing. Repair the file, then use them.
The file is 0 KB. What happened?
Almost always a cloud storage placeholder that hasn't downloaded to this device. Right-click and choose to keep it on the device, then wait for it to fetch. If no cloud service is involved, the file was never written.
TidyTools