The Windows 10 / 11 build version number can be used to identify each Windows version uniquely. In SCCM | ConfigMgr, you can use WQL query to create collection based on Windows build version to deploy applications or policies to specific version only. In Microsoft Intune, you can use build version to create Azure AD group or assignment filters based on OS build number to narrow down your policy deployment scope.
In this blog post, we will document build versions for Windows 10 and later OS release. We will also discuss how to check build version on a Windows 10 or later devices.
Windows 11 Operating System Build Versions
Windows 11 Version | Build Number | Availability Date | End of servicing: Enterprise, Education, IoT Enterprise, and Enterprise multi-session |
Windows 11 version 22H2 | 10.0.22621 | 2022-09-20 | 2025-10-14 |
Windows 11 version 22H1 | 10.0.22000 | 2021-10-04 | 2024-10-08 |
Windows 10 Operating System Build Versions
Windows Version | Build Number | Availability date | End of servicing: Enterprise, Education, IoT Enterprise, and Enterprise multi-session |
Windows 10 version 22H2 (Final Version) | 10.0.19045 | 2022-10-18 | 2025-10-14 |
Windows 10 version 21H2 | 10.0.19044 | 2021-11-16 | 2024-06-11 |
Windows 10 version 21H1 | 10.0.19043 | 2021-05-18 | End of Servicing |
Windows 10 version 20H2 | 10.0.19042 | 2020-10-20 | 2023-05-09 |
Windows 10 version 2004 | 10.0.19041 | | End of servicing |
Windows 10 version 1909 | 10.0.18363 | | End of servicing |
Windows 10 version 1903 | 10.0.18362 | | End of servicing |
Windows 10 version 1809 | 10.0.17763 | | End of servicing |
Windows 10 version 1803 | 10.0.17134 | | End of servicing |
Windows 10 version 1709 | 10.0.16299 | | End of servicing |
Windows 10 version 1703 | 10.0.15063 | | End of servicing |
Windows 10 version 1607 | 10.0.14393 | | End of servicing |
Windows 10 version 1511 | 10.0.10586 | | End of servicing |
Windows 10 | 10.0.10240 | | End of servicing |
How to Check Windows Build Version on Windows 10 / 11
To check build version on Windows 10 / 11 machine, type Winver in search box and select Winver from the result.
Alternatively, you can also press Windows + R key to open Run dialog box. Enter Winver.exe and press enter.

How to Check Windows Build Version Through PowerShell
To check Windows build version from PowerShell, open the PowerShell, type below command and press enter.
Get-WmiObject -Class Win32_OperatingSystem

How to Check Windows Build version for a Device from SCCM Resource Explorer
Follow the below steps to check OS build version for a single device in SCCM
- In SCCM Console, go to Asset and Compliance > Devices , right click a device name, select Start > Resource Explorer
- Select Operating System in Resource Explorer

Related Posts:
- ConfigMgr: Maintenance Window for member of specific collection – SQL Query
- Enclosure Chassis Types Value & Description | ConfigMgr | SCCM
- SCCM Dynamic Collection for Windows 10 / 11 Devices
- SCCM Device Collection Equivalents in Microsoft Intune for App Deployment
- SCCM Dynamic Collection Based on Device Type | Collection Queries