Coordinate Reference Systems in QGIS
A CRS defines how coordinates on the Earth's surface are represented. Two datasets with different CRS values will not align on the map even if they cover the same area. QGIS can reproject data on the fly, but for best performance you should reproject your data to a consistent CRS.
| CRS | EPSG code | Use when |
|---|---|---|
| WGS 84 | EPSG:4326 | Global, GPS data, lat/lon coordinates |
| Web Mercator | EPSG:3857 | Web maps, basemaps (OpenStreetMap) |
| British National Grid | EPSG:27700 | UK data |
| UTM zones | EPSG:326xx | Regional metric work |
| ETRS89 | EPSG:4258 | European datasets |
Set the project CRS in QGIS
- 1
Open project properties
Project → Properties → CRS tab. Or click the CRS indicator in the status bar at the bottom right.
- 2
Search for your CRS
Type the EPSG code (e.g.
4326) or the CRS name. Select from the results and click OK. - 3
Enable on-the-fly reprojection
QGIS enables on-the-fly reprojection automatically — layers with different CRS are reprojected to the project CRS for display. This is enabled by default.
Permanently reproject a layer
For best performance, reproject your data to the project CRS rather than relying on on-the-fly reprojection: