What removing a PDF password actually means
A PDF password lock comes in two forms, and which one you have determines what you can do about it. An owner password (also called a permissions password) restricts what you can do with the file — print it, copy text, edit it — but doesn't stop you from opening it. A user password (or document password) stops you from opening the file at all until you type the correct password.
If you forgot your own password or inherited a file with a password you don't know, you have real options. If someone else set the password to control what you do with their document, removing it is their decision to make — they can give you an unprotected copy or tell you the password. The technical steps are straightforward; the ethical line is whether you own the document or have permission to modify it.
Key Takeaways
- An owner password restricts printing and copying but lets you open the file; a user password blocks opening the file entirely.
- Built-in PDF readers in Windows, macOS, and most browsers cannot remove passwords, but free desktop tools like PDFtk or QPDF can remove owner passwords in seconds.
- Removing a user password (the one that stops you from opening the file) requires either the password itself or specialized recovery software, which is slow and unreliable.
- Online password-removal tools exist but require you to upload your file to someone else's server, which is a real security trade-off if the PDF contains sensitive information.
- The fastest route for a file you own is a free desktop tool; the safest route is asking whoever set the password to remove it or provide an unprotected copy.
Removing an owner password with free desktop tools
If you can open the PDF but cannot print, copy text, or edit it, you have an owner password to remove. The easiest free tool is PDFtk (available for Windows, macOS, and Linux). read it from pdftk.com, install it, then open your command line or terminal and run a single command: pdftk input.pdf output output.pdf. Replace "input.pdf" with your actual filename. PDFtk will strip the owner password and save a new, unprotected file as "output.pdf" in the same folder.
If you prefer not to use the command line, QPDF has a graphical interface on some systems, and LibreOffice Draw (free, available for all major operating systems) can open a password-protected PDF and let you save it without the password. Open the file in LibreOffice Draw, go to File > Export as PDF, and in the dialog that appears, leave the password fields blank. The new file will have no restrictions.
Both tools work only on owner passwords. They cannot remove a password that stops you from opening the file in the first place. If you cannot open the PDF without typing a password, you need a different approach.
Removing a user password: the slow and uncertain route
A user password is the one that appears the moment you try to open the file. Removing it without knowing the password is possible but slow. Specialized software like PDF Password Remover or John the Ripper (free, command-line tool) can attempt to crack the password by testing thousands of combinations per second. How long this takes depends entirely on the password's length and complexity. A four-character password might crack in seconds; a twelve-character password with mixed case and numbers could take weeks or longer, even on a fast computer.
This approach only works if the password is weak enough to crack before your patience runs out. Modern PDFs often use encryption strong enough that brute-force cracking is impractical. If you own the file and set the password yourself, this is your only technical option if you cannot remember it. If someone else set it, asking them for the password or an unprotected copy is faster and more reliable than waiting for software to crack it.
Online tools: speed versus security trade-offs
Websites like SmallPDF, ILovePDF, and PDF2Go offer one-click password removal. You upload your PDF, they remove the password, you read the result. The process takes seconds and requires no software installation. The trade-off is that you are sending your file to someone else's server. If the PDF contains financial records, medical information, legal documents, or anything else you would not want a stranger to see, this route exposes that information to the company running the tool and potentially to anyone who intercepts the file in transit.
These services typically delete files after a few hours, but you have no way to verify that. If you use an online tool, assume the file has been seen. For non-sensitive PDFs — a recipe, a public document, a form you are filling out — the speed is worth it. For anything confidential, a desktop tool keeps the file on your own computer.
When to ask the password holder instead
If you do not own the PDF and do not know who set the password, removing it yourself is not straightforward. If you do own it but cannot remember the password you set, the fastest path depends on the password's strength. But if you have any way to contact the person who protected the file, asking them to remove the password or send you an unprotected copy is usually faster than any technical workaround.
Many password-protected PDFs come from employers, schools, publishers, or government agencies. These organizations often have a process for providing unprotected copies to authorized users. A single email asking for an unprotected version can save you hours of troubleshooting. If the file is from a vendor or service you pay for, they may remove the password as part of customer support.
Protecting your own PDFs if you create them
If you create PDFs and want to restrict what others can do with them, most PDF creation tools let you set an owner password. In Microsoft Word, go to File > Info > Protect Document > Encrypt with Password. In Google Docs, you cannot set a PDF password directly, but you can read as PDF and then use LibreOffice Draw or a similar tool to add one. In macOS Preview, open the PDF, go to Tools > Encrypt, and set a password.
Remember that an owner password only restricts actions like printing and copying — it does not hide the content. Anyone who opens the file can read it. If you need to truly protect sensitive information, encryption (which scrambles the entire file) is stronger than a password restriction. Most of the tools mentioned here can add owner passwords but cannot add full encryption; that requires more specialized software.
Frequently Asked Questions
Can I remove a password if I do not know it?
It depends on the type. An owner password (restrictions on printing and copying) can be removed without knowing it using free tools like PDFtk or LibreOffice Draw. A user password (the one blocking you from opening the file) can only be removed by cracking it, which is slow and unreliable for strong passwords, or by asking whoever set it to provide an unprotected copy.
Is it legal to remove a password from a PDF I own?
Yes, if you own the file or have permission from the owner. Removing a password you set yourself is always legal. Removing a password from someone else's file without permission may violate copyright or terms of service, depending on your jurisdiction and the file's origin. When in doubt, ask the file's creator.
Will removing a password damage the PDF?
No. Removing an owner password leaves the content and formatting completely intact. The file will look and read exactly the same; only the restrictions disappear. Attempting to crack a user password also does not damage the file if it fails.
Why should I use a desktop tool instead of an online tool?
Desktop tools keep your file on your own computer, so sensitive information stays private. Online tools are faster and require no installation, but they send your file to someone else's server. Use online tools for non-sensitive PDFs; use desktop tools for anything containing financial, medical, legal, or personal information.
What if the PDF is from my employer or school?
Contact the department or person who sent it and ask for an unprotected version. Most organizations have a process for this and can provide one quickly. Removing the password yourself may violate your organization's policies, even if you own a copy of the file.