Knowing the exact version of Windows running on a machine is the first step for troubleshooting, security updates, and software compatibility. Whether you are setting up a new application, diagnosing a system error, or verifying a security patch, identifying this information accurately prevents wasted time and confusion. This process is straightforward, but the steps differ depending on whether you are using a modern touch interface, a traditional desktop, or managing systems remotely.
Using the Settings App (Modern Method)
The Settings app provides the most intuitive interface for most users on Windows 10 and Windows 11. It consolidates system information in a design that is both visual and easy to navigate. This method is ideal for everyday users who prefer a graphical point-and-click approach over command-line inputs.
Step-by-Step Guide
Press the Windows key + I to open Settings directly.
Click on System , usually located at the bottom of the left-hand menu.
Scroll down and select About at the bottom of the list.
Within the "About" section, look for the Windows specifications section. Here you will find the Edition, Version, Operating System build, and System type.
Leveraging the System Information Utility
For a more detailed breakdown of system hardware and software, the System Information utility provides a comprehensive data sheet. This tool goes beyond just the OS version, offering insights into the installed RAM, processor, and system model. It is particularly useful for IT professionals who need to gather inventory information or verify system prerequisites.
How to Access It
Press Windows key + R to open the Run dialog box.
Type msinfo32 and press Enter.
The main window will display the System Summary on the left pane. The right pane contains the specific details you need, most notably the OS Name and System Type .
Using Command-Line Tools for Precision
Command-line tools offer the fastest method to retrieve this information, especially when scripting or remote management is involved. These tools return precise text strings that leave no room for misinterpretation. They are the preferred method for administrators managing multiple machines or working directly with PowerShell.
Command Prompt and PowerShell
Both Command Prompt and PowerShell understand the same core command for this task. Opening either interface and typing the following will return the edition and version immediately:
Identifying the Version via the Winver Shortcut
If you need a quick confirmation rather than detailed specifications, the winver command is the fastest tool available. It generates a simple pop-up window that displays the edition name and the major version number. This method provides immediate visual confirmation without navigating through menus or parsing command-line text.
Execution Methods
Press Windows key + R , type winver , and press Enter.
Alternatively, type winver directly into the Start menu search bar and select the top result.