Difference between revisions of "Apple Serial Number Look-up"

From ivc wiki
Jump to navigationJump to search
(Created page with "From 2010 and onwards, Apple switched over/upgraded to a 12 character serial number. * New sequence: '''PPPYWSSSCCCC''' ** Where: *** PPP is the manufacturing plant *** Y is...")
 
Line 13: Line 13:


Table:
Table:
 
<pre>
C 0 First Half, e.g. 2010/2020/2030 Jan to Jun
C 0 First Half, e.g. 2010/2020/2030 Jan to Jun
D 0 Second Half, e.g. 2010/2020/2030 Jul to Dec
D 0 Second Half, e.g. 2010/2020/2030 Jul to Dec
Line 34: Line 34:
Y 9 First Half
Y 9 First Half
Z 9 Second Half
Z 9 Second Half
</pre>


== References ==
== References ==


* [http://www.macrumors.com/2010/04/16/apple-tweaks-serial-number-format-with-new-macbook-pro/ Apple tweaks serial number format]
* [http://www.macrumors.com/2010/04/16/apple-tweaks-serial-number-format-with-new-macbook-pro/ Apple tweaks serial number format]

Revision as of 16:30, 16 May 2016

From 2010 and onwards, Apple switched over/upgraded to a 12 character serial number.

  • New sequence: PPPYWSSSCCCC
    • Where:
      • PPP is the manufacturing plant
      • Y is the year along with the first or second half
      • W is the week number of the year
      • SSS is a unique identifier to distinguish machines manufactured on the same week
      • CCCC specifies the exact prodiction model

Year

The year is split into two characters to denote the first or second half of the manufacturing year, e.g Jan to Jun or Jul to Dec. There are 20 characters total, allowing a 10 year range, looping/resting every 10 years.

Table:

C 0 First Half, e.g. 2010/2020/2030 Jan to Jun
D 0 Second Half, e.g. 2010/2020/2030 Jul to Dec
F 1 First Half
G 1 Second Half
H 2 First Half
J 2 Second Half
K 3 First Half
L 3 Second Half
M 4 First Half
N 4 Second Half
P 5 First Half
Q 5 Second Half
R 6 First Half
S 6 Second Half
T 7 First Half
V 7 Second Half
W 8 First Half
X 8 Second Half
Y 9 First Half
Z 9 Second Half

References