Figure out what version of Windows 10 you are running

Jul 31, 2019 11:33 GMT  ·  By

Keeping a Windows 10 device fully up-to-date is something that’s not as easy as it sounds, especially because allowing the Windows Update service to take care of everything doesn’t always work as expected.

And this is mostly because some of the cumulative updates released by Microsoft sometimes fail to install or keep being re-offered despite the update process seemingly completing successfully.

Checking the OS build number is the easiest way to determine if an update installed correctly or not, but at the same time, it can also help in other cases, such as when trying to figure out if a specific application is compatible with your device or not.

There are several ways to find the OS build number in Windows 10, and some involve turning to the Command Prompt.

And while cmd is often a tool that beginners try to stay away of, the commands that you must use for this task are rather simple, so you won’t necessarily become a full-time hacker if you give them a try.

First and foremost, the fastest way to tell the OS build number is click the Start menu and type:


winver
Windows 10 should now fire up the About Windows screen, and the information you are interested is the following:
Microsoft Windows
Version xxxx (OS Build xxxxx.xxx)
Windows 10 OS build number

At the same time, you can use the Settings app in Windows 10 to find out the version number. To do this, follow this path:


Windows 10 > Settings > System > About > Windows specifications
Again, the fields that you are interested in are these four below:
Edition
Version
Installed on
OS build
The third method comes down to, as said earlier, Command Prompt. So first of all, click the Start menu and type the following code to run Command Prompt:
cmd.exe
The most basic method to find out the OS build number is this:
ver
This command should display something like this (I’ll use my own version number as an example):
Microsoft Windows [Version 10.0.17763.615]
The text in bold is the OS build number of your device.

But at the same time, there are also more complex commands that can provide you with more information about the Windows version you are running and the OS build number. The first one is this:


systeminfo | findstr /B /C:"OS Name" /C:"OS Version"
This particular command should display the name of the Windows version, in my case Microsoft Windows 10 Pro and the OS version.
Windows 10 OS build number

The WMIC command can also help you retrieve information on the Windows version, only that in this case, you’re only to see the Windows edition you’re running, without any details on the OS build number. The command is the following:


wmic os get Caption,CSDVersion /value
If you want to get much more information on your Windows 10 installation, including not only the OS build number, but also the cumulative updates installed on the device, among others, the command that you can use is the following:
sysinfo
All the commands here work not only on all Windows 10 versions released so far (Windows 10 1903 and the upcoming 20H1 update included) but also on Windows 7 and 8.1. However, the output will obviously be different on older Windows versions, and on Windows 7, for instance, you should also see the Service Pack that you installed on the device.

Needless to say, there are lots of software solutions out there that can show you the OS build number on the device, but all the methods detailed here do not require any third-party app.

Photo Gallery (3 Images)

Windows 10 OS build number
Windows 10 OS build numberWindows 10 OS build number
Open gallery