Quick summary
In QGIS, you can rename a column without editing the raw data by using the Refactor Fields tool inside the Processing Toolbox. This non-destructive method creates a new layer with your updated field name, preserving the original dataset.
Steps
- Open the Processing Toolbox from the right-side menu in QGIS.
- In the search bar, search for and select Refactor Fields.
- Choose your shapefile or dataset in the Input Layer field.
- In the table of fields, find the column you want to rename, then click and edit the name in the Field name column.
- Click Run to apply the changes.
- A new layer will be added — open its Attribute Table to verify the renamed column (e.g., id → ID).
