[7 Ways] How to Format a BitLocker Drive with/Without Recovery Key?

5 mins read

Updated on 2026-03-26 11:43:03 to Windows Update

Getting locked out of your BitLocker-encrypted drive can be frustrating, especially when you have important files or need to reuse the drive quickly. If you don't handle it correctly, formatting could lead to serious errors.

In this article, you can learn how to format a BitLocker-encrypted drive with a recovery key using Control Panel, File Explorer, or CMD, or format it without a recovery key via DiskPart, WinRE, BIOS, or standard formatting methods.

how to format bitlocker drive

Can You Reformat a BitLocker Drive?

When a drive is encrypted with BitLocker, formatting it isn’t as simple as usual. You might wonder can a BitLocker-locked drive be formatted? The answer depends entirely on one key factor — whether or not you have the BitLocker recovery key.

However, suppose you’ve lost the BitLocker recovery key. In that case, formatting is still possible through alternative methods such as using DiskPart, accessing BIOS settings, or performing a clean Windows installation to remove encryption before formatting.

No matter your situation, this guide will show you how to safely format a BitLocker-encrypted drive without damaging your system.

How to Format a BitLocker Drive with a Recovery Key?

If you still have access to your recovery key or password, the formatting becomes much easier. Here are three reliable ways to format and wipe a BitLocker-protected drive safely and effectively.

Method 1: Decrypt BitLocker Drive and Format in Control Panel

To decrypt your BitLocker drive, start by unlocking it. This step removes encryption protection while preserving data integrity. Once the drive is fully decrypted, it returns to normal operational status, allowing you to format or erase the data as needed securely.

Steps to format a BitLocker encrypted drive via Control Panel:

  • Open Control Panel > System and Security > BitLocker Drive Encryption.

    enter bitlocker drive encryption
  • Find the encrypted drive and click “Turn Off BitLocker”.

    click turn off bitlocker feature
  • Enter the recovery key or password when prompted.

  • Wait for the decryption process to finish.

  • Once completed, right-click the drive in File Explorer and choose Format.

Control Panel decryption is an easy and straightforward process that’s perfect for those who are looking for a secure option to format a BitLocker disk without losing control of their data.

Method 2: Unlock BitLocker Drive and Format via File Explorer

For a quicker method with fewer steps, open File Explorer and navigate to This PC. If the BitLocker drive appears there, simply unlock it first before proceeding to format. This approach is efficient and works best when the drive is readily visible in your system.

Here’s how to unlock and format the BitLocker drive via File Explorer:

  • Right-click on the BitLocker drive that you need to unlock and then click “Unlock Drive”.

  • Type your recovery key or password to start up.

  • Once unlocked, right-click again and choose “Format”.

  • Select a file system (NTFS or exFAT, which one would you like?) and click Start to start the erasing process.

    click start to format the disk

This solution is straightforward and convenient, suitable for most users who want to format an encrypted drive without any software.

Method 3: Format BitLocker Drive using CMD

Some users prefer using the Command Prompt for greater control, especially when the graphical interface (GUI) fails to recognize the drive. To begin, press the Windows key, type cmd in the search bar, and proceed from there.

Steps to use CMD for formatting BitLocker disk:

  • Right-click on Command Prompt when it appears in your search list and choose “Run as administrator”.

    run command as administrator
  • Unlock the BitLocker drive, type the following command, and press “Enter”.

    manage-bde -unlock X: -RecoveryPassword YOUR-KEY-HERE (Replace “X” with your drive letter, and change “YOUR-KEY-HERE” to the actual recovery key.)

  • Once the drive is unlocked, type: format X: /fs:ntfs /q

  • Press “Enter” to start formatting.

This method offers precise control and can successfully format BitLocker drives even when other utilities fail to detect or unlock them.

How to Format a BitLocker-Encrypted Drive Without a Recovery Key?

In the absence of the BitLocker recovery key, the drive can not be formatted directly. Nevertheless, the encryption can still be removed in a few practical ways, and the drive can be made ready to be formatted. These are four sure ways that you can attempt.

Method 1: Format BitLocker Drive via DiskPart

The full name of DiskPart is the disk partition, a command-line utility in Windows. If you’re able to boot up into Windows but the recovery key isn’t available, you could use DiskPart to force clean and then format the disk.

This process overwrites the entire encrypted volume, including all BitLocker metadata, effectively removing the encryption before formatting.

Here’s how to do with DiskPart if you still can access the Windows:

  • Press the Windows key, type “cmd”, then right-click “Command Prompt” and choose “Run as administrator”. This gives you permission to run the commands.

    click to run command prompt as administrator
  • Decide which BitLocker-encrypted drive you want to format. In Command Prompt, type “diskpart” and press “Enter”. Then type “list volume” to see all available drives.

    type diskpart in command prompt window
  • Unlock the encrypted drive before formatting. Use this command: manage-bde -unlock X: -RecoveryPassword YOUR-KEY (Replace X: with your drive letter and YOUR-KEY with your BitLocker recovery key).

  • Once unlocked, format the drive with this command: format X: /FS:NTFS (Replace X: with the drive letter. You can also choose FAT32 instead of NTFS).

  • After formatting, type “list volume” again to confirm. Check that your drive’s file system is now NTFS or FAT32, depending on your choice.

