This tutorial will show you how to find and see what the version number of the installed Windows 11 is on your PC.
References:
Windows 11 - release information
Learn release information for Windows 11 releases
docs.microsoft.com
Flight Hub - Windows Insider Program
Flight schedules and status for Windows Insider Program
learn.microsoft.com
Version | Build | Release Date | End of Servicing |
|---|---|---|---|
| 21H2 | 22000.194 | October 4, 2021 | October 10, 2023 |
| 22H2 | 22621.521 | September 20, 2022 | October 8, 2024 |
| 23H2 | 22631.2506 | October 31, 2023 | November 11, 2025 |
| 24H2 | 26100.1742 | October 01, 2024 | October 13, 2026 |
| 25H2 | 26200.6584 | September 30, 2025 | October 12, 2027 |
| 26H1 | 28000.1575 | February 10, 2026 | March 14, 2028 |
Contents
- Option One: Find Windows 11 Version Number in About Windows
- Option Two: Find Windows 11 Version Number in Settings
- Option Three: Find Windows 11 Version Number in Registry Editor
- Option Four: Find Windows 11 Version Number using Command
1 Open About Windows (winver.exe).
2 Look to see what the Version is. (see screenshot below)
1 Open Settings (Win+I).
2 Click/tap on System on the left side, and click/tap on About on the right side. (see screenshot below)
3 Look to see what the Version is under Windows specifications on the right side. (see screenshot below)
1 Open Registry Editor (regedit.exe).
2 Navigate to the key below in the left pane of Registry Editor. (see screenshot below)
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
3 In the right pane of the CurrentVersion key, look to see what the data (ex: "21H2") shows for the DisplayVersion string value. This will be the version number.
1 Open Windows Terminal, and select either Windows PowerShell or Command Prompt.
2 Copy and paste the appropriate command below into Windows Terminal, and press Enter. (see screenshot below)
Windows PowerShell
Get-ComputerInfo | Select OsName, OSDisplayVersionOR
Command Prompt
powershell -command "Get-ComputerInfo | Select OsName, OSDisplayVersion"3 You will now see the OSDisplayVersion output (ex: "25H2").
That's it,
Shawn Brink
Last edited:











