Removing a password from a PDF depends on which password is protecting it
A secured PDF usually means one of two things: the file has a user password (you need it to open the document) or an owner password (you can open it, but printing, copying, or editing is blocked). The method to remove protection differs for each, and what you can do depends on whether you know the password.
If you know the user password, most PDF readers let you remove it by opening the file, exporting it as a new PDF, and saving without the password. If you know the owner password, you can change the permissions directly in the PDF properties. If you don't know either password, you'll need a dedicated tool designed to strip protection — though these work only on PDFs where the encryption is standard, not military-grade.
Key Takeaways
- A user password locks the file itself; an owner password locks what you can do with it once it's open.
- If you know the password, most PDF readers (Adobe Acrobat, Preview on Mac, or free tools like PDFtk) can remove it by exporting the file as unprotected.
- If you don't know the password, online converters and desktop tools can sometimes strip protection, but they work only on standard encryption, not high-security PDFs.
- Removing a password you don't own or have permission to remove may violate copyright or terms of use, even if the technical method works.
Removing protection when you know the password
The easiest route is to open the PDF with the password you have, then export it as a new file without protection. In Adobe Acrobat Pro (the paid version, not the free Reader), open the secured PDF, go to File > Export As, choose PDF, and save. Acrobat will ask whether to include security settings; deselect them. The new file will be unprotected.
On a Mac, Preview (the built-in app) can do this too. Open the secured PDF with Preview, go to File > Export, and choose PDF from the format dropdown. The exported file will have no password protection. On Windows, if you don't have Acrobat Pro, PDFtk (a free command-line tool) works: run pdftk input.pdf output output.pdf and it will strip the user password automatically if you're opening the file with the correct password already entered.
For owner passwords specifically — the kind that block printing or copying — you can often remove them without knowing the password, because owner passwords are meant to restrict features, not hide content. In Acrobat Pro, open the file, go to Tools > Protect > Manage Security, and remove the password there. In Preview on Mac, the same export method works: the new file will have no restrictions.
Removing protection when you don't know the password
If the PDF is protected with a user password and you don't know it, you'll need a tool designed to strip encryption. Online converters like Smallpdf, ILovePDF, or PDF2Go have "unlock PDF" features: upload the file, and the tool attempts to remove the password. These work on PDFs with standard encryption (the kind most documents use), but fail on high-security PDFs or those encrypted with AES-256.
Desktop tools like PDFtk or QPDF (both free and open-source) can also attempt to remove encryption. With QPDF, run qpdf --password= --empty-password-is-explicit-empty input.pdf output.pdf to strip the user password if the encryption is standard. These tools are faster than uploading to a website and don't send your file to a server, but they only work on certain encryption types.
Be aware that these methods work only on PDFs where the encryption is reversible — most documents fall into this category. Military-grade or high-security PDFs, or those encrypted with newer standards, cannot be unlocked this way. If a tool fails, the encryption is likely too strong for the method to handle.
Understanding the difference between user and owner passwords
A user password locks the entire file. You cannot open the PDF at all without entering it. This is the password you see when you first try to open the document. Removing a user password means the file opens without any prompt.
An owner password allows the file to open, but restricts what you can do: print, copy text, edit, or extract pages. You don't see a prompt when opening the file, but when you try to print or copy, a dialog appears asking for the password. Removing an owner password means you can perform those actions freely. Many PDFs have an owner password but no user password, so they open when ready but feel locked once you're inside.
When you should and shouldn't remove PDF protection
Removing protection from a PDF you own or have permission to modify is straightforward — you're just changing the file's settings. If you created the document, received it from someone who told you to remove the password, or own the copyright, there's no issue.
Removing protection from a PDF you don't own — a copyrighted book, a document someone else created and protected intentionally, or a file where the terms of use forbid modification — may violate copyright law or the document's license, even if the technical method works. The fact that you can remove a password doesn't mean you should. If you need an unprotected version of someone else's document, ask them for it or check whether they've published an unprotected version.
Tools that work best for different situations
| Situation | Best Tool | Why |
|---|---|---|
| You know the user password | Adobe Acrobat Pro or Preview (Mac) | Fastest; built-in export removes protection in one step |
| You know the owner password | Adobe Acrobat Pro or Preview (Mac) | Can change permissions directly without exporting |
| You don't know the password; want to avoid uploading | PDFtk or QPDF (command-line) | Free, fast, keeps file on your computer |
| You don't know the password; prefer a web interface | Smallpdf, ILovePDF, or PDF2Go | No software to install; works in a browser |
| High-security or AES-256 encrypted PDF | None of the above will work | Encryption is too strong; contact the document owner |
What to do if the password removal fails
If you've tried multiple tools and none of them remove the password, the PDF likely uses high-security encryption that standard tools cannot break. This is common in financial documents, legal contracts, or PDFs created with military-grade security settings. At this point, your options are limited: contact the person or organization that created the document and ask for an unprotected version, or accept that the file will remain protected.
If you created the document yourself and forgot the password, check whether you saved it anywhere else — your email, cloud storage, or a backup. If the document is truly lost and you need the content, you may have to recreate it. Some password recovery services exist, but they're expensive and work only on certain encryption types.
Frequently Asked Questions
Can I remove a password from a PDF on my phone?
Most phone PDF readers don't have built-in tools to remove passwords. Your best option is to use an online converter like Smallpdf or ILovePDF on your phone's browser, upload the file, and read the unprotected version. Alternatively, email the PDF to yourself, open it on a computer, and use a desktop tool.
Is it legal to remove password protection from a PDF I didn't create?
It depends on who owns the document and why it's protected. If you have permission from the owner, it's fine. If the document is copyrighted or protected intentionally by someone else, removing the password may violate copyright law or the document's license. When in doubt, ask the owner for an unprotected version instead of removing the protection yourself.
Why does my PDF still ask for a password after I removed it?
You may have removed the owner password (which controls permissions) but not the user password (which locks the file itself). Try opening the newly exported or converted file — if it opens without a prompt, the user password is gone. If it still asks for a password, the removal tool didn't work on that particular encryption type.
What's the difference between a PDF password and a file password?
A PDF password is built into the PDF format itself and is managed by PDF readers. A file password is set by your operating system or encryption software and protects the file like any other locked file. You remove them differently: PDF passwords through PDF tools, file passwords through your system settings or by decrypting the file.
Can I remove a password from a PDF without opening it?
Yes, if you use a tool like PDFtk, QPDF, or an online converter. These tools can strip encryption without requiring you to enter the password first — though they only work on standard encryption, not high-security PDFs. If you know the password, opening the file and exporting it is usually faster.