laptop and a wrench

Bug

The Rotate tool in ArcGIS Pro automatically applies a 90-degree counterclockwise rotation on initial use.

ArcGIS Pro
Bug ID Number BUG-000171769
SubmittedOctober 25, 2024
Last ModifiedJune 2, 2025
Applies toArcGIS Pro
Version found3.3
Operating SystemWindows Server
Operating System Version2019 64 Bit
StatusAs Designed

Additional Information

When the point symbols are set to 'Vary symbology by attribute', the editing tools like Move and Rotate update an existing null rotation attribute to either 90 (for arithmetic rotation style) or 360 (for geographic style) to keep the symbol pointing up in the map. If the same field is used to set the rotation of a label, that same rotation is being applied to the label because it is following the point symbol. In this case, use the Maplex Label Engine and set a rotation expression using Arcade in the Rotation field expression box as follows: "IIF(IsEmpty($feature.Angle), $feature.Angle, $feature.Angle - 90)". Refer to https://pro.arcgis.com/en/pro-app/latest/help/mapping/text/labels-for-point-features.htm and https://pro.arcgis.com/en/pro-app/latest/help/mapping/text/set-label-rotation-using-a-numeric-field.htm for more information.

Workaround

Use the Maplex Label Engine and set a rotation expression using Arcade in the Rotation field expression box as follows: "IIF(IsEmpty($feature.Angle), $feature.Angle, $feature.Angle - 90)". Refer to https://pro.arcgis.com/en/pro-app/latest/help/mapping/text/labels-for-point-features.htm and https://pro.arcgis.com/en/pro-app/latest/help/mapping/text/set-label-rotation-using-a-numeric-field.htm for more information.

Steps to Reproduce

Bug ID: BUG-000171769

Software:

  • ArcGIS Pro

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options