warning symbol on d drive

Rafael Deven Ang 20 Reputation points
2025-04-01T13:21:01.04+00:00

User's image

reinstalled the c partition, and now this appeared,

bitlocker status

BitLocker Drive Encryption: Configuration Tool version 10.0.26100 Copyright (C) 2013 Microsoft Corporation. All rights reserved. Volume D: [] [Data Volume] Size: 464,84 GB BitLocker Version: 2.0 Conversion Status: Used Space Only Encrypted Percentage Encrypted: 100,0% Encryption Method: XTS-AES 128 Protection Status: Protection Off Lock Status: Unlocked Identification Field: Unknown ERROR: An error occurred (code 0x80070017): Data error (cyclic redundancy check).

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Sumit 1,246 Reputation points Volunteer Moderator
    2025-04-01T13:30:54.82+00:00

    Hi,

    occurred (code 0x80070017): Data error (cyclic redundancy check).

    Indicates a disk error.

    How about running chkdsk D: \f command?

    1 person found this answer helpful.

  2. Anonymous
    2025-04-02T03:51:03.81+00:00

    Hello

    Thank you for posting in Q&A forum.

    Based on the information mentioned above, I understand you’re encountering an error on your Volume D after reinstalling your C partition. The specific error code 0x80070017 (“Data error (cyclic redundancy check)”) is usually associated with data corruption or hardware problems.
    And from the chkdsk command result, it seems Windows has scanned the file system and found no problems. No further action is required.

    Here are some steps you can take to troubleshoot:

    1.Please check you can open this D volume and access the data/files/ folders in it. Try to copy them to another safe location as soon as possible if you can access this D volume. If the drive appears accessible despite the error, prioritize recovering vital files before making further changes.

    2.Reinstalling or changing partitions can sometimes interfere with BitLocker’s metadata. Open an elevated Command Prompt (run as Administrator) and recheck the status by running:   

    manage-bde -status D:

    This can confirm if the drive is encrypted and whether it’s accessible.

    3.The cyclic redundancy check (CRC) error (0x80070017) can also indicate physical drive issues. Consider using manufacturer-specific tools to test the health of your hard drive.

    4.If BitLocker is blocking access (or if the drive becomes inaccessible), you might need to use your recovery key to unlock it. You can do so with:   

    manage-bde -unlock D: -RecoveryPassword YOUR-RECOVERY-KEY   

    Once unlocked, you can consider turning off BitLocker encryption temporarily to run additional diagnostics or repairs.

    5.Rebuild or repair the BitLocker Metadata, use caution with this tool, and be sure you have a full back up or recovery key available.

    repair-bde D: X: -rk YOUR-RECOVERY-KEY   

    Not: X would be a drive letter for a destination volume where the decrypted data is written.

    repair-bde

    https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/repair-bde

    6.Check the Windows Event Viewer (under Windows Logs > System) for any disk-related errors that could provide further insights into persistent issues or if the operating system detects hardware failures.

    I hope the information above is helpful.

    If you have any questions or concerns, please feel free to let us know.

    Best Regards,

    Daisy Zhou

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    1 person found this answer helpful.

  3. Anonymous
    2025-04-03T08:34:51.9766667+00:00

    Hello

    Greetings!

    and what to look for in event viewer?
    A: Please check the event logs in the link.

    Guidelines for troubleshooting BitLocker

    https://learn.microsoft.com/en-us/troubleshoot/windows-client/windows-security/bitlocker-issues-troubleshooting

    should i try to repair bitlocker?

    A: If you have all the data/information backed up, you can try to repair bitlocker.

    Best Regards,
    Daisy Zhou

    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.