The fastest way depends on what kind of password your PDF has

PDFs can have two different passwords, and which one you have changes how you remove it. An owner password restricts what people can do with the file — print it, copy text, edit it — but doesn't stop you from opening it. A user password (also called an open password) stops the file from opening at all until you type the correct password. If your PDF opens but won't let you copy or print, you have an owner password. If it won't open without a password, you have a user password.

Removing an owner password is straightforward on Windows, Mac, or Linux using free tools. Removing a user password is harder and depends on how strong the encryption is — some PDFs use weak encryption that free tools can strip, while others use strong encryption that requires either the original password or paid software.

Key Takeaways

  • Owner passwords (which block printing and copying) can be removed with free tools like QPDF or online converters on Windows, Mac, or Linux.
  • User passwords (which block opening the file) require either the original password, paid software, or weak encryption that free tools can sometimes break.
  • Online PDF tools work fastest if you trust the site with your file, but desktop software keeps the file on your computer.
  • If you own the PDF and forgot your own password, contact whoever created it — they may have a copy or recovery option.
  • Removing a password from a PDF you don't own may violate copyright law depending on your location and the PDF's intended use.

Removing an owner password on Windows

read and install QPDF, a free command-line tool that strips owner passwords in seconds. Go to qpdf.sourceforge.io, read the Windows installer, and run it. The installation puts QPDF in your Program Files folder.

Open Command Prompt (search for "cmd" in the Windows search box), then type this command exactly:

qpdf --password= --empty-password-is-ok input.pdf output.pdf

Replace "input.pdf" with the path to your locked PDF and "output.pdf" with what you want to call the unlocked version. For example, if your file is on your Desktop:

qpdf --password= --empty-password-is-ok C:\Users\YourName\Desktop\locked.pdf C:\Users\YourName\Desktop\unlocked.pdf

Press Enter. QPDF creates a new PDF without the owner password. You can now print, copy, and edit it normally.

Removing an owner password on Mac or Linux

QPDF works the same way on Mac and Linux. On Mac, the easiest route is Homebrew. Open Terminal and type:

brew install qpdf

On Linux, use your package manager — on Ubuntu or Debian, type:

sudo apt-get install qpdf

Once installed, use the same command as Windows:

qpdf --password= --empty-password-is-ok input.pdf output.pdf

Replace the file paths with your own. The unlocked PDF appears in the location you specified.

Using an online tool if you don't want to install software

Sites like ilovepdf.com and smallpdf.com let you upload a password-protected PDF and read an unlocked version without installing anything. Go to the site, click "Unlock PDF" or "Remove Password", upload your file, and read the result.

The tradeoff is that your PDF travels to their server. If the file contains sensitive information, this is a real risk — use this method only for PDFs you don't mind uploading to the internet. For private documents, use QPDF on your own computer instead.

These tools work best for owner passwords. They rarely work on user passwords because user passwords use stronger encryption.

Removing a user password (the harder case)

If your PDF won't open without a password, you have a user password. Free tools can sometimes break weak user passwords, but it takes time and doesn't always work.

If you know the password: Open the PDF in Adobe Reader or any PDF viewer, type the password, then save it as a new file without a password. This is the fastest option.

If you don't know the password: Try an online tool like pdf2go.com or ilovepdf.com — upload the file and see if it removes the password. This works only if the PDF uses weak encryption, which is rare on newer files. If it doesn't work, the PDF likely uses strong encryption that requires either the original password or paid software like Adobe Acrobat Pro (which costs $180 per year).

Paid password-cracking software exists, but it's slow and expensive. For most people, the practical options are: find the original password, contact whoever created the PDF, or accept that the file stays locked.

What to do if you created the PDF and forgot the password

Contact the software you used to create it. If you made it in Microsoft Word, Excel, or Google Docs, those programs have password recovery options. If you used Adobe Acrobat, Adobe's account recovery may help. If you used a different tool, check its help documentation for password recovery.

If you can't recover the password through the original software, your only option is paid password-removal software or hiring someone who specializes in PDF recovery. This is expensive and slow — it's why keeping a copy of important PDFs without passwords is worth the effort.

Legal and ethical considerations

Removing a password from a PDF you own or created is always legal. Removing a password from a PDF someone else owns or created may violate copyright law in your country, depending on the circumstances. If the PDF is protected to prevent copying or printing, removing that protection could break the Digital Millennium Copyright Act (DMCA) in the United States, even if you own a copy of the document.

The safest approach: only remove passwords from PDFs you created yourself or have explicit permission to modify. If you need an unlocked version of someone else's PDF, ask them for one.

Frequently Asked Questions

Can I remove a password from a PDF on my phone?

Yes, but it's slower than a computer. On iPhone, use an app like PDF Protector or PDF Unlocker from the App Store. On Android, try PDF Unlocker or similar apps from Google Play. These work best for owner passwords; user passwords are harder to remove on mobile.

What's the difference between removing a password and cracking one?

Removing a password means stripping the password protection from the file itself using a tool like QPDF — the file no longer has a password. Cracking a password means guessing or computing the correct password to open a locked file. Removing is fast and free for owner passwords; cracking is slow and often impossible for strong user passwords.

Will removing a password damage the PDF or change its contents?

No. Tools like QPDF and online converters create a new PDF with the same text, images, and formatting — only the password protection is removed. The file itself stays intact.

Why do some PDFs have passwords I can't remove with free tools?

Strong user passwords use encryption that would take years to crack with free software. Paid tools like Adobe Acrobat Pro can remove them faster, but they're expensive. If the PDF uses 256-bit encryption or stronger, even paid tools may not work without the original password.

Is it safe to use online PDF tools to remove passwords?

Online tools are convenient but upload your file to someone else's server. For non-sensitive PDFs, this is usually fine. For private documents, use QPDF on your own computer instead — it keeps everything local and is just as fast once you install it.