Skip to content
WindowsIntermediate

Winver Command in Windows: How It Works, Uses, Benefits, and Troubleshooting

QUICK ANSWER The winver command opens the About Windows dialog, where you can quickly see the installed Windows release, version, edition, and operating-syst...

BI
Bison Technical Team Enterprise IT specialists
Updated 18 Sep 2026 9 min read 2 total views

QUICK ANSWER

The winver command opens the About Windows dialog, where you can quickly see the installed Windows release, version, edition, and operating-system build. Press Windows + R, type winver, and press Enter.

Advertisement

Winver is a built-in, read-only Windows utility. It does not require administrator rights, change system settings, check for updates, or confirm that a build is still supported.

 

What Is the Winver Command?

Winver—short for “Windows version”—is a small utility included with Microsoft Windows. Running it launches the About Windows dialog and displays identifying information about the operating system installed on the computer.

Depending on the Windows release and edition, the dialog normally includes:

  • The Windows product name, such as Windows 11
  • The feature-update version, such as 24H2 or 25H2
  • The complete OS build, such as 26100.x
  • The installed edition, such as Home, Pro, Enterprise, or Education
  • Copyright and licensing information

The exact layout and wording may vary between Windows releases.

Winver is useful when software documentation, technical support, an administrator, or a device manufacturer asks which Windows version or build is installed.

How to Run Winver

Method 1: Use the Run Dialog

This is usually the quickest method:

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

No administrator permission is required.

Method 2: Use Windows Search

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

Method 3: Use Command Prompt or Windows Terminal

Open Command Prompt or Windows Terminal and enter:

 
winver
 

The command opens a graphical dialog; it does not normally print the version information inside the terminal.

Method 4: Use PowerShell

Enter the executable name in PowerShell:

 
winver.exe
 

This opens the same About Windows dialog.

Method 5: Run the Executable Directly

The utility is normally located at:

 
C:\Windows\System32\winver.exe
 

You can open File Explorer, enter that path in the address bar, and press Enter.

Do not download a separate copy of winver.exe from an unofficial website. A normal Windows installation already includes the genuine Microsoft utility.

How Winver Works

When you run winver, Windows starts the built-in winver.exe program and opens the About Windows dialog. The utility retrieves the operating system’s installed identity and build information and presents it in a readable form.

Winver performs a local information lookup. It does not:

  • Connect to Microsoft to identify the computer
  • Search Windows Update
  • Install or remove updates
  • Change the Windows edition
  • Activate Windows
  • Repair system files
  • Test hardware or drivers
  • Determine whether the displayed version is still supported

Because it is informational and read-only, it is safe to run during normal use.

Understanding the Winver Results

The terms displayed by Winver have different meanings.

Item Meaning Example
Product The Windows product family Windows 11
Edition The feature and licensing edition Pro or Enterprise
Version The feature-update release 25H2
OS build The precise installed Windows build and revision 26200.7171

Product

The product identifies the main Windows generation, such as Windows 10 or Windows 11.

Edition

The edition determines which Windows features and licensing rights are available. Common editions include Home, Pro, Enterprise, and Education.

Winver may show the edition in the licensing text rather than placing it beside the product name.

Version

The version identifies a major Windows feature release. Modern Windows versions commonly use a year-and-half format:

  • 24H2 means the second half of 2024.
  • 25H2 means the second half of 2025.

A higher version label generally indicates a newer feature release, but servicing rules differ by edition.

OS Build

The OS build is the most precise identifier in the dialog. It normally contains:

  • A base build associated with a Windows version
  • A revision number that increases as cumulative updates are installed

For example, in 26100.6584, 26100 is the base build and 6584 is the revision.

Two computers can run the same Windows version but show different complete build numbers because they have different cumulative updates installed.

Why the Winver Command Is Useful

Confirming Software Compatibility

Applications, drivers, and management tools may require a particular Windows release or minimum build. Winver provides the version information needed to compare the computer with those requirements.

However, Winver does not display processor architecture. If software requires 32-bit, 64-bit, or Arm Windows, open:

Settings > System > About > System type

Troubleshooting Windows Problems

Support technicians commonly request the version and OS build because a problem may affect only certain Windows releases or may already be corrected in a later cumulative update.

Record the complete build, including the digits after the decimal point.

Checking Update Deployment

Administrators can use Winver for a quick visual check after deploying a feature update or cumulative update. If the expected version or revision is not displayed, the update may be pending, may have failed, or may require a restart.

Winver is convenient for checking one computer, but it is not an efficient inventory tool for many devices.

Checking Support Eligibility

The displayed version and edition can be compared with Microsoft’s Windows release information to determine whether that release is still receiving updates.

Do not decide support status from the build number alone. Support periods can differ among Home, Pro, Enterprise, Education, and LTSC editions. Microsoft’s current release-health and lifecycle documentation is the authoritative reference.

Providing Accurate Support Information

A screenshot or written copy of the Winver dialog can help a help desk identify the operating-system environment without collecting unrelated hardware information.

Review screenshots before sharing them publicly because the dialog may display registration or organization information.

What Winver Does Not Show

Winver is intentionally limited. It does not provide a complete computer inventory.

