Georgia (Country) Personal Number Validator

Validate the format of a Georgian 11-digit personal number

Ad placeholder (leaderboard)

The Georgian personal number (პირადი ნომერი) is the 11-digit identifier issued by Georgia’s Public Service Development Agency. It appears on the national ID card and passport and is used everywhere from bank onboarding to eGov portals. This tool validates the structural format of a personal number — length, numeric content and leading-digit rule — entirely inside your browser.

How it works

A valid Georgian personal number must satisfy three structural rules:

  1. After stripping spaces and dashes, it must contain exactly 11 characters.
  2. Every character must be a digit 09.
  3. The leading digit must not be 0, because issued numbers are not zero-padded.

Georgia does not publish an official public check-digit formula for the personal number, so the validator deliberately stops at structural checks rather than inventing a checksum that would produce false results. If all three rules pass, the format is valid.

Example

Input:  01024056789   →  invalid (leading zero)
Input:  21024056789    →  valid format (11 digits, non-zero lead)
Input:  2102405678      →  invalid (only 10 digits)

Notes

A “valid format” result confirms the value could be a personal number — it does not confirm the number is registered to a real individual; only the Public Service Development Agency can do that. Because all processing is local, the tool is safe to use for HR, banking and KYC pre-checks where personal data must not leave the device.

Ad placeholder (rectangle)