Fleet logo
Menu An icon indicating that interacting with this button will open the navigation menu.
Fleet logo An 'X' icon indicating that this can be interacted with to close the navigation menu.

Solutions

a small chevron
Device management

Device management

Remotely manage, and protect laptops and mobile devices.

Orchestration

Orchestration

Automate tasks across devices, from app installs to scripts.

Software management

Software management

Inventory, patch, and manage installed software.

Extend Fleet

Extend Fleet

Integrate your favorite tools with Fleet.


Customers

a small chevron
Stripe + Fleet

Stripe + Fleet

Stripe consolidates multiple tools with Fleet.

Foursquare + Fleet

Foursquare + Fleet

Foursquare quickly migrates to Fleet for device management.

What people are saying

What people are saying

Stories from the Fleet community.


Pricing

More

a small chevron
Docs

Docs

Guides

Guides

Support

Support

News

News

Get your license

Get your license

The handbook

The handbook

Fleet @ Meow Wolf

Kick off JNUC with Fleet at Meow Wolf Denver's Convergence Station.

Join us
Get a demo Try it yourself
Solutions A small chevron
Device management

Device management

Remotely manage, and protect laptops and mobile devices.

Orchestration

Orchestration

Automate tasks across devices, from app installs to scripts.

Software management

Software management

Inventory, patch, and manage installed software.

Extend Fleet

Extend Fleet

Integrate your favorite tools with Fleet.

Customers A small chevron
Stripe + Fleet

Stripe + Fleet

Stripe consolidates multiple tools with Fleet.

Foursquare + Fleet

Foursquare + Fleet

Foursquare quickly migrates to Fleet for device management.

What people are saying

What people are saying

Stories from the Fleet community.

Pricing
More A small chevron

Fleet @ Meow Wolf

Kick off JNUC with Fleet at Meow Wolf Denver's Convergence Station.

Join us
Docs

Docs

Guides

Guides

Support

Support

News

News

Get your license

Get your license

The handbook

The handbook

Try it yourself Get a demo

Tables

Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.

macOS Apple

Linux Linux

Windows Windows

Chrome ChromeOS

{{table.title}} evented table

bitlocker_info

click to open the table of contents
Windows logo

bitlocker​_info

Retrieve bitlocker status of the machine.

Column Type Description
conversion_status integer The bitlocker conversion status of the drive.
device_id text ID of the encrypted drive.
drive_letter text Drive letter of the encrypted drive.
encryption_method text The encryption type of the device.
lock_status integer The accessibility status of the drive from Windows.
percentage_encrypted integer The percentage of the drive that is encrypted.
persistent_volume_id text Persistent ID of the drive.
protection_status integer The bitlocker protection status of the drive.
version integer The FVE metadata version of the drive.

Example

Full Disk Encryption (FDE) reduces the risk of compromise when a device is lost or stolen. This query lists any system that does not have BitLocker enabled on its OS drive (typically C:).

SELECT * FROM bitlocker_info WHERE drive_letter='C:' AND protection_status != 1;

Notes

  • protection_status is quite nuanced - from the Microsoft documentation:

protection_status = 0

For an Internal HD: The volume is unencrypted, partially encrypted, or the volume's encryption key is available in the clear on the hard disk.

For an External HD: The band for the volume is perpetually unlocked, has no key manager, or is managed by a third party key manager. This can also mean that the band is managed by BitLocker but the DisableKeyProtectors method has been called and the drive is suspended.

protection_status = 1

For an Internal HD: The volume is fully encrypted and the encryption key for the volume is not available in the clear on the hard disk.

For an External HD: BitLocker is the key manager for the band. The drive can be locked or unlocked but cannot be perpetually unlocked.

protection_status = 2

The volume protection status cannot be determined. This can be caused by the volume being in a locked state.

Edit page

Questions?

Ask us anything
{{table.title}} evented table
Fleet logo
Multi platform Device management Orchestration Software management Integrations Pricing
Documentation Support Docs API Release notes Get your license
Company About News Jobs Logos/artwork Why open source?
ISO 27001 coming soon a small checkmarkSOC2 Type 2 Creative Commons Licence CC BY-SA 4.0
© 2025 Fleet Inc. Privacy
Slack logo GitHub logo LinkedIn logo X (Twitter) logo Youtube logo Mastadon logo
Tried Fleet yet?

Get started with Fleet

Start
continue
×