Если вы решили обновить БИОС на своем компьютере или ноутбуке, то сначала желательно узнать, какая версия БИОС установлена на данный момент, а уже после этого отправляться на сайт производителя, чтобы посмотреть, можно ли скачать новую версию (инструкция в равной мере подойдет вне зависимости от того, старая у вас материнская плата или новая с UEFI). Дополнительно: Как обновить БИОС
Один из самых простых методов — зайти в БИОС и посмотреть версию там, здесь может быть полезным: Как зайти в БИОС (UEFI) Windows 10. Однако, узнать версию БИОС (UEFI) можно и в Windows, причем для этого есть несколько различных методов. В этой простой инструкции подробно о простых способах узнать версию БИОС материнской платы на компьютере или ноутбуке различными способами в Windows 10, 8.1 и Windows 7.
- Как узнать версию БИОС в сведениях о системе
- Версия БИОС в редакторе реестра Windows
- В командной строке и PowerShell
- Версия БИОС в сторонних программах
- Видео инструкция
Как узнать версию БИОС в сведениях о системе
В Windows 10, 8.1 и Windows 7 присутствует встроенная утилита для просмотра сведений о характеристиках ОС и компьютера. Она же позволяет узнать и текущую версию БИОС материнской платы ПК или ноутбука:
- Нажмите клавиши Win+R (клавиша Win — это клавиша с эмблемой Windows),введите msinfo32 и нажмите Enter.
- Откроется утилита «Сведения о системе», в ней вы увидите раздел «Версия БИОС», где будет отображаться производитель, версия и дата установленного БИОС.
Смотрим версию БИОС в редакторе реестра Windows
- Запустите редактор реестра, для этого вы можете нажать клавиши Windows + R на клавиатуре и ввести regedit в диалоговое окно «Выполнить».
- В редакторе реестра откройте раздел (папки слева)
HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\BIOS
и посмотрите на значение параметра BIOSVersion — это и есть ваша версия БИОС.
Используем командную строку или PowerShell для определения версии
Вы можете использовать командную строку или Windows PowerShell, чтобы узнать установленную версию БИОС, причем несколькими способами.
- Запустите командную строку. Это можно сделать разными способами: например, нажмите клавиши Windows + R и введите cmd (другие способы открыть командную строку).
- Введите команду
wmic bios get smbiosbiosversion
и вы увидите сведения о версии БИОС. Вторая команда, выполняющая то же самое, но в другом формате
systeminfo | findstr /I /c:bios
- То же самое можно сделать и в PowerShell (как запустить Windows PowerShell), необходимая команда будет иметь следующий вид:
Get-WmiObject win32_bios | select Manufacturer, SMBIOSBIOSVersion, ReleaseDate
С помощью программы для просмотра сведений о материнской плате
Есть множество программ, позволяющих узнать параметры компьютера, в том числе и информацию о материнской плате, что нас и интересует. О таких программах я писал в статье Как узнать характеристики компьютера. Все перечисленные программы позволяют узнать версию БИОС, я рассмотрю один из самых простых примеров, с использованием бесплатной утилиты Speccy, но то же самое вы сможете найти и в других аналогичных утилитах.
После загрузки программы и ее запуска, вы увидите окно с основными параметрами вашего компьютера или ноутбука. Откройте пункт «Материнская плата» (или Motherboard). В окне с информацией о материнской плате вы увидите раздел BIOS, а в нем — его версию и дату выпуска, то есть именно то, что нам требуется.
Способы узнать версию БИОС в Windows — видео инструкция
Думаю, описанных способов будет достаточно для определения, последняя ли у вас версия и есть ли возможность обновить БИОС — делайте это с осторожностью и внимательно читайте инструкции производителя.
Every PC has a BIOS chip on its motherboard, and you can access BIOS and change certain hardware settings with ease.
BIOS is a crucial part of every PC, but sometimes you need to check which version of BIOS are you currently using, and today we’re going to show you how to do that on Windows 10.
You usually need to check your BIOS version if you plan to update it with a newer version.
If you’re an advanced user, it’s always good to know which version of BIOS you are using in order to keep track of potential issues related to that version.
Finding the version of BIOS that you’re currently using isn’t that hard on Windows 10, and you can do that by using one of our solutions.
How can I check the BIOS version on Windows 10?
Use Command Prompt
- Type cmd in Windows search and click on Run as administrator under Command Prompt to launch the app with full privileges.
- When Command Prompt opens, enter wmic bios get smbiosbiosversion, and press Enter.
- Now you should see SMBIOSBIOSVersion and the version of your BIOS in a new line. In our example, our version is 0507, but you’ll get different results on your PC.
Some users recommend to use systeminfo command. To do that, just start Command Prompt as administrator, type systeminfo, and press Enter.
You should now see all sorts of system information. Look for BIOS Version value to see the version of your BIOS.
As you can see, checking your BIOS version with Command Prompt is relatively simple, and you can do that simply by entering one command.
Command Prompt is an extremely powerful tool that allows you to make all sorts of changes to your system by using the command line.
In addition to making changes, you can also use Command Prompt to view important system information, such as BIOS version for example.
Use System Information tool
- Press Windows Key + S and enter system information.
- Select System Information from the list of results.
- When System Information window opens, select System Summary in the left pane.
- In the right pane look for BIOS Version/Date. In our case, our BIOS version is 0507.
System Information tool contains all sorts of useful information regarding your PC. Using this tool you can see information related to both your hardware and software.
This method might be simpler for some users, and it also shows additional information regarding your BIOS such as the type of BIOS that you’re using along with its version.
Using System Information tool you’ll get access to more information regarding your system and BIOS, so be sure to try it out.
Enter BIOS
- Open Start Menu and click the Power button.
- Hold the Shift key and click Restart.
- You’ll see three options available. Select Troubleshoot, select Advanced options and click on UEFI Firmware Settings.
- Click the Restart button.
- Your PC will now restart and you’ll access BIOS.
You can check your version of BIOS simply by accessing BIOS itself. Accessing BIOS is simple and you just need to keep pressing Del, F2, F10 or F12 keys on your keyboard while your system boots.
To see which key you need to press in order to access BIOS we advise you to check your motherboard manual.
Your PC might also tell you to press a specific key in order to access SETUP during the boot sequence, so keep an eye for that message.
After you manage to enter BIOS, you need to check its version. To do that, simply navigate to the Main tab and look for BIOS Version value.
This value can sometimes be hidden depending on your type of BIOS, so you’ll have to look for it a bit.
Use the Registry Editor
- Press Windows Key + R and enter regedit.
- When Registry Editor opens, navigate to the following key in the left pane:
HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\BIOS
- In the right pane locate the BIOSVersion value (This value represents your BIOS version. In our case it’s 0507, but it should be different on your system).
- Optional: Some users are recommending to navigate to the following key and check the SystemBiosVersion value:
HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\
You can also double click SystemBiosVersion value to see all the necessary information.
When Windows 10 starts, information regarding BIOS is stored in your registry and you can easily access it by opening Registry Editor.
This is a powerful tool that can be used to change your system configuration, but today we’re going to use it just to view information.
Use DXDiag
- Press Windows Key + R, enter dxdiag and press Enter or click OK.
- When DXDiag opens, navigate to System tab and look for BIOS section (It should hold the necessary information regarding BIOS version).
DXDiag is DirectX Diagnostic tool, and this tool is designed to help you fix DirectX issues. In addition, this tool will collect information regarding your hardware, display, and audio drivers.
Check the POST screen
When you turn on your PC, your computer performs a hardware scan. During that process, certain computer information will appear on the screen.
In addition, there might some information regarding your BIOS version on the top of the screen, so keep an open eye.
Depending on your settings, this information might be on the screen for a second or two, so you’ll need to look closely and write down your BIOS version.
Few users suggest that you can keep the system information visible simply by pressing the Esc or Tab keys while your system boots.
In addition, you might be able to pause POST process simply by pressing the Pause key on your keyboard, so be sure to try that as well.
Use BIOS update tool
If you’re looking for the version of your BIOS, you’re most likely planning to update it.
Updating BIOS is an advanced procedure, but many motherboard manufacturers provide a special tool that you can use to update your BIOS easily.
Many of these tools will show you the current version of BIOS, so you can easily know which version you need to install.
If you don’t plan to update your BIOS, be sure to avoid any BIOS update tools and use any other solution to find out your BIOS version.
-
1. Press the Windows key and the X key at the same time to open the Power Menu.
-
2. Select Windows PowerShell (Admin) from the list.
-
3. When PowerShell starts, type Get-WmiObject win32_bios.
-
4. Press Enter to execute the command.
-
5. A list of information will now appear. Look for SMBIOSBIOSVersion value. This value represents the version of your BIOS.
Check BIOS version in PowerShell
You can use PowerShell to check your BIOS version. PowerShell is a command-line tool similar to Command Prompt, but it has more power than Command Prompt. This is an extremely powerful tool that can do all sorts of things. You can create automated scripts with it or remove core Windows 10 components.
Use third-party tools
According to users, you can easily find your version of BIOS by using third-party tools such as Speccy or CPU-Z.
Both of these apps have a BIOS section, and in there, you can see all the necessary information regarding your BIOS, including the version of BIOS.
Now that you know how to find out your BIOS version, you can update bios on Windows 10 using different methods.
Checking your version of BIOS on Windows 10 is relatively easy, and you can do that simply by using any of the methods we showed you in this article. No less important, here are the best BIOS settings for Windows 10 to easily improve your PC’s performance.
Download Windows Speedup Tool to fix errors and make PC run faster
This post shows you how to check the current BIOS version in a Windows 11/10/8/7 computer, using Windows Registry, WMI Command, System Information Tool (MSINFO32.exe) or DirectX Diagnostic Tool (DXDiag). BIOS stands for Basic Input/Output System and is a type of firmware that is built into the hardware, used during and for the booting process of a computer.
Read: Check if your PC uses UEFI or BIOS.
You may need to check your BIOS version if you plan to update the BIOS. Of course, whether you want to do it or whether you should do it is another question. Anyway, there are several ways you can do this. Lets us have a look at them.
1] Using WMI Commands
You can use Windows Management Instrumentation to find out the details of your BIOS. To do so, open an elevated command prompt windows, type the following and hit Enter:
wmic bios get biosversion
2] Using MSINFO32
The built-in MSINFO32 or System Information Tool displays this information under System Summary. To open this tool, Run msinfo32 and hit Enter.
3] Using Registry Editor
When Windows loads, it stores the BIOS information and other details under the following registry key:
HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System
Here you will see the details under System. You will also see additional details under SystemBiosDate, SystemBiosVersion, VideoBiosDate and VideoBiosVersion subkeys.
To see the BIOS version Run regedit and navigate to the mentioned registry key.
4] Using DXDiag
DirectX Diagnostic Tool or DXDiag.exe is basically meant to help you troubleshoot DirectX issues. But if you Run dxdiag to open it, you will see the BIOS version mentioned under the System tab.
Of course, apart from this, you can also use some 3rd-party system information tool like Speccy to see your BIOS version or see it when you enter your machine’s BIOS setup by pressing F10/F12 keys during boot-time.
Check this post if you want to find out Computer RAM, Graphics Card / Video memory of your Windows PC.
Anand Khanse is the Admin of TheWindowsClub.com, a 10-year Microsoft MVP (2006-16) & a Windows Insider MVP (2016-2022). Please read the entire post & the comments first, create a System Restore Point before making any changes to your system & be careful about any 3rd-party offers while installing freeware.
- To check the BIOS version on Windows 10, open “System Information” (msinfo32), and on “System Summary,” check the “BIOS Version/Date” information.
- You can also use the “wmic bios get smbiosbiosversion” command to check the version through Command Prompt.
- Alternatively, you can use the “DirectX Diagnostic Tool” to check the BIOS version from the “System” tab.
UPDATED 10/30/2023: On Windows 10, you can check the BIOS (Basic Input Output System) version to ensure you have the latest version or confirm if an update is needed, and in this tutorial, I’ll show you the different ways to complete the task.
The Basic Input Output System is an essential component of your computer that makes it possible for the software to interact with the hardware. In a nutshell, the BIOS instructs the system on the steps to perform various basic functions like starting up, and it also finds and configures the hardware, such as processor, memory, hard drive, and others.
Usually, the BIOS doesn’t receive updates regularly. However, sometimes manufacturers (for example, Dell, Lenovo, Asus, and others) may need to roll out a patch to fix a bug or security vulnerability, improve the system stability, or enable a new feature on your Windows 10 device.
In this tutorial, I will show you the steps to check the BIOS version installed on your computer running Windows 10 and what you need to do to install a newer update.
- Check BIOS version on Windows 10
- Update BIOS version on Windows 10
On Windows 10, you can check the version of the Basic Input Output System through System Information, Command Prompt, and DirectX Diagnostic Tool without having to restart the computer and open the motherboard’s firmware. Here’s how.
1. Using System Information
To check the BIOS version on Windows 10, use these steps:
-
Open Start on Windows 10.
-
Search for System Information, and click the top result to open the app.
Quick tip: Alternatively, you can use the “Windows key + R” keyboard shortcut to open the Run command, type msinfo32, and click OK to open System Information.
-
Under the “System Summary” section, look for BIOS Version/Date, which tells you the version number, manufacturer, and installed date.
2. Using Command Prompt
To check the BIOS version through Command Prompt, use these steps:
-
Open Start.
-
Search for Command Prompt and click the top result to open the app.
-
Type the following command to confirm the BIOS version and press Enter:
wmic bios get smbiosbiosversion
3. Using DirectX Diagnostic Tool
To check the BIOS version through DirectX Diagnostic Tool, use these steps:
-
Open Start.
-
Search for dxdiag and click the top result to open the DirectX Diagnostic Tool.
-
Check the BIOS version in the “System” tab under the “System Information” section.
Once you complete the steps, Windows 10 will provide the version number of the BIOS without having to access the motherboard’s firmware. Also, you can now use this information to check your manufacturer support website to confirm if there’s a newer BIOS update available.
Update BIOS version on Windows 10
The BIOS is one of those components which never included an easy update mechanism. You can determine if an update is available for your computer by checking the “System Manufacturer” and “System Model” information on your manufacturer’s support website.
Usually, on the manufacturer support website, you need to locate the page of your motherboard (or device model for branded devices like Dell or HP) and then check for a section with information about the BIOS update. In my example, there are BIOS updates available for an X570 motherboard from ASRock.
On the page, you’ll see links to download the update and a link to the specific instructions to update the BIOS for this particular board.
If there is a new update, check the latest version against the version installed on your computer. You can download the update if the version is greater than the one you have.
Installing a new BIOS update doesn’t have one set of steps you can use on every computer. The instructions will always vary per manufacturer and even device model. As a result, follow the steps from your device manufacturer’s support website precisely.
Usually, you only need to double-click an executable (.exe) file and follow the on-screen directions. However, before updating to a new version, close all running applications, and if you’re working on a laptop, keep it plugged into a power source. Although it is often safe to update your system’s BIOS, if the device loses power or you interfere with the process, it could cause a system failure.
Sometimes, you need to download the ROM file and save it onto a USB flash drive. Then, you’ll need to start the computer in the BIOS, and from this environment, you can start the BIOS update process using the available tool.
It’s also possible to roll back to a previous version of the BIOS through a dedicated button available in some motherboards and through the USB method. However, you may need to check your manufacturer for the specific instructions.
It’s important to note that “BIOS” isn’t the same as “UEFI” (Unified Extensible Firmware Interface). They perform the same function, but they’re not the same. UEFI is the system available on newer devices that replaces the BIOS to overcome many limitations with the older technology. It’s also something that manufacturers can update more efficiently, even automatically, using Windows Update.
Update October 30, 2023: This tutorial has been updated for accuracy and adds new instructions.
Давайте сегодня мы вам покажем, как узнать версию BIOS в Windows 10, так как на первый взгляд сложнейшая проблема, решается максимально просто и быстро, просто мало кто об этом знает.
Конечно, вы можете думать, что вам не при каких условиях не понадобится данная информация… Вот только мы, смеем вам сразу же предупредить, что проблемы, которые зачастую случаются в BIOS, все чаще и чаще требуют знать от пользователя, какая у него установленная версия, так что вам решать, нужно вам узнать то, что запомнить не сложно, а при необходимости, использовать еще проще, или же от данной информации лучше всего отказаться…
Способ № 1
Для того, чтоб узнать версию BIOS в Windows 10, вам необходимо использовать «горячие сочетание клавиш» Win+R, которые позволяет открыть окно «Выполнить» в поле поиска, которого, необходимо ввести команду «msinfo32» (без кавычек). Как только перед вами откроется окно под названием «Сведения о системе», вы сможете в столбце справа отыскать пункт «Версия BIOS:…» и соответственно, ее там узнать.
Способ № 2
В данном способе, чтоб узнать версию BIOS в Windows 10, вам придется использовать командную строку, что по своему практично и порой, даже удобнее, чем использование параметра «Выполнить».
Все делается следующим образом: нажимаем ПКМ → переходим в меню «Пуск» → выбираем «Командная строка (Администратор)» → прописываем команду «wmic bios get smbiosbiosversion» (без кавычек) → ожидаем, пока на экране монитора появится версия BIOS.
Как нам кажется, приведенные выше способы достаточно просты и причем, запоминаются они весьма просто, что позволяет не забывать о них и при необходимости, использовать либо тот способ, который лучше запомнился, либо воспользоваться тем, который более оптимален на данный момент.