- Which version of Windows operating system am I running?
- Find operating system info in Windows 10
- Related links
- Find operating system info in Windows 8.1 or Windows RT 8.1
- Related links
- Find operating system info in Windows 7
- Related links
- Operating System Version
- Windows 10 update history
- Updates for Windows 10, version 1909 and Windows Server, version 1909
- What’s new for Windows 10, version 1909 and Windows 10, version 1903 release notes
- Current status of Windows 10, version 1909 and Windows Server, version 1909
- Notes and messages
- General
- Troubleshooting
- What version of Windows do I have?
- Checking your Windows version using a keyboard shortcut
- About Genuine Windows
Which version of Windows operating system am I running?
Find operating system info in Windows 10
To find out which version of Windows your device is running, press the Windows logo key + R, type winver in the Open box, and then select OK.
Here’s how to learn more:
Select the Start button > Settings > System > About .
Under Device specifications > System type, see if you’re running a 32-bit or 64-bit version of Windows.
Under Windows specifications, check which edition and version of Windows your device is running.
Related links
If you’re having a problem with activation, see Activate in Windows 10.
If you forgot the password you use to sign in to Windows devices or email, see How to reset your Microsoft password.
For info about updating Windows, see Windows Update: FAQ.
Find operating system info in Windows 8.1 or Windows RT 8.1
To find out which version of Windows your device is running, press the Windows logo key + R, type winver in the Open box, and then select OK.
If your device is running Windows 8.1 or Windows RT 8.1, here’s how to learn more:
If you’re using a touch device, swipe in from the right edge of the screen, tap Settings, and then tap Change PC settings. Continue to step 3.
If you’re using a mouse, point to the lower-right corner of the screen, move the mouse pointer up, click Settings, and then click Change PC settings.
Select PC and devices > PC info.
Under Windows you’ll see which edition and version of Windows your device is running.
Under PC > System type you’ll see if you’re running a 32-bit or 64-bit version of Windows.
Related links
If you’re having a problem with activation, see Activate Windows 7 or Windows 8.1
If you forgot the password you use to sign in to Windows devices or email, see How to reset your Microsoft password.
For info about updating Windows, see Windows Update: FAQ.
Find operating system info in Windows 7
Select the Start button, type Computer in the search box, right-click on Computer, and then select Properties.
Under Windows edition, you’ll see the version and edition of Windows that your device is running.
Support for Windows 7 ended on January 14, 2020
We recommend you move to a Windows 10 PC to continue to receive security updates from Microsoft.
Related links
If you’re having a problem with activation, see Activate Windows 7 or Windows 8.1.
If you forgot the password you use to sign in to Windows devices or email, see How to reset your Microsoft password.
For info about updating Windows, see Windows Update: FAQ.
Operating System Version
The Version API Helper functions are used to determine the version of the operating system that is currently running. For more information, see Getting the System Version.
The following table summarizes the most recent operating system version numbers.
Operating system | Version number |
---|---|
Windows 10 | 10.0* |
Windows Server 2019 | 10.0* |
Windows Server 2016 | 10.0* |
Windows 8.1 | 6.3* |
Windows Server 2012 R2 | 6.3* |
Windows 8 | 6.2 |
Windows Server 2012 | 6.2 |
Windows 7 | 6.1 |
Windows Server 2008 R2 | 6.1 |
Windows Server 2008 | 6.0 |
Windows Vista | 6.0 |
Windows Server 2003 R2 | 5.2 |
Windows Server 2003 | 5.2 |
Windows XP 64-Bit Edition | 5.2 |
Windows XP | 5.1 |
Windows 2000 | 5.0 |
* For applications that have been manifested for Windows 8.1 or Windows 10. Applications not manifested for Windows 8.1 or Windows 10 will return the Windows 8 OS version value (6.2). To manifest your applications for Windows 8.1 or Windows 10, refer to Targeting your application for Windows.
Identifying the current operating system is usually not the best way to determine whether a particular operating system feature is present. This is because the operating system may have had new features added in a redistributable DLL. Rather than using the Version API Helper functions to determine the operating system platform or version number, test for the presence of the feature itself.
To determine the best way to test for a feature, refer to the documentation for the feature of interest. The following list discusses some common techniques for feature detection:
- You can test for the presence of the functions associated with a feature. To test for the presence of a function in a system DLL, call the LoadLibrary function to load the DLL. Then call the GetProcAddress function to determine whether the function of interest is present in the DLL. Use the pointer returned by GetProcAddress to call the function. Note that even if the function is present, it may be a stub that just returns an error code such as ERROR_CALL_NOT_IMPLEMENTED.
- You can determine the presence of some features by using the GetSystemMetrics function. For example, you can detect multiple display monitors by calling GetSystemMetrics(SM_CMONITORS).
- There are several versions of the redistributable DLLs that implement shell and common control features. For information about determining which versions are present on the system your application is running on, see the topic Shell and Common Controls Versions.
If you must require a particular operating system, be sure to use it as a minimum supported version, rather than design the test for the one operating system. This way, your detection code will continue to work on future versions of Windows.
Note that a 32-bit application can detect whether it is running under WOW64 by calling the IsWow64Process function. It can obtain additional processor information by calling the GetNativeSystemInfo function.
Windows 10 update history
Windows 10, version 1909 and Windows Server, version 1909
Updates for Windows 10, version 1909 and Windows Server, version 1909
Windows 10 is a service, which means it gets better through periodic software updates.
The great news is you usually don’t have to do anything! If you have enabled automatic updates, new updates will automatically download and install whenever they’re available, so you don’t have to think about it.
On the left side of this page, you’ll find a list of all the updates released for this version of Windows. You can also find more information about releases and any known issues. Installing the most recent update ensures that you also get any previous updates you might have missed, including any important security fixes.
For more information about the update and how to get it, see:
What’s new for Windows 10, version 1909 and Windows 10, version 1903 release notes
Windows 10, versions 1903 and 1909 share a common core operating system and an identical set of system files. As a result, the new features in Windows 10, version 1909 were included in the recent monthly quality update for Windows 10, version 1903 (released October 8, 2019), but are currently in a dormant state. These new features will remain dormant until they are turned on using an enablement package, which is a small, quick-to-install “master switch” that simply activates the Windows 10, version 1909 features.
To reflect this change, the release notes for Windows 10, version 1903 and Windows 10, version 1909 will share an update history page. Each release page will contain a list of addressed issues for both 1903 and 1909 versions. Note that the 1909 version will always contain the fixes for 1903; however, 1903 will not contain the fixes for 1909. This page will provide you with the build numbers for both 1909 and 1903 versions so that it will be easier for support to assist you if you encounter issues.
For more details about the enablement package and how to get the feature update, see the Windows 10, version 1909 delivery options blog.
Current status of Windows 10, version 1909 and Windows Server, version 1909
For the most up-to-date information about Known Issues for Windows and Windows Server, please go to the Windows release health dashboard.
Notes and messages
General
IMPORTANT Release notes are changing! To learn about the new URL, metadata updates, and more, see What’s next for Windows release notes.
IMPORTANT Starting in July 2020, we will resume non-security releases for Windows 10 and Windows Server, version 1809 and later. There is no change to the cumulative monthly security updates (also referred to as the «B» release or Update Tuesday release). For more information, see the blog post Resuming optional Windows 10 and Windows Server non-security monthly updates.
IMPORTANT Starting in July 2020, all Windows Updates will disable the RemoteFX vGPU feature because of a security vulnerability. For more information about the vulnerability, seeCVE-2020-1036 and KB4570006. After you install this update, attempts to start virtual machines (VM) that have RemoteFX vGPU enabled will fail, and messages such as the following will appear:
If you re-enable RemoteFX vGPU, a message similar to the following will appear:
“The virtual machine cannot be started because all the RemoteFX-capable GPUs are disabled in Hyper-V Manager.”
“The virtual machine cannot be started because the server has insufficient GPU resources.”
«We no longer support the RemoteFX 3D video adapter. If you are still using this adapter, you may become vulnerable to security risk. Learn more (https://go.microsoft.com/fwlink/?linkid=2131976)”
What’s new for Windows 10, version 1909 and Windows 10, version 1903 release notes
Windows 10, versions 1903 and 1909 share a common core operating system and an identical set of system files. As a result, the new features in Windows 10, version 1909 were included in the recent monthly quality update for Windows 10, version 1903 (released October 8, 2019), but are currently in a dormant state. These new features will remain dormant until they are turned on using an enablement package, which is a small, quick-to-install “master switch” that simply activates the Windows 10, version 1909 features.
To reflect this change, the release notes for Windows 10, version 1903 and Windows 10, version 1909 will share an update history page. Each release page will contain a list of addressed issues for both 1903 and 1909 versions. Note that the 1909 version will always contain the fixes for 1903; however, 1903 will not contain the fixes for 1909. This page will provide you with the build numbers for both 1909 and 1903 versions so that it will be easier for support to assist you if you encounter issues.
For more details about the enablement package and how to get the feature update, see the Windows 10, version 1909 delivery options blog.
Troubleshooting
If you have questions or need help activating or troubleshooting Windows, see our help topics below:
For information about how to update, see Update Windows 10.
If you have questions about manually installing or removing an update, see Windows Update: FAQ.
Getting an error message when updating? See Troubleshoot problems updating Windows 10.
If you need to activate Windows, see Activation in Windows 10. If you’re having trouble with activation, see Get help with Windows activation errors.
To get the latest major update to Windows 10, see Get the Windows 10 November 2019 Update.
What version of Windows do I have?
As a Windows user, it’s important to know which operating system version you are using. You need this information when installing new programs and also for troubleshooting.
Microsoft provides details about the Windows version installed on your computer in several places in the operating system, e.g. in the Control Panel. There are three different ways of accessing the relevant system information. Let’s take a look at them now.
Checking your Windows version using a keyboard shortcut
The quickest way to find out your Windows version is using a keyboard shortcut. On newer systems, the steps are as follows:
- Simultaneously press the [Windows] key and the [Pause] key.
- A system information window will appear.
Under the heading “View basic information about your computer”, you will see the name of your operating system, e.g. Windows 10 Enterprise.
The window also contains an overview of the technical characteristics of your system, for example: processor architecture, installed memory (RAM) and system type (i.e. 32-bit or 64-bit). The next section shows the name of your computer and network domain settings. You can also see whether or not your Windows version is activated.
The system information window therefore contains all the information you need in order to install new programs.
However, it does not give you detailed information about your Windows version, such as the version number or the OS build number. You need this information if you want to check whether your operating system has all of the latest updates for example.
The [Windows] key + [Pause] key shortcut does not work on older Windows systems.
About Genuine Windows
Support for Windows 7 ended on January 14, 2020
We recommend you move to a Windows 10 PC to continue to receive security updates from Microsoft.
Genuine versions of Windows are published by Microsoft, properly licensed, and supported by Microsoft or a trusted partner. You’ll need a genuine version of Windows to access the optional updates and downloads that help you get the most from your PC.
To learn how to activate Windows, see Activate Windows 7 or Windows 8.1. If you’re using Windows 10, see Activation in Windows 10.
Here are answers to some common questions about genuine Windows software.
Look for key features of genuine Windows software, such as the Certificate of Authenticity (COA), a proof of license label, and an edge-to-edge hologram. For more information, visit the What to look for page on the Microsoft How to Tell website. Your safest option is always to buy Windows from Microsoft, or to buy a PC with Windows preinstalled directly from Microsoft or a store you know and trust.
If you’re seeing these notifications, it’s likely that your copy of Windows wasn’t properly activated. Click the notification and follow the steps to repair Windows or buy a genuine version of Windows if you find out the software is counterfeit.
Until you correct the issue, you’ll receive periodic reminders that Windows is not genuine. Your desktop may also turn black to emphasize the messages. You can reset it, but it will return to black every 60 minutes until the issue is resolved.
Windows will always be able to get critical security updates, even if your version isn’t genuine. However, other updates and benefits are available exclusively for genuine Windows software.
Activation helps verify that your copy of Windows is used only on PCs that the Microsoft Software License Terms allow. It pairs your product key or digital entitlement with your hardware configuration. Usually, you only need to activate Windows once, unless you make a significant hardware change.
When your PC downloads updates, Windows checks to see if your product key or digital entitlement is valid. If it is, you’re eligible to receive the latest updates from Microsoft. If it’s not, your PC is running non-genuine Windows.
You can’t install Windows on more PCs than the Microsoft Software License Terms allow. Usually, a copy of Windows can only be installed on one PC. To learn more about licensing Windows on more than one PC, go to the Microsoft Volume Licensing website.
Yes. You’ll still be able to get critical security updates. However, many updates are exclusively for customers with genuine versions of Windows. We strongly recommend that you get genuine Microsoft software immediately to keep you safer while using your PC.
Validation is an online process. It verifies that your copy of Windows is genuine and that critical Windows licensing files haven’t been damaged, deleted, or removed. It takes only a few moments and lets Microsoft create a match between your PC’s hardware profile and your 25-character product key or digital entitlement.
Your copy of Windows may need to be validated before you can get downloads and the updates which are reserved for PCs that are running genuine Windows. Windows might also prompt you to run genuine validation if activation isn’t properly completed.
If your copy of Windows fails validation, you’ll see a results page that tells you why it isn’t genuine. You’ll also see info about how to resolve the issue.
There are a few common scenarios in which Windows running on a PC might be discovered to be non-genuine during validation.
Repairs. If your PC has been repaired, you might start to see messages on your desktop that Windows isn’t genuine. If the repairs required Windows to be reinstalled, the technician may have activated Windows with a different key than you used when it was originally installed. You might not see the messages until you try to download something from the Microsoft Download Center that requires validation, and validation fails. To fix the issue, you can properly activate Windows by reentering your original product key.
For other issues, you may need to buy a genuine version of Windows.
1 License = 1 PC. Another common cause of Windows validation failure happens when you try to install Windows on more PCs than your license allows. For instance, if you purchased a copy of Windows and installed it on more than one PC, online validation might fail because the product key has already been used on another PC. The rule for most copies of Windows is that only one copy of Windows can be installed on one PC. To learn about licensing more than one PC, go to the Microsoft Volume Licensing website.
Counterfeit software. Validation will also fail if you’ve inadvertently acquired and installed counterfeit Windows software. The Microsoft How to Tell website can help you identify counterfeit software and file a counterfeit software report if needed. Validation failure is common for versions of Windows that were purchased from an online auction site, or if Windows was on a used PC that you purchased. Remember to ask the seller for the Certificate of Authenticity and the original Windows disc, if there was one.
To file a counterfeit report, go to the Microsoft How to Tell website.
You can file an online report if you inadvertently bought or received counterfeit software, or have information about a person, business, or online site that might be selling counterfeit software. The report you submit will be treated as confidential. Microsoft devotes substantial time and energy to fighting software counterfeiting, and you can be assured that we will take appropriate action in response to your report.
If you got an error when you were activating Windows, you can find what it means. For details, go to Get help with activation errors.
You’ll need a product key when you install Windows. To learn more, go to Find a product key.