Armenia’s public services number (Հանրային ծառայությունների համարանիշ, ՀԾՀ) — commonly referred to as the social security number — is a 10-digit identifier printed on the social card and national ID. It is required for employment, banking and eGov portals. This tool validates the structural format of that number entirely in your browser.
How it works
A valid Armenian public services number must satisfy three structural rules:
- After removing spaces and dashes, it must be exactly 10 characters long.
- Every character must be a digit
0–9. - The leading digit must not be 0, because issued numbers are not zero-padded.
Armenia does not publish an official public check-digit formula for the public services number, so the tool deliberately validates structure only instead of inventing a checksum that would flag valid numbers as invalid. If all three rules pass, the format is valid.
Example
Input: 0102405678 → invalid (leading zero)
Input: 5102405678 → valid format (10 digits, non-zero lead)
Input: 510240567 → invalid (only 9 digits)
Notes
A “valid format” result means the value could be a public services number — it does not confirm the number is assigned to a real individual; only Armenia’s authorities can confirm that. Because all processing happens locally, the tool is safe for HR, banking and KYC pre-checks where personal data must not leave the device.