Fix Word Save Lock Persisting on Document After Force Close of Application
🔍 WiseChecker

Fix Word Save Lock Persisting on Document After Force Close of Application

You try to open a Word document you were editing, but Word tells you the file is locked for editing by another user. This save lock persists even though you already forced Word to close, either because the program crashed or you ended it in Task Manager. The lock is caused by a hidden owner file that Word creates to prevent data loss when two people edit the same document. This article explains why the lock stays active and gives you four methods to remove it and regain access to your file.

Key Takeaways: Removing the Word Save Lock After a Force Close

  • Close Word processes in Task Manager: Ends any hidden Word background processes that still hold the lock.
  • Delete the ~$ owner file from the document folder: Word uses this hidden file to mark the document as in use; deleting it releases the lock.
  • Restart Windows Explorer via Task Manager: Clears file locks held by Explorer without restarting your computer.

ADVERTISEMENT

Why the Save Lock Persists After a Force Close

When you open a document in Word, the program creates a hidden owner file in the same folder. This file has a name that starts with a tilde and dollar sign, such as ~$ocument.docx for a file named Document.docx. The owner file records that the document is open and by which user. This prevents another instance of Word from opening the same file in edit mode, which would cause version conflicts.

When you close Word normally, Word deletes the owner file as part of the shutdown process. When you force close Word, either by clicking End Task in Task Manager or because the program crashes, Word does not get the chance to delete the owner file. The file remains in the folder, and Word sees it on the next launch and treats the document as still locked by another user.

The lock can also persist if a background Word process continues running after you close the main window. Word keeps a background process called WINWORD.EXE alive to speed up future launches. That process still holds a handle to the document, so the lock remains active.

Steps to Remove the Word Save Lock

Method 1: End All Word Processes in Task Manager

  1. Open Task Manager
    Press Ctrl + Shift + Escape on your keyboard. Task Manager opens.
  2. Find all Word processes
    On the Processes tab, look for any entry named Microsoft Word or WINWORD.EXE. You may see more than one instance.
  3. End each Word process
    Right-click each Word entry and select End Task. Do this for every Word process you see. Wait 10 seconds.
  4. Open the document again
    Double-click the document in File Explorer. Word should now open it without the lock message.

Method 2: Delete the Owner File Manually

  1. Close Word completely
    Use Method 1 to end all Word processes in Task Manager.
  2. Navigate to the document folder
    Open File Explorer and go to the folder that contains your locked document.
  3. Enable viewing of hidden files
    Click the View tab in File Explorer. Check the box labeled Hidden items. You will now see files with a pale icon, including the owner file.
  4. Find and delete the owner file
    Look for a file that starts with ~$ followed by the name of your document. For example, if your document is Report.docx, the owner file is ~$Report.docx. Right-click that file and select Delete. Confirm the deletion if prompted.
  5. Open the document
    Double-click your original document file. Word should open it without the lock error.

Method 3: Restart Windows Explorer

  1. Open Task Manager
    Press Ctrl + Shift + Escape.
  2. Find Windows Explorer
    On the Processes tab, scroll to Windows Explorer under the Apps section. You may need to expand the list.
  3. Restart Explorer
    Right-click Windows Explorer and select Restart. The taskbar and desktop will disappear briefly and then reappear.
  4. Open the document
    Navigate to the document in File Explorer and open it. The lock should be gone.

Method 4: Restart the Computer

  1. Save all other work
    Close any open programs and save your work.
  2. Restart Windows
    Click the Start button, select the Power icon, and choose Restart.
  3. Open the document after restart
    Once Windows restarts, open the document. A full restart clears all file locks held by any process.

ADVERTISEMENT

If the Lock Returns or You Cannot Find the Owner File

The lock message appears again after you close the document normally

This usually means a Word add-in is interfering with the shutdown process and preventing the owner file from being deleted. Start Word in Safe Mode by pressing and holding the Ctrl key while clicking the Word shortcut. Click Yes when asked to start in Safe Mode. If the lock does not return, disable your add-ins one by one in File > Options > Add-Ins > Go next to COM Add-ins.

You cannot see any ~$ file in the document folder

The owner file may have been deleted already, but the lock is still held by a background Word process. Use Method 1 to end all Word processes in Task Manager. If that does not work, open a Command Prompt as administrator and run net file to see all open file locks on the system. Look for a lock on your document and note the ID. Run net file <ID> /close to release it.

Word saves the file but the lock persists after a network interruption

If the document is on a network share, the lock may be held by the file server. Ask your network administrator to close the file handle on the server side using Computer Management > Shared Folders > Open Files.

Methods for Releasing a Save Lock: Force Close vs Manual Deletion vs Restart

Item End Word Processes in Task Manager Delete Owner File Manually Restart Computer
Time required 30 seconds 1 minute 3–5 minutes
Requires admin rights No No Yes
Affects other open programs No No Yes, closes all programs
Works when owner file is hidden Yes No, you must see the file Yes
Clears locks on network files No, only local locks No, only local owner files Yes, if lock is on local machine

You can now remove a persistent save lock from a Word document after a force close. Start with ending all Word processes in Task Manager, as this is the fastest method that does not affect other programs. If the lock still appears, delete the owner file manually or restart the computer as a final step. To prevent this problem in the future, always close Word through File > Exit rather than using Task Manager. If you use Word frequently, set the AutoRecover save interval to 1 minute in File > Options > Save to minimize data loss if a crash does occur.

ADVERTISEMENT