Rating

+4

Category

Categories-10

Encryption & Data Protection

Developer

dev

IDRIX

Languages

Arabic, Basque, Belarusian, Bulgarian, Burmese, Catalan, Chinese (Simplified), Chinese (Traditional), Corsican, Czech, Danish, Dutch, English, Estonian, Finnish, French, Georgian, German, Greek, Hebrew, Hungarian, Indonesian, Italian, Japanese, Korean, Latvian, Norwegian, Persian (Farsi), Polish, Portuguese, Romanian, Russian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uzbek, Vietnamese

Description

Everything you need to know about VeraCrypt
01

Windows and Mac already ship with drive encryption, which makes VeraCrypt an odd thing to go hunting for. People download VeraCrypt anyway, because built-in disk encryption answers to the company that wrote the operating system, and this one answers to nobody. What follows is what it does on Windows, Mac, and Linux, where it turns difficult, and who should skip it.

Is VeraCrypt still the strongest free encryption you can install?

For something that costs nothing, it holds up unusually well. VeraCrypt is built by IDRIX, the small outfit run by Mounir Idrassi, out of the abandoned TrueCrypt code it has repaired in the open ever since. It has been through an independent security audit, and the weaknesses it turned up were closed in the release that followed. That pattern still runs: recent releases added a memory-hard key derivation option, hardened the Windows driver, and switched on screenshot and memory protection by default.

The other half is less flattering. VeraCrypt will happily let you encrypt a partition you meant to keep, pick a cascade that halves your throughput, or set a password you cannot reproduce tomorrow. No wizard protects you from yourself, and no support line exists.

What VeraCrypt encrypts, and how the three modes differ

Everything runs on-the-fly. Files are decrypted in memory as programs read them and re-encrypted as they are written, so nothing sits on disk in plain form. What changes between the three modes is scope, and picking the wrong one is the most common first mistake. The cipher choice stays the same across all three: AES alone for most people, or Serpent, Twofish, Camellia, and Kuznyechik, plus cascades running two or three in sequence. Key derivation uses SHA-512, BLAKE2s, or Whirlpool with a high iteration count, and keyfiles or hardware tokens can be required as well.

A file container that behaves like a spare drive

The gentlest mode makes a single file of a size you choose, which VeraCrypt mounts as a drive letter. Anything dragged into it is encrypted; unmount, and the letter disappears and the file looks like meaningless data. It copies and backs up like any other file, so start here:

  1. Open VeraCrypt, click Create Volume, and choose an encrypted file container.
  2. Pick a location and a size, then accept AES and SHA-512 unless you have a reason not to.
  3. Set a long password, move the mouse until the randomness bar fills, and format the volume.
  4. Back in the main window, select the file, pick a free drive letter, and click Mount.

Encrypting a whole partition or a USB stick

The second mode encrypts a whole non-system partition or removable drive in place, which suits a backup disk or a USB stick that leaves the house. The tradeoff: the drive is unreadable on any machine without VeraCrypt installed, so a stick you hand to a colleague is one they cannot open.

Full disk encryption with a password before Windows loads

The third mode encrypts the Windows system drive and puts a password prompt in front of the boot process. It is the only mode that protects a laptop stolen while switched off, and the only one that can strand you at a black screen, which is why the wizard forces you to create and verify a rescue disk. System encryption is Windows only; on Mac and Linux, VeraCrypt handles containers and non-system volumes.

Hidden volumes and what plausible deniability actually buys you

Inside a normal VeraCrypt volume you can create a second one, protected by a different password, hidden in what looks like the free space of the first. Give up the outer password under pressure and the outer volume opens, showing whatever decoy files you left there, with no way to prove the inner one exists. No mainstream tool copies that, which is why people working under pressure keep this installed.

It is also easy to ruin. Mount the outer volume without hidden-volume protection enabled, write enough data to it, and the hidden one is silently overwritten. Treat the outer volume as read-only, or the whole arrangement becomes an elaborate way to lose files.

There is no recovery key and no password reset

This is what decides whether the install makes sense. BitLocker escrows a recovery key to a Microsoft account and FileVault falls back to an Apple ID. VeraCrypt has no equivalent by design: no account, no escrow, no back door. A forgotten password is not a lockout, it is a deletion, and a corrupted header with no backup ends the same way. If you need encryption that moves between Windows, Mac, and Linux and answers to nobody but you, VeraCrypt is still the best free option there is, but take it only if you fully accept that a forgotten password means the data is gone for good.

VeraCrypt compared with BitLocker, Cryptomator, and DiskCryptor

ToolPlatformsSource codeHidden volumesSystem drive encryption
VeraCryptWindows, Mac, LinuxOpenYesWindows only
BitLockerWindows Pro and up, cut-down form on HomeClosedNoYes
CryptomatorWindows, Mac, Linux, Android, iOSOpenNoNo
DiskCryptorWindowsOpenNoYes

