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.
- Go to Files-To Unlock Excel
- Upload your
.xlsx,.xls, or.xlsmfile (up to 5 MB) - 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.
- Rename your file from
file.xlsxtofile.zip - Extract the ZIP contents
- Open the
xl/worksheets/folder - Open each
sheet1.xml,sheet2.xml, etc. in a text editor - Find and delete the
<sheetProtection ... />tag - To remove workbook protection, open
xl/workbook.xmland delete the<workbookProtection ... />tag - 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.
- Open Excel, press
Alt + F11to open the VBA editor - Insert a new module and paste a password-bypass macro
- 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.