Free · Fast · Privacy-first

Remove PDF Password Online

Remove a password from a PDF you own the password for using a tool that runs end to end inside your web browser without uploading the file to any external server.

Decrypts PDFs with the correct owner or user password

🔒

Runs entirely in your browser, no upload

No account or registration required

Free to use with no watermark

Cost
Free forever
Sign-up
Not required
Processing
In your browser
Privacy
Files stay local
FreeNo signupWhite-label

Add this Unlock PDF to your website

Drop the Unlock PDF into any page — blog post, product docs, intranet, school portal — with a single line of HTML. Your visitors get the full tool, processed entirely in their browser. No backend, no uploads, no signup.

  • Files stay 100% in the visitor's browser
  • Responsive — adapts to any container width
  • Free forever, no API key needed

Embed code

<iframe
  src="https://www.fixtools.io/pdf/unlock-pdf?embed=1"
  width="100%"
  height="780"
  frameborder="0"
  style="border:0;border-radius:16px;max-width:900px;"
  title="Unlock PDF by FixTools"
  loading="lazy"
  allow="clipboard-write"
></iframe>

Attribution-friendly: a small "Powered by FixTools" link appears in the embed footer.

How PDF password encryption works and what "unlocking" means

PDF password protection comes in two distinct forms that look identical from the outside but behave very differently under the hood: user password encryption and owner password restrictions. A user password, sometimes labelled the open password or the document open password, prevents the PDF from being opened at all without the correct credentials. The actual byte content of every page, every text object, every image stream, and every embedded font is encrypted with a key derived from that password, which means without the password the file is mathematical noise. An owner password, sometimes labelled the permissions password or the master password, allows the PDF to open freely but restricts specific operations such as printing, copying text to the clipboard, annotating, filling form fields, or extracting pages. The two protection types require fundamentally different approaches to remove and FixTools handles both.

To remove a user password, the correct password must be provided to a decryption engine that reads the encrypted content streams one by one and writes a decrypted equivalent. PDF encryption follows the standard handlers defined in ISO 32000, which include RC4 at 40 bits for very old files, RC4 at 128 bits for PDF 1.4 era documents, AES at 128 bits introduced in PDF 1.6, and AES at 256 bits introduced in PDF 1.7 extension level 3 and made canonical in PDF 2.0. The password is run through a key derivation function specific to the encryption revision, that produces the document encryption key, and the key then decrypts each stream. FixTools runs this entire pipeline in your browser using a WebAssembly accelerated JavaScript implementation, never sending the file or the password to any server.

Owner password restrictions are technically a layer on top of, rather than instead of, the basic encryption framework. The restrictions are stored as a 32 bit permission flag integer in the PDF encryption dictionary, with individual bits controlling printing, copying, modification, annotation, form filling, accessibility extraction, document assembly, and high quality printing. A compliant PDF reader is expected to read those bits and disable the corresponding interface elements. Because the document content key in many implementations is derivable without the owner password, removing the restriction simply means writing a new encryption dictionary with the permission bits cleared, or stripping encryption entirely. FixTools handles owner only restrictions on documents you are legally entitled to use without restrictions.

Removing a password is not the same as cracking one. FixTools cannot guess, brute force, recover, or otherwise bypass a user password you do not know. The cryptography behind AES 256 is sound and there is no shortcut available to an honest tool that respects the specification. What FixTools does is something simpler and entirely legitimate: it accepts a password you already have, performs the same decryption that any PDF reader performs when you type the password to open the file, and saves the decrypted result as a permanent unencrypted copy. That distinction matters because it sets the boundary between a useful utility for owners of their own documents and an unauthorised cracking tool, and FixTools is firmly on the legitimate side of that line.

How to use this tool

💡

Upload your password-protected PDF, enter the password you have for it, and download the unlocked copy. Decryption runs in your browser.

How It Works

Step-by-step guide to remove pdf password online:

  1. 1

    Open the Unlock PDF tool

    Open the Unlock PDF tool on FixTools in any modern browser on desktop, tablet, or phone. The page loads immediately with no account creation, no email capture, no installer, no plugin download, and no payment screen. The tool initialises a JavaScript PDF engine that runs locally so all subsequent processing stays on your device throughout the session.

  2. 2

    Upload your PDF

    Click the upload area or drag your password protected PDF onto the drop zone. The file is read directly into browser memory using the standard File API. Nothing is transmitted to any external server during this step. The interface displays the file name and size as soon as the document is loaded so you can confirm the right file was selected before continuing.

  3. 3

    Enter the password

    Type the password you know for the PDF into the password field. This is the open user password if the document refuses to open at all without credentials, or the owner password if the document opens but blocks operations. Passwords are case sensitive and may include spaces, punctuation, or unicode characters. The field never logs or transmits the value you enter.

  4. 4

    Download the unlocked PDF

    Click the Unlock button and the browser performs the full decryption pipeline locally, including key derivation, stream decryption, and a rewrite that removes the encryption dictionary entirely. A download link appears as soon as processing finishes, typically within a second or two for documents under a hundred pages. Save the unlocked copy anywhere you like.

