What Is RTK GNSS? Centimeter-Accurate Surveying, Explained
RTK GNSS (Real-Time Kinematic satellite positioning) is the technique that turns ordinary satellite navigation, which is accurate to a few meters, into a measurement tool accurate to a few centimeters, in real time, in the field. It is the backbone of modern land surveying, construction stakeout, and precision agriculture. This article explains how it works without assuming you have ever touched a survey rod.
How GNSS positioning works
GNSS stands for Global Navigation Satellite System, the umbrella term for GPS (US), GLONASS (Russia), Galileo (EU), and BeiDou (China). Each satellite continuously broadcasts a timestamped radio signal. Your receiver measures how long each signal took to arrive, converts that to a distance, and solves for its position by intersecting distances from at least four satellites.
The catch is that the signal does not travel undisturbed. Several error sources stack up before it reaches your antenna:
- Ionospheric and tropospheric delay. Charged particles and weather in the atmosphere slow and bend the signal unpredictably. This is the largest single error source.
- Satellite clock and orbit errors. The broadcast timestamp and orbital position are slightly wrong.
- Multipath. Signals bounce off buildings, vehicles, and terrain before reaching the antenna, adding false path length.
- Receiver noise. Cheap antennas and electronics add their own measurement jitter.
Add these up and a standalone receiver lands somewhere in the 2 to 10 meter range. Good enough for driving directions; useless for setting a property corner.
How RTK corrections work
RTK's core insight is that most of those errors are shared. A receiver a few kilometers away sees nearly the same atmospheric delay and the same satellite clock errors you do. So RTK uses two receivers:
- A base station sits on a known, fixed coordinate. Because it knows exactly where it is, it can compute how wrong each satellite measurement is at any instant.
- A rover (the receiver you carry) receives those error measurements, called corrections, over a radio link or the internet and subtracts them from its own observations.
The second ingredient is carrier phase measurement. Instead of only timing the coded signal, an RTK receiver counts cycles of the underlying carrier wave itself, which has a wavelength of about 19 centimeters. Measuring a fraction of a wave gives millimeter-level resolution. The hard part is that the receiver initially does not know how many whole wavelengths lie between it and the satellite. Solving that "integer ambiguity" is the mathematical heart of RTK.
Fix states: single, float, and fixed
Your rover reports which stage of that solution it has reached, and the difference matters enormously in practice.
| Fix state | What it means | Typical accuracy |
|---|---|---|
| Single | No corrections applied; standalone GNSS only | Meters |
| Float | Corrections applied, but integer ambiguities not yet resolved | Decimeters |
| Fixed | Ambiguities resolved; full RTK solution | 1–3 cm |
Surveyors generally record positions only in a fixed state. A float solution can look temptingly precise on screen while quietly being 30 centimeters off, which is why good field software logs the fix type, RMS error estimates, and correction age alongside every point rather than just the coordinate.
What is NTRIP?
Historically the base station sent corrections to the rover over a UHF radio. Today most corrections travel over the internet using NTRIP (Networked Transport of RTCM via Internet Protocol). An NTRIP "caster" is a server that relays correction streams from base stations; your rover connects to it through your phone's data connection, picks a stream (a "mountpoint"), and starts receiving corrections within seconds.
The practical upside is that you may not need to own a base station at all. Many government and community networks stream corrections for free. We cover where to find them in our guide to free NTRIP casters and state CORS networks.
What accuracy can you expect?
With a fixed solution, a clear sky view, and a base within roughly 30 kilometers, RTK typically delivers 1 to 3 centimeters horizontally, with vertical accuracy somewhat looser. Accuracy degrades as the baseline (the distance to the base station) grows, and tree canopy, buildings, and multipath can knock a receiver out of fixed mode entirely. RTK is not magic; it is very good error cancellation that works best under open sky.
What RTK is used for
- Boundary surveying. Locating and setting property corners, where centimeters have legal weight.
- Topographic surveys. Collecting ground shots to build surfaces, contours, and site plans.
- Stakeout. The reverse problem: navigating to a designed coordinate and marking it on the ground for construction.
- Drone ground control points (GCPs). Measuring targets that anchor photogrammetry and LiDAR flights to real-world coordinates.
- GIS and asset mapping. Recording utility, infrastructure, and environmental features at survey grade.
What RTK costs today
RTK gear was once a five-figure commitment, but that floor has collapsed: as of mid-2026 there are survey-grade RTK receivers well under $1,000, which we break down in our budget RTK receiver roundup. And because most rovers stream standard NMEA data over Bluetooth, the phone already in your pocket can serve as the field controller; see how iPhone GPS accuracy compares and how to pair an RTK receiver.
The pieces you need are simple: a rover, a correction source, and field software that treats fix state and metadata honestly. That last piece is exactly what we are building.
Open Survey is in development
We're building a free, open-source surveying app for iPhone and iPad — built-in GPS to centimeter RTK, with a browser workspace and no paywalled linework. Learn more and follow along →