How to Find OS Version with Command Line (Windows, Linux, CentOS, Ubuntu)

Find OS version with Command Line

9 Comments

5 mins Read

Find OS version with Command Line
Get your Forex VPS

Get your Forex VPS

Starting from $9.95/month.

Check it Out

Trying to find just what version of your Windows or Linux OS you have on your PC? It happens a lot more than you may think. For example, last month I had to find my Windows 10 version to see if I could install some Microsoft server utilities. I know that using the Command-Line Interface (like the Command Prompt or CMD in Windows or the Terminal in Linux) can be intimidating. But, in fact, itโ€™s pretty straightforward, especially if you just follow this guide on how to find os version with command line.

This article will guide you on how to find os version with command line. You know, there are many variants of operating systems such as Windows OS and Linux OS (as well as its distributions). It might be that youโ€™re trying to buy a new Program for your PC or that you want to update your drivers.

In this case, you might be asking yourself about the version of the Operating System that you are using on your device. This piece of information is quite vital for many Computer needs. Luckily command-line utilities show us the version of the Windows running on the computer. The same is true for the Linux Terminal. There are usually more details than just the version, actually. Depending on the OS, you can find other info, like service pack number or check kernel version. For now, letโ€™s focus on getting the OS version.

โœ…How to Find OS version with Command Line for Windows?

To find Windows 10 version and Service Pack number from CMD is not difficult. As we mentioned, the โ€œverโ€ command displays help to find Windows 10 version. Go to the Command Prompt and type the following command:

ver

Example:

find os version in windows with command

However, you usually require other pieces of important info as well, such as the service pack number.

Windows 10 VPS Hosting Windows 10 VPS Hosting

Get yourself an efficient Windows 10 VPS for remote desktop, at the cheapest price out there. FREE Windows 10 running on NVMe SSD storage and high-speed internet.

Check Out Windows 10 VPS Plans

The โ€œverโ€ does not show the service pack number when you find Windows 10 version, so we use the โ€œsysteminfoโ€ command to check windows 10 version command line. But โ€œSysteminfoโ€ dumps a lot of other information too when you check windows 10 version command line, which we can filter out using the โ€œfindstrโ€ command:

Step 1: Run dialog box

Press Windows Key+R to launch the Run dialog box.

WIN+R IMAGE
open launch section

Step 2: Go to command prompt

Type โ€œcmdโ€ (without the quotations), then click OK. This should open Command Prompt.

The first line you see inside Command Prompt is your Windows OS version. If you want to know more information about your operating system,

follow this command:

systeminfo | findstr /B /C: "OS Name" /C:"OS Version"

Example:

find windows version

Note:

This command also works on XP, Vista, and Windows 7 as well as Server editions.

For Windows 7.

For Windows 7:

find os version in windows 7

Note: The output would be slightly different for Windows 7 SP1:

find windows xp version

If you do want to print more details, then you can simply use โ€˜OSโ€™ in the โ€œfindstrโ€ search pattern. The example below is for Server 2008. Note that this command does not show the version on a Windows 7 system.

find os version with command line in windows server

โœ…How to Find OS version with Command Line for Linux?

Step 1: Open the terminal application

Open the terminal application (Linux bash shell) for how to check Linux version command.

Note:ย For remote server login using the ssh:ย 

sshย user@server-name

Step 2: Type below commandsย 

Type any one of the below commands to see how to check Linux version command to find the version and name:

cat /etc/os-releaselsb_release โ€“ahostnamectl

Note:ย For how to check Linux version command, type the following:ย 

uname โ€“r

Look at the following example to check Linux version:

find os version with command line
Linux Hosting Simplified Linux Hosting Simplified

Want a better way to host your websites and web apps? Developing something new? Simply donโ€™t like Windows? Thatโ€™s why we have Linux VPS.

Get your Linux VPS

โœ…Find OS version with Command Line in CentOS/Ubuntu

Step 1:ย Using cat-release commands

