How to Check the Current BIOS Version on Your Computer

6 methods to find out what BIOS version your motherboard is running

Your BIOS version number isn't something you need to keep tabs on at all times. The main reason you'd want to check what version it's at is if you're curious if there's a BIOS update available.

Like most things in the technology world, your motherboard software (BIOS) occasionally gets updated, sometimes to fix bugs and other times to add new features.

As part of some hardware troubleshooting processes, especially those that involve new RAM or a new CPU that won't work correctly, updating BIOS to the latest version is a good thing to try.

Below are six different methods for checking the BIOS version installed on your motherboard:

Methods 1 and 2 are best if your computer isn't working properly. They are operating system independent.

Methods 3, 4, 5, and 6 are more convenient ways to check the BIOS version, require your computer to be working, and work in Windows 11, Windows 10, Windows 8, Windows 7, Windows Vista, and Windows XP.

Method 1: Reboot Your Computer & Pay Attention

The "traditional" way to check the BIOS version on a computer is to watch for the version notation that appears on the screen during the POST as your computer starts to boot.

  1. Restart your computer normally, assuming it's working well enough to do that. If not, kill the power manually and then start the computer back up.

    Windows 10 restart menu item

    If your computer is off right now, powering it on normally will work just fine.

  2. Carefully watch as your computer first starts and note the BIOS version that's shown on screen.

    Some computers, especially those made by major manufacturers, show a computer logo screen in place of the POST results, which is what contains the BIOS version number. Pressing Esc or Tab usually removes the logo screen and shows the POST information behind it.

    If the POST results screen disappears too quickly, try pressing the Pause key on your keyboard. Most motherboards will pause the boot process, allowing ample time to read the BIOS version number.

    If pausing won't work, point your smartphone at your computer screen and take a short video of the POST results that flash on the screen. Most cameras record 60 fps or higher, plenty of frames to step through to catch that BIOS version.

  3. Write down the BIOS version number as shown on screen. It's not always 100 percent clear which of the cryptic lines of letters and numbers on the screen is the version number, so log everything that might be.

    Bios number on Windows 10 startup POST screen

    Take a photo! If you've been lucky enough to pause the boot process at the POST results screen, snap a picture with your phone. This will give you something concrete to reference later on.

  4. You should now have your BIOS version number.

The reboot method is great when you don't have the benefit of a working computer and can't try one of the more convenient methods below.

However, it can get really frustrating restarting your computer over and over if you keep missing the BIOS version notation. The POST results screen is usually really fast, especially as computers get faster and decrease boot time.

Method 2: Let the BIOS Update Tool Tell You

Updating BIOS isn't something you do manually, not completely anyway. In most cases, you'll use a special BIOS update tool supplied by your computer or motherboard manufacturer to do the job.

More often than not, this tool will clearly show the current BIOS version that's installed, so even if you're not quite ready to update BIOS, or not sure you need to, the BIOS update tool can be used just to check the current version.

Dell BIOS Flash utility

You'll first need to locate the online support for your computer or motherboard maker and then download and run the tool. No need to actually update anything, so skip those later steps in whatever instructions are provided.

This method works when your computer isn't starting properly only if the BIOS update tool for your motherboard is bootable. In other words, if the BIOS update program supplied only works from within Windows, you'll have to stick to Method 1.

Method 3: Use Microsoft System Information (MSINFO32)

A much easier way to check the BIOS version running on your computer's motherboard is via a program called Microsoft System Information.

Not only does this method not require any restarting of your computer, it's already included in Windows, meaning there's nothing to download and install.

Here's how to check the BIOS version with Microsoft System Information:

  1. In Windows 11, 10, and 8.1, right-click or tap-and-hold the Start button and then choose Run.

    Windows 10 Power User Menu items

    In Windows 8, access Run from the Apps screen. In Windows 7 and earlier versions of Windows, select Run from the Start menu.

  2. In the Run or search box, enter the following exactly as shown:

    msinfo32
    

    A window titled System Information will appear on the screen.

    msinfo32 in Run menu on Windows 10
  3. Select System Summary if it's not already highlighted.

  4. On the right, under the Item column, locate the entry titled BIOS Version/Date.

    BIOS Version/Date in System Information on Windows 10

    Depending on how much you don't know about your computer or motherboard, you may also need to know who made your motherboard and what model it is. If that information is reported to Windows, you'll find those values in the BaseBoard Manufacturer, BaseBoard Model, and BaseBoard Name items.

  5. Jot down the BIOS version as reported here. You can also export the results of this report to a TXT file via File > Export in the System Information menu.

