Skip to content
WindowsIntermediate

How to Use winver to Check Your Windows Version, Edition, and OS Build

QUICK ANSWER winver is a built-in Windows command that opens the About Windows dialog. It displays the installed Windows product, version, edition, and OS bu...

BI
Bison Technical Team Enterprise IT specialists
Updated 20 Sep 2026 11 min read 0 total views

QUICK ANSWER

winver is a built-in Windows command that opens the About Windows dialog. It displays the installed Windows product, version, edition, and OS build—information commonly required when checking update status, software compatibility, support eligibility, or a technical problem.

Advertisement

Press Windows key + R, type winver, and select OK. The command is read-only, does not require administrator privileges, and does not change the computer.

What Is winver?

winver, short for Windows Version, is a Microsoft Windows utility that opens the About Windows dialog. It provides a quick summary of the operating system installed on the local computer.

Depending on the Windows release and license, the dialog can show:

  • Windows product name, such as Windows 11
  • Edition, such as Home, Pro, Enterprise, Education, or a Windows Server edition
  • Feature-update version, such as 24H2 or 25H2
  • OS build and revision number
  • Copyright and trademark information
  • The person or organization to which Windows is licensed
  • A link to the Microsoft Software License Terms

The exact wording and layout can differ between Windows versions and editions.

How to Run winver

Method 1: Use the Run Dialog

  1. Press Windows key + R.
  2. Type:
winver
  1. Press Enter or select OK.
  2. Review the information in the About Windows window.
  3. Select OK to close it.

Method 2: Use Windows Search

  1. Open Start or select Search.
  2. Type winver.
  3. Select winver or Run command from the results.

Microsoft documents Windows Search and the Run dialog as supported ways to open winver. support.microsoft.com

Method 3: Use Command Prompt, PowerShell, or Windows Terminal

Enter:

winver

This opens the same graphical About Windows dialog. It does not print the information directly inside the terminal.

You can also run the executable by its standard path:

%SystemRoot%\System32\winver.exe

Administrator privileges are not normally required.

How winver Works

When you run winver, Windows starts the built-in winver.exe utility and displays identification information for the currently running operating system.

The utility is:

  • Local: It reports information about the Windows installation on that computer.
  • Read-only: Opening or closing it does not modify Windows.
  • Graphical: It displays a dialog instead of producing terminal output.
  • Built into Windows: No download or third-party application is required.
  • Informational: It does not scan, repair, activate, license, or update Windows.

Because winver is an operating-system utility, it normally remains available even when a standard user does not have administrative rights.

Understanding the Information in About Windows

Windows Product

The top of the dialog identifies the Windows product family, such as Windows 11 or Windows 10.

This is useful when applications, drivers, or support instructions apply only to a particular Windows generation.

Edition

The edition identifies the feature and licensing tier, such as:

  • Home
  • Pro
  • Enterprise
  • Education
  • Pro for Workstations
  • A Windows Server edition

Edition matters because features such as domain-joining options, BitLocker management, virtualization capabilities, update controls, and enterprise management functions can vary by edition.

Do not assume that two computers running the same Windows version have the same features; compare their editions as well.

Version

The version identifies a Windows feature release. Modern Windows releases commonly use a year-and-half format such as 24H2, meaning the release associated with the second half of 2024.

The version is important because Microsoft assigns servicing and support lifecycles to specific releases and editions. A device can still operate normally while running a version that no longer receives standard security updates.

OS Build

The OS build identifies the underlying Windows build and installed revision. For example:

OS Build 26100.xxxx

The part before the period identifies the base build. The digits after the period normally change as cumulative updates are installed.

The build number is more precise than the version label and is especially useful when:

  • Confirming whether a particular Windows update is installed
  • Investigating a known issue
  • Comparing computers
  • Reporting a problem to a help desk
  • Checking application or driver compatibility
  • Matching a computer against Microsoft update-history documentation

Microsoft’s update-history pages associate Windows releases and cumulative updates with their corresponding OS builds. support.microsoft.com

Licensed User or Organization

The dialog may display the registered or licensed user or organization associated with Windows. This text is informational and is not reliable proof that Windows is activated or that a license is valid.

