NTP Stratum Levels Explained: From Stratum 0 to 16

By Richard DEMONGEOT | April 15, 2026 | Reading time: 10 min
NTP stratum hierarchy diagram: Stratum 0 (atomic clock, GPS satellite, DCF77/WWVB), Stratum 1 (directly connected), Stratum 2 (public NTP pool), Stratum 3 to 15 (client devices), Stratum 16 (unsynchronized)

The full NTP hierarchy: from Stratum 0 (physical sources) to Stratum 16 (unsynchronized).

The Network Time Protocol (NTP) organizes time servers into a 16-level hierarchy called stratums (or strata in Latin plural). Each level indicates how far a server sits from the absolute reference source — an atomic clock or a GPS receiver. The lower the number, the closer the server is to the source and the higher its accuracy.

This page covers every stratum level, their typical accuracy, their role in the NTP architecture, and answers the most common questions: do I need Stratum 1 or Stratum 2? what does Stratum 16 mean? how do I check a server's stratum?

Overview: the full NTP hierarchy

NTP propagates time using a hierarchical master-slave model: each server gets its time from one or more servers at the immediately upper level, then redistributes it to its own clients. The deeper you go in the hierarchy, the larger the client base but the lower the accuracy.

NTP stratum hierarchy

Stratum 0
Atomic clocks, GPS, radio signals
Physical reference sources — not NTP servers
Stratum 1
Servers directly connected to Stratum 0
Typical accuracy: 1 to 10 microseconds — PPS, serial, GPS card
Stratum 2
Servers synchronized with one or more Stratum 1
Typical accuracy: 100 µs to 1 ms — most public servers
Stratum 3−15
Cascading chain of servers and clients
Accuracy: a few ms to several tens of ms depending on the level
Stratum 16
Unsynchronized — invalid source
Special value: the server must not be used as a reference

Accuracy by stratum (summary table)

Stratum Source Typical accuracy Use case
Stratum 0 Atomic clock, GPS, DCF77, WWVB 1 ns — 1 µs Physical reference (not NTP)
Stratum 1 Direct connection to Stratum 0 (PPS, serial) 1 — 10 µs HF trading, broadcast, metrology
Stratum 2 NTP over one or more Stratum 1 servers 100 µs — 1 ms Public servers (pool.ntp.org), datacenters
Stratum 3 NTP over a Stratum 2 1 — 10 ms Enterprise servers, Active Directory
Stratum 4 NTP over a Stratum 3 5 — 20 ms Workstations, IoT, home routers
Stratum 5−15 Deep cascade (rare in practice) > 20 ms Internal propagation on very large networks
Stratum 16 Unsynchronized (special value) Invalid server, ignored by clients

Stratum 0: physical reference sources

Stratum 0 sources are not NTP servers in the strict sense: they are physical devices that provide an absolute time signal. No NTP client can connect to them over the network — they feed a Stratum 1 server through a local link (USB, GPIO, RS-232, PPS).

  • Atomic clocks — cesium, rubidium, atomic fountains, hydrogen masers. Nanosecond-level accuracy over millions of years. Used in national metrology institutes (PTB, OBSPM, NIST).
  • GNSS receivers (GPS, Galileo, GLONASS) — each satellite carries atomic clocks, and the PPS (Pulse Per Second) signal delivered by the receiver offers sub-microsecond accuracy.
  • Time and frequency radio signals — DCF77 (Germany, 77.5 kHz), MSF (UK), WWVB (USA), JJY (Japan). They broadcast legal time from a national atomic clock.

Stratum 1: directly connected servers

A Stratum 1 server is an NTP server directly coupled to a Stratum 0 source through a local interface. It does not get its time from the network: it reads it straight from the hardware. This proximity guarantees accuracy in the microsecond range, with no dependency on the network or other servers.

Common setups include:

  • Raspberry Pi + USB GPS module with PPS output — affordable (under $100) and accurate
  • x86 server + PCIe GPS card — used in datacenters
  • Dedicated time appliance (Meinberg, Microchip, Orolia) — metrology and industrial use
  • DCF77 / MSF receiver — alternative to GPS for buildings without sky view

Stratum 2: the most common level

A Stratum 2 server synchronizes with one or more Stratum 1 servers using NTP over UDP (port 123). This is the most widespread setup because it requires no specialized hardware: an ntpd or chronyd daemon is enough.

Nearly all public servers on the pool.ntp.org network are Stratum 2 or Stratum 3. They are synchronized with Stratum 1 servers operated by metrology institutes, universities, telecom operators or hosting providers like RDEM Systems, which announces its Stratum 2 nodes from its own autonomous network AS206014.

Stratum 3 to 15: the cascading chain

Levels Stratum 3 to 15 correspond to servers synchronizing with a server at the immediately upper level. Each hop adds latency and jitter, progressively degrading accuracy. In practice, beyond Stratum 4, accuracy is already significantly impacted by the accumulated imprecisions.

Typical architectures include:

  • Stratum 3 — internal enterprise servers, Active Directory domain controllers, NAS
  • Stratum 4 — workstations, network gear (routers, switches), IoT
  • Stratum 5 and beyond — extremely rare in practice. Only very large hierarchical networks (telecom operators, global clouds) ever reach these levels.

Stratum 16: unsynchronized

