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
...
- Click on the Apple menu and select About This Mac.
Delete this content
- Click on the "More info..." button.
Delete this content
- 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
In Terminal, enter the following:
Code Block ioreg -l | grep IOPlatformSerialNumber
- The serial number will be in quotes after the "=" sign.
...