Quick summary
In QGIS, you can calculate the area of a polygon by using the Field Calculator to create a new attribute field with the built-in $area expression. This method stores the computed area directly in the layer's attribute table, making spatial analysis fast and repeatable.
Steps
- Right-click your polygon layer and select Open Attribute Table.
- Click the Field Calculator icon in the dialog box.
- Check Create a new field to set up a new attribute column.
- Set the Field name to Area and the Field type to Decimal number (real).
- In the expression box, type the Area formula $area.
- Click OK to run the calculation.
- Confirm that the area of the polygon has been successfully calculated and saved to the attribute table.
