Home Library Glossary Tracking & Space Surveillance Alpha-5
📡 Tracking & Space Surveillance

Alpha-5

Also known as: Alpha-5 Format, Alphanumeric Catalog Number

Quick answer

Alpha-5 is the scheme that lets a five-character TLE field carry catalogue numbers above 99,999: the first digit becomes a letter, so A0000 means 100000. It extends the classic TLE format's ceiling to 339,999 objects while newer data formats carry full numbers natively.

📘 Full definition✓ Reviewed 2026-09-07
Alpha-5 is the alphanumeric extension of the five-character satellite catalogue number field in the two-line element set. The TLE format, designed on punch cards, reserves exactly five characters for the NORAD catalogue number — an unmovable ceiling of 99,999 objects. As debris-generating events and mega-constellations pushed the public catalogue towards that limit, the US 18th Space Defense Squadron introduced Alpha-5: for numbers of 100,000 and above, the first character becomes a letter standing for the leading digits. A maps to 10, B to 11, and so on up to Z for 33 — with I and O skipped to avoid confusion with 1 and 0 — so A0000 decodes to 100000 and Z9999 to 339999. The letter substitution applies only in TLE lines; modern general-perturbations formats (OMM in JSON, XML or KVN) carry the full integer natively, which is why Alpha-5 is best understood as a bridge that keeps four decades of TLE-consuming software alive rather than a long-term fix. Every parser in a tracking pipeline must encode and decode it consistently — a system that reads A0001 as a malformed number will silently drop exactly the newest objects in the catalogue.
Encodes
100000–339999
in five TLE characters
Scheme
A=10 … Z=33
letters I and O skipped
Example
A0000 = 100000
first character is the letter
Objects catalogued
29,474

Understanding Alpha-5

Why the catalogue hit five digits

The catalogue number is issued sequentially as objects are identified, so its growth curve tells the story of the space age: it took nearly five decades to reach 40,000, then fragmentation events — the 2007 Fengyun-1C anti-satellite test and the 2009 Iridium–Cosmos collision chief among them — and the constellation boom accelerated it sharply. Numbers are consumed not only by satellites but by every tracked debris fragment, spent stage and mission-related object, plus analyst objects awaiting formal cataloguing. With single launches now releasing dozens of payloads and next-generation radars such as the Space Fence detecting ever-smaller fragments, the six-digit era arrived decades sooner than the TLE's designers imagined.

The decode table

TLE charactersDecodes toNote
00001–999991–99999classic numeric range, unchanged
A0000–A9999100000–109999A = 10
B0000–H9999110000–179999B–H = 11–17
J0000–N9999180000–229999I skipped (looks like 1)
P0000–Z9999230000–339999O skipped (looks like 0)
See it live Every object on this site is indexed by its catalogue number — browse the directory and watch the count climb towards the Alpha-5 range. Open the Satellite Directory →
📖 Learn More

Frequently Asked Questions

Because the TLE is a fixed-width format: every field sits at a hard-coded column position, and thousands of legacy systems parse it by column. Widening any field would break them all at once. Re-encoding the first character preserves the layout exactly, so old software keeps working on numeric IDs while updated software gains the extended range.
No. The catalogue number itself is unchanged — an object numbered 118274 keeps that identity everywhere. Only its representation inside the five-character TLE field changes, appearing as B8274. JSON, XML and KVN ephemeris products, and most modern APIs, show the plain integer.
Alpha-5 tops out at Z9999. Beyond that the TLE format has no headroom left, which is one reason tracking authorities are steering users towards the OMM (Orbit Mean-Elements Message) family of formats, whose catalogue-number field is not width-limited. Long before the ceiling is reached, most data exchange is expected to have migrated.

Sources & References

Definitions are reviewed against primary sources. Last reviewed: 2026-09-07.