Site icon TechRechard

How to Disable FileVault in VMware using macOS Recovery Mode: Easy Guide for 2026

How to Disable FileVault in VMware using macOS Recovery Mode: Easy Guide for 2026

If you need to disable FileVault in VMware on a macOS virtual machine, using Recovery Mode is often the most reliable method for doing so. Running FileVault encryption inside a virtualized environment can sometimes cause performance overhead, complicate VM snapshots and cloning, or create access issues if credentials are misplaced. This guide provides a clear, step-by-step walkthrough to safely turn off FileVault encryption from within the macOS Recovery environment of your VMware virtual machine.

Prerequisites and Important Notes: Disable FileVault in VMware


Step-by-Step Guide: Disable FileVault in VMware using macOS Recovery Mode

Step 1: Start the macOS VM in Recovery Mode

Step 2: Access Terminal from Utilities

Step 3: List APFS Volumes to Find the Encrypted Drive

  diskutil apfs list

Step 4: Unlock the Encrypted Volume

  diskutil apfs unlockVolume /dev/identifier

Step 5: Retrieve the Cryptographic User UUID

  diskutil apfs listcryptousers /dev/identifier

Step 6: Begin the Decryption Process

  diskutil apfs decryptVolume /dev/identifier -user uuid

Step 7: Monitor Decryption Progress

  diskutil apfs list
Important Note for VMware: If you have multiple user UUIDs listed, try each one associated with Local Open Directory User until the command is accepted. Also, ensure your VM remains powered on and is not paused or suspended during decryption.

VMware-Specific Tips and Troubleshooting


Conclusion: Disable FileVault in VMware

Learning how to disable FileVault in VMware is a valuable skill for managing macOS virtual machines, especially when preparing for cloning, improving performance, or resolving access issues.

By following the outlined steps within macOS Recovery Mode, you can securely turn off disk encryption. Always remember to utilize VMware’s snapshot feature before making such changes and ensure the VM remains stable throughout the process. Once decryption is complete, your macOS VM will operate without FileVault, simplifying management within your virtualized environment.

Exit mobile version