BitLocker is the default rival, and for a Windows Pro user who only wants the laptop drive locked it is the easier choice: already there, hooked into the TPM so there is no password at boot, and recoverable by an administrator. It is closed source and Windows only, and full BitLocker management stops at Pro. Home gets Device Encryption instead, the same technology with far fewer controls and the same recovery key in a Microsoft account, which is what some people are trying to avoid.

Cryptomator solves a narrower problem better. It encrypts individual files inside a vault folder rather than one fixed-size block, so cloud services sync one changed file instead of re-uploading a whole container, and it has real Android and iOS apps. For cloud storage it beats VeraCrypt outright, but it cannot touch a system drive and has nothing like a hidden volume.

DiskCryptor is the closest like-for-like on Windows, open source and able to encrypt partitions and the boot drive, but it is Windows only, far less consistently developed, and has no deniability features. Pick BitLocker for a managed fleet, Cryptomator for cloud folders, and VeraCrypt when the data has to stay portable and under your control alone.

The speed cost of on-the-fly encryption, and where it lands

Day to day, most people notice nothing. Encryption is parallelised across CPU cores and AES is hardware-accelerated on any modern processor, including Apple Silicon and Windows on ARM, so a container on an SSD reads and writes close to the bare drive. Cascades are the exception, since chaining ciphers means doing the work twice or three times.

The delay sits at the door, not inside the room. The high iteration count is deliberate and is what makes a stolen volume expensive to attack, so mounting or authenticating at boot takes a real pause every time. It is a fair trade, but nobody warns you that VeraCrypt feels slow precisely where first impressions form.

The case for installing VeraCrypt, and the case against

Download VeraCrypt for Windows, Mac, or Linux if you carry sensitive files between machines, want more than the automatic Device Encryption on a Windows Home machine, or need encryption no company holds a key to. Anyone who just wants a work laptop locked on a managed network, or who mainly encrypts cloud folders, is better served elsewhere. For anyone whose threat model includes losing the machine itself, it is worth the download.

The data is gone. VeraCrypt keeps no recovery key and no reset mechanism, and nobody, including the developer, can open the volume for you. The rescue disk made during system encryption restores a damaged bootloader, not a forgotten password, so a written copy kept somewhere safe is the only real insurance.
Open Source:
Yes
License:
Open Source
Account required:
No
Data collection level:
Not clearly stated
Maintenance status:
Actively maintained
Data collected:
Not clearly stated
Third party data sharing:
Not clearly stated
No logs policy:
Not applicable
Encryption:
Not clearly stated

Pros

  • Free and open source with no paid tier, no account, and no telemetry
  • Three modes cover a folder of files, an external drive, or a whole Windows boot disk
  • Hidden volumes give real deniability, which no built-in encryption offers
  • Wide choice of ciphers, hashes, keyfiles, and hardware tokens for people who want control
  • Volumes made on one platform mount on the others, so a drive moves between PC and Mac

Cons

  • Lose the password and the data is unrecoverable, with no reset path of any kind
  • The Mac version needs a separate FUSE layer installed before anything will mount
  • No mobile app, so an encrypted drive cannot be opened on a phone or tablet
  • The interface is dense, and several settings can silently weaken or destroy a volume

Specs

Technical details and system requirements
02

Windows

Version:
1.26.29
File Size:
50.34 MB
Release Date:
June 09, 2026
Windows 10 version 1809 (64-bit) or later

Mac

Version:
1.26.29
File Size:
19.09 MB
Release Date:
June 09, 2026
macOS 12 Monterey or later

Verified Source: All specifications, version histories, and download links on this page are checked against the developer's official website before publishing.

Brand

VeraCrypt

System

Mac, Windows

Languages

ArabicBasqueBelarusianBulgarianBurmeseCatalanChinese (Simplified)Chinese (Traditional)CorsicanCzechDanishDutchEnglishEstonianFinnishFrenchGeorgianGermanGreekHebrewHungarianIndonesianItalianJapaneseKoreanLatvianNorwegianPersian (Farsi)PolishPortugueseRomanianRussianSlovakSlovenianSpanishSwedishThaiTurkishUkrainianUzbekVietnamese

Changelog

v 1.26.29
June 09, 2026
  • Adds Argon2id as an alternative memory-hard key derivation function for non-system volumes.
  • Replaces the old "PKCS-5 PRF" wording with "KDF" across the interface and documentation.
  • Security fix (CVE-2026-54073): hidden volume quick format no longer writes plaintext zero sectors at 128 MiB intervals, restoring plausible deniability broken since 1.26.6.
  • Security fix (CVE-2026-53762): non-default WOLFCRYPT builds now use wolfCrypt PBKDF2 and honour the configured iteration count.
  • Fixes a rare BSOD caused by the VeraCrypt driver and a hibernation crash on fresh Windows 11 25H2 installations.
  • Hardens driver input validation, crash dump filter handling, and improves I/O completion, flush barriers, and VERIFY/TRIM validation.
  • Faster mounting when KDF auto-detection is used, plus the ability to cancel long mount operations from the wait dialog or with the new /cancelmount switch.
  • Adds support for Microsoft UEFI CA 2023 signed bootloaders while keeping CA 2011 support, and improves EFI system encryption repair and upgrade handling.
  • Fixes ghost drive letters after command line unmount, favourite volume mount races, ReFS formatting, and elevated COM format drive validation.
  • New CLI switches /protectScreen, /protectMemory argument, and /enableIME for portable and Secure Desktop control.
  • Preferences moved to a tab control; LZMA SDK updated to 26.01 and a C/C++ SDK for volume creation is now provided.
