How Can I Know What Windows My Laptop Is? | Check In Seconds

Your Windows edition, version, and build appear in Settings > System > About, and you can confirm it fast by typing winver in the Run box.

If an app, driver, or school portal asks “What Windows are you on?”, it usually wants one of three things: the edition (Home, Pro, Enterprise), the version (like 23H2), or the build number (like 22631). The good news is you don’t need any extra software to find all of it.

This article shows you the most reliable checks, what each screen means, and what to copy-paste when someone asks for details. You’ll also see a few fallback options for older laptops and edge cases, like when Settings won’t open.

Start With The About Page In Settings

The simplest method is built into Windows 10 and Windows 11. It’s also the one most help desks expect, since it shows both device details and Windows specifications in one place.

Open Settings The Fast Way

  • Press Windows + I to open Settings.
  • Select System.
  • Select About.

On the About screen, scroll until you see Windows specifications. You’ll get:

  • Edition (Home, Pro, Enterprise, Education)
  • Version (often shown as a “H2” label like 23H2)
  • OS build (a longer number like 22631.3155)

What To Copy When Someone Asks “Which Windows?”

Many forms don’t care about the full build number. They want a clean line like:

  • Windows 11 Pro, version 23H2
  • Windows 10 Home, version 22H2

If the form asks for a build, include it. It can decide whether a patch is present, or whether a feature is available yet.

Use Winver For A One-Screen Answer

If you want a quick confirmation without digging through Settings, winver is the classic shortcut. It opens an “About Windows” box that lists your Windows version and OS build.

Run Winver In Ten Seconds

  1. Press Windows + R.
  2. Type winver.
  3. Press Enter.

The pop-up shows the product name (Windows 10 or Windows 11), the version, and the OS build. It’s handy when you’re on a call and you need the answer out loud, fast.

When Winver And Settings Don’t Match

Most of the time they match. If you see a mismatch, it’s usually one of these situations:

  • A major update is downloaded but not finished installing yet.
  • Your laptop has pending restart work from Windows Update.
  • You’re reading a screenshot from an older moment in time.

A restart often clears the confusion. If you’re troubleshooting a stubborn update, the build number from winver is the one to share.

Know What Each Number Means Before You Share It

Windows labels can feel like a jumble until you know what each part is used for. Once you do, you can give the right detail without over-sharing.

Edition

The edition describes feature sets and licensing. Home is common on consumer laptops. Pro adds business-leaning features like BitLocker drive encryption and joining some workplace setups. Enterprise and Education are usually issued by an organization.

Version

The version is the “release” line. On Windows 10 and Windows 11, you’ll often see a code like 22H2 or 23H2. That label points to a feature update generation.

OS Build

The build number is the most exact identifier, including cumulative updates. If you’re installing a driver that requires a minimum build, this is the field that matters.

Method Comparison For Finding Your Windows Details

Different screens reveal different bits. This table shows which method works best depending on what you need at the moment.

Method Where To Open It What You Get
Settings > System > About Windows + I, then System, then About Edition, version, OS build, system type (64-bit), device specs
Winver Windows + R, type winver Windows name, version, OS build
System Information Search “System Information” or run msinfo32 OS name, version, build, BIOS mode, hardware summary
Command Prompt: systeminfo Open Command Prompt, run systeminfo OS name, version, build, install date, hotfix list
PowerShell: Get-ComputerInfo Open PowerShell, run Get-ComputerInfo Deep OS and device fields; easy to copy output
Control Panel (older layout) Control Panel > System Windows edition and system type; less version detail
Sticker/COA label (older laptops) Bottom of laptop or inside battery bay Original licensed Windows version at purchase
UEFI/BIOS info screen Firmware setup during boot Hardware context; not always Windows version

If you want Microsoft’s own wording for the About screen fields, Find information about your Windows device points to the same Windows specifications section you just checked.

Use System Information When You Need More Context

System Information is a built-in viewer that shows Windows details alongside hardware facts. It’s a strong choice when a technician asks whether your laptop boots in UEFI mode, or when you need to confirm architecture and BIOS settings.

Open System Information

  • Press the Windows logo button and type System Information, then open it.
  • Or press Windows + R, type msinfo32, then press Enter.

In the right pane, look for fields such as OS Name, Version, and Build Number. You’ll also see System Type, which tells you if it’s x64-based.

Why Msinfo32 Helps With Driver And Firmware Tasks

Some driver installers care about BIOS mode and secure boot state. Msinfo32 can show details that Settings hides, which saves back-and-forth messages with support teams.

