How to check BIOS version?

Computer's BIOS is the firmware interface between computer hardware and its operating system. BIOS may need update in a period of times, therefore we need to check BIOS version.

Method 1 : msinfo32

Press Windows + R to show Run dialog box, typing "msinfo32" and click OK.
winrun-msinfo32.jpg
At the right-side pane, look “BIOS Version/Date.
1-3_system-info_bios-version.png

Method 2 : command prompt

Press Windows + R to show Run dialog box, typing "cmd" to run Command Prompt.
Typing "wmic bios get smbiosbiosversion", then it will show the BIOS version.
2-3_cmd_wmic-bios.jpg
OR typing "systeminfo | findstr "BIOS Version" also can show the BIOS version
2-4_cmd_systeminfo-findstr-biosversion.jpg