Skip to content
transform

Convert OSGB36 to WGS 84

Convert coordinates from OSGB36 (EPSG:4277) to WGS 84 (EPSG:4326) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.

Direct link to this transformation: epsgtransform.com/transform/epsg-4277-to-epsg-4326

About converting OSGB36 to WGS 84

OSGB36 (EPSG:4277) is Great Britain's classical datum on the Airy 1830 ellipsoid, realised through the retriangulation of 1936–1953. It underlies the Ordnance Survey National Grid (EPSG:27700) — so almost any British easting/northing ultimately ties back to it.

The simple Helmert transformations published by EPSG are accurate to a few metres at best, because OSGB36 contains regional distortions that no seven-parameter fit can capture. Ordnance Survey's official answer is the OSTN15 grid transformation, which reproduces the true relationship to about 0.1 m.

Use the Helmert for mapping and visualisation; use OSTN15 (in PROJ, QGIS or OS tools) whenever you need survey-grade results in Britain.

Why people convert EPSG:4277 to EPSG:4326

  • Plotting National Grid data on GPS-based web maps
  • Converting between OS map references and lat/lon
  • Migrating utilities and cadastral records to global frames
  • Checking handheld GPS positions against OS mapping

Try it: Big Ben, London

Input (EPSG:4277): -0.1246, 51.5007

Official EPSG transformations from OSGB36 to WGS 84

The EPSG Geodetic Parameter Dataset defines 9 transformations between OSGB36 (EPSG:4277) and WGS 84 (EPSG:4326). Each applies to a specific area — pick the one whose area of use covers your data.

OSGB36 to WGS 84 (7)

EPSG:5339±1 mBest accuracy
Method:
NTv2
Area of use:
UK - Great Britain onshore; Isle of Man
Scope:
(null/copy) Approximation for medium and low accuracy applications assuming equality between plate-fixed static and earth-fixed dynamic CRSs, ignoring static/dynamic CRS differences.

Grid file: OSTN02_NTv2.gsb

Parameter values taken from OSGB36 to ETRS89 (1) (tfm code 5338) assuming that ETRS89 is coincident with WGS 84 within the accuracy of the tfm.

OSGB36 to WGS 84 (9)

EPSG:7710±1 m
Method:
NTv2
Area of use:
UK - Britain and UKCS 49°45'N to 61°N, 9°W to 2°E
Scope:
(null/copy) Approximation for medium and low accuracy applications assuming equality between plate-fixed static and earth-fixed dynamic CRSs, ignoring static/dynamic CRS differences.

Grid file: OSTN15_NTv2_OSGBtoETRS.gsb

Parameter values taken from OSGB36 to ETRS89 (2) (tfm code 7709) assuming that ETRS89 is coincident with WGS 84 within the accuracy of the tfm. Replaces OSGB36 to WGS 84 (7) (tfm code 5339).

OSGB36 to WGS 84 (6)

EPSG:1314±2 m
Method:
Position Vector transformation (geog2D domain)
Area of use:
UK - Great Britain onshore and nearshore; Isle of Man
Scope:
Oil and gas exploration and production.
ParameterValueUnit
X-axis translation(tx)446.448metre
Y-axis translation(ty)-125.157metre
Z-axis translation(tz)542.06metre
X-axis rotation(rx)0.15arc-second
Y-axis rotation(ry)0.247arc-second
Z-axis rotation(rz)0.842arc-second
Scale difference(ds)-20.489parts per million

Commonly referred to as the "OSGB Petroleum transformation". For a more accurate transformation see ETRS89 to OSGB36 / British National Grid (3) (code 7953).

OSGB36 to WGS 84 (8)

EPSG:5622±3 m
Method:
Geocentric translations (geog2D domain)
Area of use:
UK - Wytch Farm
Scope:
Oil and gas exploration and production.
ParameterValueUnit
X-axis translation(tx)370.936metre
Y-axis translation(ty)-108.938metre
Z-axis translation(tz)435.682metre

