bcd

.bcdBoot Configuration Data

Microsoft · 2001

Developer
Microsoft
Category
System Files
MIME Type
application/vnd.microsoft.boot.bcd
First Released
2001
Open Format
No
File Signature
N/A (Managed by Boot Manager)
At a Glance
.bcd
Boot Configuration Data

The BCD file is a system file used by Windows to store boot loader settings and operating system configurations.

Reviewed on July 29, 2026
Compression
Binary
Transparency
No
Editability
Low
Best for
System boot configuration

Key Features

  • Stores boot loader configuration for Windows.
  • Manages boot options and startup settings.
  • Supports multiple operating systems on a single machine.
  • Essential for system startup and recovery.

Best For

  • Configuring Windows boot manager behavior.
  • Managing dual-boot or multi-boot environments on Windows.
  • Advanced system startup troubleshooting.

Less Ideal For

  • Storing user data or application settings.
  • General file storage or sharing.
  • Configuring bootloaders for non-Windows operating systems.
  • Everyday users who don't need to modify boot settings.

Common Use Cases

  • Selecting which Windows version to boot (e.g., dual-boot setups).
  • Configuring boot parameters for troubleshooting (e.g., Safe Mode).
  • Setting up boot delays or custom boot messages.
  • Managing UEFI and legacy BIOS boot entries.

How to Open It

  1. Direct editing is not recommended for average users. Use the built-in Windows command-line tool `bcdedit` (run as administrator) to view and modify settings.
  2. Third-party tools like EasyBCD offer a graphical interface for managing BCD, but use with caution.
  3. The BCD store itself is typically located in a hidden partition (e.g., `C:\Boot\BCD` or on the EFI System Partition) and shouldn't be opened directly with text editors.

What is a .bcd file?

The Boot Configuration Data (BCD) store is a critical database used by Windows to manage boot options. It contains information about installed operating systems, boot loaders, and their settings, allowing users to choose which OS to start or configure advanced boot parameters like safe mode or recovery options. This data is essential for the startup process and is typically stored in a hidden system partition. Modifying BCD incorrectly can prevent your computer from booting properly, so it's generally best left to experienced users or automated tools.

Programs That Open .bcd Files

PlatformProgram
WindowsCommand Prompt (bcdedit)FreeOfficial
EasyBCDPaid

Common Problems with .bcd Files

⚠️ Computer won't boot after modifying BCD.
Use Windows recovery tools or boot from installation media to access the command prompt and repair the BCD using `bootrec` or `bcdedit` commands. If using EasyBCD, its repair features might help.
⚠️ Cannot access BCD file.
The BCD store is a system file and requires administrator privileges and specific tools (like `bcdedit`) to access. It is not meant to be opened directly like a document.

Frequently Asked Questions

What is the difference between BCD and MBR?

The MBR (Master Boot Record) is an older boot sector that locates the boot loader, while BCD is a more modern, extensible database used by Windows Vista and later to manage boot options and store boot loader information.

Can I edit the BCD file with a text editor?

No, the BCD file is a binary database and cannot be edited directly with a text editor. You must use specific tools like `bcdedit` or specialized graphical editors.

Where is the BCD file located?

The BCD store is usually located in the `C:\Boot\BCD` directory on your system drive or on the EFI System Partition (ESP) for UEFI systems.

Technical Details

BCD files are binary files containing a database of boot entries. They are managed using the `bcdedit` command-line tool or graphical editors like EasyBCD. The format is proprietary to Microsoft and crucial for the Windows boot manager.

Did You Know?

The BCD replaced the older `boot.ini` file used in Windows XP and earlier.
Incorrectly modifying BCD settings can render your operating system unbootable, necessitating recovery procedures.

Security Information

BCD files are critical system components. Modifying them incorrectly can lead to boot failures. Only use trusted tools and ensure you have backups or recovery media available if attempting significant changes.

Related Extensions