Microsoft System Information is a great tool but it doesn't always report a BIOS version number. If it didn't for your computer, a similar program not made by Microsoft should be the next thing you try.

Method 4: Use a Third-Party System Information Tool

If Microsoft System Information didn't get you the BIOS version data you need, there are several system information tools out there you can try instead, many that are much more thorough than MSINFO32.

Here's how to do it:

  1. Download Speccy, a completely free system information tool for Windows.

    There are several really good system info tools to choose from but Speccy is our favorite. It's completely free, comes in a portable version, and tends to show more information about your computer than similar tools.

  2. Install and run Speccy if you chose the installable version, or extract and then run Speccy.exe or Speccy64.exe if you chose the portable version.

    Install button for Speccy v 1.32 on Windows 10

    See 64-bit vs 32-bit if you're not sure which file to run.

  3. Wait while Speccy scans your computer. This usually takes several seconds to a few minutes, depending on how fast your computer is.

  4. Choose Motherboard from the menu on the left.

    Motherboard section of Speccy, including BIOS information in right-hand panel
  5. Note the Version listed under the BIOS subcategory on the right. This is the BIOS version you're after.

The Brand listed here isn't usually something that's worthwhile to know. The BIOS update tool and data file you need will come from your computer or motherboard maker, listed as Manufacturer, and will be specific to your motherboard model, listed as Model.

If Speccy or another "sysinfo" tool doesn't work out for you, or you'd rather not download and install software, you have a couple other methods for checking your computer's BIOS version.

Method 5: Run a Command Prompt Command

A simple command can be used to print the BIOS version in Command Prompt. You might try this before the slightly more advanced method below, but only after trying the graphical programs above.

  1. Open Command Prompt.

    cmd entered into the Windows 10 search bar

    There are multiple ways to open Command Prompt, but in most versions of Windows, you can type cmd in the search bar or Start menu to find it. In all versions of Windows, executing the same command in the Run dialog box (WIN+R) works, too.

  2. Type this command, followed by Enter:

    wmic bios get smbiosbiosversion
    
    wmic bios get smbiosbiosversion command
  3. You should see the BIOS version appear just below the command you entered.

You can also enter the systeminfo | findstr "BIOS Version" command into Command Prompt to find the BIOS version information as it's reported in the System Information tool explained above.

Method 6: Dig It up in the Windows Registry

Last but not least, and probably not that surprising to those of you in the know, a lot of information about BIOS can be found logged in the Windows Registry.

Not only is the BIOS version usually clearly listed in the registry, so is often your motherboard's maker and your motherboard model number.

Here's where to find it:

No changes are made to registry keys in the steps below but if you're afraid you might make unintentional changes to this very important part of Windows, you can always back up the registry, just to be safe.

  1. Open Registry Editor.

    regedit command in Windows 10 Start Menu
  2. From the registry hive list on the left, expand HKEY_LOCAL_MACHINE.

  3. Continue to drill deeper inside of HKEY_LOCAL_MACHINE, first with HARDWARE, then DESCRIPTION, then System.

  4. With System expanded, select BIOS.

  5. On the right, in the list of registry values, locate the one named BIOSVersion. Surprise...the value on the right is the BIOS version that's installed right now.

    BIOS Version in Registry Editor in Windows 10
  6. Write down the BIOS version somewhere, as well as the BaseBoardManufacturer and BaseBoardProduct values, if you need them.

The Windows Registry can seem scary but so long as you're not changing anything, it's perfectly harmless to dig around.

Did you accidentally make changes in Windows Registry? It's easy to reverse them if you backed up the registry to a REG file. see How to Restore the Windows Registry if you need help.

FAQ
  • What is a computer BIOS?

    BIOS (basic input/output system) is an essential program that your computer's CPU uses are part of the boot up process. It both begins the loading process for your operating system, and locates connected devices like the keyboard and mouse.

  • How do I access the BIOS on my computer?

    Typically, one of the Function Keys (F1, F2, F10, etc) or Delete needs to be pressed during startup. Which F-key works will differ depending on the make and model of your hardware. That, or use Windows' Advanced Startup options.

Was this page helpful?