> For the complete documentation index, see [llms.txt](https://docs.intunemacadmins.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.intunemacadmins.com/filevault/what-is-filevault.md).

# What is FileVault?

FileVault is a disk encryption program available in macOS, designed to protect data by encrypting the entire drive.

## Key Features of FileVault

* Full Disk Encryption: Encrypts the entire drive to ensure all data is secure.
* Strong Security: Uses XTS-AES 128-bit encryption for robust data protection.
* Seamless Integration: Built into macOS, providing a native solution without the need for third-party software.
* Recovery Key: Generates a recovery key that can be used to unlock the disk if the password is forgotten.
* Institutional Recovery Key: Organizations can create and manage an institutional recovery key for IT admin access.
* Automatic Encryption: Once enabled, encryption occurs in the background as you use your Mac, without impacting performance.

## Benefits of Using FileVault

* Enhanced Security: Protects sensitive information from unauthorized access, especially in case of theft or loss.
* Compliance: Helps meet regulatory requirements for data protection in various industries.
* Peace of Mind: Ensures that personal and corporate data remain secure at all times.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.intunemacadmins.com/filevault/what-is-filevault.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
