How to Remove a Password From a PDF You Own
Do it now — free, in your browser, files auto-deleted in 1 hour.
Unlock PDFIf you have ever inherited a stack of encrypted PDFs from an old job, or set a password on a scanned contract and then forgotten why it's still locked six months later, you know the friction. Removing a password from a PDF you own is usually quick, but the right method depends on what kind of password it is and how much you trust the tool doing the unlocking.
Before anything else: only do this for files you own or have explicit permission to modify. PDF encryption exists to protect other people's documents too, and stripping it from something you don't have rights to isn't just bad etiquette, it can be a legal problem. If you're the one who applied the password originally, or the document is yours to redistribute freely, you're in the clear.
Understand the two types of PDF password
PDFs actually support two separate password mechanisms, and it matters which one you're dealing with:
- User password (open password): required just to view the file. Without it, the PDF won't open at all in any reader.
- Owner password (permissions password): the file opens without a password, but restricts actions like printing, copying text, or editing. Many "locked" PDFs you download from banks or government portals only have this second type.
If you can open the file and just want to remove printing or copying restrictions, that's an owner-password removal. If you need the password to even see the content, that's a user-password removal — and you'll need to know the password to proceed with most legitimate tools, since brute-forcing it isn't something reputable services offer.
Option 1: Use a browser-based unlock tool
For a one-off file, a web tool is usually the fastest route and avoids installing software for something you'll do once a year. You upload the PDF, enter the current password if there is one, and download a clean, unencrypted copy.
The catch with browser tools is that you're handing a document to a third party's servers, even briefly. This is worth pausing on if the PDF is a contract, medical record, or anything with personal data — GDPR obligations don't disappear just because a tool is free. Two things to check before using any online unlocker: where the servers are located, and how long they keep your file after processing.
Konomic's Unlock PDF tool runs on EU-based (German) servers and deletes uploaded files automatically within an hour, so there's no lingering copy sitting on a server somewhere. It's a reasonable option if you want something fast and don't want to think about jurisdiction or retention policies — you just need the password (if there is one) and a PDF to drop in. It doesn't need an account, and the whole process takes a few seconds for typical file sizes.
That said, it's not the only option, and for very sensitive material or bulk batches, a local method might suit you better.
Option 2: Adobe Acrobat Pro
If you already have a paid Acrobat subscription, this is the built-in, no-upload route:
- Open the PDF in Acrobat Pro (enter the password if prompted).
- Go to File > Properties > Security.
- Change Security Method to No Security.
- Save the file, ideally as a copy so you retain the original.
Acrobat Standard doesn't include this security editing feature, which is one of the more annoying tier distinctions Adobe maintains — it's Pro only.
Option 3: macOS Preview (owner-password restrictions only)
Preview can't remove a genuine open-password lock, but it can effectively strip owner-level restrictions by re-saving the file:
- Open the PDF in Preview (you'll need the password if one is required to view it).
- Go to File > Export as PDF.
- Save under a new name.
The exported copy is a fresh, unencrypted PDF. This works because Preview rebuilds the document rather than editing the encrypted original, but it can occasionally alter formatting on complex layouts, so check the export before deleting your source file.
Option 4: Command line with qpdf (for the technically inclined)
If you're comfortable with a terminal and want to process files locally without any upload at all, qpdf is a solid free, open-source option:
qpdf --password=YOURPASSWORD --decrypt input.pdf output.pdf
This strips both user and owner passwords in one pass, provided you supply the correct password. It's scriptable, so it's genuinely useful if you need to unlock dozens of files at once — something no browser tool handles gracefully without a paid batch plan.
What if you don't remember the password?
Legitimate tools, including Konomic, iLovePDF, Smallpdf, and Sejda, all require you to enter the existing password before they'll remove it. None of them offer password recovery or cracking, and you should be sceptical of anything that claims to. If you've genuinely lost the password to your own file, your options are limited: check if the password is saved in a password manager, ask whoever created the file, or as a last resort use a dedicated (and often slow) password-recovery utility that attempts dictionary or brute-force attacks — legal for files you own, but not guaranteed to work, especially with modern AES-256 encryption.
Picking the right method for your situation
For a single file with a password you know, a browser tool saves the most time. For sensitive documents where you'd rather not upload anything, Acrobat or a local command-line tool keeps everything on your machine. For dozens of files, scripting with qpdf beats clicking through a web interface repeatedly.
Whichever route you choose, keep a backup of the original encrypted file until you've confirmed the unlocked version opens correctly and looks right — re-encrypting a file you've already overwritten is far more annoying than removing the password in the first place.
Do it now — free, in your browser, files auto-deleted in 1 hour.
Unlock PDFFrequently asked questions
Is it legal to remove a password from a PDF?
Yes, provided you own the document or have permission from whoever created it. Removing password protection from a file you don't have rights to can breach copyright or confidentiality agreements, so this only applies to your own files.
Can I remove a PDF password if I don't know it?
Not through standard unlocking tools, which require the existing password. If you've genuinely forgotten it, you'd need a dedicated password-recovery tool that attempts to guess it, which is slow and not always successful, especially with strong encryption.
What's the difference between a user password and an owner password?
A user password is required to open the file at all. An owner password lets the file open freely but restricts actions like printing or copying. Many downloaded PDFs only have the owner-password type restricting permissions.
Is it safe to upload a password-protected PDF to an online tool?
It depends on the tool's server location and retention policy. Look for services that specify where files are processed and confirm they delete uploads automatically, particularly for documents containing personal or financial information.