Google Cloud Ping Test

Find your closest, lowest-latency Google Cloud region. Measure real RTT to every Google Cloud region from your browser. No CLI, no install, no GCP account.

41 Google Cloud regions measured · browser-based · no signup

41regions
  • Google Cloud
    africa-south1
    africa-south1Johannesburg, ZA
  • Google Cloud
    asia-east1
    asia-east1Changhua, TW
  • Google Cloud
    asia-east2
    asia-east2Hong Kong, HK
  • Google Cloud
    asia-northeast1
    asia-northeast1Tokyo, JP
  • Google Cloud
    asia-northeast2
    asia-northeast2Osaka, JP
  • Google Cloud
    asia-northeast3
    asia-northeast3Seoul, KR
  • Google Cloud
    asia-south1
    asia-south1Mumbai, IN
  • Google Cloud
    asia-south2
    asia-south2Delhi, IN
  • Google Cloud
    asia-southeast1
    asia-southeast1Jurong West, SG
  • Google Cloud
    asia-southeast2
    asia-southeast2Jakarta, ID
  • Google Cloud
    australia-southeast1
    australia-southeast1Sydney, AU
  • Google Cloud
    australia-southeast2
    australia-southeast2Melbourne, AU
  • Google Cloud
    europe-central2
    europe-central2Warsaw, PL
  • Google Cloud
    europe-north1
    europe-north1Hamina, FI
  • Google Cloud
    europe-southwest1
    europe-southwest1Madrid, ES
  • Google Cloud
    europe-west1
    europe-west1St. Ghislain, BE
  • Google Cloud
    europe-west10
    europe-west10Berlin, DE
  • Google Cloud
    europe-west12
    europe-west12Turin, IT
  • Google Cloud
    europe-west2
    europe-west2London, UK
  • Google Cloud
    europe-west3
    europe-west3Frankfurt, DE
  • Google Cloud
    europe-west4
    europe-west4Eemshaven, NL
  • Google Cloud
    europe-west6
    europe-west6Zurich, CH
  • Google Cloud
    europe-west8
    europe-west8Milan, IT
  • Google Cloud
    europe-west9
    europe-west9Paris, FR
  • Google Cloud
    me-central1
    me-central1Doha, QA
  • Google Cloud
    me-central2
    me-central2Dammam, SA
  • Google Cloud
    me-west1
    me-west1Tel Aviv, IL
  • Google Cloud
    northamerica-northeast1
    northamerica-northeast1Montreal, CA
  • Google Cloud
    northamerica-northeast2
    northamerica-northeast2Toronto, CA
  • Google Cloud
    northamerica-south1
    northamerica-south1Querétaro, MX
  • Google Cloud
    southamerica-east1
    southamerica-east1São Paulo, BR
  • Google Cloud
    southamerica-west1
    southamerica-west1Santiago, CL
  • Google Cloud
    us-central1
    us-central1Council Bluffs, US
  • Google Cloud
    us-east1
    us-east1Moncks Corner, US
  • Google Cloud
    us-east4
    us-east4Ashburn, US
  • Google Cloud
    us-east5
    us-east5Columbus, US
  • Google Cloud
    us-south1
    us-south1Dallas, US
  • Google Cloud
    us-west1
    us-west1The Dalles, US
  • Google Cloud
    us-west2
    us-west2Los Angeles, US
  • Google Cloud
    us-west3
    us-west3Salt Lake City, US
  • Google Cloud
    us-west4
    us-west4Las Vegas, US

Frequently asked questions

Everything below is the precise methodology behind the numbers on this page.

What is a Google Cloud ping test?
A Google Cloud ping test measures the round-trip latency between your browser and a Google Cloud public endpoint in each region. Unlike ICMP ping (which browsers can't send), it issues HTTPS HEAD requests so it works without local tools or a GCP project. Lower numbers point to the Google Cloud region that will give your users the lowest latency for Cloud Run, GKE, Cloud SQL, and similar workloads.
How does this Google Cloud ping test measure latency?
regionping pings the regional Cloud Run API endpoint (https://{region}-run.googleapis.com) for each Google Cloud region — the same hostname Cloud Run, Cloud Functions, and several other Google APIs use, so the latency you measure here closely tracks what your future workloads will see from the same network path. The browser sends one warmup HEAD request, then five timed HEAD samples, drops the high and low, and reports the median of three. Up to 16 regions are measured in parallel.
How does regionping measure latency?
Your browser sends one warmup HEAD request per region to prime DNS, TCP, and TLS, then issues five timed HEAD requests. The highest and lowest samples are dropped and the median of the remaining three is shown. Up to 16 regions are measured in parallel.
Why are the numbers higher than what ICMP ping shows?
regionping runs inside a browser, which cannot send ICMP packets. Every sample is an HTTPS HEAD request, so the measured time includes TCP and TLS overhead. Expect regionping numbers to sit roughly 10–30 ms above ICMP ping from the same machine. The ordering between regions is still faithful, which is what matters when choosing one.
Which cloud providers and regions are supported?
AWS (32 regions), Google Cloud (41 regions), Azure (40 regions), Oracle Cloud (37 regions), DigitalOcean (10 regions), IBM Cloud (12 regions), Alibaba Cloud (29 regions), Linode (21 regions), OVHcloud (8 regions), Vultr (10 regions), Hetzner (3 regions), Huawei Cloud (26 regions), Exoscale (7 regions), Scaleway (4 regions), Gcore (3 regions), and Contabo (3 regions). 286 public regions in total.
What do the green, yellow, and red latency values mean?
Green (under 80 ms) is what you want for interactive workloads — API calls, real-time messaging, game servers. Yellow (80–149 ms) is acceptable for most web apps but noticeable in chatty request patterns. Red (150 ms and above) signals a region that is likely far from your network path; usable for batch and background jobs but a poor choice for anything user-interactive.
Why did a region return “failed”?
Most common causes, in roughly decreasing order of likelihood: a corporate firewall or enterprise proxy blocking the provider domain, an active VPN routing the request through a path that drops it, ISP-level blocks on cloud object-storage hostnames, the provider not yet deploying (or having deprecated) the public endpoint in that region, or a browser extension such as an ad blocker or privacy tool intercepting the request. Failures are surfaced explicitly instead of hidden so you can cross-check from a different network.