How to Check Your Windows 11/10 Version

If you’re troubleshooting a system issue, installing new software, updating drivers, or simply following a tech tutorial, one of the first things you’ll be asked is:

“What version of Windows are you using?”

Knowing your exact Windows 11 or Windows 10 version, build number, and edition is extremely important. Many features, security updates, and system settings depend on your Windows version. For example:

  • Some features are only available in specific Windows 11 releases like 23H2 or 24H2

  • Certain apps require a specific Windows 10 build

  • Enterprise features depend on your Windows edition (Home, Pro, Enterprise)

In this complete guide, you’ll learn all the working methods to check your Windows version in both Windows 11 and Windows 10 — step by step and beginner-friendly.


Why Checking Your Windows Version Matters

Before jumping into methods, here’s what you should understand:

When someone asks for your Windows version, they usually mean:

  • Edition (Home, Pro, Enterprise, Education)

  • Version (like 22H2, 23H2, 24H2)

  • OS Build Number

  • Whether it’s 64-bit or 32-bit

Now let’s go through every method to find this information.


Method 1: Check Windows Version Using “winver” (Fastest Method)

This is the quickest and most reliable method.

Steps:

  1. Press Windows + R on your keyboard.

  2. The Run dialog box will open.

  3. Type:

    winver
  4. Press Enter.

What You’ll See:

A small window titled About Windows will appear showing:

  • Windows edition

  • Version (like 23H2, 24H2, 22H2)

  • OS Build number

This works in:

  • Windows 11

  • Windows 10

  • Even older Windows versions

✔ Best for quick version checking.


Method 2: Check Windows Version via Settings (Recommended)

This method gives more detailed information.


For Windows 11

Steps:

  1. Press Windows + I to open Settings.

  2. Click System.

  3. Scroll down and click About.

Under Windows Specifications, you’ll see:

  • Edition (Windows 11 Home/Pro/Enterprise/Education)

  • Version (23H2, 24H2, etc.)

  • Installed on date

  • OS Build

  • Experience Pack version


For Windows 10

Steps:

  1. Press Windows + I

  2. Click System

  3. Click About (left sidebar)

Scroll to Windows Specifications to see:

  • Edition

  • Version (like 22H2)

  • OS Build

✔ Best method for detailed system information.


Method 3: Check Windows Version Using Command Prompt

If you prefer command-line tools, this method is perfect.

Steps:

  1. Press Windows key

  2. Type cmd

  3. Click Command Prompt

  4. Type:

systeminfo
  1. Press Enter

Look for:

  • OS Name

  • OS Version

  • OS Build

  • System Type (x64-based PC or x86)

This method gives detailed system information useful for troubleshooting.


Method 4: Check Windows Version Using PowerShell

PowerShell gives more advanced information.

Steps:

  1. Right-click the Start button

  2. Select Windows Terminal or PowerShell

  3. Type:

Get-ComputerInfo | Select WindowsProductName, WindowsVersion, OsHardwareAbstractionLayer
  1. Press Enter

You’ll see:

  • Windows Product Name

  • Version

  • Additional system details

✔ Useful for advanced users and IT professionals.


Method 5: Check Windows Version via System Information Tool

This method provides complete system details.

Steps:

  1. Press Windows + R

  2. Type:

    msinfo32
  3. Press Enter

The System Information window will open.

Under System Summary, look for:

  • OS Name

  • Version

  • System Type

  • BIOS Version

✔ Great for detailed hardware + OS overview.


Method 6: Check Windows Version from File Explorer

This method shows your edition quickly.

Steps:

  1. Open File Explorer

  2. Right-click This PC

  3. Click Properties

In Windows 11, this redirects to the About page in Settings where you can see your version and edition.


Method 7: Check Windows Version Using Registry (Advanced)

⚠ Only recommended for advanced users.

Steps:

  1. Press Windows + R

  2. Type:

    regedit
  3. Press Enter

  4. Navigate to:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion

Here you’ll see:

  • ProductName

  • DisplayVersion

  • CurrentBuild

  • EditionID


Complete List of Windows 11 Versions (Latest Included)

Below are all major public releases of Windows 11:

Version Codename Release Year
21H2 Original Release 2021
22H2 Sun Valley 2 2022
23H2 Moment 4 Update 2023
24H2 Major Feature Update 2024
25H2 (Expected/Rolling) Upcoming 2025–2026

Latest stable version (as of now): Windows 11 24H2


Complete List of Windows 10 Versions (All Major Releases)

Version Release Date
1507 July 2015 (Original)
1511 November 2015
1607 August 2016
1703 April 2017
1709 October 2017
1803 April 2018
1809 October 2018
1903 May 2019
1909 November 2019
2004 May 2020
20H2 October 2020
21H1 May 2021
21H2 November 2021
22H2 October 2022 (Final Major Update)

Latest and final feature version of Windows 10: 22H2

(Windows 10 continues to receive security updates until October 14, 2025.)


Difference Between Windows Version, Edition & Build

Many users get confused, so here’s a simple breakdown:

Term Meaning
Edition Home, Pro, Enterprise
Version 22H2, 23H2, 24H2
OS Build Detailed update number
System Type 64-bit or 32-bit

How to Check If You Have 64-bit or 32-bit Windows

  1. Open Settings

  2. Go to System → About

  3. Look for System Type

You’ll see:

  • 64-bit operating system

  • 32-bit operating system

Most modern PCs use 64-bit.


Frequently Asked Questions

What is the latest Windows 11 version?

The latest widely available version is Windows 11 24H2.


What is the latest Windows 10 version?

The final feature update for Windows 10 is 22H2.


Can I upgrade my Windows version?

Yes. Go to:

Settings → Windows Update → Check for updates

If a new version is available, you can install it.


Final Words

Checking your Windows 11 or Windows 10 version is easy and takes less than a minute. Whether you’re troubleshooting, installing software, or confirming compatibility, knowing your exact edition, version, and build number is essential.

The fastest method is:

Press Windows + R → Type “winver” → Press Enter

For detailed information, use:

Settings → System → About

If you’re managing multiple systems or working in IT, Command Prompt and PowerShell methods are more powerful options.

Leave a Comment