Quick summary
QGIS provides a built-in Check Validity tool in the Processing Toolbox that scans polygon or line layers for geometry errors and outputs separate valid, invalid, and error-report layers. When invalid features are found, you can fix them manually using the Toggle Editing tool directly in QGIS.
Steps
- Open the Processing Toolbox from the right-side panel in QGIS.
- Use the search bar to find and select the Check Validity tool.
- In the dialog box that opens, select your polygon or line layer as the Input Layer.
- Choose a validation method — such as QGIS algorithm, GEOS, or another available option — based on your workflow needs.
- Click Run to execute the validity check.
- Review the three output layers: a valid layer, an invalid layer, and an error report. Use the Toggle Editing tool to manually fix any geometry errors found.