Use Settings > System > Activation when you need to check activation status.

Benefits of Using winver

Fast Identification

winver provides essential release information in one small window without requiring navigation through several Settings pages.

No Administrator Access Required

Standard users can normally run it, making it convenient for support desks assisting users who do not have administrative permissions.

Safe and Non-Destructive

The command only displays information. It does not install updates, edit the registry, change licensing, or alter system settings.

Useful for Technical Support

A user can provide the edition, version, and complete OS build to an administrator or support technician. This reduces ambiguity and helps match the computer with applicable documentation and known issues.

Useful Before Installing Software or Drivers

Some applications and hardware drivers require a minimum Windows version, build, edition, or architecture. winver helps confirm the version and build, although architecture must be checked separately.

Helpful for Update and Security Audits

IT professionals can compare the reported release with Microsoft’s supported-version and release-health information. Microsoft maintains current servicing information for supported Windows client releases. learn.microsoft.com

What winver Does Not Show

winver is intentionally limited. It does not provide all the information required for a complete inventory or security assessment.

Information Shown by winver? Recommended location or tool
Windows product Yes winver or Settings
Windows edition Usually Settings > System > About
Version Yes winver or Settings
OS build and revision Yes winver or Settings
32-bit or 64-bit system type No Settings > System > About
Processor and installed RAM No Settings > System > About
Windows activation status No Settings > System > Activation
Installed update history No Settings > Windows Update > Update history
Full hardware and OS details No msinfo32 or systeminfo
Product key No Use approved licensing-management procedures
Remote computer inventory No Use an authorized management or inventory platform

Microsoft confirms that the Settings About page provides the Windows edition, version, OS build, processor, RAM, and system type. learn.microsoft.com

Useful Alternatives

Settings: System About

Open:

Start > Settings > System > About

This page provides both Windows specifications and Device specifications, including edition, version, build, processor, RAM, and system architecture.

You can open it directly from Run with:

ms-settings:about

Use this option when you need more hardware information than winver supplies.

System Information

Press Windows key + R, enter:

msinfo32

System Information provides a more comprehensive graphical report covering the operating system, system model, BIOS or UEFI, processor, memory, Secure Boot state, and other components.

Opening it as an administrator can provide more complete information about drivers and services. support.microsoft.com

systeminfo

For a detailed text report, run:

systeminfo

This command displays operating-system, update, hardware, memory, and network information. It is better suited to terminal-based troubleshooting and scripts, although some information may take time to collect. Microsoft supports it on current Windows client and Windows Server releases. learn.microsoft.com

To display selected fields in Command Prompt:

systeminfo | findstr /B /C:"OS Name" /C:"OS Version" /C:"System Type"

Output labels can vary with the Windows display language, so this filtering method is not dependable on every localized installation.

ver

In Command Prompt, run:

ver

This returns the operating-system version number in the console. It supplies less information than winver and does not identify the edition. Microsoft notes that ver is a Command Prompt command rather than a native PowerShell command. learn.microsoft.com

Important Limitations and Risks

winver Does Not Confirm That Windows Is Fully Updated

The dialog reports the installed build; it does not tell you by itself whether a newer security update is available.

Check:

Settings > Windows Update > Check for updates

On a managed business computer, update availability may be controlled by organizational policy. Consult the IT administrator before bypassing managed update settings.

A Newer Build Is Not Automatically Appropriate for Every Computer

Do not install an update solely because another computer reports a higher build. Update availability can depend on the Windows version, edition, hardware, servicing channel, organizational policy, and compatibility safeguards.

Version Information Can Be Sensitive

An OS build is normally low-risk information, but screenshots can expose a registered user, organization name, or other contextual details. Review and redact unnecessary information before posting a screenshot publicly.

Windows 10 Support Has Changed

Windows 10 version 22H2 reached the end of standard support on October 14, 2025. A Windows 10 computer can continue to run, but its security-update eligibility now depends on the applicable edition and any eligible servicing or Extended Security Updates arrangement. release information

Do not use winver alone to conclude that a device is secure. Compare its edition, version, and build with Microsoft’s current lifecycle and release-health documentation.

