Knowing the exact version of Windows running on your machine is essential for troubleshooting, installing compatible software, and understanding security updates. This guide provides multiple methods to check your Windows version, ensuring you can find the information regardless of your system configuration.
Using the Settings App
The Settings app in modern Windows versions is the most straightforward graphical interface for system information. It provides a clean, organized view of your operating system details without requiring any technical knowledge.
Steps via Settings
Press Windows key + I to open Settings.
Click on System in the left-hand menu.
Select About from the bottom of the list.
Under the Device specifications and Windows specifications sections, you will see the edition, version, and operating system build.
Leveraging the System Information Tool
For a more detailed report that includes not only the version but also hardware specifications and system configuration, the System Information utility is the ideal tool.
Accessing System Details
Press Windows key + R to open the Run dialog.
Type msinfo32 and press Enter.
The System Information window will display the OS Name and Version at the top of the summary page.
Command Prompt and PowerShell
For users who prefer text-based commands or need to extract the version for scripting purposes, the Command Prompt and PowerShell offer quick and precise commands.
Executing Commands
Open Command Prompt or PowerShell by searching for it in the Start menu.
Type the command systeminfo and press Enter.
Look for the line labeled OS Name and OS Version in the output.
Using the WinVer Shortcut
If you want a quick popup that displays only the essential version and build number without navigating through menus, the winver command is the fastest solution.
Running Winver
Press Windows key + R to open the Run dialog.
Type winver and press Enter.
A dialog box will appear showing the current Windows edition and the installed build number.
Checking the Control Panel
The classic Control Panel remains a reliable source for system information, particularly for users accustomed to the traditional layout of Windows.
Navigating Control Panel
Open the Control Panel from the Start menu.
Go to System and Security and then click System .
The System page will display the Windows edition , Version , and the System type (x64-based PC or x86-based PC).