Format Bitlocker encrypted disk without key

Pedro Alves 96 Reputation points
2021-04-14T10:05:11.04+00:00

I have a SSD disk bitlocker encrypted, but i don't know the key. I don't want to recover any data, i just want to format it, but it doesn't allow to format. Can anyone help?

Windows 10 Security
Windows 10 Security
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
3,000 questions
{count} votes

Accepted answer
  1. Pedro Alves 96 Reputation points
    2021-04-15T12:51:42.343+00:00

    So... Manufacter says that the only solution is to unlock bitlocker and Microsoft says the same... And if i don't have the key, there is no solution!


19 additional answers

Sort by: Most helpful
  1. Pedro Alves 96 Reputation points
    2021-04-14T13:43:49.117+00:00

    At computer management if i tried to format -> "The format did not complete sucessfully".
    If i try to delete volume -> "Data error (cyclic redundancy check).

    At diskpart:

    DISKPART> list disk

    Disk ### Status Size Free Dyn Gpt


    Disk 0 Online 223 GB 1024 KB
    Disk 1 Online 476 GB 0 B *

    DISKPART> select disk 1

    Disk 1 is now the selected disk.

    DISKPART> list part

    Partition ### Type Size Offset


    Partition 1 System 260 MB 1024 KB
    Partition 2 Reserved 16 MB 261 MB
    Partition 3 Primary 475 GB 277 MB
    Partition 4 Recovery 1000 MB 475 GB

    DISKPART> select partition 3

    Partition 3 is now the selected partition.

    DISKPART> delete partition override

    DiskPart has encountered an error: Erro de dados (erro por redundância cíclica).
    See the System Event Log for more information.

    The same error occur if i try other partitions or volumes or if i try clean

    0 comments No comments

  2. Pedro Alves 96 Reputation points
    2021-04-14T14:13:07.587+00:00

    I've tried in a different computer, of course, but the resullts are the same.
    I had tried "CLEAN", but as i said before, i have the same result.

    DISKPART> sel disk 2

    Disk 2 is now the selected disk.

    DISKPART> clean

    DiskPart has encountered an error: Data error (cyclic redundancy check).
    See the System Event Log for more information.

    0 comments No comments

  3. Anonymous
    2021-04-14T14:20:03.533+00:00

    Try using a bigger hammer Ubuntu Live CD

    --please don't forget to Accept as answer if the reply is helpful--

    0 comments No comments

  4. Pedro Alves 96 Reputation points
    2021-04-14T16:17:12.703+00:00

    Still no result... Had i encountered something without solution???

    Ubuntu -> Format -> "Error formatting volume. Error synchronizing after initial wipe: Timed Out waiting for object (udisks-error-quark, 0)

    sudo wipe /dev/sdc1
    Okay to wipe special file ? (Yes/No) Yes
    Wiping /dev/sdc1, pass 0 (0 )
    /dev/sdc1: write error: Input/output error

    sudo wipe /dev/sdc
    Okay to wipe special file ? (Yes/No) Yes
    Wiping /dev/sdc, pass 0 (0 )
    /dev/sdc: write error: Input/output error

    By the way, i've already tried DBAN (writing zeros for 117h) and Gparted ("Delete partition" or "Format to Fat32 or Ntfs or Ext4 -> "Libparted Error. Input/output error during write on /dev/sdc")

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.