Known Traveler Number Validator
Finance & Global IDsValidate a TSA PreCheck Known Traveler Number (KTN) or Global Entry PASSID format instantly. Checks the 9-digit structure. Free, client-side, no data stored.
Reviewed by the thecalcu.com team ยท Last updated July 25, 2026
What is a KTN?
A Known Traveler Number (KTN) validator checks whether a given KTN matches the expected format for US Trusted Traveler Programs, specifically the 9-digit numeric format used by TSA PreCheck, Global Entry, NEXUS, and SENTRI. The KTN, also called a PASSID for Global Entry members, is the identifier entered in airline booking profiles and reservation forms to receive TSA PreCheck on your boarding pass.
The KTN system was established to allow low-risk, pre-vetted travellers to pass through airport security without removing shoes, laptops, and liquids, and without going through full-body scanners. Millions of US travellers are enrolled in these programmes, and correctly entering the 9-digit KTN in their airline profile is the key step that makes the PreCheck indicator appear on the boarding pass. A single transposed digit means no PreCheck, a common and frustrating outcome that this validator helps prevent.
The standard format for all current Trusted Traveler programme identifiers is a 9-digit number: no letters, no hyphens, no spaces. The validator confirms this structure and also accepts alphanumeric identifiers in the 8โ12 character range for older NEXUS or SENTRI formats that may predate the current 9-digit standard. Use it alongside the US Passport Validator when verifying travel document details before an international trip.
Why Use a Known Traveler Number Validator?
A mistyped KTN in an airline profile causes the PreCheck indicator to be missing on every future booking until the error is caught and corrected. Since airlines typically pull KTN data from the traveller profile at the time of booking, not at check-in, the error may go unnoticed until the traveller arrives at a standard security line. Validating the format before entering it in an airline profile catches the most obvious errors: wrong length, accidental letters, missing digits.
Who Should Use This Validator?
Frequent flyers who are new to TSA PreCheck or Global Entry and are entering their KTN in multiple airline profiles for the first time can confirm the format is correct before saving it.
Corporate travel managers who maintain employee travel profiles for a company often input KTNs provided by employees. A quick format check confirms the number has not been transcribed incorrectly from the employee's enrolment confirmation.
Travel agencies booking business travel can validate KTNs provided by clients before adding them to passenger name records (PNR).
Developers building travel booking platforms that collect KTNs as part of the traveller profile can use the validator logic as a client-side input check.
What Insights Does the Known Traveler Number Validator Give You?
A valid result confirms the KTN is 9 digits (or a plausible alphanumeric format for legacy programmes) and notes that the format matches the TSA PreCheck / Global Entry PASSID standard. An invalid result gives the length of what was entered and notes the discrepancy, helping you identify whether a digit is missing, extra, or replaced with a letter.
The validator also notes in the result that this is a format check only, confirming you need to verify active enrolment through the CBP TTP portal if you have questions about membership status.
How to use this KTN calculator
- Find your KTN in your TSA PreCheck enrolment confirmation email, your CBP TTP account (ttp.cbp.dhs.gov), or the airline loyalty profile where you previously saved it.
- Enter the number in the Known Traveler Number (KTN) field.
- The result shows immediately: Valid for a correctly formatted 9-digit number, or Invalid with the specific issue.
- If valid, enter the exact same number in your airline profile under the "Known Traveler Number" or "TSA PreCheck" field.
- Book a flight and confirm the TSA PreCheck indicator (TSA PREโ) appears on your boarding pass.
Show formula & methodology โShow less โ
Formula & Methodology
The validator applies two pattern tests: Primary check (standard TSA PreCheck / Global Entry PASSID):/^\d{9}$/Exactly 9 digits, no letters, hyphens, or spaces. Secondary check (legacy alphanumeric formats):/^[A-Z0-9]{8,12}$/i8โ12 alphanumeric characters, for older NEXUS and SENTRI identifiers. If the primary check passes, the result is confirmed as a standard TSA PreCheck / Global Entry format. If only the secondary check passes, the result notes it may be a legacy or alternative programme format. Valid examples: -123456789, standard 9-digit KTN -987654321, standard 9-digit KTN Invalid examples: -12345678, 8 digits (one short) -1234567890, 10 digits (one too many) -ABC123456, contains letters (not valid for current standard)
Related Tools
You may also find these useful: NPI Number Validator, CUSIP / ISIN Validator.
Frequently Asked Questions