How to Remove a PDF Password You Know (Without Uploading It)

Removing a PDF password means taking protection off a file you can already open, using the password you already have. It is not cracking. A password remover that runs in your browser decrypts the file with qpdf compiled to WebAssembly, so the document and the password never leave your device.

The tool covers two different kinds of protection. A file that asks for a password before it displays anything has an open password, and you type that password in. A file that opens straight away but blocks printing, copying or editing is locked with an owner password, and those restrictions are cleared without a password at all. The output is a normal PDF 1.7 with no encryption, and your original file is left exactly as it was. Free, with no account and no limit on how many files you unlock.

Search for a PDF password remover and most results ask you to upload the file first. For a locked document that is the wrong trade, because the files people protect are usually the ones they least want to hand over: bank statements, contracts, payslips, invoices, medical records and scans of identity documents. This guide covers what removing a password actually involves, why running the job in your browser is the safer route, and the one situation where no tool can help.

Unlock PDF

Type the password you already have, get back a copy with no encryption. The file is decrypted inside the tab, so nothing is uploaded.

Open the unlock tool

Two kinds of PDF protection, and only one needs a password

A protected PDF is locked in one of two ways, and the difference decides what you type into the tool. Getting this right is the whole job.

ProtectionWhat you seeWhat you enterWhat the tool does
Open passwordYour reader asks for a password before showing any pageThat passwordDecrypts the file and removes the prompt
Owner passwordOpens straight away, but printing, copying or editing is blockedNothing, leave it emptyClears the permission flags

The distinction is not cosmetic. An open password is checked against the encryption key, so the correct password is required before a single byte of content can be decoded. Permission flags live in the encryption dictionary as well, but the document opens without a prompt because the user password is empty, which is why a file that only blocks printing can be freed without knowing anything.

Why you should not upload a locked PDF

A server-based unlock site needs the same two things you have: the file and, for an open password, the password. Sending both to the same third party defeats the point of having encrypted the file in the first place. The moment the document and its password rest in the same place on someone else's disk, the protection is doing nothing.

The second problem is retention. Most upload tools keep a cache so a user can re-download a result, and retention windows run from hours to days. Some policies reserve the right to review uploads manually. Even when a site promises deletion, you are trusting a stranger's logging and backup habits with the contents of the file. You can verify every claim a local tool makes, and you cannot audit a remote one.

AihangsoftUpload-based unlock site
Where it runsIn your browser tabOn their servers
Where the file goesNever leaves your deviceUploaded to their storage
The passwordUsed in the page, never transmittedSent with the file in the request
After you close the tabNothing is storedDepends on their retention policy

Removing a password is not the same as removing DRM

One thing this tool will not do is strip digital rights management from a purchased e-book or a licensing-locked file. That is a question about the licence you agreed to, not about a file permission flag, and it is out of scope here. The same applies to any document you do not own: if someone else set the protection, lifting it is their decision, not yours.

How to remove a PDF password you know

  1. Add your PDF. Drop the file into the unlock tool. It is read from your disk into the browser tab, not uploaded, so nothing about the document leaves the machine.
  2. Enter your password, or leave it empty. If the reader prompts for a password, type it in. If the file opens straight away and only blocks printing or copying, leave the field blank and the permission flags are cleared on their own.
  3. Download the unlocked copy. qpdf strips the encryption inside the tab and hands back a normal PDF 1.7 file. Your original is untouched.

If the password is wrong, nothing is written and the source file is left alone; the tool reports that the password did not match so you can check it and try again. Files up to 50 MB are accepted, and there is no page limit.

What this tool does and does not do

Worth reading before you start, because two of these are the questions people ask most.

  • It only uses a password you supply. It does not crack, guess, brute-force or bypass a password. A file whose password you have lost cannot be opened here, and no honest tool can open it without the key.
  • It handles permission-only files without a password. A file that opens but blocks printing, copying or editing is cleared with an empty password field.
  • It leaves the content alone. Only the security layer is rewritten; pages, text, images, bookmarks, links and form fields come through unchanged.
  • It caps files at 50 MB. Decryption happens in browser memory, so a very large file is better handled by a desktop tool with more room to work.
  • The engine downloads on first use. The PDF engine is about 1.3 MB and is cached afterwards. That is the cost of running locally instead of on a server.
  • It is not for DRM. Removing protection from a commercial e-book or a licensing-locked document raises questions this tool does not address.

