Network conditions: Override the user agent string

Dale St. Marthe
Dale St. Marthe

Overview

Use the Network conditions panel to override the user agent string and emulate different network speeds.

Overriding the user agent string changes how the browser identifies itself to web servers. This means the browser can simulate earlier versions or different browsers entirely, which is useful for testing responsive design, compatibility, and feature detection.

Note that overriding the user agent string does not change how Chrome browser functions internally, it changes content that Chrome is served.

Open the Network conditions panel

Open Network conditions panel from the Network panel, or manually through DevTools.

To use the Network panel to open the Network conditions panel, follow these steps:

  1. Open DevTools.
  2. Go to the Network panel.
  3. Click the network_manage More network conditions button to open the Network conditions panel.
The 'More network conditions' button highlighted and the Network conditions panel is open.
Figure 1. The Network panel and the Network conditions panel

To open Network conditions panel manually:

  1. Open DevTools.
  2. Open the Command menu by pressing:

    • macOS: Command+Shift+P
    • Windows, Linux, ChromeOS: Control+Shift+P
      Command Menu with 'Network conditions' entered.
      Figure 2. The Command Menu
  3. Start typing Network conditions, select Show Network conditions, and press Enter. DevTools displays the Network conditions panel at the bottom of your DevTools window.

Alternatively, in the top right corner, select more_vert More options > More tools > Network conditions.

Override the user agent string

To override the user agent string from the Network conditions panel, follow these steps:

  1. Open the Network conditions panel.
  2. In the User agent section disable the Use browser default checkbox.

    Disabling 'Use browser default.'
    Figure 3. Disabling Use browser default
  3. Select a user agent string from the list, or enter your own custom string.

  4. Refresh the page to view results.

Edit user-agent client hints

The Network conditions panel lets you customize the User-Agent Client Hints of a selected user agent string.

To use this feature, follow these steps:

  1. Select a user agent string from the list, or enter your own custom string.
  2. Click the arrow_drop_downUser agent client hints drop-down. A form will appear with the relevant values autofilled.

    The User-Agent Client Hints form.
    Figure 4. The User Agent Client Hints form
  3. Edit the form by clicking deletedelete to delete items, and Add brand to add to the User agent and Full version lists.

  4. When done, click the Update button at the bottom of the form.

  5. Refresh the page to view results.

Throttle the network speed

To throttle the network speed from the Network conditions panel click the Network throttling list, then select either Fast 3G, Slow 3G or offline.

Network throttling dropdown in the Network conditions panel.
Figure 5. Network throttling list in the Network conditions panel

Additionally, the Network panel lets you throttle network speed in a similar way, just open the Network panel and select the speed you want from the Throttle list in the action bar.

Network throttling dropdown in the Network panel.
Figure 6. Network throttling list in the Network panel

You can also use the Performance panel to throttle network speed. Open the Performance panel, click settingsSettings and then select Fast 3G or Slow 3G from the Network list.

Network throttling dropdown in the Performance panel.
Figure 7. Network throttling list in the Performance panel

Set your own custom network throttling parameters by creating a Network Throttling Profile. To learn how, see Throttling.