This method will wipe everything BitLocker-related so that the disk can be used again later. This is pretty much your last option when you can boot into Windows, make sure you’ve backed up or saved anything important first.

People Also Read:

How to Unlock BitLocker Using CMD?

Method 2: Format a BitLocker Drive in WinRE

If your computer won’t start, don’t worry, Windows Recovery Environment (WinRE) can help. It begins before Windows does, so you can still work on your drives even if the system won’t load.

Here’s what to do:

  • Restart your computer. While it’s restarting, press “F8” or hold “Shift” and click “Restart” to open WinRE.

  • Go to Troubleshoot > Advanced options > Command Prompt.

    go to command prompt under troubleshoot
  • Use DiskPart commands like before to clean and format the drive.

The repair of BitLocker to format the drive with WinRE is really helpful when the OS can't boot because of encryption issues.

Method 3: Format BitLocker Drive at BIOS

If your PC won’t boot into Windows or WinRE, use the BIOS method. This works when you can’t access Windows and don’t have the recovery key. For older PCs that don’t boot from USB or install disks, BIOS settings can help force a clean format.

  • Power the computer on, press “DEL” or “F2” to enter the BIOS/UEFI settings.

  • Prioritize boot order to a Windows installation USB.

  • Select "Repair your computer > Troubleshoot > Command Prompt" when asked.

  • Open DiskPart again, and you will find that the “clean” and “format” commands are still here.

This way, you can format a BitLocker drive from BIOS as well, even when the Windows OS is not available, and gain complete control of encrypted drives.

Method 4: Reformat BitLocker Drive by a Fresh Install of Windows

If all else fails, there is no better way to clean a locked drive than by wiping it and reinstalling Windows. During installation, it will give you the option to delete existing partitions and create new ones.

  • Continue to boot from a Windows installation USB drive.

  • When you see the following screen, select "Custom: Install Windows only (advanced).

    choose install windows only advanced
  • Choose the partition with the encrypted format, and click on “Delete”.

I mention this last way because it’s definitely done the trick in the past, you effectively wipe your PC completely, and the drive is formatted as part of that process; a brand new Windows install can fix a BitLocker recovery screen and it also means no BitLocker encryption to be found.

How to Recover Data from Formatted BitLocker-encrypted Drive?

Formatting a BitLocker-encrypted drive can fix issues, but it often leads to data loss. If you've formatted your BitLocker drive without a backup, recovery becomes more complex than usual, especially when the data is still encrypted. In this case, using a dedicated tool is essential.

4DDiG BitLocker Data Recovery is designed specifically for these scenarios. It can scan formatted BitLocker drives at a deep level and locate recoverable files in cases where the partition has been erased or is no longer accessible.

With support for recovering data without requiring decryption and an intuitive interface, it offers a reliable way to retrieve lost files safely and efficiently after formatting.

FREE DOWNLOAD

Secure Download

FREE DOWNLOAD

Secure Download

Below are the reasons why 4DDiG is recommended:

  • Capable of recovering files from formatted BitLocker encrypted drive, even after data loss occurs.
  • Able to recover 2,000+ files, including photos, videos, document, audio files and more from your locked/formatted/inaccessible drive.
  • Restore files even when the BitLocker stuck on recovery blue screen.
  • Enables file recovery without requiring complex manual decryption processes.
  • Supports recovery of various file types from devices like HDDs, SSDs, and USB drives.
  • Supports checking files first to make sure you recover exactly what you need.
  • Compatible with almost all Windows operating systems, including Windows 11/10/8/7/Vista/XP.

To recover data from the BitLocker drive, you need to follow the process below.

  • Install and open the program to access the main interface. Locate the BitLocker-encrypted drive and click it to start scanning.

    recover bitlocker encrypted drive
  • When the pop-up appears, enter your password or recovery key, or use the "Automatic Unlock" feature to let 4DDiG scan your computer for available password or recovery key to unlock the drive for data recovery.

    enter password to unlock the drive

    If no recovery key is available, click "Scan without unlocking". 4DDiG will scan the encrypted drive directly and let you recover your files without unlocking it first.

    preview the scanned files
  • Wait for the scan to finish. Then, you can view all recoverable files on the interface and use the Filter or Search option to quickly find what you need.

    preview the scanned files
  • Finally, click "Recover" to restore your lost files from the BitLocker drive and save them to your computer or cloud storage.

    start recovering the lost data

It offers deep scan, real-time preview, and recovery for BitLocker-encrypted drives. The tool is simple and efficient, so even beginners can recover their data easily.

How to Recover Data from BitLocker-encrypted Drive with or Without Recovery Key:

Conclusion

Formatting an encrypted drive might seem tricky, but as you can see, there are still ways to format a BitLocker drive with or without a recovery key. From Control Panel and CMD to BIOS or WinRE methods, you can securely handle your drives, provided you take the proper approach.

If you lose data at any stage, Tenorshare 4DDiG can help you retrieve it. It is a highly efficient and intuitive tool, trusted for recovering files from any formatted BitLocker drive.

FREE DOWNLOAD

Secure Download

FREE DOWNLOAD

Secure Download

William Bollson (senior editor)

William Bollson, the editor-in-chief of 4DDiG, devotes to providing the best solutions for Windows and Mac related issues, including data recovery, repair, error fixes.

(Click to rate this post)

You rated 4.5 ( participated)