Derived by CGG for 1994 3D seismic survey.

OSGB36 to WGS 84 (2)

EPSG:1196±10 m
Method:
Geocentric translations (geog2D domain)
Area of use:
UK - England
Scope:
Military survey.
ParameterValueUnit
X-axis translation(tx)371metre
Y-axis translation(ty)-112metre
Z-axis translation(tz)434metre

Derived at 24 stations. Accuracy 5m, 5m and 6m in X, Y and Z axes.

OSGB36 to WGS 84 (4)

EPSG:1198±18 m
Method:
Geocentric translations (geog2D domain)
Area of use:
UK - Scotland
Scope:
Military survey.
ParameterValueUnit
X-axis translation(tx)384metre
Y-axis translation(ty)-111metre
Z-axis translation(tz)425metre

Derived at 13 stations. Accuracy 10m in each axis.

OSGB36 to WGS 84 (1)

EPSG:1195±21 m
Method:
Geocentric translations (geog2D domain)
Area of use:
UK - Great Britain onshore and nearshore; Isle of Man
Scope:
Military survey.
ParameterValueUnit
X-axis translation(tx)375metre
Y-axis translation(ty)-111metre
Z-axis translation(tz)431metre

Derived at 38 stations. Accuracy 10m, 10m and 15m in X, Y and Z axes.

OSGB36 to WGS 84 (3)

EPSG:1197±21 m
Method:
Geocentric translations (geog2D domain)
Area of use:
UK - England and Wales, Isle of Man
Scope:
Military survey.
ParameterValueUnit
X-axis translation(tx)371metre
Y-axis translation(ty)-111metre
Z-axis translation(tz)434metre

Derived at 25 stations. Accuracy 10m, 10m and 15m in X, Y and Z axes.

OSGB36 to WGS 84 (5)

EPSG:1199±35 m
Method:
Geocentric translations (geog2D domain)
Area of use:
UK - Wales
Scope:
Military survey.
ParameterValueUnit
X-axis translation(tx)370metre
Y-axis translation(ty)-108metre
Z-axis translation(tz)434metre

Derived at 3 stations. Accuracy 20m in each axis.

Convert EPSG:4277 to EPSG:4326 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

transformer = Transformer.from_crs("EPSG:4277", "EPSG:4326", always_xy=True)
x, y = transformer.transform(-73.9857, 40.7484)
print(x, y)

Source: EPSG:4277OSGB36

geographic system using latitude and longitude on an ellipsoid · Area of use: UK - Britain and UKCS 49°45'N to 61°N, 9°W to 2°E

+proj=longlat +ellps=airy +no_defs +type=crs
More about EPSG:4277

Target: EPSG:4326WGS 84

geographic system using latitude and longitude on an ellipsoid · Area of use: World (by country)

+proj=longlat +datum=WGS84 +no_defs +type=crs
More about EPSG:4326

Frequently asked questions

How accurate is OSGB36 to WGS 84 without a grid file?
A single Helmert transformation is good to roughly 2–5 m depending on location, because OSGB36 is regionally distorted. The OSTN15 grid reduces that to about 10 cm.
Is British National Grid the same as OSGB36?
British National Grid (EPSG:27700) is the Transverse Mercator projection of the OSGB36 datum. Converting BNG eastings/northings to WGS 84 involves both unprojecting and the datum shift.
How accurate is converting OSGB36 to WGS 84?
The most accurate official EPSG transformation between these systems is accurate to about ±1 m within its stated area of use. Browser-based converters approximate datum shifts with Helmert parameters; for surveying-grade work apply the official transformation (including the grid-shift files listed below) in a desktop GIS.
Does my data leave the browser when I use this converter?
No. All coordinate transformations are computed locally in your browser using proj4js. The coordinates you enter are never transmitted to any server.
Need the reverse? Convert EPSG:4326 to EPSG:4277