Knowing the exact version of Windows running on your machine is essential for troubleshooting, installing compatible software, and ensuring system security. Whether you are setting up new hardware, diagnosing an error, or verifying an update, identifying the build and edition of your operating system provides critical context. This guide outlines multiple reliable methods to find out Windows version details quickly and accurately.
Check Version Information in Settings
The Settings app offers a modern, user-friendly interface for viewing your Windows edition, version, and OS build. This method is ideal for most home and business users who prefer a visual approach without opening the command line.
Using the Settings App
Press the Windows key + I to open Settings.
Navigate to System, then select About.
Under the Device specifications section, locate the OS edition and OS build fields.
The Version field typically shows the feature update number, such as 22H2 or 23H2.
Use the System Information Utility
The System Information tool (msinfo32) provides a detailed snapshot of your hardware and software configuration, including comprehensive Windows version data. This method is particularly useful when you need an in-depth report for technical support.
How to Open System Information
Press the Windows key, type "System Information," and hit Enter.
Look for the "OS Name" entry, which lists the full edition, such as Microsoft Windows 11 Pro.
Check the "Version" entry for the specific build number, such as 10.0.22621.
The "System Type" field indicates whether you are running a 32-bit or 64-bit architecture.
Leverage the WinVer Command
The winver command opens a compact dialog that displays the Windows edition and build number instantly. It is one of the fastest methods for a quick check and requires minimal user input.
Executing WinVer
Press the Windows key + R to open the Run dialog.
Type winver and press Enter.
A window will appear showing the Edition and Version, such as Windows 10 Pro Version 21H2.
This dialog also displays the installed build number in the lower section.
Utilize Command-Line Tools
For users comfortable with the command line or those scripting automated checks, the Command Prompt and PowerShell provide precise version details. These tools return data that is ideal for parsing or logging.
Command Prompt and PowerShell
Open Command Prompt or PowerShell by pressing Windows key + X and selecting the appropriate option.
Type systeminfo and press Enter to view a full report, including the OS version.
In PowerShell, the command (Get-CimInstance -ClassName Win32_OperatingSystem).Caption returns the edition name.
To retrieve the build number, use the command (Get-CimInstance -ClassName Win32_OperatingSystem).BuildNumber.
Interpreting the Version Number
Windows version numbers follow a structured format that indicates the edition, year, and feature update. Understanding this structure helps you identify the capabilities and support status of your installation.