How to Unlock Rows in Excel

There are two ways to “unlock rows in excel”: the quick way you copy and the durable way you understand. This page gives you both. The exact Excel answer is above; below, we build the small mental model that makes the fix stick, so the next variation of the same problem solves itself.

Exact answer

In Excel: go to Review ▸ Unprotect Sheet, enter the password if one was set, and the sheet becomes fully editable again.

Annotated stepsExcel
1

Open the Review tab and look for Unprotect Sheet (it replaces Protect Sheet while protection is on).

2

Click Unprotect Sheet.

3

If prompted, type the password that was used to protect it and click OK.

4

Confirm the sheet is editable — try typing in a previously locked cell.

Ctrl+CthenCtrl+Shift+V+Cthen+Ctrl+VPaste values · WindowsMac

What this does

Unprotecting a sheet removes the editing restrictions that Protect Sheet imposed, so every cell can be changed again. The control sits on the Review tab: if the sheet was protected without a password, one click of Unprotect Sheet frees it; if a password was set, Excel asks for it first. Removing protection is purely about re-enabling edits — it has nothing to do with opening an encrypted file, which needs the file password instead. Most people learn this as a sequence of clicks and forget it by next week; learning it as a pattern instead is what lets you apply it to the next, slightly different version of the problem without starting from scratch. That is the difference this page is trying to make. The difference between a quick fix and a sheet you can trust is the extra minute you spend validating “unlock rows in excel”. Start on a copy or a tiny sample, keep the affected rows visible, and compare the result with the tool above before you touch the real workbook. When this is a ribbon command, the selection matters more than the button: confirm the range, apply the command, then spot-check the output before saving. The point is a layout choice that keeps the sheet readable and sortable, but the practical win is that someone else can open the file and understand what happened without asking you.

A worked example

A budget sheet shows "cell is protected" whenever you try to type. Go to the Review tab and click Unprotect Sheet. If a password was set, a box appears — enter it, click OK, and the protection lifts; the button now reads Protect Sheet again and every cell accepts input. If no password was ever set, the single click is all it takes and no prompt appears. You unprotect a sheet whenever locked cells are blocking a legitimate edit — updating a template someone secured, correcting a figure in a protected report, or reworking a form. It is the deliberate step that hands editing control back, the exact reverse of Protect Sheet. A practical tip before you scale it up: build it once on a small block of test data, confirm the number against the tool on this page, and only then point it at your real sheet. That one habit catches almost every mistake while it is still cheap to fix, long before a wrong figure reaches a report or a colleague.

In Google Sheets

Everything above works in Google Sheets too. Excel and Sheets share the formula syntax used here; only the surrounding menus are arranged differently. That portability is deliberate — learn it once and it follows you between the two tools and across Windows and Mac. Nothing on this page is behind a login: the tool runs entirely in your browser, the formula is shown in full with one-click copy, and the steps work the same on Windows and Mac. That is the whole promise here — the exact answer, a way to prove it on your own numbers, and just enough context to make it stick. Here is the takeaway for “unlock rows in excel”: copy the answer if you are busy, but if you have a spare few minutes, rebuild the example in Excel yourself with the tool above open beside it. That single pass — type it, run it, watch the result move when you change an input — is what turns a formula you found into a technique you trust. Keep your inputs labelled and referenced, never hard-coded, and the same sheet stays correct and auditable as it grows. Done that way, you will not need to look this up again, and you will be the person others ask.

Common mistakes

  • Trying to unprotect without the password: there is no legitimate built-in bypass, so you genuinely need the password that was set.
  • Confusing a protected sheet with an encrypted file — a file that will not open needs its open-password, not Unprotect Sheet.
  • Unprotecting the wrong sheet in a multi-tab workbook; each sheet is protected and unprotected separately.
  • Forgetting that workbook structure protection (locked tabs) is removed via Unprotect Workbook, a different button on the same tab.

Frequently asked questions

I forgot the sheet password — how do I unlock it?

Honestly, you need the password; Microsoft provides no official bypass for sheet protection. Store passwords where you can retrieve them, and ask whoever protected the sheet.

Is unprotecting the same as decrypting the file?

No. Unprotect Sheet re-enables cell editing; an encrypted file that refuses to open needs its open-password through the normal open dialog, not the Review tab.

How do I unprotect every sheet at once?

Excel has no one-click "unprotect all"; unprotect each tab in turn, or use a short VBA loop if you have the password for each.