How to Check Windows Version Installed on Your PC
Knowing the version of Windows installed on your computer is important for several reasons. One of them is when you want to install applications or games that are only compatible with certain versions of Windows.
By knowing your Windows version, you can ensure that the applications or games you install will run smoothly on your laptop.
Fortunately, checking your Windows version is not difficult. In this article, Carisinyal will cover several easy ways to find out which version of Windows you’re using on your laptop or PC.
1. Through the 'Settings' Menu


The easiest way to check your Windows version is through the Settings menu. These steps are simple and can be done quickly, especially for users who are already familiar with the current Windows interface. Here’s how you can do it:
- Click the Start button in the bottom-left corner of the screen.
- Select the Settings icon (the gear-shaped icon).
- Choose System.
- Scroll down and click on About.
- Under Windows specifications, you’ll see details such as the Edition, Version, and OS Build.
With this method, you can easily find out which version of Windows you are using.
2. Using the 'Winver' Command

Another quick method is to use the Winver command. This command is very useful when you only need to check your Windows version without opening multiple menus or settings. Here's how to use it:
- Place your cursor in the search bar.
- Type winver and press Enter.
- A new window will appear, showing the version of Windows and the build number you're using.
This command is helpful because it provides quick information without having to navigate through many menus. It's a great solution if you're in a hurry or need to instruct someone else on how to check their Windows version.
In addition to using the search bar, the Winver command can also be executed through Command Prompt.
3. Using the 'systeminfo' Command

If you prefer using Command Prompt, you can also check your Windows version through this method. Command Prompt is a versatile tool that can be used for various technical purposes. Here’s how you can do it:
- Type cmd in the search bar and press Enter to open Command Prompt.
- Type the following command: systeminfo and press Enter.
- After a few seconds, Command Prompt will display various system information, including the version of Windows you're using.
This method provides more detailed information about your Windows operating system, including the installation date and system architecture (32-bit or 64-bit).
Additionally, you can see other information like the BIOS version, the latest system updates, and hardware specifications, which can be very useful for troubleshooting.
4. Using 'PowerShell'

Lastly, you can also use PowerShell to check your Windows version. PowerShell is a more advanced tool compared to Command Prompt and is often used for technical tasks related to the system. Here’s how you can do it:
- Type PowerShell in the search bar and press Enter.
- Type the following command: Get-ComputerInfo | Select WindowsVersion, WindowsBuildLabEx and press Enter.
- PowerShell will display the version of Windows and the build number currently in use.
This method is particularly useful if you want more specific information or if you're working with automation scripts that require more detailed system data.
So, those are several easy ways to check the version of Windows installed on your laptop. Each method has its own advantages, and you can choose the one that suits your needs best!