Fix Word ‘Selection Is Locked’ Despite No Restricted Editing Enabled
🔍 WiseChecker

Fix Word ‘Selection Is Locked’ Despite No Restricted Editing Enabled

You try to edit a Word document, but you see the message “Selection is locked” and cannot change any text. This happens even though you have checked File > Info > Protect Document and confirmed that “Restrict Editing” is turned off. The cause is almost always a setting in the document that controls editing permissions at the section level, not the global protection panel. This article explains why the lock persists and provides step-by-step methods to remove it.

Key Takeaways: Removing a Stubborn “Selection Is Locked” Error

  • Review > Restrict Editing > Stop Protection: Removes global editing restrictions even if the pane appears empty.
  • Developer tab > Document Template > Linked CSS: Deletes any hidden style locks that block selection.
  • File > Save As > Plain Text (.txt): Strips all formatting and protection to recover content when no other method works.

ADVERTISEMENT

Why Word Shows “Selection Is Locked” When No Restriction Is Visible

Word has two separate protection layers. The first is the global document protection found under Review > Restrict Editing. The second is section-level protection that can be applied inside the document’s XML or via a linked style sheet. The “Selection is locked” message comes from the second layer. This layer is not visible in the standard Restrict Editing pane. It is stored in the document’s formatting or in a connected template.

A common scenario is a document created from a corporate template that includes an attached Cascading Style Sheet (CSS) file. The CSS file contains rules that lock selection for certain parts of the document. Another cause is a corrupted section break that Word interprets as a protected region. The global protection panel shows no restrictions because the lock is not stored there.

The lock can also appear after opening a document that was previously protected with a password. Even after the password is removed and “Restrict Editing” is stopped, a residual flag in the document’s internal settings can remain. This flag triggers the “Selection is locked” message when you try to type or delete text in specific sections.

Steps to Unlock a Word Document With a Hidden Selection Lock

Follow these methods in order. Start with the simplest fix and move to the more advanced ones only if needed.

Method 1: Stop Protection From the Restrict Editing Pane

  1. Open the Restrict Editing pane
    Go to Review > Restrict Editing. The pane opens on the right side of the Word window.
  2. Click Stop Protection
    At the bottom of the pane, click the button labeled Stop Protection. If a password dialog appears, enter the password and click OK. If no password is required, the restrictions are removed immediately.
  3. Uncheck all formatting limits
    In the same pane, under Formatting restrictions, uncheck the box that says Limit formatting to a selection of styles. Under Editing restrictions, select No changes (Read only) and then immediately change it back to Tracked changes or any other option. This forces Word to re-evaluate the document’s protection state.

Method 2: Remove a Linked CSS File That Locks Selection

  1. Enable the Developer tab
    Go to File > Options > Customize Ribbon. In the right column, check the box for Developer and click OK.
  2. Open the Templates and Add-ins dialog
    Click the Developer tab, then click Document Template in the Templates group.
  3. Check the Linked CSS box
    In the Templates and Add-ins dialog, look for a field labeled Linked CSS. If it contains a file path, select the text and delete it. Leave the field blank. Click OK.
  4. Save and reopen the document
    Press Ctrl+S to save the document. Close Word and reopen the file. The selection lock should be gone.

Method 3: Save the Document as Plain Text to Strip All Protection

  1. Open Save As
    Go to File > Save As. Choose a folder location.
  2. Select Plain Text format
    In the Save as type dropdown, choose Plain Text (txt). Click Save.
  3. Confirm the file conversion
    Word shows a File Conversion dialog. Click OK to accept the default settings. All formatting, protection, and locked selection rules are removed.
  4. Reapply formatting in a new document
    Close the .txt file. Open a blank Word document. Press Ctrl+A in the .txt file, then Ctrl+C to copy. Switch to the blank Word document and press Ctrl+V to paste. Save the new document as a .docx file.

ADVERTISEMENT

If the Selection Lock Still Appears After These Fixes

Word Still Shows “Selection Is Locked” After Saving as Plain Text

If the lock message appears again after you paste the text into a new document, the issue is in the source text itself. Some special characters or embedded objects can trigger the lock. Use Ctrl+A to select all text in the new document, then press Ctrl+Spacebar to clear all direct formatting. Then press Ctrl+Q to reset paragraph formatting. Save and close the document. Reopen it. The lock should be gone.

“Selection Is Locked” Only in One Section of the Document

A single protected section break can cause this. Place your cursor just before the section break that precedes the locked area. Go to Layout > Breaks > Next Page to insert a fresh section break. Then delete the old section break. This replaces the corrupted break with a clean one. Save the document and test the locked area.

Error Message Appears in a Document Received by Email

Documents sent as attachments from Outlook or other email clients sometimes inherit a read-only flag from the email system. Right-click the file in File Explorer, select Properties, and check the box for Unblock at the bottom of the General tab. Click Apply and OK. Then open the document. The selection lock message should no longer appear.

Global Protection vs Section-Level Protection: Key Differences

Item Global Protection (Review > Restrict Editing) Section-Level Protection (Linked CSS or XML)
Where it is applied Entire document through the Restrict Editing pane Individual sections via a CSS file or document XML
Visible in the UI Yes, the pane shows the restriction status No, the pane shows no restrictions
How to remove Click Stop Protection in the pane Delete the linked CSS file or strip formatting via Save As Plain Text
Password requirement Optional, set when protection is applied No password prompt appears
Error message shown “This modification is not allowed because the selection is locked” Same error message, same wording

You can now remove the “Selection is locked” error even when the Restrict Editing pane shows no restrictions. Start with the Restrict Editing pane and the linked CSS check. If those do not work, use the plain text method to recover your content. As an advanced tip, you can also inspect the document’s XML directly by renaming the .docx file to .zip, extracting the document.xml file, and searching for the element. Deleting that element and repackaging the file removes any hidden protection permanently.

ADVERTISEMENT