A map can show descriptive information about imagery and features configured to display in a pop-up. Pop-ups can bring focus to the attributes associated with each layer in the map, such as hiking trails, land use types, or unemployment rates. They can contain attachments, images, charts, and text, and they can link to external web pages.
For point layers with clustering enabled, you can also configure pop-ups for clusters.
In Map Viewer , the default pop-up appearance for a feature layer is a list of fields and values. The default pop-up appearance for an imagery layer is the pixel values. As a map owner, you can reconfigure the pop-ups to define the list of visible and hidden fields, and define how the information is presented. You can also add content to provide more meaning to the pop-up. For example, you can include a list of fields, provide an interactive experience using custom-formatted text and images, and show related records.
As a map author, the main decisions you'll make about pop-ups are what information is displayed and the best way to present it. For example, to show the public where they can swim, fish, and boat along the Mississippi Gulf Coast, you can configure pop-ups to show the address, type of access, and images of public access points. Even though the layer may have other fields regarding the location and type of point, you may not want to show them in the pop-up, as the public won't be interested and they detract from the more relevant information.
Depending on what you are trying to show in pop-ups for feature or imagery layers, you can choose from a variety of configuration options. These are described in the sections below.

Some configurations are illustrated in this map of California peaks. On the Contents (dark) toolbar, click the Layers pane and turn on one layer at a time to compare the configurations by clicking features on the map.
Layers can contain a large amount of feature data, and maps can include several layers, so pop-ups generally look better if you configure them with selected fields, formatting, media, and so on. Pop-ups are enabled on feature layers by default.
To remove pop-ups from a layer, complete the following steps:
You can explore maps, add and configure layers, and more without signing in. To save your work, sign in before creating a map.
to open the Layers pane, and select the layer that contains the feature data you want to show in a pop-up.
, and turn off the Enable pop-ups toggle button.
To enable pop-ups on a layer with pop-ups turned off, turn on the Enable pop-ups toggle button.
To configure pop-ups, complete the following steps:
You can use keyboard shortcuts to quickly complete common workflows in Map Viewer . To view the full list of keyboard shortcuts in Map Viewer , press Alt+? on Microsoft Windows or Option+? on Mac .
You can explore maps, add and configure layers, and more without signing in. To save your work, sign in before creating a map.
to open the Layers pane, and select the layer that contains the feature data you want to show in a pop-up.
.If the Ignore NoData toggle button is turned off, no pixel information will be displayed in the pop-up.
If the Display topmost item only toggle button is off, pixel information for all the mosaic dataset layers at the location will be displayed.

To display information derived from an ArcGIS Arcade expression in the pop-up title, add a new expression. The new expression appears in the list of fields.
For example, you want the title to show population by county. You can configure the title with a combination of static text and field values, such as typing Population for ; inserting the data's field value of county names ; typing the equal sign = ; and inserting another field value that shows population, . This configures the title as follows:
This provides a title in which the field values are substituted into the title, for example, Population for Clark County = 453099 .


If the feature layer includes attachments, they are automatically added to the pop-up under attachments. Attachments are supported as a related table to a feature class in a feature service.
handles to change the order in which the content appears.
and click Save to save the pop-up changes to the map.You can configure the field or fields you want to display by changing the display name and formatting the display properties.

To learn more about supported field types, see Date and time fields in ArcGIS Online .
You can use custom expressions written in the Arcade expression language when configuring pop-ups. Using expressions allows you to create and display new information from existing fields in the layer. For example, you can create an expression that converts values from feet to meters, or dynamically create a URL based on feature attributes. If an expression is available for the layer—for example, for labeling or styling—you can copy and reuse it in your pop-up configuration.
You can create expressions in pop-ups or use existing expressions created for the layer.
If you need help with any of the Arcade functions, click the arrow next to the function to see reference information about it.
Before closing the editor, give the Arcade expression a title that makes it easily identifiable in the list of fields.

The new expression is added to the Attribute expressions list. To edit it, select it from the list and make changes in the editor. To remove it, click Remove expression next to it. If you used a list of field attributes in the pop-ups, the new expression is added to the Fields list section, and you can change its formatting in the Fields pane.

