How to Check Which Windows Version and Build You’re Running
When troubleshooting Windows, one of the first questions IT may ask is:
“Which Windows version and build are you running?”
Saying:
“Windows 11”
usually isn't enough.
Windows has several different labels that tell us different things:
edition, such as Home or Pro
version, such as 24H2, 25H2 or 26H1
OS build
complete build revision
processor architecture, such as x64 or Arm64
These details can help establish whether:
an update has actually installed
a known Windows problem applies
the computer is on a supported release
a feature should be available
a driver or application is compatible
Fortunately, Windows makes this information easy to find. Microsoft recommends both Settings > System > About and winver for checking the installed version. (support.microsoft.com)
Fastest Method: Use winver
Press:
Windows key + R
Type:
winver
Press Enter.
You will see the About Windows window.
It normally displays:
Windows product
version
complete OS build
For example:
Windows 11
Version 25H2
OS Build 26200.xxxx
Microsoft continues to recommend winver as a quick way to identify the Windows version installed on a device. (support.microsoft.com)
For most support requests, a screenshot of this window is enough.
Check Through Windows Settings
You can also open:
Start > Settings > System > About
Under Windows specifications, look for:
Edition
Version
Installed on
OS build
Microsoft identifies this page as the standard graphical location for viewing Windows version information. (support.microsoft.com)
The same page also shows useful hardware information under Device specifications, including:
processor
installed RAM
system type
That makes the About page particularly useful when an IT engineer needs both Windows and hardware information.
Edition, Version and Build Are Different
This is where people often become confused.
Imagine the PC reports:
Edition: Windows 11 Pro
Version: 25H2
OS build: 26200.8875
Each part means something different.
Edition
The edition identifies the Windows product.
Common examples include:
Windows 11 Home
Windows 11 Pro
Windows 11 Enterprise
Windows 11 Education
Edition can affect the availability of business and management features.
Two computers can both run Windows 11 25H2 while one is Home and the other is Pro.
Version
The version identifies the broad Windows feature release.
For example:
24H2
25H2
26H1
Microsoft's current release information lists Windows 11 releases including 24H2, 25H2 and 26H1, with different servicing and build families. (learn.microsoft.com)
Do not assume a PC is necessarily faulty or out of date simply because another machine displays a higher version number.
Feature availability can depend on:
hardware
edition
rollout stage
organisational policy
compatibility safeguards
OS Build
The build number tells you more precisely which Windows code branch and servicing revision the device is running.
Microsoft's current release information maps Windows versions to build families such as:
Windows 11 24H2 — build 26100
Windows 11 25H2 — build 26200
Windows 11 26H1 — build 28000 (learn.microsoft.com)
A complete build might look like:
26200.8875
The first part:
26200
identifies the main build family.
The digits after the decimal point identify the installed servicing revision.
Monthly Windows updates can therefore change the full build while the broad version remains the same. Microsoft’s update histories show this clearly, with cumulative updates progressively increasing the revision number for a particular Windows release. (support.microsoft.com)
Why the Full Build Number Matters
Imagine two laptops both say:
Windows 11 25H2
But one reports:
26200.8200
and the other:
26200.8875
They are on the same broad Windows release but not necessarily on the same patch level.
This matters when diagnosing:
update failures
known Windows bugs
application compatibility
driver problems
missing fixes
So when raising a support request, provide the complete OS build, not just the version.
Check Whether Windows Is x64 or Arm64
Go to:
Settings > System > About
Under Device specifications, find:
System type
You may see something such as:
64-bit operating system, x64-based processor
or an ARM-based equivalent.
This matters when installing:
drivers
software
recovery tools
Windows installation media
Do not use the Windows version or build to guess the hardware architecture.
Check System type directly. (support.microsoft.com)
Why Does Windows 11 Sometimes Say 10.0?
This confuses a lot of technically minded users.
Some command-line tools can show versions such as:
10.0.26200
even though the PC is definitely running Windows 11.
That does not mean Windows 10 is secretly installed.
Windows 11 continues to use the 10.0 NT version value in various APIs and management interfaces. The build number is therefore far more useful for distinguishing modern Windows releases.
For example:
10.0.19045 belongs to Windows 10.
10.0.26100 belongs to Windows 11 24H2.
Use the Windows name and build together rather than relying on the first 10.0 portion.
Check With System Information
For more detail, press:
Windows key + R
Type:
msinfo32
Press Enter.
System Information can show:
OS Name
Version
System Manufacturer
System Model
System Type
BIOS Mode
BIOS version/date
Secure Boot state
This is especially useful when troubleshooting:
firmware
UEFI
Secure Boot
hardware-model compatibility
driver problems
It provides far more information than winver, so use it when you actually need the extra detail.
Check From Command Prompt
Open Command Prompt and run:
systeminfo
This produces a detailed system report.
If you only want the Windows information, you can filter it:
systeminfo | findstr /B /C:"OS Name" /C:"OS Version"
A result may look like:
OS Name: Microsoft Windows 11 Pro
OS Version: 10.0.26200 N/A Build 26200
For ordinary users, winver is simpler.
Command-line output becomes useful when copying the result into:
support ticket
script
remote troubleshooting session
Check With PowerShell
PowerShell can also retrieve Windows information.
Run:
Get-ComputerInfo |
Select-Object OsName, OsVersion, OsBuildNumber, OsArchitecture
This can return information such as:
OsName : Microsoft Windows 11 Pro
OsVersion : 10.0.26200
OsBuildNumber : 26200
OsArchitecture : 64-bit
For one machine, this is probably more than you need.
For administrators and scripting, it can be extremely useful.
Check Whether You're Running an Insider Build
Windows Insider builds are pre-release versions intended for testing.
Go to:
Settings > Windows Update > Windows Insider Program
If the PC is enrolled, check which channel it uses.
Clues can include:
unusually high build number
preview features
desktop watermark
more frequent preview releases
A business PC should not normally end up in the Insider programme accidentally.
If troubleshooting an unusual Windows build, this is worth checking.
Version and Update Are Not the Same Thing
Suppose you install Windows Update today.
That does not necessarily mean the PC moves from:
25H2 → 26H1
Most Windows updates are cumulative quality updates.
They may change:
26200.8655
to:
26200.8875
while leaving the feature version at:
25H2
Microsoft’s Windows 11 update histories show this pattern directly. (support.microsoft.com)
So:
Version = broad Windows release
Full OS build = exact servicing level
Both can matter.
Check the Build When a Windows Feature Is Missing
Two computers can have Windows 11 and still show different features.
Possible reasons include:
different version
different full build
controlled feature rollout
hardware differences
policy
safeguard hold
different edition
Microsoft releases Windows features and updates progressively, so being on the same broad version does not guarantee that every device behaves identically. (learn.microsoft.com)
When comparing two PCs, record:
Edition
Version
full OS build
hardware model
architecture
Then investigate from there.
Before Reinstalling Windows
If you're about to reinstall or repair Windows, record:
Windows edition
Windows version
system architecture
activation status
BitLocker recovery information
Go to:
Settings > System > Activation
and confirm the activation status.
Do not assume a Windows 11 Home PC has a Pro licence simply because Windows 11 Pro is available in the installer.
Businesses Should Not Check Every PC Manually
If a business manages 50 or 500 computers, asking somebody to run winver on each machine is not sensible.
Central management platforms can report:
Windows version
OS build
edition
device model
patch status
last check-in
feature-update state
This makes it possible to identify PCs that are:
running older releases
missing cumulative updates
unexpectedly on Insider builds
failing feature updates
For businesses, this is where Microsoft Intune, RMM and endpoint-management platforms become much more useful than individual commands.
The Quick Answer
If somebody asks:
“Which Windows version are you running?”
do this:
Windows + R
Type:
winver
Then provide:
Edition: Windows 11 Pro
Version: 25H2
OS Build: 26200.xxxx
If they also need hardware architecture:
Settings > System > About > System type
That gives IT most of what it needs.
How Hamilton Group Can Help
Hamilton Group can help businesses understand exactly which Windows versions, builds and editions are deployed across their environment.
We can assist with:
Windows 11 version management
Windows Update
Microsoft Intune
patch management
feature updates
Windows release health
driver compatibility
Windows upgrade planning
managed IT support
For one PC, winver is normally enough.
For an entire organisation, the better answer is central visibility showing which devices are current, which are behind and which need attention.
Visit hgmssp.com or call 0330 043 0069 to discuss Windows management and business IT support.