Remove password protection from Office 2010 Documents


Written by

I was given a word 2010 docx document the other day to edit, only the issue was that it had protection added to stop people from editing it which I needed to remove.

I spent an hour searching for a document password cracker / remover with no luck until I happened across a post on spiceworks which gave a easy working solution to remove the password from the word 2010 file.

So here’s the solution, for future reference:

  1. make a copy of the original file
  2. right-click and rename the extension to zip
  3. extract the files
  4. open the extracted folder and look for word\settings.xml
  5. right-click and edit
  6. find a string with “w:documentprotection”, it’ll be after the “w:proofstate” group
  7. cut/delete the “w:documentprotection” area of the xml file and save
  8. drag your new settings.xml from the extracted folder to the zip folder
  9. rename the zip folder’s extension with the edited .xml file back to docx

LittleBobaFooFoo ~ Spiceworks Forum

this 100% worked to remove edit protection from word 2010 docx but it should work with any office 2010 file and as they share similar file structures, it should work with office 2007 too.