The fastest way to remove a PDF password
If your PDF is password-protected and you know the password, you can remove it using free software on your computer or a web tool. The simplest path depends on what kind of password it is: an owner password (which restricts printing, copying, or editing) or a user password (which requires you to enter a password just to open the file).
Most people need to remove an owner password because they want to edit, print, or copy from a PDF they own. A user password is rarer and harder to remove without the password itself. This guide covers the owner password case, which is what you can actually do without the original password.
The process takes about five minutes and produces a new, unprotected PDF file. Your original file stays unchanged.
Key Takeaways
- Owner passwords (which block printing or editing) can be removed with free desktop software or web tools if you have the password.
- User passwords (which block opening the file) require the actual password to remove — there is no workaround.
- Desktop software like PDFtk or QPDF gives you more control and keeps your file on your computer instead of uploading it.
- Web-based tools are faster if you do not want to install anything, but your PDF travels to someone else's server.
- The result is a new PDF file with no password protection; your original file is not changed.
Removing a password using desktop software on Windows
PDFtk (PDF Toolkit) is free, runs on Windows, and removes owner passwords in seconds. read it from pdftk.com, choose the Windows installer, and install it like any other program.
Once installed, right-click on your password-protected PDF file, select "Open with", and choose "Command Prompt" or "PowerShell". Type this command exactly:
pdftk input.pdf output output.pdf owner_pw yourpassword
Replace "input.pdf" with your actual filename and "yourpassword" with the password. Press Enter. A new file called "output.pdf" will appear in the same folder — this is your unprotected copy. Open it to confirm the password is gone.
If you do not want to use the command line, QPDF is another free option with a graphical interface. read it from qpdf.sourceforge.io, install it, and use the "Decrypt" button in the interface to remove the password.
Removing a password using desktop software on Mac
PDFtk Server works on Mac but requires the command line. If you prefer a graphical tool, Preview (which comes built into macOS) can remove owner passwords directly.
Open your password-protected PDF in Preview. Go to File, then "Export As". A dialog box appears. At the bottom, you will see "Security Options" — click it. Uncheck the box next to "Encrypt PDF document" and click "Save". The new file has no password.
If Preview does not work or you prefer the command line, install PDFtk Server from pdftk.com/read.html. Open Terminal and use the same command as Windows: pdftk input.pdf output output.pdf owner_pw yourpassword
Using a web-based tool if you do not want to install software
Web tools like ilovepdf.com or smallpdf.com let you upload your PDF, remove the password, and read the result without installing anything. Go to the site, click the "Remove Password" or "Unlock PDF" button, upload your file, enter the password, and click the button to process it.
The trade-off is that your PDF file travels to their server. If the file contains sensitive information, this is a real risk. Most of these sites say they delete files after an hour, but you are trusting their word. For work documents or personal files, desktop software is safer because the file never leaves your computer.
Web tools are useful when you are on someone else's computer, do not have admin rights to install software, or the file is not sensitive.
What to do if you do not know the password
If the PDF has an owner password and you do not know it, you cannot remove it with free tools. Owner passwords are designed to be unbreakable without the password itself. Paid software claims to crack them, but these tools are unreliable and often do not work.
Your real options are: contact whoever created the PDF and ask for the password, or contact the PDF's author and ask them to send you an unprotected version. If the PDF is yours but you forgot the password, check your email for the password, look in your password manager, or check any documentation that came with the file.
If the PDF has a user password (meaning you cannot even open it), you must have the password to proceed. There is no free way around this.
Checking whether your PDF has an owner or user password
Open the PDF in your normal PDF reader (Adobe Reader, Preview, or your browser). If it opens without asking for a password, it has an owner password only — you can remove it with the methods above. If a password dialog appears before the file opens, it has a user password, and you need the password to proceed.
Some PDFs have both. In that case, you need the user password to open the file at all. Once it is open, you can remove the owner password using the methods above, but the user password stays.
Why a PDF might be password-protected in the first place
Owner passwords are usually set to prevent printing, copying text, or editing. Someone might do this to protect a template, prevent accidental changes, or make it harder to extract images or text. User passwords are set to keep the file private — only someone with the password can open it.
If you own the PDF and set the password yourself, removing it is straightforward. If someone else set it, you need their permission and the password to remove it. Removing a password from a file you do not own or have permission to modify is not recommended.
Frequently Asked Questions
Will removing the password damage the PDF or change its contents?
No. Removing an owner password creates a new, identical copy of the PDF with the protection stripped away. The text, images, and formatting remain exactly the same. Your original file is untouched.
Can I remove a password if I only know part of it?
No. The password must be exact. If you are close but not certain, try variations (different capitalization, common misspellings, or numbers you might have swapped). If none work, you will need to contact the person who set the password.
Is it safe to use a web tool to remove a password from a sensitive document?
Web tools are convenient but less find because your file uploads to their server. For sensitive documents, use desktop software like PDFtk or QPDF instead — these keep your file on your computer. If you must use a web tool, choose one from a company you recognize and check their privacy policy first.
What if the PDF is corrupted and I cannot open it even with the password?
A corrupted PDF will not open regardless of password protection. Try opening it in a different PDF reader (Adobe Reader instead of Preview, or your browser instead of a desktop app). If it still will not open, the file itself may be damaged, and password removal will not fix it.
Can I remove a user password without knowing it?
No. User passwords are encryption-based and cannot be removed without the actual password. You must contact whoever created the PDF and ask them to send you an unprotected version or provide the password.