Site icon EfmSoft

What does Windows error code 6000 (ERROR_ENCRYPTION_FAILED) mean?

 
Previous Next
ERROR_CLUSTER_RESOURCE_VETOED_MOVE_NOT_ENOUGH_RESOURCES_ON_DESTINATION ERROR_DECRYPTION_FAILED

ERROR_ENCRYPTION_FAILED

The failure is in the EFS encryption path, not ordinary file permissions alone

ERROR_ENCRYPTION_FAILED is returned when Windows cannot complete the work needed to place a file in the EFS-encrypted state. It can come directly from EncryptFile, but it is also relevant to copy operations: when the source is encrypted, CopyFile and CopyFileEx try to create an encrypted destination and preserve the source file's encryption keys.

Separate the possible layers before changing anything. The destination file system must advertise FILE_SUPPORTS_ENCRYPTION; EFS must be enabled by policy; the current security context needs an appropriate EFS certificate and private key; and the target directory must permit encryption. A failure in any of those areas is more specific than a generic access-denied diagnosis.

When the only surviving copy is encrypted, do not decrypt, replace, or rewrite its EFS metadata merely to make the copy succeed. Work on a verified duplicate and preserve the original certificates and recovery-agent keys.

What to inspect

References


Looking for a different code? Search another status or error code.

Exit mobile version