What Is a TLE?

A Two-Line Element set (TLE) is a standardized data format used to describe the orbital parameters of an Earth-orbiting object at a specific point in time called the epoch. Developed by NORAD and now maintained by sources like Celestrak and Space-Track, TLEs are the backbone of virtually every satellite tracking application in use today.

Every TLE consists of three lines: a title line and two data lines, each exactly 69 characters wide.

Anatomy of a TLE

Here's a sample TLE for the International Space Station:

ISS (ZARYA)
1 25544U 98067A   24001.50000000  .00010000  00000-0  20000-3 0  9991
2 25544  51.6400 340.0000 0001000 100.0000 260.0000 15.50000000000015

Line 1 Fields

  • Column 1: Line number (always 1)
  • Columns 3–7: Satellite catalog number (NORAD ID)
  • Column 8: Classification (U = Unclassified)
  • Columns 10–17: International Designator (launch year, launch number, piece)
  • Columns 19–32: Epoch — year and day-of-year with fractional day
  • Columns 34–43: First derivative of mean motion (ballistic drag term)
  • Columns 45–52: Second derivative of mean motion
  • Columns 54–61: BSTAR drag term (atmospheric drag coefficient)

Line 2 Fields

  • Columns 9–16: Inclination (degrees) — the tilt of the orbit relative to the equator
  • Columns 18–25: Right Ascension of Ascending Node (RAAN) — where the orbit crosses the equator going north
  • Columns 27–33: Eccentricity — how elliptical the orbit is (0 = circular)
  • Columns 35–42: Argument of Perigee — where the closest point of the orbit is
  • Columns 44–51: Mean Anomaly — the satellite's position along the orbit at epoch
  • Columns 53–63: Mean Motion — orbital revolutions per day
  • Columns 64–68: Revolution number at epoch

Why TLEs Expire

TLEs are not perfect predictors — they're snapshots. Several forces cause orbital elements to change over time:

  • Atmospheric drag — even at 400 km, trace atmosphere slows satellites and lowers their orbit
  • Solar radiation pressure — photons from the sun exert a tiny but measurable force
  • Gravitational perturbations — Earth isn't a perfect sphere; its bulge at the equator tugs on orbits
  • Thruster firings — for maneuvering satellites, a burn instantly invalidates the old TLE

As a rule of thumb, TLEs for the ISS should be refreshed at least every 2–3 days for precise predictions. For debris objects in decaying orbits, even hourly updates may be needed close to reentry.

Where to Get TLE Data

SourceCoverageAccess
Celestrak (celestrak.org)Active satellites, debris, stationsFree, no account needed
Space-Track (space-track.org)Full US Space Surveillance catalogFree with registration
AMSATAmateur radio satellitesFree

SGP4: The Math Behind the Prediction

TLEs are designed to be used with a specific propagation model called SGP4 (Simplified General Perturbations 4). Tracking software like Gpredict, Heavens-Above, and Stellarium all use SGP4 internally. Feeding a TLE into a different propagation model will produce incorrect results — the format and the math are inseparable.

Practical Takeaway

You don't need to decode TLEs by hand — your tracking software does that. But understanding what the numbers mean helps you interpret prediction accuracy, recognize when a TLE is stale, and troubleshoot when a satellite doesn't appear where expected. Always check your TLE epoch date before a critical observation session.