What Is an EFI File?

EFI files are UEFI boot loaders, and here's how they work

What to Know

  • An EFI file is an Extensible Firmware Interface file.
  • Open one with EFI Developer Kit.

This article explains what an EFI file is used for and how to open one if you need to.

What Is an EFI File?

A file with the EFI file extension is an Extensible Firmware Interface file. They are boot loader executables, exist on UEFI (Unified Extensible Firmware Interface) based computer systems, and contain data on how the boot process should proceed.

Electronic circuitry
Alfred Pasieka / Getty Images

EFI files can be opened with EFI Developer Kit, but frankly, unless you're a hardware developer, there's little use in "opening" one.

Where Is the EFI File in Windows?

On a system with an installed operating system, the boot manager that exists as part of the motherboard UEFI firmware will have an EFI file location stored in the BootOrder variable. This might actually be another boot manager if you have an installed multi-boot tool, but is usually just the EFI boot loader for your operating system.

Most of the time, this file is stored on a special EFI system partition. This partition is typically hidden and doesn't have a drive letter.

On a UEFI system with Windows 10 installed, for example, the EFI file will be located at one of the following locations, on that hidden partition:

\EFI\boot\bootx64.efi
\EFI\boot\bootia32.efi

You'll see the bootx64.efi file if you have a 64-bit version of Windows installed or the bootia32.efi file if you're using a 32-bit version. See What's the Difference Between 32-Bit and 64-Bit? for more on this if you're not sure.

On some Windows computers, the winload.efi file acts as the boot loader and is usually stored within the System32 folder:

C:\Windows\System32\Boot\winload.efi

If your system drive is something other than C or Windows is installed to a folder other than Windows, then the exact path on your computer will differ respectively, of course.

On a system without an installed operating system, with a blank BootOrder variable, the motherboard's boot manager looks in predefined places for an EFI file, like on discs in optical drives and on other connected media. This occurs because, if that field is empty, you don't have a working OS installed and so you're likely going to install one next.

For example, on a Windows 10 installation DVD or ISO image, the following two files exist, which your computer's UEFI boot manager will quickly locate:

D:\efi\boot\bootx64.efi
D:\efi\boot\bootia32.efi

Like with the Windows installation drive and path from above, the drive here will be different depending on the media source. In this case, D is the letter assigned to my optical drive. Additionally, both 64-bit and 32-bit EFI boot loaders are included on the installation media because the install disc contains both architecture types as installation options.

Where Is the File in Other Operating Systems?

Here are some of the default EFI file locations for some non-Windows operating systems:

macOS uses this file as its boot loader, but not in all situations:

\System\Library\CoreServices\boot.efi

The EFI boot loader for Linux will differ depending on the distribution you have installed, but here are a few:

\EFI\SuSE\elilo.efi
\EFI\RedHat\elilo.efi
\EFI\ubuntu\elilo.efi

You get the idea.

Still Can't Open or Use the File?

Take note that there are some file types that are spelled very much like ".EFI" that you might actually have and can, therefore, open with a regular software program. This is most likely the case if you've simply misread the file extension.

For example, you might really have an eFax fax document if it ends in .EFX, but that has nothing to do with EFI files. Or maybe your file uses the .EFL file extension and is an Encryptafile file.

If you're sure that you can open the file you have, then it's most likely not in the same format that's described on this page. Instead, double-check the file extension for your file and research the program that can open it or convert it to a new format.

You might even try uploading it to a conversion service like Zamzar to see if it will recognize the file type and suggest a conversion format.

EFIRES is a similar-looking file extension that's related to the EFI format, but it doesn't work the same way. It's instead a system file used in macOS.

FAQ
  • What is file: \efi\microsoft\boot\bcd?

    This file is the Boot Configuration Data (BCD) file for your Windows operating system. If you see an error message associated with it that prevents you from booting your PC, you likely need to rebuild the BCD file. On Windows 11/10, access Advanced Startup Options > Troubleshoot > Advanced options and run the bootrec command.

  • What is the file system format needed for /boot/efi?

    The EFI system partition should be in FAT32 File Allocation Table (FAT) file system format.

Was this page helpful?