How to Calculate the Area of Polygon in ArcMap
First, open up an ArcGIS session and load in the polygon data you want to calculate the area on. Make sure your data is in a projection system.Next, select the polygon file that you want to calculate area on and right click. This will open up a menu of options for that layer. Select the “Open Attribute Table” to open up the associate attribute data for your polygon layer.

In the upper left hand corner of the attribute table window, click on the Table Options icon to open up the menu options. Select the “add field” option.

When the “add field” dialogue box appears, type in the name of the field that will store the area values (e.g. name it “area”). Select “double” as the field type. Next, set your precision and scale values. Precision is the total number of digits that can be stored in the field, counting on both sides of the decimal place. A precision of 3 means that there can be at maximum number of digits can be 3. Scale for floating and double fields is the number of digits to the right of the decimal place. It is always better to overestimate the fields to avoid truncation of your values. Enter your values and hit the “OK” button to add the new field.

Right click on the new field and select the “calculate geometry” option on the menu. Click “Yes” to move past the editing session warning that pops up.

If you are working in a geographic coordinate system, you will not be able to calculate geometry. The calculate area and perimeter options will be disabled. ArcGIS uses planimetric algorithms to calculate geometry such as area and perimeter.


Finally, select the units you want the area calculation to be in. The units available for selection will be compatible with the PCS units. If you want acreage, make sure your PCS is in feet and then select the acreage option in the drop down for units.
Hit the “OK” button to run the area geometry calculation.

The area calculation will then run and your area field will be populated with the area values.
copy from : https://www.gislounge.com/calculating-polygon-area-in-arcmap/