Qatari ID Number generator (Qatar)
A Qatari ID (QID) is eleven digits — a century digit, the birth year, the holder’s nationality as an ISO country code, and a five-digit serial. There is no public checksum. These test values are synthetic.
Synthetic · not collision-guaranteed Validate a number →
30052498105
Synthetic QID (format-valid; no public checksum exists). Not a real issued number.
Format specification
| Identifier | Qatari ID Number (QID) |
|---|---|
| Country | 🇶🇦 Qatar |
| Format | 00000000000 |
| Length | 11 characters |
| Checksum | None |
| Example | 32870610176 |
| Safe strategy | Synthetic |
| Data quality | Best-effort |
Qatari ID Number: what each part means
| 0 | Century of birth: 2 = born 1900s, 3 = 2000s. |
|---|---|
| 00 | Last two digits of the year of birth. |
| 000 | Nationality of the holder as an ISO 3166 numeric country code (e.g. 634 = Qatar). |
| 00000 | Five-digit serial number. |
Validation regex
Matches the canonical value — strip separators and uppercase first: value.replace(/[^A-Za-z0-9]/g, '').toUpperCase()
^[23]\d{10}$ References
Common questions
Will these pass my validation?
Yes — they are well-formed Qatari ID Number values (00000000000) and pass standard format checks.
Could one belong to a real person?
These are synthetic values. They are format-valid but not drawn from a guaranteed reserved range, so use them only for testing.
Can I generate many at once?
Increase the count, or use the free API and CSV/JSON export for large datasets.
For software testing only. These numbers are synthetic and must never be used
for real-world identification, applications, or to impersonate anyone.