Waymo Partners with Via to Bring Autonomous Vehicles to Phoenix Public Transit

Waymo Partners with Via to Bring Autonomous Vehicles to Phoenix Public Transit
source: gettyimages
September 18, 2025

Waymo is collaborating with the tech transit startup Via to incorporate autonomous vehicles into city public transit networks, starting in the growing suburb of Phoenix, Arizona. In Chandler, Arizona, Waymo’s robotaxis will soon become part of the Chandler Flex microtransit service.

The Chandler Flex app allows users to book shared rides that connect to Valley Metro bus routes, with upcoming integration of fully autonomous Waymo vehicles. The service operates from Monday to Friday, between 6AM and 9PM, offering affordable fares — $2 for regular riders, $1 for seniors and wheelchair users, and free for middle and high school students. Recently, Waymo introduced teen accounts in Phoenix, enabling kids as young as 14 to ride independently.

This partnership aims to expand access to Waymo’s driverless technology. Residents of Phoenix have been able to hail Waymo rides via the Waymo or Uber apps for years, with pricing comparable to traditional rideshare services. The low-cost, flat-fare, route-specific autonomous rides could bring this technology to a wider demographic, making it more accessible.

The Chandler Flex service utilizes Via’s innovative technology to tailor on-demand shared rides based on passenger demand. Via’s software helps transit officials create flexible routes while maintaining compliance with federal and accessibility reporting requirements. If successful, Waymo and Via plan to offer similar microtransit solutions in other cities.

This isn’t Waymo’s first venture into public transit. In the past year, it tested credit systems for riders transferring between robotaxis and transit stations in the San Francisco Bay Area and provided discounts to transit users in Los Angeles. However, some transport experts voice concerns that autonomous vehicles might reduce ridership for traditional transit, especially since many riders prefer direct, transfer-free journeys and lower-income commuters often find ridesharing unaffordable.

The microtransit model offers a promising way to mitigate these challenges by integrating autonomous vehicles into existing transit frameworks. Other companies, like Michigan-based May Mobility, have experimented with similar concepts, partnering with Via to serve communities such as Sun City, Arizona. Though the free trial offer has concluded, such initiatives exemplify ongoing efforts to blend autonomous technology with public transportation.

Follow topics and authors from this story to see more tailored updates in your feed and email notifications.

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 139 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) {
    id
    title
    text
    date
  }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) {
    id
    title
  }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) {
    id
    title
    domain
  }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) {
    id
    title
  }
}
{
  "id": 6643925,
  "domain": 6,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}