Office Password Remover
← Back to Blog
Guide

How to Remove Excel Password Protection (Free, No Upload)

Updated July 2026 • 5 min read

Locked out of editing an Excel spreadsheet by a sheet or workbook password? Good news: this kind of protection only blocks editing — it is not encryption, and it was designed to prevent accidental changes, not to keep data secret. That means you can remove it in seconds. This guide shows two ways: a free one-click tool that runs entirely in your browser (no upload, no software to install), and the manual method so you can see exactly what is happening. Both work on modern Excel files (.xlsx and .xlsm) from Excel 2007 through Microsoft 365. The tool also unlocks Word (.docx) and PowerPoint (.pptx) — see those guides for the format-specific manual steps.

Important Distinction

This guide covers sheet/workbook protection (editing restrictions). If your file requires a password just to open it, that's file encryption - a much stronger protection that cannot be removed without the original password.

Forgot the Excel password completely?

The steps here remove sheet or workbook editing protection from a file that still opens. If your workbook is encrypted and won't open at all without a password, that's a different problem: the password has to be recovered, not stripped.

Method 1: Use Our Free Online Tool (Recommended)

The easiest way to remove Excel password protection is to use our free tool at officepasswordremover.com.

Why Our Tool is Safe

  • 100% Client-Side Processing: Your files never leave your computer. All processing happens in your browser using JavaScript.
  • No Upload Required: Unlike other tools, we don't upload your file to any server. You can verify this by disconnecting from the internet after the page loads - it still works!
  • No Tracking: We don't log file names or contents. Only anonymous usage statistics.
  • Free Forever: No payment, no signup, no limits.

Steps:

  1. Go to officepasswordremover.com
  2. Drag and drop your protected Excel file (.xlsx or .xlsm)
  3. Click "Remove Password Protection"
  4. Download your unprotected file

Method 2: Manual XML Editing

If you prefer to do it manually, here's how. This method works because Excel files (.xlsx) are actually ZIP archives containing XML files.

Steps:

  1. Make a backup of your Excel file
  2. Rename the file extension from .xlsx to .zip
  3. Extract the ZIP to a folder
  4. Navigate to xl/worksheets/
  5. Open each sheet XML file (sheet1.xml, sheet2.xml, etc.) in a text editor
  6. Find and delete the <sheetProtection ... /> tag
  7. Save the file
  8. Re-zip all the extracted contents
  9. Rename the .zip back to .xlsx

<!-- Remove this entire tag -->
<sheetProtection password="CC45" sheet="1" objects="1" scenarios="1"/>

For workbook protection, look in xl/workbook.xml and remove the <workbookProtection ... /> tag.

Why Not Just Use the Tool?

The manual method is educational, but our tool does exactly the same thing - automatically, in seconds, without any risk of corrupting your file. Try it free →

Re-Adding Protection

After removing protection, you can add it back in Excel:

  • Go to Review tab
  • Click Protect Sheet or Protect Workbook
  • Set a new password (make sure to remember it this time!)

Frequently Asked Questions

Is this legal?

Yes, removing protection from files you own or have authorization to modify is legal. This tool is intended for legitimate use cases like recovering access to your own files.

Why is Excel protection so easy to remove?

Excel's sheet protection is designed to prevent accidental changes, not to provide strong security. Microsoft designed it this way intentionally. For sensitive data, use file-level encryption instead.

Will this work on password-protected (encrypted) files?

A password-to-open file uses strong AES encryption, so there is no editing flag to strip and the free tool only removes editing restrictions (sheet/workbook protection). A forgotten open-password cannot be removed, only recovered by trying likely passwords, which our recovery tool attempts (hash-only, your file stays in the browser). See our recovery guide for the full picture.

Does this work for Word and PowerPoint too?

Yes! Our tool supports .docx (Word) and .pptx (PowerPoint) files with similar editing restrictions.

How do I unprotect an Excel sheet without knowing the password?

You don't need the original password to remove sheet or workbook protection. Because it is only an editing restriction (not encryption), the protection flag can simply be stripped out — that is exactly what the free tool above does, and what the manual XML method does by hand. You only need the original password when a file is encrypted (asks for a password just to open), which is a different case covered in our recovery guide.

Does this work without installing software, and on Excel 2016, 2019 and Microsoft 365?

Yes to both. There is nothing to install — the tool runs in your browser and processes the file on your own device, so it works offline once the page has loaded. It handles sheet and workbook protection on .xlsx and .xlsm files created by Excel 2007, 2010, 2013, 2016, 2019 and Microsoft 365.

Related guides

Try Office Password Remover Free