In our previous article, we’ve seen how to encrypt files/folders using Encrypting File System (EFS) feature:

How To Encrypt Files And Folders In Windows 10

Now in this article, we’ll see how to decrypt previously encrypted files/folders. There are some conditions which must be fulfilled to decrypt the content. Firstly, the account should have privileges to decrypt and should have decryption key. In the absence of correct decryption key, you won’t be able to decrypt the file/folder.

We’ve provided two methods here and you can use either of them to decrypt the content.

How To Decrypt Files And Folders In Windows 10

Method 1 – Via File/Folder Properties

1. Right click on the file or folder you want to decrypt, select Properties.

How To Decrypt Files And Folders In Windows 10

2. In the property sheet, switch to General tab. Then click on Advanced button there.

How To Decrypt Files And Folders In Windows 10

3. Next, in the Advanced Attributes window, uncheck Encrypt contents to secure data and click OK.

How To Decrypt Files And Folders In Windows 10

4. Finally, in Confirm Attribute Changes, choose your preferred option (the one you selected at the time of encrypt) and click OK.

How To Decrypt Files And Folders In Windows 10

Method 2 – Via Command Prompt

In this method, we’ll be using cipher command-line tool to decrypt files or folders. This tool is basically designed to alter or display the encryption for directories and files on NTFS volumes. You can use it check the current encryption status of content as well to decrypt the content. Read more about cipher command-line tool in this Microsoft documentation.

1. Right click Start Button or press W8K + X keys and select Command Prompt (Admin).

2. In the Command Prompt window, type following command to decrypt a folder and press Enter key:

cipher /d /s:"<PATH TO FOLDER>"

To decrypt a file, use this command instead of above one:

cipher /d "<Complete FILE path>"

How To Decrypt Files And Folders In Windows 10

3. You should have decryption results displayed next. Once decryption is completed, you can close Command Prompt and return to Desktop.

That’s it!

Leave a Reply

Your email address will not be published. Required fields are marked *