SSN
GeneralUS Social Security Number
A 9-digit identifier issued by the US Social Security Administration to track earnings and benefit eligibility, now used broadly as a de facto national ID for tax, credit, and employment purposes.
Definition
A Social Security Number (SSN) is a 9-digit identifier issued by the US Social Security Administration (SSA), originally created to track workers' earnings and eligibility for Social Security benefits. Over time it has become the closest thing the United States has to a national identification number, used for tax filing, employment eligibility verification, credit applications, and identity checks across both government and private sectors.
An SSN is structured as three segments โ area number (3 digits), group number (2 digits), and serial number (4 digits) โ displayed as AAA-GG-SSSS. Since businesses use a structurally similar but functionally distinct number, the EIN, for their own tax identification.
Formula
An SSN has no checksum digit โ there is no mathematical formula that validates whether a given 9-digit sequence is a genuine, error-free number the way Aadhaar's Verhoeff algorithm or a credit card's Luhn check does. Instead, validation relies on structural exclusion rules set by the SSA:
- The area number (first 3 digits) cannot be
000,666, or fall in the range900โ999. - The group number (middle 2 digits) cannot be
00. - The serial number (last 4 digits) cannot be
0000.
A number that passes these structural checks is plausible, not verified โ actual issuance can only be confirmed against SSA records, which validator tools don't have access to.
Worked Example
A structurally valid but entirely fictional example: 078-05-1120, displayed with dashes separating the area, group, and serial segments.
Key Things to Know
- No checksum: SSNs cannot be mathematically verified the way Aadhaar or credit card numbers can โ only structural plausibility can be checked, via the SSN Validator.
- Post-2011 randomization: since June 2011, the SSA assigns area numbers randomly rather than by geography, so the first three digits no longer indicate the holder's state of origin.
- Reserved ranges are excluded:
000,666, and900โ999area numbers have never been issued and always indicate an invalid SSN. - Distinct from EIN: an SSN identifies an individual; an EIN identifies a business. Sole proprietors may use either for certain tax filings.
- Sensitive data: because SSNs are used so widely for identity verification, exposure enables identity theft โ always mask or encrypt stored values.
- Related to Medicare: the Medicare ID (MBI) was introduced specifically to remove SSNs from Medicare cards after decades of SSN-based Health Insurance Claim Numbers.
Frequently Asked Questions