Real-world examples

Common situations where this approach makes a real difference:

Unlocking a bank statement PDF for an accountant

A small business owner receives monthly bank statements as password protected PDFs where the password is derived from account details the bank does not want shared with third parties. The owner needs to forward statements to an external accountant for bookkeeping but cannot reveal the password algorithm. They open each statement, decrypt it locally with FixTools using the password they know, save unlocked copies into a secure shared folder, and provide the accountant with documents that open immediately. The original encrypted files remain untouched in the bank inbox.

Removing restrictions from your own generated PDF

A management consultant uses an enterprise reporting platform that automatically applies owner restrictions to every PDF it exports, including a flag that prevents on site printing. The consultant arrives at a client office, opens the report on a laptop, and finds the print button greyed out before a workshop. Rather than waiting for IT to regenerate the document with different settings, the consultant uses FixTools in a browser to strip the owner restrictions in seconds and prints the handout copies needed for the meeting on the client printer.

Recovering an old password protected archive

A solo legal practitioner is closing out a decade old matter and discovers that the digital archive contains dozens of password protected PDFs created with a long abandoned document management product. The passwords are recorded in an old password log, but the original software will not run on a modern operating system and there is no easy migration path. FixTools accepts the legacy passwords through the browser interface, decrypts each PDF using standard PDF specification handlers, and produces clean modern PDFs suitable for long term archival under standard naming conventions.

Preparing documents for a PDF merge workflow

A litigation support team is assembling a master exhibit binder from forty source PDFs supplied by different parties. Two of the source documents have owner level restrictions that cause the merge tool to abort the entire operation midway through processing. Rather than negotiating with opposing counsel to resupply unrestricted versions and risk delaying the filing deadline, the team uses FixTools to strip the restrictive permission flags from those two documents in place, after which the merge utility completes successfully and the binder is filed on schedule.

Pro tips

Get better results with these expert suggestions:

1

You must have the legal right...

You must have the legal right to the PDF and know the correct password before using FixTools. The tool is not a password cracker and cannot bypass encryption on files you do not own. If a PDF refuses to open without a password and the password is not known, no honest tool can decrypt it because AES is mathematically sound. Use FixTools only on documents you have authority over such as your own statements, your own reports, your own contracts, or company documents you administer.

2

If a PDF has only owner...

If a PDF has only owner restrictions, meaning it opens normally without ever prompting for a password but blocks operations like printing or copying, you may not need to enter any password at all. FixTools detects this case automatically and removes the owner permission flags directly. Try the unlock action first with no password entered, and only supply credentials if the tool reports that a user password is also present on the document.

3

After unlocking, check if the PDF...

After unlocking, open the decrypted PDF in your normal reader and verify that all pages render correctly, all fonts display as expected, all images appear in the right places, and embedded form fields and annotations remain functional. Standard PDFs round trip perfectly, but documents created with non standard encryption extensions, custom security handlers, or unusual font subsetting can occasionally exhibit rendering issues that warrant a sanity check before committing the unlocked copy to your archive.

4

For very sensitive PDFs, note that...

For very sensitive PDFs, remember that the unlocked copy contains the same confidential content but with no access control at all. Anyone who can read the file can read everything in it. Store the unlocked copy in an encrypted folder, on an encrypted disk, behind a strong access control list, or inside a password protected archive. Consider deleting the unlocked copy after the immediate need is satisfied so the long term archive continues to be the originally encrypted version of the document.

FAQ

Frequently asked questions

