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.
Loading Unlock PDF…
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
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.
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.
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.
Upload your password-protected PDF, enter the password you have for it, and download the unlocked copy. Decryption runs in your browser.
Step-by-step guide to remove pdf password online:
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.
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.
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.
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.
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.
Get better results with these expert suggestions:
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.
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.
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.
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.
More use-case guides for the same tool:
Open the full Unlock PDF — free, no account needed, works on any device.
Open Unlock PDF →Free · No account needed · Works on any device