How to check the Windows version

20 December 2021

Home » Blogs » Technology » How to check the Windows version

Knowing the operating system version of Windows that you are using is very important. You need this information when installing new software, whether the version of you are using meets the software and also for .

There are several ways to find version information.

Checking Windows version via “About

To access the “About” page on , you can do it with

1. Via the start menu

Select Start > > System > About .

2. Through the search system

Type “about” in the search field, then select “ About your PC

check win ver 01

On the About page you can see information on the type of system whether x64 or x86 and you also get complete information on the version of Windows you are using at the bottom.

check win ver 02

Checking Windows version via “CMD

To check the Windows version, you can do it via () by typing

C:>systeminfo | findstr /C:"OS"

Or if you only need version information, you can use

C:>ver
check win ver 03

To find out if windows x64 or x86 can with

C:>set pro

If Windows is x64, you will see there are Program Files and Program Files (x86).

As for Windows x86, you will only see Program Files.

Checking Windows version with ” winver

To see the Windows version with ” winver ” you can do it through the “Run” menu

check win ver 04
  1. Press the key (Windows logo + R) at the same time.
  2. Type “winver” and select the “OK” button
check win ver 05

Here are some ways to see and check which version of Windows you are using.

Thank you for visiting Bardimin. Hope it is useful…

Related Articles

PortQry – TCP/UDP port scanner from Microsoft

PortQry is a piece of software developed by Microsoft that is used to check ports on a computer network. And it can also be used to check whether a particular port on a host or machine is open, closed, or blocked by a firewall. In addition, PortQry can also be used to...