コンピューターのマザーボードにインストールされているファームウェア( BIOSまたはUEFI )の正確なバージョンを知る必要がありますか?従来、これは、コンピュータを再起動し、手動でBIOSに入り、そこに表示されるバージョン情報を確認する必要があることを意味します。これは1つの方法ですが、最速でも簡単でもありません。さらに面倒なことをせずに、8つの異なる方法でBIOS(BIOS)バージョンを見つける方法を次に示します。
注:コンピューターを定期的に使用している場合は、 (NOTE)BIOSまたはUEFIBIOSという用語について聞いたことがあるでしょう。それらについてもっと知りたい場合は、この記事を読んでください:BIOSとは何ですか?BIOSはどういう意味ですか?(What is BIOS? What does BIOS mean?)。また、 BIOS(BIOS)を更新する場合、このチュートリアルは安全に行うのに役立ちます。マザーボードのBIOSを更新する方法(How to update the BIOS of your motherboard)。
1.コンピュータを再起動してBIOSにアクセスしてBIOSバージョンを確認(BIOS)する(BIOS)方法
一部のデバイスは、コンピュータまたはデバイスを起動するとすぐに実行されるPOSTプロセス(POST process)中にBIOSのバージョンを表示しますが、他のデバイスでは、 BIOSに入る必要があります。残念ながら、POSTプロセスは高速であり、何も表示する時間がない可能性があるため、BIOSに入る必要があります。
これにアクセスするには、コンピューターの起動中にキーボードのキー(またはキーの組み合わせ)を押す必要があります。マザーボードの製造元は、押したいキーを選択できますが、一般的に使用されるキーには、Delete、F1、F2、F10、およびF12があります。マザーボード、コンピュータ、またはノートブックのマニュアルを押すための適切なキーを見つけることができます。
BIOSまたはUEFIBIOSに入ったら、情報ページを探します。そこには、コンピュータのマザーボードで使用されているBIOSのバージョンがあります。
2.Windows10(Windows 10)の高度な(Advanced)スタートアップオプションを使用してBIOSバージョンを確認する方法
マザーボード上のファームウェアは、 BIOS(BIOS)の初期の頃からUEFIと呼ばれる新しいバージョンに進化しました。UEFI BIOSはより高速で、より多くのセキュリティを可能にし、より優れたビジュアルユーザーインターフェイスを提供し、マウスを処理します。また、大型ドライブ(3テラバイト以上)からオペレーティングシステムをロードすることもできます。高速化の効果の1つは、キーボード入力を待たない可能性があることです。そのため、キーボードのキーを押して起動中にUEFIセットアップ画面をキャッチすることはほぼ不可能です。
UEFI BIOSを起動する方法を学ぶために追加のヘルプが必要な場合は、このガイドを確認してください:Windows10でBIOSに入る方法(How to enter BIOS in Windows 10)。UEFI BIOSに入ったら、情報ページを探します。そこで、コンピュータまたはデバイスが使用しているBIOS(BIOS)バージョンを見つける必要があります。
3.Windows(Windows)のシステム情報(System Information)アプリからBIOSバージョンを見つける方法
また、 Windows(Windows)のシステム情報(System Information)ツールから、コンピューターまたはデバイスで使用されているBIOSのバージョンを簡単に見つけることができます。システム情報(System Information)アプリで、左側のパネルの[システムの概要]を選択します。(System Summary)次に、ウィンドウの右側で、BIOS Version/Dateという項目を探します。その値は、BIOSバージョンとそのリリース日を示します。
4.Windows(Windows)のレジストリエディタから(Registry Editor)BIOSバージョンを確認する方法
Windowsのレジストリエディタは、 (Registry Editor)BIOSに関する情報を見つける別の方法を提供します。レジストリエディタ(Open the Registry Editor)を開き、それを使用してこの場所に移動します(navigate to this location)。
Computer\HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\SystemBIOS。右側のパネルには、BIOSVersionとBIOSReleaseDateという2つのレジストリキーがあります。これらのエントリに割り当てられた値は、使用しているBIOSのバージョンと起動された時期を示します。
5.コマンドプロンプトを使用して(Command Prompt)BIOSバージョンを見つける方法
コマンドプロンプトを使用して、 (Command Prompt)BIOSのバージョンを確認することもできます。BIOSのバージョンとリリース日を確認するには、次のコマンドを実行しますsysteminfo | findstr /I /c:bios。小文字のL(L. Press) ではなく大文字のIを使用していることに注意してください。Enterキー(Enter)を押すと、BIOS情報が表示されます。
次のコマンドを実行することもできます:wmic bios get Manufacturer、Name、ReleaseDate。表示されるデータは、以下のスクリーンショットのようになります。
必要に応じて、次のコマンドを使用して、コマンドプロンプト(Command Prompt)からWindowsレジストリ(Windows Registry)を読み取ることもできます:reg query HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\SystemBIOS。
このコマンドを実行すると、 Windowsレジストリ内に保存されているすべての(Windows Registry)BIOS情報が抽出され、コマンドプロンプト(Command Prompt)ウィンドウに表示されます。次に、BIOSVersionエントリとBIOSReleaseDateエントリを見つけるだけです。
6.PowerShellを使用して(PowerShell)BIOSバージョンを確認する方法
Powershellを使用してBIOSバージョンを検索する場合は、 Powershellを開き(open it)、次のコマンドを実行しますGet-WmiObject win32_bios | select Manufacturer, SMBIOSBIOSVersion, ReleaseDate。
7.DirectX診断ツールを使用して(DirectX Diagnostic Tool)BIOSバージョンを見つける方法
DirectX診断ツール(DirectX Diagnostic Tool)またはDXDiag.exeは、 (DXDiag.exe)DirectXサウンド、ビデオ、および入力デバイスの問題のトラブルシューティングに役立つデバイスに関する情報を収集するために使用されるツールです。Windowsで「dxdiag」("dxdiag")という検索語を使用し、 dxdiagの検索結果をクリックまたはタップします。
コンピュータまたはデバイスのBIOS(BIOS)バージョンは、 [システム(System)]タブで確認できます。
8.サードパーティのアプリを使用してBIOSバージョンを確認する方法(BIOS)
上記のいずれの方法も適切でない場合は、この情報を表示するサードパーティのアプリケーションを使用することをお勧めします。良い例は、システムの主要コンポーネントに関する情報を収集するフリーウェアアプリであるCPU-Zです。(CPU-Z)このアプリケーションの[メインボード]タブで、コンピューターのマザーボードのBIOS(Mainboard)バージョン(BIOS)を確認できます。
多くの同様のアプリケーションがこの情報を共有できます。私たちが気に入っている他のアプリは、SpeccyとBelarcAdvisorです。
BIOSのバージョンを確認する他の方法を知っていますか?
このガイドからわかるように、コンピュータまたはデバイスのBIOSバージョンを確認する方法はたくさんあります。通常、システム情報など、この情報を簡単に共有できるツールを使用しますが、必要に応じて(System Information,)コマンドプロンプト(Command Prompt)またはPowerShellを使用することを躊躇しません。私たちの方法を試してみて、この記事を閉じる前に、あなたが最も好きな方法を共有してください。
How to check the BIOS version from Windows (8 ways)
Do yоu need to knоw the еxact version of the firmware (BIOS or UΕFI) instаlled on your computer'ѕ motherboard? Traditionаlly, this means that yoυ have tо restart your comрuter, manually enter the BІOS and check the version information dіsplayed there. It is onе way of doing it, but іt's not the fastest, nor the easiest. Without further ado, here's how to find your BIOS version in eight different ways:
NOTE: If you use a computer regularly, you probably heard about the term BIOS or UEFI BIOS. If you want to know more about them, read this article: What is BIOS? What does BIOS mean?. Also, if what you intend to do is update your BIOS, this tutorial can help you do it safely: How to update the BIOS of your motherboard.
1. How to check the BIOS version by restarting your computer and accessing the BIOS
Some devices show the version of the BIOS during the POST process that takes place as soon as you start your computer or device, while for others, you need to enter the BIOS to see it. Unfortunately, the POST process is fast, and you might not have the time to see anything, so you still need to enter the BIOS.
To access it, you have to press a key (or a combination of keys) on your keyboard while starting the computer. The manufacturer of your motherboard can choose whatever key it wants you to press, but commonly used keys include Delete, F1, F2, F10, and F12. You can find the right key to push in the manual of your motherboard, computer, or notebook.
Once inside the BIOS or UEFI BIOS, look for an information page. There, you find the version of the BIOS used by your computer's motherboard.
2. How to check the BIOS version using Windows 10's Advanced startup options
The firmware on motherboards has evolved from the early days of BIOS to a new version called UEFI. UEFI BIOS is faster, it allows more security, it offers better visual user interfaces and handles a mouse. It can also load operating systems from large drives (3 terabytes or more). One effect of making it faster is that it might not wait for any keyboard input, so it can be nearly impossible to catch a UEFI setup screen during boot by pressing a key on the keyboard.
If you need additional help to learn how to boot into UEFI BIOS, check this guide: How to enter BIOS in Windows 10. Once inside the UEFI BIOS, look for the information page. There, you should find the BIOS version your computer or device is using.
3. How to find the BIOS version from Windows' System Information app
You can also easily find what BIOS version is used by your computer or device from Windows' System Information tool. In the System Information app, select System Summary on the left panel. Then, on the right side of the window, look for an item called BIOS Version/Date. Its value shows the BIOS version and its release date.
4. How to check the BIOS version from Windows' Registry Editor
Windows's Registry Editor offers another way of finding information about your BIOS. Open the Registry Editor and use it to navigate to this location:
Computer\HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\SystemBIOS. On the right panel, there are two registry keys called BIOSVersion and BIOSReleaseDate. The values assigned to these entries tell you what BIOS version you have and when it was launched.
5. How to find the BIOS version using Command Prompt
You can also use the Command Prompt to check your BIOS version. To see the BIOS version and release date, run this command: systeminfo | findstr /I /c:bios. Note that we are using the capital letter I and not the lowercase letter L. Press Enter and the BIOS information is displayed.
You can also run the following command: wmic bios get Manufacturer, Name, ReleaseDate. The data displayed should look similar to the screenshot below.
If you prefer, you can also read the Windows Registry from the Command Prompt, using the following command: reg query HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\SystemBIOS.
Running this command extracts all the BIOS information stored inside the Windows Registry and displays it in the Command Prompt window. Then, all you have to do is locate the BIOSVersion and BIOSReleaseDate entries.
6. How to check the BIOS version using PowerShell
If you prefer to use Powershell to find your BIOS version, open it and run the following command: Get-WmiObject win32_bios | select Manufacturer, SMBIOSBIOSVersion, ReleaseDate.
7. How to find the BIOS version using the DirectX Diagnostic Tool
DirectX Diagnostic Tool or DXDiag.exe is a tool used to collect info about devices to help troubleshoot problems with DirectX sound, video, and input devices. Use the search term "dxdiag" in Windows and click or tap the dxdiag search result.
You can find the BIOS version of your computer or device on the System tab.
8. How to check your BIOS version using third-party apps
If none of the above methods suit you, you might prefer to use third-party applications that display this information. A good example is CPU-Z, a freeware app that gathers information about the main components of your system. In the Mainboard tab of this application, you can see the BIOS version of your computer's motherboard.
Many similar applications can share this information. Other apps that we like are Speccy and Belarc Advisor.
Do you know other methods to check the BIOS version?
As you can see from this guide, there are many ways in which you can see the BIOS version of your computer or device. We generally prefer tools that easily share this information, like System Information, but we do not hesitate to use the Command Prompt or PowerShell when needed. Give our methods a try and, before closing this article, do share which way you like the most.