When a feature layer includes attachments in its data, the attachments are added to the layer's pop-up. You can show the attachments as a list or in a gallery. You can also remove attachments from the pop-up. Clicking attachments in a pop-up opens the attachment in a new browser tab.
If pop-ups have not been previously configured for the layer and you are configuring the pop-ups in your map for the first time, Map Viewer automatically chooses the most appropriate display for your attachments.


and click Delete to remove attachments from the pop-up.
and click Save to save the pop-up changes to the map.You can include images in pop-ups by providing a URL to an image (PNG, JPEG, or GIF format). The images can include a title, caption, links to related websites, and alternative text.
For the best display, create images that are 400 pixels wide and optimized for web use. If the width of the image is less than 400 pixels, a white border is visible in the window. If the image is wider and not optimized for web use, the web browser automatically rescales the image and it may appear warped.
When adding images to pop-ups, you can set a refresh interval. This allows the pop-up to refresh and display a frequently updated image at a specific interval (in minutes). For example, you can use this option to refresh images captured by a traffic camera.


The caption appears below the title and above the image. It is useful for giving a short explanation of the image.



next to the item in the Media section and drag it to a new position if you have more than one image (or other media items) and want to change the order in which they appear in the pop-up.
and click Save to save the pop-up changes to the map.You can add charts to graphically display the values of numeric attribute fields. You can add bar charts, line charts, and pie charts.

The caption appears below the title and above the chart. It is useful for giving a short explanation of the data in the chart. You can include an indication of units for column, bar, or line charts in the chart description. A pie chart shows percentages when hovering over each segment.


to save a custom color and click Remove
to remove a saved color. Click Done when you are finished selecting a color.
Click Reset to default colors to return to the default chart colors at any time.
The values in this field are used to divide the value field to create ratios. Normalization ratios are useful when other factors influence the numerical values you are classifying and displaying. For example, population can be influenced by each county's size, so you can divide population by area to standardize the data. Data normalization is also useful for providing a meaningful comparison if the values in the fields do not use the same units of measurement.
next to the item in the Media section and drag it to a new position if you have more than one chart (or other media items) and want to change the order in which they appear in the pop-up.
and click Save to save the pop-up changes to the map.You can include text in pop-ups to add context and information.


To give you the most control and flexibility over your display, you can also use supported HTML in your pop-ups by clicking Source in the text editor.

In addition to using attribute expressions to return values that function like existing fields, you can use Arcade to create and define entire content elements in pop-ups. Using an Arcade element helps to avoid duplication of logic when working with multiple attribute expressions. Arcade elements allow you to define the data and other aspects of the element in a single expression.
Choose a template for rich text, chart, or fields list elements and create an Arcade expression that defines the element's content.

Click Suggestions and choose a template from the Templates tab to create the expression.
Arcade elements return a dictionary that defines your pop-up element. Templates help you get started with the correct dictionary structure. Learn more about the structure of pop-up elements and the pop-up element profile in Arcade .
Before closing the editor, give the Arcade element a title that makes it easily identifiable in the list of pop-up content elements.

Some layers you add to Map Viewer may contain preestablished relationships to other tables or layers through a common field. For example, a layer showing buildings may have a preestablished relationship to a table with information about each building's tenants. If your layers have relationships, you can configure pop-ups to display the related records.
You can create data relationships within geodatabases in ArcGIS Pro and publish the data to ArcGIS Online or ArcGIS Server (version 10.1 or later is required). Some of the analysis tools, such as Summarize Within , create relationships for you if you choose a field to group statistics. You cannot create relationships in Map Viewer pop-ups.
Map Viewer supports one-to-one and one-to-many relationships. To show related records in a table, the tables or layers that contain the related data must be added to the map.
Related records are only supported for hosted feature layers and table layers. It is best practice to configure pop-ups for both layers involved in the relationship.
To show related records in a pop-up, do the following:




Related records are now displayed in the pop-up when you or others click a feature on the map. To get information about a related record, click the arrow next to it in the pop-up. You can then click Select feature to zoom to and select the related feature and display its pop-up.