How can I see which version/release of Windows 10 is installed on my computer?
- Windows key +
R
- Type "winver"
I've known winver
to be the standard "get version number" utility since XP IIRC
Edit some comments suggest that winver
has been around since at least 3.0
Example output:
Go to the start menu, click the settings cog. Click on System, then About in the left column at the bottom.
Click on Start => Run and type winver
and hit enter or run a command line window and type winver
and hit enter. It will give you a more detailed version number (including the build).
Another option would be to press Win+R to bring it up or the task manager which still should have a run option as well and run winver
using that dialog. Alternatively just search for winver
in the C:\Windows
directory (using a file search, not manually) or check this HowToGeek article which also has some more solutions.