Grab The Details From Command Prompt Or PowerShell

If you prefer text output you can paste into a ticket, the command line can be cleaner than screenshots. These commands are built in, so you’re not installing anything.

Command Prompt: Systeminfo

Open Command Prompt and run:

systeminfo

Look for the OS Name, OS Version, and System Type lines. This output can also list hotfixes, which helps when an app requires a certain patch level.

PowerShell: Get-ComputerInfo

Open PowerShell and run:

Get-ComputerInfo | Select-Object WindowsProductName, WindowsVersion, OsBuildNumber, OsArchitecture

This prints a neat set of fields that you can copy as plain text.

Microsoft’s Reference For Version Fields

If you’re comparing naming across tools, Microsoft documents the standard fields and where to find them. What version of Windows am I running? matches the same About path and terminology used across Windows 10 and 11.

Match The Version Name To What Apps And Websites Ask For

People often say “Windows 11” when a form wants “23H2”, or they send a build number when the form wants “Windows 10”. This section helps you translate what you see into what a request is asking.

Common Prompts And The Right Response

  • “Windows 10 or 11?” Use the product name from winver or OS Name in msinfo32.
  • “Which edition?” Copy the Edition line from Settings > About.
  • “Which version?” Copy the Version line like 22H2 or 23H2.
  • “Which build?” Copy the OS build number from About or winver.
  • “32-bit or 64-bit?” Copy System Type or OsArchitecture.

Build Labels You’ll See Most Often

Windows gives you more than one label for the same system. A clean mental model is: product name tells the family, version tells the feature update generation, and build tells the exact patch level.

What You See What It Means Where It Shows Up
Windows 11 Product family Winver, msinfo32, Settings About
Windows 10 Product family Winver, msinfo32, Settings About
Home / Pro / Enterprise Edition and feature set Settings About, Control Panel System
23H2 / 22H2 Version label for a feature update line Settings About, winver
22631.3155 OS build with update level Settings About, winver, msinfo32
64-bit operating system Architecture Settings About, msinfo32
UEFI Firmware boot mode msinfo32

Older Laptops And Odd Cases

Not all laptops behave like a fresh Windows 11 install. Older hardware, locked-down work devices, or partially broken installs can change which method works.

If Settings Won’t Open

Try winver first. If that fails, open Command Prompt and run systeminfo. Both work even when Settings is glitchy.

If You Can’t Sign In

If you’re stuck at the sign-in screen, you can still reach some info through the repair and advanced startup menus. On many laptops, holding Shift while selecting Restart takes you to the troubleshooting screens after reboot. From there, Command Prompt may be available, depending on how the device is set up.

If A Sticker Shows A Different Windows

Some older laptops shipped with Windows 7 or Windows 8 and were later upgraded. The sticker often shows the original license, not what’s installed today. Trust the on-screen checks (Settings, winver, msinfo32) for the current system.

If You See “S Mode”

Windows 11 in S mode limits app installs to the Microsoft Store. If an installer won’t run, S mode may be the reason. Settings > About still reports edition and version, which helps when you’re checking whether you can switch out of S mode.

Extra Checks When You’re On Older Windows

Some laptops still run Windows 8.1 or Windows 7, or they have a Start menu that looks different after a lot of tweaks. The same core details still exist, but the path changes.

Control Panel System Page

Open Control Panel, select System, then read the Windows edition at the top. You’ll also see System type for 32-bit or 64-bit. This view is light on modern version labels, so use it as a second check, not the only one.

Files App “About” Shortcut

On many machines, you can right-click This PC in the This PC view and select Properties. That often lands you on a System page that shows the edition and a few hardware facts. If you still need the version and build, jump back to winver for the final numbers.

When Someone Needs Proof

If a support agent asks for a screenshot, grab the About screen or the winver box. Before you send it, scan it for your device name. If you don’t want to share that, crop the image so only the Windows specifications lines remain.

Make A Clean Note For Future You

Once you’ve found the right fields, save them somewhere you can reach later: a password manager note, a plain text file, or your help desk ticket history. When you’re mid-install and an app asks for your version, you’ll be glad you don’t have to hunt again.

A tidy note can look like this:

  • Device: Dell Inspiron 15 (example label)
  • Windows: Windows 11 Pro, version 23H2
  • OS build: 22631.xxxx
  • Architecture: 64-bit

Swap the device line with your actual model from About. If you’re sharing the note publicly, remove the device name and keep only the Windows lines.

References & Sources