How to check Mac serial number in terminal 2021-12-10 system_profiler SPHardwareDataType | grep Serial ioreg -l | grep IOPlatformSerialNumber ioreg -rd1 -c IOPlatformExpertDevice | awk -F'"' '/IOPlatformSerialNumber/{print $4}' Sources: https://www.maketecheasier.com/find-mac-serial-number/ That's it for this post, thanks for reading!