Forum Discussion

Lanesy's avatar
Lanesy
Tin Contributor
Jul 14, 2026

How do you remove password protection from a PDF?

I have a PDF file that asks for a password every time I try to open it, and I need to remove password protection from PDF so I can access the content freely. I am the owner of this file and I know the password, but I want to permanently strip the security so I don't have to type it in again.

Could anyone recommend a safe, reliable, and ideally free method or built-in tool to remove password protection from PDF without risking data loss or compromising the file's content? Please let me know if there are any built-in options in Adobe Acrobat Reader or if I need to use a separate application for this purpose.

10 Replies

  • OliverDavis's avatar
    OliverDavis
    Iron Contributor

    A classic, cross-platform PDF toolkit. It includes a simple command to remove password protection from PDF if you know it.

  • tylermbriscoe's avatar
    tylermbriscoe
    Copper Contributor

    Removing a password from PDF file is easy and simple, you can remove password in 2 ways. With use of Microsoft Print to & PDF, Google Chrome. I tested all the 2 ways to remove password. You can also use any one method to remove password. Below I am sharing the steps of both ways, firstly know about Microsoft method, then Google Chrome method.

    1. Open PDF & enter password for first and last time.
    2. Press Ctrl + P, select Microsoft Print to PDF option in the printer section.
    3. Then, click Print button, choose a location to save PDF file done.

    Keep in mind: This only works if PDF's security settings allow printing.

    1. Google Chrome Method
    2. Open PDF in Google Chrome.
    3. Enter password of your PDF file, click Print button.
    4. Then, change destination to Save PDF file, and hit Save button.
    5. Done, again, this also works only if printing is allowed in your PDF file.

    I hope you got the answer to your question, use any of this method and unlock your PDF files simply. But remember one thing, this is not a useful solution for multiple PDF files.

  • DashielQuinn's avatar
    DashielQuinn
    Iron Contributor

    If you have a Mac, you can use Preview, the native PDF tool built into all macOS devices, but it cannot fully handle complex PDF editing tasks because it only supports basic operations—such as disable password protection on a PDF through its export feature.

    It allows you to strip PDF encryption with one simple export step, but using this decryption feature requires entering the original PDF unlock password first.

    First, locate your password-locked PDF file and open it directly in Preview. Input the correct opening password to gain full access to the PDF content.

    Click the File menu at the top navigation bar, then choose the Export option from the dropdown list. Uncheck the "Encrypt" tickbox on the export pop-up panel, pick a storage directory, and confirm to save the new unencrypted PDF file.

    Once exporting finishes, you will get a copy of the document with all password restrictions removed.

    This method can only be used to disable password protection on a PDF on macOS computers, so it is only suitable for users who own Mac devices and have the valid PDF opening password.

    If you don’t want to download third-party PDF software, you can try this method. It relies entirely on built-in system features, so you can use it without extra installation costs.

  • Okimms's avatar
    Okimms
    Iron Contributor

    So, what's the deal with UPPPDF? It's not just one program; it's like a Swiss Army knife for unlocking PDFs. It's a Python package that tries multiple different methods one after another until it finds one that works . This is awesome because it gives you a much better chance of success compared to using a single tool.

    The most important thing to know is that UPPPDF can't break every password. The tool itself tells you that not all PDFs can be unlocked without the password . It works best on PDFs with older, weaker encryption. It will automatically check the encryption type when you run it and tell you if it's even worth trying .

    Here’s the breakdown of its success rate based on the encryption type:

    • 💪 Strong Encryption (AES-256): Nearly impossible. Success rate is less than 1%. You basically need the password, or you can try brute-forcing it, but that takes forever.
    • 🔓 Standard Encryption (RC4-128): You have a good shot here, with a success rate of 70-80% .
    • 🔓 Weak Encryption (RC4-40): This is the easiest to crack, with a success rate of 90-95% .

     

    Here's how you remove password protectionfrom pdf. It's a command-line tool, but the usage is pretty straightforward.

    1. Install It: The easiest way is using pip, Python's package manager . Just open your terminal or command prompt and type:

    bash

    pip install upppdf

    2. Run It: Once it's installed, you have a couple of simple options :

    Unlock a specific file: Just tell it which one.

    bash

    upppdf -f "your_locked_file.pdf"

    3. Unlock all PDFs in a folder: Put all your PDFs into a folder named PDFs, and run the command with no options.

    bash

    upppdf

    It will create a new folder called Unlocked_PDFs with the unlocked copies.

    It will then go through its list of methods, try each one, and tell you what's working . So if you want to try and remove password protection from pdf files for free and don't mind a little command-line action, UPPPDF is a fantastic and powerful hidden gem.

  • bapa's avatar
    bapa
    Copper Contributor

    If you know the password and you own the PDF, you can safely remove the password protection by opening the file with the password and saving a new unsecured copy. The exact steps depend on the software you use.

    Method 1: Using Adobe Acrobat (paid version)

    Adobe Acrobat Pro has a built-in option to remove PDF security:

    1. Open the PDF in Adobe Acrobat Pro.
    2. Enter the password when prompted.
    3. Go to Menu → Document Properties (or File → Properties).
    4. Open the Security tab.
    5. Change Security Method to No Security.
    6. Enter the password again if requested.
    7. Save the file.

    The new saved copy will open without asking for a password.

    Note: Adobe Acrobat Reader (the free version) can open password-protected PDFs if you know the password, but it does not provide the option to remove security settings.

    Method 2: Using a built-in browser print/save feature (free)

    For many PDFs, you can create a new copy without the password using a browser:

    1. Open the PDF in Google Chrome, Microsoft Edge, or another PDF viewer.
    2. Enter the password.
    3. Press Ctrl + P (Windows) or Command + P (Mac).
    4. Choose Save as PDF as the printer destination.
    5. Save the new PDF.

    The newly created PDF usually will not have the original password protection.

    Method 3: Using macOS Preview

    If you use a Mac:

    1. Open the PDF in Preview.
    2. Enter the password.
    3. Select File → Export.
    4. Save it as a new PDF.
    5. Make sure encryption/password options are disabled.

    Important tips

    • Always keep a backup of the original PDF before removing security.
    • Avoid unknown online PDF unlocking websites if the document contains private, financial, legal, or confidential information.
    • After creating the new copy, open it again to confirm that the content, formatting, and links are still intact.

    If you already know the password, removing protection is usually a simple “open → remove security → save” process, and you do not need a special PDF cracking tool.

  • BenjaminLiu's avatar
    BenjaminLiu
    Iron Contributor

    PDFsam Basic is an open-source tool that manages PDF security settings and allows you to remove password protection from pdf. The tool runs entirely offline to protect your private documents, providing a secure local workflow without the need to upload files to any web server.

    How to Remove password protection from PDF

    1. Once the installation is complete, launch the software.
    2. Locate and open the Protection module from the main menu.
    3. Add the password-protected PDF file you want to process to the task list.
    4. Enter the valid original password for the locked PDF file.
    5. Clear the User Password and Owner Password fields, leaving them blank.
    6. Click the Run button to execute the decryption task.

    Disadvantages

    • Not beginner-friendly
    • Lacks a built-in PDF preview feature, so you can't check the file before making changes
    • Offers only basic security adjustments; no advanced editing features

    This tool can remove all PDF encryption settings locally. It is very useful for users who value their privacy and want to securely unlock PDF files while avoiding online decryption platforms.

    ps

    • You must know the password for the original PDF to successfully remove the password protection from the PDF.
    • Before performing the decryption, create a backup copy of the encrypted PDF.
    • Do not close the software during the process, or the output file may become corrupted.
  • xartin's avatar
    xartin
    Tin Contributor

    Alright, let's talk about using online tools to disable password protection on a PDF. It's honestly one of the quickest and easiest ways to get it done, especially if you don't want to install any software.

    The basic idea is super simple. You upload your PDF to a website, type in the password, and download an unlocked copy. That's pretty much it. It's great when you need to disable password protection on a PDF quickly and you don't have access to a desktop program.

    Here's how it generally goes, step-by-step:

    Step 1 Find a Tool: Search for a "free online PDF unlocker."

    Step 2 Upload Your PDF: Drag and drop your password-protected file into the tool's upload area.

    Step 3 Enter the Password: This is the crucial part. You must know the password to open the file. The tool will ask for it. If you don't know it, no online tool is going to be able to magically unlock it, especially for newer PDFs with strong encryption.

    Step 4 Download the Unlocked File: Once you've entered the password, click the unlock button. After a few seconds of processing, you'll be able to download a new, password-free version of your PDF. And just like that, you've successfully disabled password protection on a PDF!

    While online tools are super convenient, they aren't a silver bullet. The main thing to watch out for is privacy. When you upload a file to a website, it's sent to their servers. That's fine for public forms or non-sensitive documents, but you should think twice before uploading anything confidential.

  • CameronWang's avatar
    CameronWang
    Iron Contributor

    Windows has a built-in function called Microsoft Print to PDF that you can use to remove password protection from pdf, as well as unlock restricted PDF files for editing and sharing.

    Instructions: Open your encrypted PDF file in Microsoft Edge or Google Chrome browser, enter the PDF opening password to view content, press the shortcut Ctrl + P to open the print panel, select "Microsoft Print to PDF" as the target printer, click Print, then choose a folder to save your new PDF document. This built-in method requires no third-party software and swiftly helps you fully remove password protection from pdf, eliminating all document access limitations.

    Its advantages include: it comes pre-installed on all Windows systems; there is no need to upload files online; it preserves most of the text and image content from the original PDF; and it supports the instant creation of unencrypted PDF copies.

    Its disadvantages include: it is relatively slow when rendering PDFs with dozens of pages; it occasionally loses fillable form fields or interactive elements; and you must know the original password to access locked PDFs.

    Note

    • Be sure to enter the correct PDF password first; otherwise, the document cannot be loaded to remove the PDF’s password protection.
    • Back up the original encrypted PDF file before saving the new, unprotected print copy.
    • Carefully verify the save location to avoid accidentally overwriting the original password-protected PDF file.
    • Do not close the browser tab during the printing process, as this may result in an incomplete or corrupted PDF file.

    It allows you to quickly generate an unencrypted PDF copy using basic printing functions. This feature is suitable for general users who only need to perform simple PDF decryption on a Windows computer, as well as for those who wish to create unlocked copies of password-protected documents for personal archiving purposes.

  • Lancesocon's avatar
    Lancesocon
    Copper Contributor

    Think of q pdf as a command-line Swiss Army knife for PDFs. Its main job is to let you manipulate PDF files, and a key feature is being able to decrypt them. To remove password protection from pdf, the main command you'll use is --decrypt.

    Here's the basic idea in a nutshell:

    If you know the password: You just tell q pdf what the password is. The command looks like this:

    bash

    q pdf --decrypt --password=your_password locked. pdf unlocked. pdf

    Replace locked.pdf with your locked file's name, unlocked.pdf with what you want the new, unlocked file to be called, and your_password with the actual password. Easy peasy.

    If you don't know the password (but it's only for editing): PDFs often have two kinds of passwords. There's a "user password" to open the file, and an "owner password" that just restricts things like printing or copying. If a file only has an owner password, the -- decrypt command can often remove password protection from pdf completely without even needing a password. It just works.

    It's a bit of a hidden gem for a few reasons:

    • It's completely free and private: You can run it offline on your own computer. No uploading your sensitive documents to some random website.
    • It's powerful: Some other tools even use q pdf as their secret sauce to do the heavy lifting of removing security from PDFs.
    • It's perfect for automation: If you have a bunch of PDFs, you can easily write a simple script to run q pdf on a whole folder to remove password protection from pdf from all of them at once.

     

    So, if you're comfortable using a command line, q pdf is a super reliable, free, and powerful way to remove password protection from the pdf. It's a favorite among people who know their way around a terminal.

  • OliverWang's avatar
    OliverWang
    Iron Contributor

    PDF24 Creator is a desktop application that offers a comprehensive set of PDF editing tools, including a feature specifically disable password protection on a PDF. The program provides a simple process for removing PDF security locks.

    How to Disable password protection on a PDF

    Step 1: Open the software on your computer.

    Step 2: Select the Unlock PDF tool, or go to the Protect PDF menu and choose the Remove Password option.

    Step 3: Import the password-protected PDF file into the program's workspace.

    Step 4: Enter the correct password to open the encrypted PDF.

    Step 5: Select the Remove Protection feature to remove all security restrictions.

    Finally, click the Save button to export the unprotected PDF file.

    The software can handle all common PDF editing tasks and excels at removing document encryption. It is an ideal choice for office workers and individual users who frequently need to remove PDF password protection in order to print, edit, or freely share documents.

    Pros

    • Built-in PDF tools: merge, split, compress, convert, and rotate PDF files
    • Supports offline use, eliminating the need to upload confidential files to online servers

    Cons

    • The main interface includes dozens of additional tools, which may confuse users who only need to remove a PDF password
    • If you do not know the password for the original document, you cannot bypass the PDF encryption
    • A virtual PDF printer driver is installed during the initial setup process