v 1.26.29
June 09, 2026
  • Adds Argon2id as an alternative memory-hard key derivation function for non-system volumes.
  • Replaces the old "PKCS-5 PRF" wording with "KDF" across the interface and documentation.
  • Security fix (CVE-2026-53762): non-default wolfCrypt builds now use PBKDF2 and honour the configured iteration count.
  • Uses the SMB backend for FUSE-T auxiliary mounts, with better SMB metadata handling and mount stability.
  • Recovers mount points of already mounted volumes.
  • Validates format wizard device targets and blocks partitioned whole-disk alias bypasses.
  • Runs the APFS formatter elevated when required and forces a fresh exFAT layout when formatting.
  • Fixes Command-A in password fields and the initial width of the main window columns.
  • Enables Quick Format for normal file containers, using ftruncate() so the host filesystem may leave regions sparse until written.
  • Fixes hidden volume size estimation on exFAT outer volumes, FAT size limit handling, and the erroneous 2 TiB limit for hidden file containers.
  • Now links against wxWidgets 3.2.10 with an overridable deployment target.
Not available on Android
Not available on iOS

Common Problems and Fixes

Troubleshooting Guide for VeraCrypt
03
VeraCrypt needs a FUSE layer installed separately before a single volume will mount. On Apple Silicon Macs, install FUSE-T and the matching FUSE-T build of VeraCrypt rather than the macFUSE one, which avoids dropping the Mac to a reduced security boot policy for a kernel extension.

Reviews

0 verified user reviews
04
{{ reviewsTotal }}{{ options.labels.singularReviewCountLabel }}
{{ reviewsTotal }}{{ options.labels.pluralReviewCountLabel }}
{{ options.labels.noReviewsLabel }}
{{ options.labels.newReviewButton }}
{{ userData.canReview.message }}

Alternatives

Similar software to VeraCrypt
05
CyberGhost VPN pairs one of the largest server networks around with streaming servers labeled by service name. Its ownership, and what the audits cover, decides the rest.
1.1.1.1 with WARP is the free VPN for people who want encryption on every network and never needed to fake their location. Everyone else should keep looking.
For travellers and streamers who want a VPN that needs no tuning, ExpressVPN is the easy paid pick. Who owns it is what sends other buyers elsewhere.
KeePassXC is a free, open source password manager for people who would rather hold their own encrypted file than trust a company's vault. Sync and mobile stay in your hands.
LastPass is a familiar password manager with an unlimited free tier, a one device-type ceiling, and a security record worth weighing before you download it.
Bitwarden is a free, open source password manager that stores unlimited logins across unlimited devices. One real question decides whether Premium is worth adding.
Every entry in a password manager carries more than the password: a site name, a username, sometimes a note. Most managers leave that part unencrypted. Proton Pass does not.
1Password is a password manager bundling generation, passkeys, and breach alerts into one subscription. No free tier means the polish has to earn its cost.
Surfshark VPN protects unlimited devices on one subscription and has passed independent no-logs audits. There is no free tier, which decides who should download it.

Explore More

AnyDesk is fast, free remote access software that scammers also love to misuse. That reputation, not the code, is what actually decides your download.
Most people meet NordVPN at a login screen. The app installs free, but only Meshnet works until you subscribe, and speed is what the subscription buys.
Bitwarden is a free, open source password manager that stores unlimited logins across unlimited devices. One real question decides whether Premium is worth adding.
CCleaner is a PC cleaner for junk files, browser traces, and uninstall leftovers on Windows, Mac, Android, and iOS. The free tier still does the real work.
VLC media player opens nearly any video or audio file for free, on Windows, Mac, Linux, Android, and iOS, without hunting down a separate codec pack.
Opera Air is Opera's free wellness browser for Windows and macOS, with guided breaks and binaural Boosts sitting in the sidebar. Who it suits, and who gains nothing.
Windows Search makes you wait; Everything answers as you type. A free file search utility from voidtools that reads names, not contents.
Instead of stacking privacy extensions onto Chrome, Avast Secure Browser bundles Bank Mode, Web Shield, and a password manager, from a company with a real data-selling history.
Panda Free Antivirus pairs cloud-based malware scanning with a small daily VPN allowance, built for Windows PCs where a heavier suite would slow things down.

+4

Suitable for all agesContains no objectionable content. No violence, gambling, sexual references, or strong language.

VeraCrypt: Trust & Privacy Summary

VeraCrypt is open source software and no account is required to download or use it. It encrypts volumes at rest with 256-bit AES, Serpent, Twofish, Camellia or Kuznyechik in XTS mode, including cipher cascades. The project is actively maintained. There is no official statement setting out what data the software collects or whether any data is shared with third parties. A no-logs policy does not apply to this type of software.