The Specified File Could Not Be Decrypted: 3 Methods to Use
Easy-to-follow solutions for quick troubleshooting
- EFS (Encrypting File System) is a Windows file protection system, but it also sometimes results in errors like The specified file could not be decrypted.
- This usually happens when the file was encrypted on another PC or the permissions to decrypt it are missing.
- To fix things, manually obtain the ownership of the file or use a command to decrypt it.
Encryption has become a vital part of our lives, particularly due to increased security. Bost most of us don’t know much about it and encrypt files without much thought. As a result, many reported getting The specified file could not be decrypted message.
This presents a significant problem, especially when decrypting previously encrypted files with EFS (Encrypting File System) feature. The problem is intricate in nature, with no solutions readily available, or the ones that are, don’t work. So, let’s find out all about the error.
What is error message 0x80071771?
The error message indicates the inability to decrypt a file. You can get Error 0x80071771 on USB as well as for files on the PC. Here are a few reasons you are getting the error:
- Lack of permissions: In most cases, the absence of permissions to decrypt a file is the primary reason behind the IIS certificate The specified file could not be decrypted error.
- Missing certificate: If the files were encrypted on another computer, you would need to add the relevant certificates to open them. Otherwise, you will get The specified file could not be decrypted error with the DMG extractor.
What can I do if The specified file could not be decrypted?
1. Untick the encryption checkbox
- Right-click on the file and choose Properties.
- Click on Advanced.
- Untick the checkbox for Encrypt contents to secure data, and click OK.
This may have ended in an error previously, but trying it after a while or rebooting the PC may fix the error.
2. Manually obtain full file permissions
- Right-click on the file that you are unable to access, and select Properties.
- Go to the Security tab, and click Edit.
- Enter Everyone in the text field, click on Check Names, and then OK.
- Select Everyone, make sure all the permissions are provided, and click on OK to save the changes.
- Again, open Properties, navigate to Security, and click Advanced.
- Click Change.
- Type Everyone, click Check Names, and then OK.
- Tick the checkbox for Replace owner on subcontainers and objects, and click on Apply.
- Click OK in the confirmation prompt.
- Navigate to the Auditing tab, and click Add.
- Click on Select a principal.
- Once again, enter Everyone, click on Check Names, followed by OK.
- Make sure all the Basic permissions are granted, and then click OK to save the changes.
- Once done, restart the computer for the changes to come into effect.
For some of you, obtaining full permissions for the encrypted file should help get rid of The specified file could not be decrypted error, and you should now be able to decrypt it effortlessly.
3. Use Command Prompt
- Right-click on the file/folder throwing the error, and select Copy as path.
- Now, press Windows + R to open Run, type cmd, and press Ctrl + Shift + Enter.
- Click Yes in the UAC prompt.
- Paste the following command and hit Enter while replacing File Path with the actual one you copied earlier:
cipher /d “File Path”
- Restart the computer once done.
Check whether you can access the files after running cipher /d when the specified file could not be decrypted. If not, there ain’t much you can do other than finding the PC where the file was encrypted, decrypting it there only, and then transferring it to your PC.
Also, you could use reliable decryption software since these, too, have helped a lot of users.
For any other queries or to share a solution not listed here, comment below.