- To check the version of Windows 11 installed on your PC, open Settings > System > About and confirm the version number and other details under the “Windows Specifications” section.
- You can also use “winver,” Command Prompt, and PowerShell to query the version information on your computer.
On Windows 11, you have at least four ways to check the exact version running on your computer, and in this guide, you will learn how. The version of Windows 11 increases with every new feature update that Microsoft releases toward the end of the year. However, since every new version is still known simply as “Windows 11” and the marketing name is not included anywhere in the system, it can be confusing to know the exact version installed on the computer.
If you want to check the version installed on your computer, Windows 11 provides different options, including using the Settings app, About Windows (winver), Command Prompt, and PowerShell.
What’s the latest version of Windows 11 right now?
These are the current Windows 11 version specifications:
- Version: 25H2
- OS build: 26200.7840
- Update: KB5077181
You can check the Windows 11 update history here.
In this guide, I’ll explain the steps to determine the version of Windows 11 installed on the computer. If you want to understand the edition of the operating system, use these instructions.
- Check Windows 11 version from Settings
- Check Windows 11 version from winver
- Check Windows 11 version from Command Prompt
- Check Windows 11 version from PowerShell
- FAQs about Windows 11 versioning
Check Windows 11 version from Settings
To check the version of Windows 11 installed on the computer with the Settings app, use these steps:
-
Open Settings on Windows 11.
-
Click on System.
-
Click the About tab.
-
Check under the “Windows specifications” section and confirm the version number. For instance, in 2025, the latest version is “25H2” or build 26200.xxxx.

-
Confirm the “Edition,” which could be “Windows 11 Home” or “Windows 11 Pro.”
Once you complete the steps, you will know the version of Windows 11 on your computer. It’s worth noting that the number after the period in the build information specifies the cumulative update release number. Initially, the number was “26200.7623,” and this number is incremented with every monthly update.
Check Windows 11 version from winver
To check the version of Windows 11 from the “winver” command, use these steps:
-
Open Start.
-
Search for
winverand press Enter.
Quick tip: You can also use the “Windows key + R” keyboard shortcut, type thewinvercommand, and click the “OK” button. -
Confirm the version of Windows 11 and the build number.
After you complete the steps, the system will reveal the version, and you will know if you have the latest version or have to upgrade.
Check Windows 11 version from Command Prompt
To determine the Windows 11 version from Command Prompt, use these steps:
-
Open Start.
-
Search for Command Prompt and click the top result to open the console.
-
Type the following command to view the version of Windows 11 and press Enter:
ver
-
Type the following command to view the name and version of Windows 11 and press Enter:
systeminfo | findstr /B /C:"OS Name" /C:"OS Version"

-
Type the following command to get the version of Windows 11 and press Enter:
wmic os get version
-
The above command will query the name and version of Windows 11.
After you complete the steps, you need to use the build number to determine the actual version, which in this case is “26100,” indicating that this installation is Windows 11 version 25H2.
Check Windows 11 version from PowerShell
To determine the version of Windows 11 from PowerShell, use these steps:
-
Open Start.
-
Search for PowerShell and click the top result to open the console.
-
Type the following command to view the version of Windows 11 and press Enter:
Get-ComputerInfo | Select OsName, OSDisplayVersion, OsBuildNumber

-
Confirm the name and version of Windows 11.
Once you complete the steps, you can determine the version and edition of Windows 11.
FAQs about Windows 11 versioning
Here’s a list of frequently asked questions (FAQs) and answers about determining the version of Windows 11 installed on your computer.
How do I check what version of Windows 11 I have?
Open Settings > System > About and check the “Windows specifications” section. It shows the version, OS build, and edition, such as Home or Pro. You can also type winver in Start or Run to quickly view the version and build number in a pop-up window.
What’s the difference between the Windows 11 version and the OS build number?
The version, such as 25H2, identifies the annual feature update release. The OS build number, such as 26200.7840, specifies the exact update level installed on the device. The numbers after the period increase with each cumulative update released during the lifecycle of that version.
Is checking the Windows 11 version from Settings better than using winver?
Settings provides more detailed information, including edition, version, and full build number in one place. The winver command is faster and ideal for a quick check, but it shows fewer details. Both methods report the same version information from the system.
How do I check my Windows 11 version using Command Prompt?
Open Command Prompt and type ver to see the basic version. For detailed information, use systeminfo | findstr /B /C:"OS Name" /C:"OS Version". These commands display the OS name and build number, which you can match to the corresponding Windows 11 version.
How can I find my Windows 11 version in PowerShell?
Open PowerShell and run Get-ComputerInfo | Select OsName, OSDisplayVersion, OsBuildNumber. This command returns the operating system name, display version, and build number. It is useful for scripting, remote management, and confirming version details across multiple devices.
Why doesn’t Windows 11 show the marketing name of the version?
Windows 11 does not display marketing labels because Microsoft keeps the product name consistent across releases. Instead, it uses version identifiers such as 25H2 to distinguish feature updates. This approach simplifies branding but can make it harder to identify the exact release without checking system details.
How do I tell if my Windows 11 version is still supported?
To determine support status, compare your version (for example, 23H2 or 25H2) with Microsoft’s official lifecycle information. Each feature update receives security updates for a limited period, typically 24 months for Home and Pro editions. If your version is past its end-of-service date, you must upgrade to continue receiving updates.
Can I check my Windows 11 version without logging in?
Yes, in some scenarios. From the sign-in screen, press “Shift + Restart” to enter Windows Recovery Environment, then open Command Prompt and run ver. Alternatively, if you have installation media, you can access recovery tools to check build information. However, full version details typically require signing into the system.