No. FixTools decrypts PDFs only when the correct password is supplied. If you have forgotten the password, the tool has no way to recover it because modern PDFs use AES 256 encryption, which is mathematically infeasible to brute force at random. Password recovery is a separate domain that involves specialised software running dictionary attacks, mask attacks, or distributed guessing across many machines, sometimes with GPU acceleration. Even then recovery is only feasible if the password is weak or follows a guessable pattern. FixTools deliberately does not include any cracking functionality because doing so would invite misuse against documents the user has no right to access. If recovery is essential, look for purpose built recovery tools and consult your local laws first.
Unlocking a PDF you own and have the password for is legal in essentially all jurisdictions because you are exercising ordinary rights of access over your own property. You can decrypt bank statements, your own contracts, your own reports, archived business records, and anything you produced yourself or that was supplied to you with appropriate licensing. Unlocking PDFs you do not own, or circumventing technological protection measures applied to commercial content such as ebooks or paid research, may violate copyright laws including the DMCA in the United States, the EUCD in Europe, or equivalent statutes in other regions. FixTools is intended exclusively for legitimate document owners and the responsibility for lawful use rests with the user.
A user password, sometimes called the open password, controls whether the file can be opened at all and is enforced by genuine encryption of the content streams. Without the correct user password the file is unreadable noise. An owner password, sometimes called the permissions or master password, allows the file to open freely but enforces restrictions on operations like printing, copying, modifying, or extracting pages. The owner restrictions are enforced cooperatively by compliant readers rather than by independent encryption of the operations. Removing a user password absolutely requires the correct password. Removing owner restrictions may not require any password in many standard implementations because the content key is derivable without the owner credentials.
No. The decryption process reads each encrypted content stream, applies the standard cipher with the derived key, and writes the same plaintext bytes to the output document. The text characters, the image data, the font definitions, the vector drawing operations, the form field definitions, the bookmarks, and the page structure are all preserved exactly as they appeared in the original. Only the encryption dictionary changes, with the security handler entries removed or replaced. The visual result, the searchable text, the file structure, and the document metadata such as author and title remain intact unless you explicitly choose to remove metadata as a separate cleanup step after unlocking the file.
FixTools supports every encryption handler defined by the ISO 32000 PDF specification, including the legacy RC4 cipher at 40 bits used by PDF 1.1 and 1.2, RC4 at 128 bits introduced in PDF 1.4, AES at 128 bits introduced in PDF 1.6, and AES at 256 bits with security handler revision 5 introduced in PDF 1.7 extension level 3 as well as the revised security handler revision 6 used in PDF 2.0. These standard handlers cover virtually every encrypted PDF produced by mainstream software including Adobe Acrobat, Foxit, Nitro, PDFelement, LibreOffice, and Microsoft Word export. Proprietary or DRM based handlers from specialised vendors are outside the standard scope and may not be supported.
Yes. The FixTools Unlock PDF tool is a pure browser application with no native components, which means it runs on any device that has a modern browser. That includes iPhones and iPads running Safari, Android phones and tablets running Chrome or Firefox or Samsung Internet, and Chromebooks running ChromeOS. The decryption pipeline executes on the device using the same JavaScript code path as on a desktop. The only practical limit is available memory, very large PDFs of several hundred megabytes may struggle on older low memory phones. For typical documents under fifty megabytes the operation completes in a few seconds on any modern handset.
Adobe Acrobat and other readers occasionally cache document security state from the originally opened file, and the cached display can briefly survive even after the file on disk has been replaced with an unencrypted version. Close the document completely in your reader, clear the recent files list if your reader has aggressive caching, and reopen the freshly downloaded unlocked copy. Confirm in File Properties that the security tab shows no encryption. If a restriction notice still appears, verify you downloaded the actual unlocked output rather than reopening the original, and double check that the document did not have a user password layer in addition to the owner permission flags you removed.
For a typical business document of one to fifty pages and under ten megabytes, the entire unlock operation finishes in well under a second on a modern laptop or phone. Most of the perceived time is spent on the file picker, the upload to browser memory, and the download dialog that appears at the end. The actual cryptographic work, key derivation followed by stream decryption and a single rewrite pass through the PDF object table, is fast because AES is hardware accelerated in modern processors and PDF streams are individually small. Very large documents above one hundred megabytes or several hundred pages may take a few seconds longer but remain effectively instantaneous in everyday use.
No. Bookmarks, internal page links, external URL links, named destinations, page labels, document outlines, form field definitions, JavaScript actions, and metadata fields are all preserved during decryption. The PDF object tree is read in full, the encrypted parts are decrypted in place, and the rewritten file contains the same object hierarchy with the same cross references. The only structural change is the removal of the encryption dictionary and its associated security handler entries. If you used Acrobat or another editor to add custom navigation aids to the original encrypted document, those navigation aids will continue to function identically in the unlocked copy without any additional configuration on your part.
FixTools is genuinely free for the Unlock PDF tool with no hidden tiers, daily quotas, file count caps, or premium upgrades required for full functionality. There is no account to create, no email address required, no credit card on file, and no watermark applied to the output. The business model does not depend on metering your usage of the unlock tool. Because processing happens locally in your browser there is no server side cost to amortise per file, which is part of why the free model works at all. The only constraint is the practical limit of your own browser memory for very large documents, which is the same constraint that applies to any local PDF software.

Related guides

More use-case guides for the same tool:

Ready to get started?

Open the full Unlock PDF — free, no account needed, works on any device.

Open Unlock PDF →

Free · No account needed · Works on any device