Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Questions Addressed

  • How do I find the serial number of my Apple product? How do I find the serial number of my Apple product?


The serial number of your Apple products can be easily found in four ways:

  • On the External Case (required for displays)
  • In the About This Mac Menu
  • Using System Profiler
  • Using Terminal

...

  1. Click on the Apple menu and select About This Mac.

    Delete this content

  2. Click on the "More info..." button.

    Delete this content

  3. The serial number should be on the first screen of the System Profiler (Hardware), usually toward the bottom of the list.

    Delete this content

Using Terminal

  1. In Terminal, enter the following:

    Code Block
    ioreg -l | grep IOPlatformSerialNumber


  2. The serial number will be in quotes after the "=" sign.

...