Skip to content

How to Check Your BIOS Version

Knowing your current BIOS version is important for selecting the right update and verifying your firmware is up to date.

  1. Press Win + R on your keyboard to open the Run dialog.
  2. Type msinfo32 and press Enter.
  3. In the System Information window, look for the BIOS Version/Date row. It will show something like:

    FieldValue
    System Modelyour specific configuration — 11th/12th/13th Gen Intel or AMD
    BIOS Version/DateINSYDE Corp. (your BIOS version)

To update your BIOS on Windows, visit the BIOS & Drivers downloads page and select your device.

The commands below install the required tools (if not already present) and print your BIOS and CPU information.

Terminal window
sudo apt install lshw dmidecode -y && clear && sudo dmidecode | grep -A3 'Vendor:\|Product:' && sudo lshw -C cpu | grep -A3 'product:\|vendor:'
Terminal window
sudo dnf install lshw dmidecode -y && clear && sudo dmidecode | grep -A3 'Vendor:\|Product:' && sudo lshw -C cpu | grep -A3 'product:\|vendor:'
Terminal window
ujust bios-info

Here is example output from an 11th Gen Framework Laptop 13. The Version field is your BIOS version, and Release Date is when that BIOS was published.

Vendor: INSYDE Corp.
Version: 03.10
Release Date: 07/19/2022
Address: 0xE0000
product: 11th Gen Intel(R) Core(TM) i7-1185G7 @ 3.00GHz
vendor: Intel Corp.
physical id: 4
bus info: cpu@0
version: 6.140.1
  1. Power on your Framework laptop.
  2. Enter the BIOS: - From Linux: Tap F2 rapidly at the Framework splash screen. - From Windows: Go to Settings → System → Recovery, click Restart now next to “Advanced startup”, then navigate to Troubleshoot → Advanced options → UEFI Firmware Settings and click Restart.

  3. Locate your BIOS version:

    • 11th/12th Gen: Look for the line InsydeH2O Version GFW 30.03.xx — the last digits are your version.
    • 13th Gen / AMD: Arrow over to Setup Utility and look for the BIOS Version field — the last four digits are your version.