Which firmware should your Mac be using? (version 5)

This article lists the firmware versions of Macs which have been successfully updated to run macOS 11.7.10.

Apple doesn’t provide an official list of the current firmware versions which should be installed on each model of Mac. That displayed in System Information for Intel models uses five decimal numbers separated by dots, e.g 96.0.0.0.0, and is given below. Those models with T2 chips consist of two parts, the second covering iBridge in the T2. Apple Silicon Macs are different again, and give an iBoot version instead, as they don’t use EFI at all.

Macs still running older versions of macOS are covered by information at:

Apple Silicon Macs

The current iBoot version is 10151.1.1, although 8422.141.2 is likely to be shown.

Intel Macs with T2 chips

The current EFI version is 1968.140.7.0.0 and iBridge is 20.16.6072.0.0,0.

Intel Macs without T2 chips

iMac:

  • iMac14,4 478.0.0.0.0
  • iMac15,1 478.0.0.0.0
  • iMac16,1 481.0.0.0.0
  • iMac16,2 481.0.0.0.0
  • iMac17,1 512.0.0.0.0
  • iMac18,1 515.0.0.0.0
  • iMac18,3 515.0.0.0.0
  • iMac19,1 1968.140.7.0.0

MacBook:

  • MacBook8,1 481.0.0.0.0
  • MacBook9,1 512.0.0.0.0
  • MacBook10,1 515.0.0.0.0

MacBook Air:

  • MacBookAir6,1, MacBookAir6,2 478.0.0.0.0
  • MacBookAir7,1, MacBookAir7,2 481.0.0.0.0

MacBook Pro:

  • MacBookPro11,1 478.0.0.0.0
  • MacBookPro11,2, MacBookPro11,3 478.0.0.0.0
  • MacBookPro11,4 481.0.0.0.0
  • MacBookPro12,1 481.0.0.0.0
  • MacBookPro13,1 512.0.0.0.0
  • MacBookPro13,2 512.0.0.0.0
  • MacBookPro13,3 512.0.0.0.0
  • MacBookPro14,1 515.0.0.0.0
  • MacBookPro14,2 515.0.0.0.0
  • MacBookPro14,3 515.0.0.0.0

Mac mini:

  • Macmini7,1 478.0.0.0.0

Mac Pro:

  • MacPro6,1 474.0.0.0.0

Apple Studio Display: 17.0 (build 21A329) (when updated)

T2 chip models:
The iMac Pro, 2019 Mac Pro, iMac 27-inch 2020, 2018 MacBook Pro with Touch Bar (MacBookPro15,1 and 15,2), 2018 Mac mini and 2018 MacBook Air, and their successor models, all use a different mechanism for firmware updates, managed by their T2 chips. They’re also unable to run eficheck.

How to check your Mac’s firmware version

The simplest way now is to run either of my free tools SilentKnight or LockRattler, available from their product page.

Alternatively, use the About This Mac command at the top of the Apple menu, and click on the System Report… button. In the Hardware Overview listing, this is given as the Boot ROM Version or System Firmware Version.

What to do if your Mac’s firmware is different from that shown

There are two reasons for the major version being higher than that shown:

  • Your Mac has installed an updater which has in turn installed a newer version of the firmware. This may happen if you install a beta release of macOS, or could happen after service to your Mac. It may rarely occur if you download the latest Combo updater for macOS.
  • Your Mac has installed a spurious version of the firmware, such as malware. You may be able to check that in High Sierra and above: see below for instructions.

If the installed version of firmware has a version which is lower than that shown, you can try installing macOS a second time. Then check the firmware version again.

Firmware updaters are now only distributed as part of macOS updates and upgrades: Apple does not provide them separately.

How can you check the integrity of your EFI firmware in Intel Macs?

If you are concerned that something bad may have happened to your EFI firmware, and your Intel Mac is running High Sierra or later but doesn’t have a T2 chip, you can run the eficheck tool to test this. Normally, this is run automatically every week, and you should be informed of any issues which it raises. But there’s no harm in running it if that gives you peace of mind.

Open Terminal, and in its command line type
/usr/libexec/firmwarecheckers/eficheck/eficheck --integrity-check

Once it completes, you should see a response like
EFI Version: MBP141.88Z.F000.B00.1909131925 (Boot ROM Version: 202.0.0.0.0)
Primary allowlist version match found. No changes detected in primary hashes.

In the first line of the response, this gives the Mac model (MBP141 = MacBook Pro 14,1), the major version (F000), the minor version (B00), and the build datestamp of that version (= [20]19/09/13 19:25). The Boot ROM version given in parentheses should match the version given above.

If it doesn’t, save the result immediately and contact Apple support soonest, ready to quote to them the results of that check.

Fuller details about eficheck are given in this article.

Should you check your Mac’s EFI firmware against the Allow List?

Although eficheck‘s Allow List is intended to ensure that your Mac’s EFI firmware is recent, it doesn’t require that it is the current version, as listed above – it’s an Allow List. What it is primarily intended to do is check that nothing has tampered with your firmware. So its Allow List is content with older and newer firmware versions – it currently has more than 2,000 entries – but most importantly checks that the version installed is intact, as Apple expects it to be, and hasn’t been corrupted or altered.

Running eficheck as detailed above is the best way to perform that check. Looking through its Allow List won’t normally tell you the current version of the EFI firmware for your particular Mac, and can confuse.

(Last updated 2 October 2023 for 11.7.10)