5

We all might have noticed the creation of a file named "~$filename.docx"(hidden) when opening filename.docx using MS Word

What is the purpose of this file?

Why is it created and what does it contain?

iamprem
  • 606
  • 2
  • 9
  • 23

1 Answers1

8

It maintains temporary information about the current state of the document.

Have you ever encountered a crash and when you open Word it asks you to recover certain documents that were being edited? That's where it gets that information.

  • When i try to open the file separately, ms word was not able to open that file and it asked for repair. So is it just have the the change logs kind of information? – iamprem Mar 09 '15 at 19:51
  • 1
    Yes @iamprem , '~$filename.docx' only contains change logs information – edoriggio Feb 26 '18 at 12:02