The previously explained commands can also apply toย CentOSย andย Ubuntu.

If you are looking to check Linuxย version distro and the major release version that is installed at your side, you can use the following command to open the release file.

cat /ets/os-release

When you run the command to check Linux version, the output will reveal the name of your operating system. Not only this but it will reveal the major release version and other specifications as well. Here is a pictorial representation of how things will work here when you check Linux version ubuntu.

find centos version

Note: if you are looking to check Linux version ubuntu and the full release version you can use the following command.

cat /etc/centos-release

When you run this command to check Linux version ubuntu, its output will reveal the full release version of your OS. It will include the following release numbers:

  • Major release number
  • Minor release number
  • Asynchronous release number
get linux version

Step 2: Using hostnamectl command

As mentioned before, you can also use โ€œhostnamectlโ€ instead of the other commands for the Linux version command line. We will also describe an example using hostnamectl. โ€œhostnamectlโ€ can query and change the hostname and other related settings for getting Linux version command line.

It displays information from the โ€œ/etc/centos-releaseโ€ file, โ€œuname โ€“aโ€ file, and others. In addition to the version number, it shows which Linux kernel your system is using. To see these specifics, use the following command for getting Linux version command line:

hostnamectl
current linux version
The Ultimate Minimal Server The Ultimate Minimal Server

Get CentOS 7 or CentOS 8 on your Cloudzy CentOS VPS and run an efficient Linux-based server with minimal resource consumption.

Get a CentOS VPS

Conclusion

No matter which operating system you use you can figure out your OS version in various ways. It is not a hard process and as you can see itโ€™s just a few clicks or commands. Knowing your OS version helps you in many ways like when you want to install an application on your system. Well, with all this in mind, were you able to check your OS version using the things we said?

FAQ

What is an OS version?

Your computers are running on some OS and that OS gets several updates regularly. With each update, the version changes, and this is called the OS version.

Is Microsoft an OS?

Microsoft itself is not an OS but it provides one of the most commonly used Operating Systems called Microsoft Windows.

What is the Best OS for a low-end PC?

Ubuntu is an OS that is good for all kinds of computers. Its several versions can run on most computers. However, it is better to know the version before using it regularly for the best results.

An SEO-Specialist who loves digital marketing and has a background in creating content. Matt loves teamwork and enjoys working with professional people. He always tries to bring more things to the team.

Comments

9 thoughts on “How to Find OS Version with Command Line (Windows, Linux, CentOS, Ubuntu)”

    1. Thank you so much for taking your valuable time to read our blog ๐ŸŒป๐Ÿ’›
      You should use the find command to list all hidden files recursively on a Linux system. Also, you can use the “”ls”” command to list all the hidden files.

  1. How to find the OS version without using the command line? I really don’t know my way around using commands ๐Ÿ™‚

    1. “Thank you so much for taking your valuable time to read our blog โœจ๐Ÿ’›
      There’s no way to find the OS version without using the command line, but it’s very easy and quick! All you have to do is holding the Windows key and press the “”R”” key to get a “”Run”” window. Type “”cmd”” in the box, and click the OK key.”

  2. Thank you for this very complete guide. But here is a suggestion; I preferred to see an article about finding os version with actual codes to use. But this is helpful too.

    1. To find the OS version on macOS, choose “About This Mac” from the Apple menu in the corner of your screen. You will the macOS version followed by its version number.
      Thank you for reading our blog ๐ŸŒป๐Ÿ’›

  3. I used the command you mentioned for windows 8.1 and when I typed systeminfo, the system said it was unrecognized. What did I do wrong?

    1. There’s another way to find the OS version on Windows 8.1. Simply press the Windows logo key + R, type “winver” in the Open box, then select OK. In case this trick didn’t work out either, please contact our technical support team.
      Thank you for reading our blog ๐ŸŒป๐Ÿ’›

Leave a Comment

Your email address will not be published. Required fields are marked *


Get your Forex VPS

Get your Forex VPS

Starting from $9.95/month.

Latest Posts