When not to unlock a file at all

There are cases where the right answer is to leave the protection in place. If the password is a shared credential that others depend on, stripping it from your copy can create a version that circulates without the control the owner intended. If you are not the owner of the document, removing protection is a decision that belongs to whoever set it.

For a file you use often, a common pattern is to keep one protected master and work from a separate unlocked copy. That keeps the original covered while giving you something you can print, search and reuse. If the unlocked copy needs to travel, two of the other PDF tools are useful next: Compress PDF shrinks the file losslessly for email, and Protect PDF re-locks a copy with a fresh AES-256 password when you want the protection back.

Frequently asked questions

No. If you do not know the password, this tool cannot open the file. It removes protection with a password you already have, and it never guesses, brute-forces or bypasses one. Ask whoever sent the file for the password before trying anything else. Cracking is a different job with a different tool, and it is not offered here. When a password is short or a common word, that is exactly the kind of file a cracking program targets, which is also why the honest answer matters: no website can remove a password it was never given, whatever the marketing says. So the useful question is not whether a tool can break in, but whether it can strip protection from a file you already have access to. That is a much smaller and completely legitimate job, and it is the one this tool does. If you own the file and know the password, you are not locked out of anything.
It is a bad idea, and that is the reason to avoid those sites. An encrypted PDF usually holds the documents people care about most: bank statements, contracts, payroll, invoices or ID scans. Uploading it hands a stranger both the file and the password that opens it. Encryption protects a document in transit and at rest, and it stops protecting anything the moment the file and its password sit in the same place on someone else's server. Most such sites also keep an upload cache, and retention windows are measured in hours or days, so the file can outlive the session. Doing the same job locally removes the entire question: the file is read from your disk into the browser tab, decrypted there, and written back as a download. There is no upload step to trust, so there is no retention policy to read. It also means the password you type stays in a form field and is never part of a request body.
An open password is the one a reader asks for before it shows a page, so you cannot read the document without it. An owner password locks permissions instead: the file opens normally, but printing, copying and editing are blocked. The owner password is rarely needed to open the file. The two cases need different input here. For an open password, type the password you use to open the file at the prompt on the tool, then click Unlock PDF. For a file that opens straight away but restricts printing or copying, leave the password field empty and the restrictions are cleared in one step. If you type a password into a file that never needed one, qpdf reports an invalid password and writes nothing, so there is no harm in trying, but the empty field is the correct answer for permission-only files. The output in both cases carries no encryption dictionary, so the old flags are gone and the PDF behaves like any ordinary document.
No. Only the encryption layer is rewritten, so the pages, text, fonts, images, bookmarks, links and form fields come through unchanged. The unlocked copy opens in any PDF reader without a password prompt and looks exactly like the protected original did. That matters for practical reasons. If you unlock a signed contract or an invoice to send it on, the visual content has to survive the trip, and a tool that re-renders pages can flatten form fields or drop annotations. Here the file is decrypted, not re-created: qpdf rewrites the security dictionary and leaves the object graph alone, so attachments and form fields keep working. The output header is a standard PDF 1.7 and the file size stays close to the source, with small differences coming from the removed encryption data and rewritten cross-reference table.
A typical PDF unlocks in a second or two once the engine has loaded. The engine itself is about 1.3 MB and downloads on first use, then stays cached. Files up to 50 MB are accepted, because decryption happens in browser memory. The limit exists because qpdf runs inside the tab, and a very large file has to be held in memory as it is read, decrypted and written back. A 50 MB PDF already needs roughly its own size plus working space, so the practical ceiling depends on the device as much as on the tool. If a file is refused for size, unlocking it on a desktop with more memory is the usual fix, and splitting a very large document before unlocking it is another. There is no page limit and no daily cap, and no account is needed. The work is done locally, so a slow unlock means a slow device, not a slow server.

Unlock the copy you already have access to

Free, private and unlimited. No account needed.

Open Unlock PDF