Product Information

Revision as of 01:48, 30 May 2025 by Hexkyz (talk | contribs) (Created page with "This page details miscellaneous Switch product information (serial numbers, product models, etc...). = Product List = {| class="wikitable" border="1" |- ! Product Code || Description |- | BEE-001 || Retail Nintendo Switch 2 console |- | BEE-002 || AC adapter |- | BEE-003 || |- | BEE-004 || |- | BEE-005 || Dock |- | BEE-006 || Gamecard |- | BEE-007 || |- | BEE-008 || Pro Controller |- | BEE-009 || Joy-Con 2 grip |- | BEE-010 || Joy-Con 2 charge grip |- | BEE-011 || US...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This page details miscellaneous Switch product information (serial numbers, product models, etc...).

Product List

Product Code Description
BEE-001 Retail Nintendo Switch 2 console
BEE-002 AC adapter
BEE-003
BEE-004
BEE-005 Dock
BEE-006 Gamecard
BEE-007
BEE-008 Pro Controller
BEE-009 Joy-Con 2 grip
BEE-010 Joy-Con 2 charge grip
BEE-011 USB-C to USB-C charging cable
BEE-012 Left Joy-Con 2
BEE-013
BEE-014 Right Joy-Con 2
BEE-015 HDMI cable
BEE-016 USB to USB-C charging cable
BEE-017
BEE-018 Joy-Con 2 strap
BEE-019 Camera
BEE-020 Joy-Con 2 wheel
BEE-021 GameCube controller
BEE-022
BEE-023
BEE-024
BEE-025
BEE-026
BEE-027
BEE-028 Carrying case
BEE-029 Screen protector
BEE-030 Right Joy-Con 2 (wired)
BEE-031 Left Joy-Con 2 (wired)
BEE-032
BEE-033
BEE-034
BEE-035
BEE-036
BEE-037
BEE-038
BEE-039
BEE-040
BEE-041
BEE-042
BEE-043
BEE-044
BEE-045
BEE-046
BEE-047
BEE-048
BEE-049
BEE-050
BEE-051 Host Bridge
BEE-052 DEV Cradle
BEE-053 Relay Box
BEE-054
BEE-055
BEE-056 Development Nintendo Switch 2 console

Product Serial Numbers

Serial numbers are composed of three letters followed by eleven decimal digits. The eleventh digit is a check digit, meaning that it is derived from the other digits.

Prefix

Observed prefixes are normally as follows:

  • First letter represents the product line:
    • "H" (Ounce)
  • Second letter represents the product model:
    • "A" (BEE-001; Nintendo Switch 2 console)
    • "B" (BEE-012; Left Joy-Con 2)
    • "C" (BEE-014; Right Joy-Con 2)
    • "D" (BEE-010; Joy-Con charge grip)
    • "F" (BEE-005; Dock)
    • "Y" (BEE-053; Relay Box)
  • Third letter represents the product region:
    • "C" (China)
    • "E" (Europe)
    • "J" (Japan; and Europe on old models)
    • "K" (Korea)
    • "L" (All; for development only)
    • "M" (Malaysia)
    • "W" (Americas)

Check Digit

The check digit is an industry-standard algorithm and is calculated just like it was on the 3DS.

To calculate the check digit of a Switch console, separate the non-check digits into "odd" and "even" groups, where the "odd" group is digits in odd-numbered positions, and the "even" group is digits in even-numbered positions. (The first digit is "odd", with "first" representing "1".)

After separating the digits, add the digits in each group together. Multiply the sum of the even digits by 3, then add the sum of the odd digits. To calculate the check digit, take this value modulo 10, and if not 0, subtract from 10.

Example: HAW10075273452

The non-check digits are 1007527345. Separating into odd and even groups, we get the following:

Odds: 1 + 0 + 5 + 7 + 4 = 17 Evens: 0 + 7 + 2 + 3 + 5 = 17

Applying the algorithm, we get ((3 * 17) + 17) % 10 = 8, which is not 0, thus 10 - 8 = 2, matching the example's check digit.