You open a PDF, it displays perfectly, and then you try to print it - or copy a paragraph out of it - and the option is greyed out. The document is not asking for a password, it simply refuses to let you do anything with it. That is a restricted PDF. This guide explains the two very different kinds of password a PDF can carry, why one can be lifted in seconds and the other cannot, how to remove printing and copying restrictions for free, and what to do when a file will not open at all.
The two kinds of PDF password
One fact clears up most of the confusion: the PDF format supports two separate passwords, and they do very different jobs. Almost every frustrating experience with a locked PDF comes down to not knowing which one you have.
- The user password, also called the document open password. This one controls whether the file can be opened at all. Without it, the reader shows a password prompt and displays nothing - no pages, no preview, no thumbnail.
- The owner password, also called the permissions password. This one does not stop the file from opening - anyone can view it normally. It sets flags telling readers to disallow certain actions: printing, copying text, editing, extracting pages, annotating, or filling forms.
Telling them apart takes seconds. If the document opens straight to page one and only misbehaves when you print or select text, it carries an owner password with restriction flags. If you are stopped at a prompt before seeing anything, it carries a user password. The first case is what the Unlock PDF tool is built for; the second is a genuine wall.
Why owner restrictions come off so easily
When a PDF has only an owner password, the file is still technically encrypted - but with an empty user password. That has to be true, or your reader could not display the pages without asking you for anything. The decryption key is therefore effectively public: every conforming reader knows how to derive it from an empty string.
The permissions themselves - no printing, no copying, no editing - are stored as a handful of bits in the file's encryption dictionary. They are not enforced by cryptography. They are a request. A well-behaved reader reads those bits and voluntarily greys out the menu items, which is exactly what Acrobat and your browser's built-in viewer do. Nothing about the content is actually sealed away. So the fix is straightforward: decrypt the document with the empty user password everybody already has, then write out a fresh copy carrying no encryption dictionary at all. The restriction bits have nowhere to live in the new file.
The practical consequence is that removing owner restrictions is fast and lossless. Your text stays text - not flattened into images, re-scanned or re-typed. Pages, fonts, form fields and links all survive, because the content was never altered. Only the wrapper changed.
How to unlock a PDF
The whole process takes well under a minute:
- Open the Unlock PDF tool in your browser.
- Drag the restricted PDF onto the page, or click to select it.
- Check the file name and size that appear, so you know the right document loaded.
- Click Unlock and download. The tool decrypts the file with the empty user password and rebuilds it without the encryption dictionary.
- Your browser saves the result as unlocked.pdf. Open it and confirm printing and text selection now work.
A worked example makes it concrete. Say a bank sends a 6-page statement that opens fine but has printing disabled and text selection blocked, so you cannot copy a transaction line into a spreadsheet. Run it through the tool and you get back a 6-page PDF that looks identical, same fonts and layout, but where Ctrl+P works and any line of text can be selected. Nothing was re-rendered - the pages are the originals, minus the permissions wrapper.
What this tool cannot do
It cannot open a PDF that demands a password just to view it. When a user password is set, the encryption key is derived from that password and the page content is genuinely encrypted with it - there is no copy of the key stored in the file for a tool to find. Without the password the bytes making up the pages are unreadable, not merely hidden behind a flag. Modern PDFs use AES-256 for this, the same class of encryption that protects disks and network traffic, and no amount of clever file handling gets around it.
If you load such a file, the tool says plainly that it cannot proceed rather than producing broken output. Any service promising otherwise for a strong password is either guessing common passwords or misleading you.
If you have forgotten the open password
When the document is yours and the password is simply lost, the realistic routes are about recovering the password rather than defeating the encryption:
- Check your password manager and browser's saved passwords - work and bank documents are often protected with a credential you already stored.
- Look at the covering email or letter. Statements and payslips are frequently locked with a predictable value the sender told you: a date of birth in DDMMYYYY form, the last digits of an account, or a customer reference.
- Ask whoever produced the file to re-issue it without a password. For institutional documents this is usually the fastest path.
Use it only on documents you are entitled to unlock
That owner restrictions are trivial to remove does not make it appropriate to remove them from anything you happen to have. Removing the flag does not remove the licence terms or copyright sitting behind it. Use unlocking for documents you own or control: your own statements, payslips and invoices, files you locked yourself, or documents a colleague sent with restrictions applied out of habit. If unsure, ask the sender for an unrestricted copy - it usually takes one email.
Is it private?
Yes. The Unlock PDF tool runs entirely in your browser. Your file is read and rebuilt on your own device and never uploaded, which matters here - restricted PDFs are disproportionately bank statements, payslips, medical letters and contracts. Nothing is transmitted or stored, and no copy sits on someone else's machine once you close the tab.
Related tools
Unlocking is usually a first step, because a restricted file is one you were already trying to do something with. Once the restrictions are gone you can split out the pages you need, merge the document with others, compress it for email, or convert it to Word now that its text can be extracted. If the document is a scan with no text layer at all, restrictions are not your problem - run it through OCR PDF instead. All of these run in your browser with no upload.
Unlock your PDF now
If a document opens fine but refuses to print or let you copy text, open the Unlock PDF tool, drop the file in, and download an unrestricted copy with its pages, fonts and text intact. It is free, runs entirely in your browser, and your document never leaves your device.
Frequently asked questions
- Can this open a PDF that asks for a password before it will display?
- No. That is a user password, and it is used to derive the key that actually encrypts the page content, so without it the pages are unreadable rather than merely hidden. Modern PDFs use AES-256 for this and it cannot be bypassed. The tool removes owner restrictions - the printing, copying and editing locks on a file that already opens normally.
- Why is it so easy to remove printing and copying restrictions?
- Because those restrictions are not enforced by encryption. A PDF with only an owner password is encrypted with an empty user password, so every reader can already decrypt it - that is why it opens without prompting you. The permissions are just flags in the file that compliant readers voluntarily honour. Re-saving the document without the encryption dictionary leaves those flags nowhere to live.
- Will unlocking a PDF change how the document looks or lower its quality?
- No. Nothing is re-rendered, re-scanned or re-compressed. The tool decrypts the file and writes out the same page objects without the permissions wrapper, so fonts, layout, images, links and form fields are unchanged and text stays selectable text rather than becoming an image.