Knowing the exact version of Windows running on your machine is essential for troubleshooting, security updates, and software compatibility. Whether you are setting up a new application or diagnosing a system error, this information provides the foundational context for any advanced action.
Why Version Information Matters
Microsoft releases frequent updates that include performance improvements, security patches, and new features. However, not every update applies to every build of the operating system. By identifying your specific version, you ensure that you are downloading the correct drivers and software. This practice prevents conflicts that can arise from installing incompatible packages on older builds.
Using the Settings Application
The modern Settings app provides the most straightforward graphical method to check your build. This interface is designed for clarity and requires only a few clicks to navigate.
Steps via Settings
Press Windows Key + I to open Settings.
Select System from the left-hand menu.
Click on About at the bottom of the list.
Locate the Windows specifications section to view the Edition, Version, and Operating System Build.
Utilizing the Run Command Dialog
For users who prefer keyboard shortcuts, the Run dialog offers a quick command to launch the version summary directly. This method bypasses the navigation steps required in the graphical interface.
Executing the Command
Press Windows Key + R to open the Run dialog.
Type winver and press Enter.
A pop-up window will display the Edition and Version number, though it does not show the build number.
Command Line and System Information
Power users and IT professionals often rely on command-line interfaces for precision and scripting capabilities. The Command Prompt and PowerShell provide detailed data that is useful for logging and remote management.
CMD and PowerShell Techniques
Open Command Prompt or PowerShell.
Type systeminfo and press Enter.
Look for the OS Version line, which provides the full build string including the specific build number.
Alternatively, the command winver can be executed in these shells for the same pop-up result.
Inspecting File Properties
Every Windows installation contains core system files that hold metadata about the build. Examining the properties of these files reveals the exact version number without relying on system summaries.
Checking File Metadata
Navigate to C:\Windows\System32 in File Explorer.
Locate the kernel32.dll file.
Right-click the file and select Properties .
Go to the Details tab and check the File version and Product version fields.
Advanced Tools for Enterprise Environments
In large organizations, manually checking hundreds of machines is impractical. Administrators utilize built-in scripting and remote management tools to gather this data efficiently across networks.
Enterprise Solutions
Group Policy Results: Use the Resultant Set of Policy tool to query settings on remote machines.