Dead Reckoning Calculator
Determine ocean current set (direction) and drift (speed) by comparing your DR position to an actual fix.
DR Position (Where You Expected to Be)
Fix Position (Where You Actually Are)
How to Use This Dead Reckoning Calculator
- Enter your DR position — this is where your course, speed, and time calculations predicted you would be. Use any consistent coordinate frame (X = East, Y = North in nautical miles).
- Enter your fix position — this is your actual observed position from GPS, celestial fix, radar fix, or visual bearing. Use the same coordinate frame as your DR position.
- Enter the elapsed time — the time in hours between when you started from the known position and when you took the fix.
- Read the results — the set (direction) and drift (speed) describe the current vector that caused the difference between your predicted and actual positions.
Understanding Dead Reckoning and Set & Drift
Dead reckoning (DR) is the fundamental navigation method of estimating position by advancing a known position using course, speed, and time. The term likely derives from "deduced reckoning," abbreviated in early logbooks as "ded. reckoning." It is the oldest systematic navigation technique, used by Phoenician sailors, Polynesian wayfinders, and Columbus alike.
The Set and Drift Vector
The difference between where dead reckoning says you should be and where you actually are reveals the set and drift of the current. This calculator computes:
Set = atan2(dX, dY) Drift = sqrt(dX² + dY²) / time
Where set is the compass direction the current flows toward (measured in degrees true), and drift is the current speed in knots. The displacement vector from DR to fix position represents the cumulative effect of the current over the elapsed time.
Why Dead Reckoning Matters
Despite the ubiquity of GPS, dead reckoning remains a critical skill. GPS signals can be blocked, jammed, or spoofed. Electronic systems fail. In military operations, GPS denial is a deliberate tactic. The US Navy requires all surface warfare officers to maintain proficiency in manual DR navigation. Submarines navigating under ice must rely on inertial navigation (a sophisticated form of DR) for extended periods without GPS access.
Sources of DR Error
Dead reckoning positions degrade over time because they cannot account for unknown external forces. The primary sources of DR error are: ocean currents (set and drift), wind-induced leeway (sideways drift), compass errors (variation and deviation), speed measurement errors (from log or GPS speed over ground vs speed through water), and steering errors. Even small errors compound — a 1-degree heading error produces a 1 nautical mile lateral offset after just 60 nautical miles of travel.
Correcting for Current
Once set and drift are known, navigators can adjust their heading to counteract the current. Using vector addition, the navigator steers a course that, when combined with the current vector, produces the desired track over ground. This is sometimes called "crabbing" into the current. Modern electronic chart systems (ECDIS) can apply current corrections automatically, but understanding the underlying vector geometry remains essential for backup navigation.
Historical Significance
The history of navigation is largely the history of improving dead reckoning. The magnetic compass (12th century), the chip log for speed measurement (16th century), the chronometer for longitude (18th century), and the gyrocompass (20th century) all represent advances in making DR more accurate. The development of celestial navigation provided a means to periodically correct DR positions. Today, GPS has largely replaced celestial fixes, but the fundamental DR process — advance your position, take a fix, compute the error, apply a correction — remains unchanged.