← Back to blog

How to Unlock Excel Without Password — 3 Free Methods [2026]

Forgot your Excel password or received a protected file you can't edit? You don't need to know the original password to unlock it. Here are three methods that work in 2026.

Method 1: Free Online Tool (Fastest)

Works for sheet protection and workbook protection. No installation, no account needed.

  1. Go to Files-To Unlock Excel
  2. Upload your .xlsx, .xls, or .xlsm file (up to 5 MB)
  3. Download the unlocked file — ready to edit in seconds

What it removes: Sheet protection, workbook structure protection, forgotten passwords on protected sheets. What it cannot remove: File-level encryption (the kind that asks for a password just to open the file).


Method 2: ZIP/XML (No Tools Required)

.xlsx files are actually ZIP archives. You can manually remove protection by editing the internal XML.

  1. Rename your file from file.xlsx to file.zip
  2. Extract the ZIP contents
  3. Open the xl/worksheets/ folder
  4. Open each sheet1.xml, sheet2.xml, etc. in a text editor
  5. Find and delete the <sheetProtection ... /> tag
  6. To remove workbook protection, open xl/workbook.xml and delete the <workbookProtection ... /> tag
  7. Repack the folder as a ZIP and rename back to .xlsx

Tip: Make a backup copy before starting. One wrong edit can corrupt the file.


Method 3: VBA Macro (Excel Desktop Only)

This method works in older Excel versions (pre-2013) with weak protection hashes. Not reliable for modern .xlsx files.

  1. Open Excel, press Alt + F11 to open the VBA editor
  2. Insert a new module and paste a password-bypass macro
  3. Run the macro on the protected sheet

Note: This method has a low success rate on Excel 2016+ and does not work on workbook-level protection.


Which Method Should You Use?


Encrypted vs Protected: Know the Difference

Protected file: Opens normally, but you cannot edit cells. The toolbar is grayed out. This is what this guide solves.

Encrypted file: Excel asks for a password before showing any content. This uses AES-256 and cannot be bypassed without the correct password.


Frequently Asked Questions

Is it safe to upload my Excel file to unlock it? Yes, if you use a reputable tool. Files-To processes files in memory and deletes them immediately after — nothing is stored on disk.

Does unlocking damage my data? No. These methods only remove protection metadata. Your formulas, formatting, charts, and data remain untouched.

Why can't I remove the password to open the file? That's file-level encryption, which is fundamentally different from sheet/workbook protection. AES-256 encryption cannot be removed without the correct password.