- Identify Windows version for enrollment
- Get Company Portal
- Supported versions
- Find Windows 10 version number
- Windows 10 desktop devices
- Windows 10 mobile devices
- Enroll other Windows devices
- IT administrator support
- Next steps
- How to find which windows version
- Use the Settings App
- Use the Winver Dialog and Control Panel
- Find windows OS version from command line
- Find OS Version and Service Pack number from CMD
- Check Windows version using WMIC command
- How to find which version of Windows you’re using.
- How to check which version of Windows your computer is running
- Check out the products mentioned in this article:
- Windows 10 Home (From $139 at Best Buy)
- How to check which version of Windows you’re running
- How to get additional information about Windows 10
- How to get additional information about Windows 8
Identify Windows version for enrollment
Find out which enrollment steps you need to take to set up your device for work or school. This article will help you identify which version of Windows you’re running and point you to the appropriate enrollment steps. It also provides information about how to access Company Portal.
Get Company Portal
You can enroll Windows 10 devices through the Company Portal website or app. If you’re enrolling a device with an earlier version of Windows, you must enroll the device through the Company Portal website.
If you have any trouble signing in to the app or website, see Sign in to the Company Portal.
Supported versions
Company Portal currently supports devices running the following versions of Windows:
- Windows 10 (Home, Pro, Education, S mode, and Enterprise versions)
- Windows 8.1 RT
- Windows 8.1
Other versions of Windows, such as Windows 10 Holographic, are supported in the Company Portal. However, these versions are not covered in this article because they are for very specific uses.
Find Windows 10 version number
Enrollment steps differ for different versions of Windows 10 devices. The following steps describe how to find the version number on Windows 10 desktop and mobile devices. After you know your version, continue to the recommended enrollment steps.
Windows 10 desktop devices
Go to Start.
In the search bar, type the phrase «about your PC.» Select About your PC from the results.
Scroll down to Windows specifications to find the Version of Windows 10 that’s installed on your PC.
If your version is
Windows 10 mobile devices
Go to All apps and select the Settings app.
Select System > About.
Under Device information, find the Version.
If your version is
Enroll other Windows devices
You can enroll Windows 8.1. or Windows RT 8.1 devices via the Company Portal website.
IT administrator support
If you’re an IT administrator and run in to problems while enrolling devices, see Troubleshooting Windows device enrollment problems in Microsoft Intune. This article lists common errors, their causes, and steps to resolve them.
Next steps
Now that you know the supported devices, and your Windows 10 version number, proceed to the recommended enrollment article.
For more information about device management, Company Portal, and how both are used in schools and at work, see the following articles:
Need help? Contact your company support. Go to the Company Portal website to find your organization’s IT contact information.
How to find which windows version
“Windows 10” is apparently here to stay, and Microsoft won’t be bumping things up to Windows 11 any time soon. Here’s how to find out what “build” of Windows 10 you have — you can think of it like a service pack level — as well as which edition and version of the operating system you have.
Microsoft has hidden the build number in an attempt to make Windows 10 look always-up-to-date, and there are still different editions of Windows 10 with different features. Microsoft is also still offering both 64-bit and 32-bit versions of Windows 10, too.
Use the Settings App
The new Settings application also offers this information in a user-friendly form. To launch it, click or tap the Start button and select Settings.
Navigate to System > About and scroll down. You’ll see the “Version” and “Build” numbers here.
- Edition: The “Edition” line tells you which edition of Windows 10 you’re using — Windows 10 Home, Professional, Enterprise, or Education. If you’d like to upgrade to Windows 10 Professional, you can upgrade to the Professional edition from within Windows 10. Switching to Windows 10 Enterprise or Education editions will require a complete reinstall and a special key that isn’t made available to normal home Windows users.
- Build Number: Look at the “Version” and “OS Build” lines. If you have the original version of Windows 10, you’ll just see “OS Build 10240”. This was the initial release of Windows 10. If you have the “November Update” version of Windows 10 — Windows 10’s first big update— you’ll see a new version number scheme here. It’ll say “Version 1511 (OS Build 10576.29)”.
The “1511” is the key. This number identifies that you’re using the build of Windows 10 released in November (the 11th month) of 2015. If Microsoft were to release a build of Windows 10 in April (the 4th month) of 2016, its version number would be “Version 1604”. - 64-bit or 32-bit: The “System type” line tells you whether you’re using the 32-bit version of Windows 10 or the 64-bit version. It also tells you whether your PC is compatible with the 64-bit version or not.
For example, “64-bit operating system, x64-based processor” indicates you’re using a 64-bit version of Windows 10 on a 64-bit processor. “32-bit operating system, x64-based processor” indicates you’re using a 32-bit version of Windows 10, but you could install the 64-bit version on your hardware if you preferred.
Use the Winver Dialog and Control Panel
You can use the old standby “winver” tool to find the build number of your Windows 10 system. To launch it, you can tap the Windows key, type “winver” into the Start menu, and press Enter. You could also press Windows Key + R, type “winver” into the Run dialog, and press Enter.
The second line here will tell you which build of Windows 10 you have. Again, the version number is in the form YYMM, where 1511 means the 11th month of 2015.
You’ll also see the edition of Windows 10 you’re using displayed in the winver dialog. It states “Windows 10 Home” in the screen above.
The winver dialog doesn’t display whether you’re using a 64-bit or 32-bit version of Windows 10, but the Control Panel does. To open this screen, right-click “This PC” in a File Explorer window and select “Properties”. You can also open the Control Panel window, click “System and Security,” and then click “System”.
The “Windows edition” section at the top of the window displays which edition of Windows 10 you’re using, while the “System type” line here displays whether you’re using a 64-bit or 32-bit edition of Windows 10, and whether your computer’s hardware is 64-bit compatible or not.
This information is important if you want to know whether your Windows 10 machine has received an update yet, figure out if you have a feature available only in certain editions of Windows, or find out whether you should download the 64-bit version of a program or not.
Find windows OS version from command line
Windows has command line utilities that show us the version of the Windows OS running on the computer, including the service pack number. There are multiple CMD commands that help with finding this, you can pick the one that suits your need. Ver command can show you the OS version whereas Systeminfo command can additionally give you service pack, OS edition and build number etc.
Find OS Version and Service Pack number from CMD
As you can see above, ver command shows only OS version but not the service pack number. We can find service pack number as well with Systeminfo command. Systeminfo dumps lot of other information too, which we can filter out using findstr command.
This command works on XP, Vista and Windows 7 and on Server editions also. Find below example for Win7.
In case of Windows 7 SP1, the output would be slightly different as below.
If you want to print more details, then you can use just ‘OS’ in the findstr search pattern. See example below for Server 2008.
Check Windows version using WMIC command
Run the below WMIC command to get OS version and the service pack number.
Example on Windows 7:
If you want to find just the OS version, you can use ver command. Open command window and execute ver command. But note that this does not show service pack version.
This command does not show version on a Windows 7 system.
How to find which version of Windows you’re using.
Technical Level : Basic
In order to troubleshoot problems you might need to find your device model number, processor architecture or perhaps your system build. But even when you ask a question on Microsoft Answer you will sometimes get a question back which Windows version or model your using, this guide will show you how to find that information.
There are three ways of doing this, the first two methods give the most basic information, and the last method gives the most information.
Details
Which method should I use?
- Method 1 & 2: For all basic Windows information; OS Version, , Processor Info, Processor Architecture (x64 or x32)
- Method 3: For all above situations and for OS Build Number, Model Information, BIOS Version, Device Brand, Device Model Number, Windows Directories, RAM, Timezone, Pagefile Information, Hyper-V support and a lot more information.
Method 1 System Information
- In Windows 8(.1) open the right charm bar by dragging your mouse to the top right corner of your screen and select Settings
Then click on PC Info
Method 2 (ModernUI) System Information
- In Windows 8(.1) open the right charm bar by dragging your mouse to the top right corner of your screen and select Settings
Then click on Change PC Settings
Then click on PC and Devices
Then click on PC Info
Method 3 MSInfo32
- MSInfo32 is the most detailed and provides users will a lot more information, which you might require in troubleshooting situations. It also allows the user to save the system information and share it as a TXT file or NFO file
There are multiple ways of starting Msinfo32 for example:
1) Open start and type msinfo32 and then click on msinfo32
2) Press the Windows Flag + R key at the same time on your keyboard and enter Msinfo32 then hit enter.
How to check which version of Windows your computer is running
- If you need to check your version of Windows, you can find out by typing «winver» in the Start menu search box.
- Depending upon which version of Windows you have, you might also be able to open a window that displays additional information.
- This information is important if you have Windows 7, because support for that operating system ends in January 2020.
- Visit Business Insider’s homepage for more stories.
Do you know which version of Windows you’re running? Most of the time, there’s little reason to care. But sometimes you need to know. Some programs and computer hardware will only work with a specific version of Windows, for example.
You might also need to know if it’s time to upgrade. Microsoft generally supports each version of its operating system for about ten years, and «extended support» for Windows 7 ends on January 14, 2020 .
That means Microsoft won’t offer any updates or technical support after that date. If you have Windows 8, you have a little more time – support ends for that operating system on January 10, 2023.
Check out the products mentioned in this article:
Windows 10 Home (From $139 at Best Buy)
How to check which version of Windows you’re running
1. Click the Start button.
2. Type «winver» in the search box and press Enter.
3. You should see the About Windows box with your Windows version information.
If you want to know more than simply the version of the operating system, you can display a dialog box with additional information, but the process varies depending upon which version of the OS you are running.
How to get additional information about Windows 10
1. Click the Start button.
2. Click the Settings icon (which looks like a gear and is above the power icon).
3. Click «System.»
4. In the left pane, click «About.»
How to get additional information about Windows 8
1. Move the mouse to the lower-right corner of the screen and swipe it up to display the sidebar.
2. Click «Settings» and then click «Change PC settings.»
3. Click «PC and devices,» and then click «PC info.»