How to Find the Build Number of Mac OS X on a Mac

Mar 23, 2015 - 4 Comments

Find the Mac OS X Build Number

Each release of MacOS or Mac OS X has a unique build number assigned to it to represent the changes found in that version of system software, often these changes are minor and incremental, but with major Mac OS X releases the build numbers can change significantly. Though average Mac users won’t need to know the build number of their system software, those running developer builds and beta releases often pay attention to these software versioning alphanumeric strings. With that in mind, we’ll show you a few ways to quickly find the build number of Mac OS X system software installed on any Mac.

Find the Mac OS Build Number from About This Mac

This is the simplest way to get a build version number of Mac OS X:

  1. Go to the  Apple menu and choose “About This Mac”
  2. Click on the system software version number directly under the major Mac release name (for example, under OS X Yosemite, click on the “Version 10.10.5” numbers) to reveal the build number directly next to it

Show the build number of Mac OS X from the About This Mac overview

Yes, you have to click on the Version number to reveal the build number.

The About This Mac panel also offers a quick look at the model year of a specific Mac, a storage overview, the amount of RAM a Mac supports, and digging deeper, even things like the model identifier number or extensively detailed hardware information.

Get the Build Number of Mac OS X from the Command Line

There are several ways to retrieve the build number of Mac OS X from the command line, perhaps the simplest is with the sw_vers command, which as it looks, stands for “software version” and reveals basic system information, displaying the product name, product version, and, what we’re looking for here, the build number version:

sw_vers

An example of command output may look like this:

% sw_vers
ProductName: Mac OS X
ProductVersion: 10.10.4
BuildVersion: 14E101A

We’re looking for the alphanumeric sequence alongside “BuildVersion”.

Find the build number of Mac OS X from the command line with sw_vers

You can also use a variation of the system_profiler command to retrieve the build version of MacOS X by using grep for the proper string, similar to getting the Macs serial number in Terminal that way, in this case the proper syntax would be:

system_profiler |grep "System Version"

For example, this may look like:

$ system_profiler |grep "System Version"
System Version: OS X 10.10.4 (14E101A)

It doesn’t matter which approach you take, you’ll find that the build number will be the same on the same Mac, so just use which method is right for you, be it from the command line, which is helpful from ssh and remote management situations, or from the About This Mac window, which is the quickest for most Mac users.

.

Related articles:

Posted by: Paul Horowitz in Command Line, Mac OS, Tips & Tricks

4 Comments

» Comments RSS Feed

  1. mmm says:

    cancer i hate osx

  2. Vitaliy Yakob says:

    $ sysctl kern.osversion
    kern.osversion: 14C1510

  3. JamesT says:

    Why is my build “10.10.2 (14C1514)”?

    • Paul says:

      Build numbers don’t necessarily match version numbers, for example, OS X 10.10.2 has multiple build numbers depending on the Mac installed on and the hardware it supports. This 2015 MacBook Pro has a different build to support Force Touch haptic feedback, other builds of 10.10.2 would not include that, that discrepancy is fairly common when hardware is revised before a new version of OS X is ready (like 10.10.3 final, 10.10.4, etc).

Leave a Reply

 

Shop on Amazon.com and help support OSXDaily!

Subscribe to OSXDaily

Subscribe to RSS Subscribe to Twitter Feed Follow on Facebook Subscribe to eMail Updates

Tips & Tricks

News

iPhone / iPad

Mac

Troubleshooting

Shop on Amazon to help support this site