The methods to check the version of Windows 11 are quite similar to the way to check the version of Windows 10. Please follow the steps below. 


How to do:
Here are 5 ways from basic to advanced to help you check the current OS version of Windows 11 on your computer. If you are a normal user, you should use the first method.

Method 1: Using Run 

Step 1: Press Windows + R (hotkey)

Step 2: Type winver, then Enter 

This is result:


 

Method 2: Check by Settings 

Step 1: Press Windows (hotkey), choose Settings  



Step 2: Choose System > About. Under Windows specifications, check which edition and version of Windows your device is running.

 




Method 3: Using PowerShell 

Step 1: Press Windows + X (hotkey), click to Windows Terminal (Admin)



 
Step 2: Type command line as below:
wmic os get version


Then, press the Enter key to execute it and see the information.
The Version number tells you the build of Windows 11 you have installed. In the earlier example, the build number is 22000, which comes after 10.0. With this number, you can then make sense of the exact Windows 11version you’re using. 

 


Method 4: Using WMIC (WMI command-line tool) 

Step 1: Press Windows (hotkey), type Command Prompt. And then right mouse to it choose Run as Administrator.

 


Step 2: Open a Command Prompt window and type:

For check Build Number: wmic os get BuildNumber

For check version: wmic os get version




Method 5: Using WMIC (Advanced) 

Step 1: Press Windows (hotkey), type Command Prompt. And then right mouse to it choose Run as Administrator.
Step 2: Open a Command Prompt window and type:

wmic os get Caption, Version, BuildNumber, OSArchitecture

With this command, you can see detail information of OS version Windows 11 Build that using.