Hi Ryan Tan (NCS),
Based on the error codes and behavior you described, this looks like a regression affecting removable media metadata handling rather than fixed drives. The update itself does not list BitLocker changes in its release notes, but I’ve seen similar cases where removable drives (like SD cards) fail to return protector information after certain cumulative updates.
Here are a few steps you can try:
- Test the SD card on a system without KB5087538 to confirm the update is the trigger.
- Check Event Viewer under Microsoft > Windows > BitLocker-API for more detailed error logs.
- Run
Get-BitLockerVolumein PowerShell to verify protector types and confirm if metadata is being read. - If urgent, consider temporarily uninstalling KB5087538 or accessing the SD card from a newer Windows build that recognizes the metadata.
- Ensure the SD card is formatted with NTFS and has no corruption by running
chkdsk /f.
If the issue persists, I recommend opening a support case. In the meantime, rolling back the update or testing on a newer build are the most reliable workarounds.
If this guidance helps you move forward, please hit “accept answer” so I know it was useful.
Jason.