Quick summary
In QGIS, you can calculate the area of any polygon layer using the built-in Add Geometry Attributes tool in the Processing Toolbox, which appends area values directly to the layer's attribute table without any manual formulas. Once the tool runs, the computed area values are immediately available in the Attribute Table for use in analysis, reporting, or export.
Steps
- Open the Processing Toolbox from the right-side menu in QGIS.
- Use the search bar to find and select Add Geometry Attributes.
- In the Input Layer dropdown, choose your target polygon layer (e.g., barangays, parcels, or land use).
- Click Run to execute the tool and generate the output layer.
- Right-click the newly added layer in the Layers panel and select Open Attribute Table.
- Confirm that the area values are already calculated and available for use in the attribute table.
