Azimuth, Inclination, and Deviation - The Measurement Framework of Directional Drilling
Directional drilling is navigation. The drill bit is a vehicle traveling through rock at depths where no direct observation is possible, and the only information available about its position comes from measurements made at intervals along the wellbore path. Understanding these measurements - what they physically represent, how they are calculated from raw sensor data, and how errors in their interpretation propagate into positional uncertainty - is not background knowledge for directional drillers. It is the operational foundation that determines whether a well lands in the target reservoir or misses by 100 ft.
1. The Three Survey Parameters - Physical Definitions and Measurement
1.1 Inclination - The Departure from Vertical
Inclination is the angle between the wellbore axis and the gravitational vertical, measured in degrees from 0° (perfectly vertical) to 90° (perfectly horizontal). It is determined by three orthogonal accelerometers in the MWD tool that measure the components of the gravitational acceleration vector in the tool's reference frame:
Inclination (I) = arccos(Gz / g)
Where:
Gz = accelerometer reading along the tool axis (parallel to wellbore)
g = total gravitational acceleration = sqrt(Gx^2 + Gy^2 + Gz^2) = 1.0 g (normalized)
Alternative form: I = arctan(sqrt(Gx^2 + Gy^2) / Gz)
Physical interpretation: At I = 0° (vertical), the full gravitational force acts along the tool axis (Gz = 1.0 g). At I = 90° (horizontal), no gravitational force acts along the tool axis (Gz = 0). The ratio of transverse to axial gravity components defines the inclination angle.
Worked measurement example:
MWD accelerometer readings: Gx = 0.383 g, Gy = 0.321 g, Gz = 0.866 g
Total g = sqrt(0.383^2 + 0.321^2 + 0.866^2) = sqrt(0.147 + 0.103 + 0.750) = sqrt(1.000) = 1.000 g
Inclination = arctan(sqrt(0.383^2 + 0.321^2) / 0.866) = arctan(sqrt(0.250) / 0.866) = arctan(0.500 / 0.866) = arctan(0.577) = 30.0°
1.2 Azimuth - The Horizontal Direction
Azimuth is the horizontal direction the wellbore is heading, measured clockwise from north (0-360°). Three reference systems are used, and confusing them is one of the most common survey errors in the field:
| Azimuth Reference | Definition | Used For | Conversion Required |
|---|---|---|---|
| Magnetic North (MN) | Direction to the Earth's magnetic north pole - what the magnetometer measures directly | Raw MWD sensor output | Must be corrected to True North before use in well planning |
| True North (TN) | Direction to the geographic North Pole - the axis of Earth's rotation | Standard for geological and survey work | Magnetic declination correction applied to convert from MN |
| Grid North (GN) | Direction of the vertical grid lines on the map projection being used (e.g., UTM) | Well planning, multi-well development, anti-collision | Grid convergence correction applied to convert from TN |
Azimuth correction chain:
Grid North Azimuth = Magnetic Azimuth + Magnetic Declination + Grid Convergence
Where:
Magnetic Declination = angle between True North and Magnetic North (from IGRF model)
Grid Convergence = angle between True North and Grid North (from map projection)
Example: Gulf of Mexico well, 2024
Magnetic Declination = -1.2° (magnetic north is 1.2° west of true north)
Grid Convergence = +0.8° (grid north is 0.8° east of true north)
Measured Magnetic Azimuth = 125.0°
True North Azimuth = 125.0 + (-1.2) = 123.8°
Grid Azimuth = 123.8 + 0.8 = 124.6° Grid North
The 1.4° difference between magnetic azimuth and grid azimuth translates to 24 ft of lateral error at 1,000 ft horizontal departure - significant for anti-collision in a congested platform environment.
How azimuth is calculated from magnetometer readings:
Magnetic Azimuth = arctan(Bx_corrected / By_corrected)
Where Bx_corrected and By_corrected are the Earth's magnetic field components in the horizontal plane after gravity correction:
Bx_corrected = Bx x cos(I) - Bz x sin(I) x cos(TF)
By_corrected = By x cos(I) - Bz x sin(I) x sin(TF)
TF = tool face angle
The quadrant (0-360°) is determined from the signs of both corrected components.
1.3 Deviation - The Accumulated Departure from Plan
Deviation is not a directly measured parameter - it is calculated from the survey measurements and describes the total horizontal departure from the surface location at any given measured depth. It is the output that tells you where the wellbore actually is in 3D space, combining the effects of inclination, azimuth, and measured depth along the entire trajectory.
The distinction between inclination and deviation is critical and frequently confused:
- Inclination is a local property - it tells you the angle of the wellbore at a specific depth point. A well can have 45° inclination at 5,000 ft and 10° inclination at 8,000 ft.
- Deviation is a cumulative property - it tells you the total horizontal displacement from the vertical at any depth. A well with only 10° average inclination but drilled to 15,000 ft may have 2,600 ft of horizontal deviation.
2. Survey Calculation Methods - From Measurements to Position
2.1 Minimum Curvature Method - The Industry Standard
The minimum curvature method assumes the wellbore follows a circular arc between survey stations. It is the most accurate standard calculation method and is used in all directional drilling software:
Step 1 - Calculate Dog Leg (DL) between stations:
DL = arccos[cos(I2-I1) - sin(I1) x sin(I2) x (1 - cos(A2-A1))]
Step 2 - Calculate Ratio Factor (RF):
RF = (2/DL) x tan(DL/2) when DL > 0, else RF = 1
Step 3 - Calculate position increments:
dNorth = (MD/2) x RF x [sin(I1) x cos(A1) + sin(I2) x cos(A2)]
dEast = (MD/2) x RF x [sin(I1) x sin(A1) + sin(I2) x sin(A2)]
dTVD = (MD/2) x RF x [cos(I1) + cos(I2)]
Where MD = course length between stations (ft), I = inclination, A = azimuth
Worked complete survey calculation:
| Parameter | Upper Station (MD = 4,500 ft) | Lower Station (MD = 4,590 ft) |
|---|---|---|
| Inclination (degrees) | 28.5° | 31.8° |
| Azimuth (degrees) | 132.0° | 135.5° |
Step 1 - Dog Leg:
DL = arccos[cos(31.8-28.5) - sin(28.5) x sin(31.8) x (1 - cos(135.5-132.0))]
= arccos[cos(3.3°) - sin(28.5°) x sin(31.8°) x (1 - cos(3.5°))]
= arccos[0.9983 - 0.4772 x 0.5270 x (1 - 0.9981)]
= arccos[0.9983 - 0.2515 x 0.00190]
= arccos[0.9983 - 0.000478] = arccos[0.9978] = 3.78° dog leg
DLS = 3.78° / 90 ft x 100 = 4.20°/100ft
Step 2 - Ratio Factor:
RF = (2/3.78°) x tan(3.78°/2) = 0.5291 x tan(1.89°) = 0.5291 x 0.03301 = 0.01747 ... converting to proper calculation:
DL in radians = 3.78° x pi/180 = 0.06597 radians
RF = (2/0.06597) x tan(0.06597/2) = 30.316 x tan(0.03299) = 30.316 x 0.03300 = 1.0004 (near 1.0 for small DL)
Step 3 - Position increments (MD = 90 ft):
dNorth = (90/2) x 1.0004 x [sin28.5° x cos132° + sin31.8° x cos135.5°]
= 45 x 1.0004 x [0.4772 x (-0.6691) + 0.5270 x (-0.7157)]
= 45.02 x [-0.3193 + (-0.3772)] = 45.02 x (-0.6965) = -31.35 ft North (i.e., 31.35 ft South)
dEast = (90/2) x 1.0004 x [sin28.5° x sin132° + sin31.8° x sin135.5°]
= 45.02 x [0.4772 x 0.7431 + 0.5270 x 0.6984]
= 45.02 x [0.3546 + 0.3680] = 45.02 x 0.7226 = +32.53 ft East
dTVD = (90/2) x 1.0004 x [cos28.5° + cos31.8°]
= 45.02 x [0.8788 + 0.8496] = 45.02 x 1.7284 = 77.82 ft TVD gained
3. The Survey Program - Frequency, Tools, and Quality Control
3.1 Survey Frequency Requirements
| Well Section | Standard Survey Interval | Enhanced Interval Required When |
|---|---|---|
| Vertical section (0-5° inclination) | Every 90-100 ft | Formation with strong walk tendency - reduce to 60 ft |
| Build section (active steering) | Every 90 ft (every stand) | Approach to anti-collision limit (SF <1.5) - reduce to 30 ft |
| Tangent/hold section | Every 90 ft | Reactive formation with strong steering tendency |
| Horizontal geosteering section | Every 90 ft (standard MWD update rate) | Thin reservoir (<20 ft pay) - use LWD real-time data between surveys |
3.2 Survey Quality Control - Magnetic Total Field Check
Every MWD survey station should be quality-controlled before accepting the measurements. The most important check is the magnetic total field verification:
Total magnetic field: B_total = sqrt(Bx^2 + By^2 + Bz^2)
Compare measured B_total against the reference value from IGRF model for the field location and date.
Acceptable tolerance: B_total within ±300 nT of IGRF reference value
Total gravity check: G_total = sqrt(Gx^2 + Gy^2 + Gz^2)
Should equal 1.000 g within ±0.005 g
Dip angle check: Dip = arctan(Bz_corrected / B_horizontal)
Should match IGRF reference dip angle within ±0.5°
If any check fails: DO NOT accept the survey. The raw data is corrupted by magnetic interference or tool malfunction. Run a repeat station before drilling ahead.
3.3 Survey Error Sources and Their Field Impact
| Error Source | Type | Effect on Well Position | Detection/Mitigation |
|---|---|---|---|
| Magnetic declination error | Systematic azimuth bias | Constant azimuth offset throughout entire well - proportional to horizontal departure. 1° error at 3,000 ft departure = 52 ft lateral error. | Use current IGRF model (updated annually). Verify declination value before spud. |
| Grid convergence not applied | Systematic azimuth bias | Same as declination error. At high latitudes (Alaska, North Sea), convergence can be 2-3°. | Calculate convergence for field coordinates. Apply to all survey azimuth values. |
| Accelerometer sag (BHA tool face rotation) | Systematic inclination bias in deviated wells | Inclination reads high or low depending on sag direction. 0.1° error at 10,000 ft section length = 17 ft TVD error. | Rigorous tool calibration. Use multi-station analysis (MSA) to detect and correct sag. |
| Adjacent casing magnetic interference | Local azimuth distortion | Azimuth error of 5-30° near casing shoe depth. Returns to normal below interference zone. | Gyroscope survey through affected interval. IFR (In-Field Referencing) to quantify local field anomaly. |
4. The Survey Report - Reading and Using the Data
4.1 The Survey Table - What Each Column Means
A directional survey report lists the wellbore position at every survey station. Understanding what each column represents is essential for verifying that the well is on trajectory:
| Column | Definition | Critical Range to Monitor |
|---|---|---|
| MD (Measured Depth) | Total pipe length from rotary table to survey station. Always > TVD in deviated wells. | Verify spacing vs previous station matches planned survey interval |
| INC (Inclination) | Angle from vertical at this station, degrees | Should follow build plan ± 0.5°/30m DLS tolerance |
| AZI (Azimuth) | Horizontal direction of wellbore at this station, degrees from Grid North | Should follow planned azimuth ± 2° in standard sections |
| TVD (True Vertical Depth) | Vertical depth below reference point (rotary table or sea level) | Compare to formation tops - confirms drilling rate relative to geological model |
| NS (North-South displacement) | Cumulative horizontal displacement northward (+) or southward (-) from surface location | Compare to planned NS at this depth - deviation from plan triggers corrective steering |
| EW (East-West displacement) | Cumulative horizontal displacement eastward (+) or westward (-) from surface location | Compare to planned EW at this depth |
| VS (Vertical Section) | Horizontal departure in the planned azimuth direction - projects 3D position onto 2D plan view | Primary plot for monitoring build and tangent section progress |
| DLS (Dogleg Severity) | Rate of combined inclination and azimuth change, °/100ft | Must remain below DLS limit of most restrictive component in BHA and completion design |
4.2 The Vertical Section Plot - The Primary Monitoring Tool
The vertical section (VS) is the projection of the 3D wellbore path onto a 2D vertical plane oriented in the planned azimuth direction. It shows TVD on the Y-axis and horizontal departure in the planned direction on the X-axis. This is the plot that most clearly shows whether the well is on plan, because it directly compares actual position to the planned trajectory at every survey station.
Vertical Section (ft) = NS x cos(VSA) + EW x sin(VSA)
Where VSA = Vertical Section Azimuth = planned azimuth direction (degrees from Grid North)
Example: Survey station NS = -180 ft, EW = +320 ft, planned azimuth = 125°:
VS = -180 x cos(125°) + 320 x sin(125°)
VS = -180 x (-0.5736) + 320 x (0.8192)
VS = 103.2 + 262.1 = 365.3 ft horizontal departure in the planned direction
Compare this to the planned VS at this TVD - if actual VS > planned VS, the well is ahead of plan; if less, behind plan.
5. Practical Application - Course Correction Decision Making
5.1 Identifying When Correction Is Required
The survey data at each station is compared to the planned trajectory. When the actual position deviates from plan, the directional driller must decide whether correction is required and calculate the steering parameters to achieve it. The correction decision is based on position error and the remaining capacity to correct before reaching the target:
| Deviation from Plan | Action Required | Urgency |
|---|---|---|
| TVD within ±5 ft of plan AND VS within ±15 ft of plan | Monitor - within acceptable tolerance for most wells | Low - continue standard operations |
| TVD or VS drifting consistently in one direction over 3+ consecutive surveys | Evaluate formation steering tendency. Plan minor correction at next build opportunity. | Moderate - address before deviation exceeds target tolerance |
| TVD or VS outside planned tolerance AND approaching target depth | Immediate correction required. Calculate required inclination and azimuth change to re-intersect target. | High - limited depth remaining to correct |
| Anti-collision SF approaching 1.5 due to trajectory drift | Increase survey frequency to 30 ft. Mandatory course correction before SF drops below 1.5. | Critical - safety requirement |
Conclusion
Azimuth, inclination, and deviation are not abstract measurements reported in a survey table - they are the physical coordinates of a wellbore traveling through rock. Every meter of horizontal departure, every foot of TVD gained, every degree of azimuth maintained is the direct result of measurements taken from accelerometers and magnetometers in an MWD tool, calculated using the minimum curvature method, corrected for magnetic declination and grid convergence, and quality-controlled against the IGRF reference field before being accepted as the basis for the next steering decision.
The engineer who understands this chain - from raw sensor reading to corrected survey to position calculation to steering decision - is the one who catches the 1.4° azimuth error before it becomes a 24 ft position error at 1,000 ft departure, and the 30 ft TVD deviation before the well misses the target reservoir. Survey quality control is not paperwork. It is the operational discipline that determines whether the well arrives where it was designed to go.
Want to access our survey calculation spreadsheet with minimum curvature method, quality control checks, and vertical section plotter, or discuss a specific survey interpretation challenge? Join our Telegram group for directional drilling discussions, or visit our YouTube channel for step-by-step tutorials on survey calculations and wellbore positioning.

0 Comments