Stratum 16 is not a "real" level in the hierarchy: it is a special value meaning an NTP server is not synchronized and must not be used as a time source. A server may advertise Stratum 16 because:

  • it has just started and has not yet validated its peers;
  • it lost its time source (GPS failure, unreachable peer);
  • the NTP selection algorithm rejected all its sources (falsetickers);
  • the daemon was just restarted and has not yet reached the synchronized state.

NTP clients automatically ignore servers advertising Stratum 16: they are never selected as sources, even if they respond faster than others.

Accuracy degradation per level

Precision degradation chart from Stratum 0 to Stratum 15 on a logarithmic scale, from 1 nanosecond to more than 500 milliseconds, with atomic precision, financial trading and general applications zones

Typical accuracy per stratum level on a logarithmic scale from 1 ns to 1 s.

Three factors degrade accuracy at each NTP hop:

  1. Round-trip delay — NTP estimates latency and divides it by two to compute the offset, but asymmetric latency biases that estimate.
  2. Jitter — the variation of that latency between requests, which makes the estimate less reliable.
  3. Local oscillator drift — between syncs, the server clock drifts slightly and must be compensated.

The typical rule of thumb is a 10× factor per hop over the Internet, and 2 to 3× on a high-quality LAN. A Stratum 1 at 1 µs can therefore feed a Stratum 2 at 10 µs on a LAN, then a Stratum 3 at 1 ms over the Internet.

To measure the actual degradation seen by your NTP clients, an NTP synchronization audit traces offset, dispersion and stability of each peer over 24 to 48 h — which is often when an unexpected Stratum 4 at the end of the chain turns up.

Stratum 1 vs Stratum 2: which one?

This is the most common question when designing enterprise time infrastructure. The answer depends on the accuracy you need, how much dependence on third-party servers you can accept, and your hardware budget.

Visual comparison Stratum 1 vs Stratum 2: on the left a server directly connected to a GPS satellite via PPS (accuracy < 10 µs), on the right a server connected with NTP over UDP to a Stratum 1 (accuracy ~100 µs)

Stratum 1 vs Stratum 2 — which option fits your use case.

Stratum 1 — direct GPS connection

  • Accuracy: 1 to 10 µs
  • Source: local GPS PPS
  • Total network independence
  • Dedicated hardware (GPS, antenna, PC)
  • Cost: $100 to several $k

Recommended for:

High-frequency trading, broadcast, metrology, isolated industrial networks, legally timestamped security systems.

Stratum 2 — software NTP

  • Accuracy: 100 µs to 1 ms
  • Source: several Stratum 1 peers
  • No specialized hardware
  • Set up in a few minutes
  • Cost: $0 (free software)

Recommended for:

Active Directory, application servers, logging, PKI timestamping, VoIP, almost every enterprise use case.

How to check a server's stratum

Three tools let you display the stratum of a server or its peers:

With ntpq (ntpd)

$ ntpq -p
     remote           refid      st t when poll reach   delay   offset  jitter
==============================================================================
*ntp1.rdem-syste .PPS.            1 u   32   64  377    2.145   -0.021   0.087
+ntp2.rdem-syste 192.168.10.1     2 u   29   64  377    2.210    0.045   0.102
 ntp3.example.ne .POOL.          16 u    -   64    0    0.000    0.000   0.000

The st column shows the stratum. The character in front of the server name indicates its state: * (selected), + (valid candidate), - (rejected), space (unused, often stratum 16).

With chronyc (chrony)

$ chronyc sources -v
MS Name/IP address         Stratum Poll Reach LastRx Last sample
===============================================================================
^* ntp1.rdem-systems.com         1   6   377    42   -12us[ -15us] +/-  1.2ms
^+ ntp2.rdem-systems.com         2   6   377    39   +45us[ +42us] +/-  2.1ms

Query a server without changing the clock

$ ntpdate -q ntp1.rdem-systems.com
server 185.45.160.11, stratum 2, offset -0.000421, delay 0.02810
15 Apr 10:23:14 ntpdate[4532]: adjust time server 185.45.160.11 offset -0.000421 sec

Frequently asked questions

Do "stratum" and "strata" mean the same thing?

Yes. Stratum is the singular form (from Latin), strata is the correct Latin plural. NTP documentation also commonly uses the anglicized plural stratums. All three terms refer to the same hierarchical levels.

Why 16 levels and not more?

The stratum field in the NTP header is 8 bits but the protocol intentionally limits usable values: 0 for physical sources, 1 through 15 for servers, 16 to signal an unsynchronized server. This limit prevents chains that are too deep and would propagate too much error.

Can a Stratum 2 server become a Stratum 1?

No, not automatically. Stratum is determined by the type of source: Stratum 1 requires a direct connection to a Stratum 0 source (GPS, atomic clock). A server with only NTP peers as sources can never drop below Stratum 2.

My server shows Stratum 16, what should I do?

Check that the daemon is running (systemctl status ntpd), that the peers are reachable (ntpq -p), that UDP port 123 is not blocked by a firewall, and wait a few minutes: NTP needs several exchanges with each peer before it validates a source.

Does NTS change anything about the stratum hierarchy?

No. NTS (Network Time Security) adds a cryptographic authentication layer to NTP exchanges but does not change the stratum logic. An NTS server can be Stratum 1, 2, 3, etc. just like any plain NTP server.

Going further

Free NTP Tools

Three independent tools to diagnose your time synchronization: