Find out BIOS Version from Windows

How can I find out BIOS version in Windows without rebooting the system? I would gladly spare finding out the shortcut to enter BIOS and search in BIOS.


Press Win + R & enter msinfo32

Then you can navigate and look for all kinds of information, including the BIOS version.


You also can find out your BIOS version on cmd typing:

wmic bios get smbiosbiosversion

It will return only the version. msinfo32 will provide you all the information about the BIOS.