Information needed Recommended location or tool
Processor, RAM, and system type Settings > System > About
Windows activation status Settings > System > Activation
Available and installed updates Settings > Windows Update
Detailed system configuration msinfo32
Terminal-friendly operating-system details systeminfo
DirectX and graphics information dxdiag
Installed update history Settings > Windows Update > Update history

Winver also does not display a Windows product key. Avoid third-party “key finder” tools unless they are approved by your organization.

Winver Compared with Other Windows Information Tools

Settings: System > About

Microsoft recommends the About page for viewing the Windows edition and version. It also shows the processor, installed RAM, device name, and system type.

Use it when you need both Windows and hardware information.

System Information

Run:

 
msinfo32
 

System Information provides a much more detailed view of the operating system, hardware, firmware, memory, and system components.

Systeminfo

Run the following in Command Prompt or PowerShell:

 
systeminfo
 

This command writes detailed system information to the terminal, including the OS name and version. It is more suitable than Winver when the result must be copied into a text record or collected through a script.

Some fields and labels can vary with the Windows edition, configuration, and display language.

Important Limitations

  • Winver displays information; it does not assess system health.
  • It does not confirm that all current security updates are installed.
  • It does not show whether Windows is 32-bit, x64, or Arm-based.
  • It is a graphical tool and is inconvenient for automated inventory.
  • It does not identify individual installed KB updates.
  • A newer build number is not automatically proof that a device is on the correct support channel.
  • Preview or Windows Insider builds may not match the builds used on standard production devices.
  • Edition and servicing channel must be considered when checking lifecycle status.

Microsoft states that Windows 11 uses an annual feature-update cadence, while monthly updates are cumulative. Administrators should compare Winver results with the official release table rather than relying on a memorized “latest build,” which changes over time.

Troubleshooting Winver

Nothing Happens After Running Winver

Try the full path:

 
C:\Windows\System32\winver.exe
 

If it works from the full path but not from winver, the system’s command-search path or Windows environment configuration may be damaged.

Restart the computer and try again before performing more advanced repairs.

Windows Cannot Find Winver

Confirm that this file exists:

 
C:\Windows\System32\winver.exe
 

If the file is missing or damaged, an administrator can use supported Windows repair tools.

First run:

 
DISM.exe /Online /Cleanup-Image /RestoreHealth
 

After DISM completes successfully, run:

 
sfc /scannow
 

These commands must be run from Command Prompt, PowerShell, or Windows Terminal opened as an administrator. Allow both operations to finish; do not interrupt the computer while repairs are in progress.

Winver Shows an Unexpected Version

Check the following:

  1. Restart the computer in case an update is awaiting completion.
  2. Open Settings > Windows Update.
  3. Review Update history.
  4. Check whether a restart, download, or installation is pending.
  5. Compare the displayed version and build with Microsoft’s release information for the correct Windows edition.

A device may intentionally remain on an older supported version because of organizational update policies, staged deployment, compatibility safeguards, or its servicing channel.

Winver Opens but Does Not Show the Information You Need

This is normally a limitation rather than an error. Use Settings > System > About, systeminfo, or msinfo32 for additional information.

Winver Reports Windows 10

Microsoft ended free support for standard Windows 10 releases on October 14, 2025. A Windows 10 computer will continue to operate, but its security-update eligibility depends on its edition and any applicable Extended Security Updates arrangement. Check Microsoft’s current lifecycle guidance and upgrade to a supported Windows release when the hardware and organizational requirements permit.

FAQ

Frequently Asked Questions

Is Winver safe to run?

Yes. The Microsoft-supplied Winver utility is read-only and does not modify Windows settings, files, licensing, or updates.

Does Winver require administrator rights?

No. A standard user can normally run it. Administrator rights are only needed for certain repair actions, such as DISM and System File Checker.

Does Winver work on both Windows 10 and Windows 11?

Yes. It is included with Windows 10 and Windows 11, although the dialog’s appearance and displayed wording may differ.

Is Winver the same as checking Windows Update?

No. Winver reports the installed Windows version and build. Windows Update checks for available updates and displays update status.

Can Winver tell whether Windows is fully updated?

Not by itself. Compare the complete build with Microsoft’s current release information and check Settings > Windows Update. A matching feature version does not guarantee that the latest cumulative update is installed.

Can I use Winver remotely?

Winver is designed as an interactive graphical utility on the local Windows session. For remote inventory, use an organization-approved management platform or command-line management method instead.

Can Winver show whether Windows is 32-bit or 64-bit?

No. Open Settings > System > About and check System type.

Why do two computers with the same Windows version show different builds?

They may have different cumulative updates installed. The feature version can remain the same while the revision portion of the OS build increases.

Can Winver activate or upgrade Windows?

No. It only displays information. Use the Activation and Windows Update pages in Settings for activation or supported upgrade options.

FINAL RECOMMENDATION / CONCLUSION

Use winver when you need a fast, safe way to identify the installed Windows product, edition, version, and complete OS build. Record the entire build number when troubleshooting or checking compatibility.

For support and security decisions, compare the result with Microsoft’s current release-health documentation and verify Windows Update status separately. Use Settings > System > About, systeminfo, or msinfo32 when you require hardware details, text output, or a more complete system inventory.

 

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

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.