Troubleshooting winver

Nothing Happens After Running the Command

  1. Try opening winver from Windows Search.
  2. Run the explicit path:
%SystemRoot%\System32\winver.exe
  1. Restart Windows and try again.
  2. Check whether organizational security controls are blocking the application.
  3. Use Settings > System > About as an alternative.

If other built-in Windows tools also fail, an administrator may need to investigate system-file corruption or restrictive application-control policies.

Windows Cannot Find winver

Confirm that the command was entered as:

winver

Do not add spaces or an extension unless using winver.exe. If Windows still cannot locate it, try its full standard path or use the Settings About page.

A missing or damaged system executable should not be downloaded from an unofficial website. Use approved Windows repair procedures or contact the system administrator.

winver and Another Tool Show Different Information

Confirm that both tools are running in the same installed Windows environment. Results may differ if one command is run from:

  • Windows Recovery Environment
  • Windows Preinstallation Environment
  • A virtual machine
  • A remote session connected to another computer
  • An offline Windows installation
  • A compatibility layer or inventory tool using different version-detection logic

For support purposes, record the product, edition, version, and complete OS build from the normal running Windows installation.

The Build Is Lower Than Expected

Possible reasons include:

  • Updates have not been checked recently.
  • A restart is pending.
  • The device is controlled by organizational update policies.
  • Microsoft has applied a compatibility safeguard.
  • The expected update does not apply to that edition or release.
  • The computer is enrolled in a different servicing or preview channel.

Check Windows Update, restart if requested, and compare the installed build with Microsoft’s update-history page for the applicable release. Business users should follow their organization’s deployment policy.

FAQ

Frequently Asked Questions

Is winver safe to run?

Yes. winver is a built-in, read-only Windows utility. It displays operating-system information and does not change settings or install anything.

Does winver require administrator privileges?

No. Standard users can normally run it. Administrative access may still be required for related maintenance tasks, such as changing update policies or repairing system files.

Does winver work on Windows 10, Windows 11, and Windows Server?

Yes. It is available on supported Windows client and Windows Server installations, although the displayed product information and layout can differ.

Can winver tell me whether Windows is activated?

No. Check Settings > System > Activation for activation status. The licensed-user text in About Windows is not proof of activation or license validity.

Can winver tell me whether Windows is 32-bit or 64-bit?

No. Open Settings > System > About and check System type under Device specifications. support.microsoft.com

Can winver check a remote computer?

Not directly. It opens an interactive dialog for the computer on which it runs. Administrators should use approved inventory, endpoint-management, PowerShell remoting, or configuration-management tools for remote reporting.

Does a higher build number always mean a newer Windows version?

A higher build generally represents newer operating-system code, but build numbers must be interpreted with the product, edition, version, and servicing channel. Compare the full result with Microsoft documentation rather than relying on one number.

Why does the OS build change while the version remains the same?

Monthly cumulative updates can increase the build revision without changing the feature-release version. For example, a device may remain on the same 24H2 release while the digits after the build’s decimal point change.

Can winver update Windows?

No. Use Settings > Windows Update to check for updates. On managed devices, follow the organization’s update policy.

FINAL RECOMMENDATION / CONCLUSION

Use winver when you need a quick, safe way to identify the installed Windows product, edition, version, and exact OS build. Record all four details when requesting technical support or checking compatibility.

For a complete assessment, combine winver with Settings > System > About, Windows Update, and Microsoft’s supported-version or update-history documentation. Do not treat the About Windows dialog as proof of activation, update compliance, hardware compatibility, or security support.

 

#Windows #Winver #AboutWindows #Windows11 #Windows10 #WindowsServer #WindowsVersion #OSBuild #WindowsEdition #SystemInformation #WindowsUpdate #WindowsTroubleshooting #ITSupport #SystemAdministration #WindowsCommands #TechnicalSupport

SOURCES

 

YOUR FEEDBACK

Was this guide useful?

Your answer helps us keep BISONKB accurate and practical.

THE BISON BRIEF

Practical IT knowledge, once a week.

New troubleshooting guides, scripts and infrastructure notes. No noise.

By subscribing, you agree to our privacy policy.