Egypt National ID decoder
Egypt’s 14-digit National ID (الرقم القومي) is a structured number, not a random sequence. Every digit block carries meaning, which is why a person’s date of birth, place of birth and gender can be read straight from the card. This decoder breaks the number into its parts and labels each one in both English and Arabic.
How it works
The 14 digits follow a fixed layout: [C][YYMMDD][GG][SSSG][V].
| Position | Field | Meaning |
|---|---|---|
| 1 | Century marker | 2 = born 1900–1999, 3 = born 2000–2099 |
| 2–7 | Date of birth | Two-digit year, month, day (YYMMDD) |
| 8–9 | Governorate | Code for the governorate of birth |
| 10–13 | Serial | Birth-order serial; the 13th digit’s parity gives gender (odd = male, even = female) |
| 14 | Check digit | Egypt’s algorithm is unpublished, so this is not verified |
The tool reconstructs the full year from the century marker, validates the date, maps the governorate code to a name, and reads the gender from the parity of the 13th digit.
Example
For 2 90 01 01 12 3456 7, the century marker 2 gives 1900s, so the date of birth is 1 January 1990. Governorate 12 is Dakahlia. The 13th digit is 6 (even) → Female. The decoder shows the full breakdown instantly.
Privacy-first: everything runs in your browser with no network requests. The decoder only interprets the structure — it never checks the number against any government database.