Herramientas Guías
developer Gratis Sin registro

Probador de latencia de red

Mida la latencia de su red y la velocidad básica de descarga usando solicitudes HTTP reales.

Cargando la herramienta…

Acerca de esta herramienta

Ejecuta 5 solicitudes tipo ping a una CDN pública y mide el tiempo de ida y vuelta para darle la latencia mínima, máxima y promedio. También obtiene un archivo más grande para estimar la velocidad de descarga y muestra la información de conexión reportada por su navegador cuando está disponible. Nota: esto mide la latencia a servidores externos, no la velocidad nominal de su ISP.

Cómo usar

  1. 1 Paso 1: Haga clic en 'Start Test' para comenzar la medición de latencia.
  2. 2 Paso 2: Espere a que se completen las 5 solicitudes ping y vea los resultados mínimo/máximo/promedio.
  3. 3 Paso 3: Haga clic en 'Test Download Speed' para estimar su rendimiento de descarga.
  4. 4 Paso 4: Revise la calificación de calidad de conexión y la información de conexión del navegador.

What this tool actually measures

Despite the name "speed test," the most reliable number this tool gives you is latency — how long a tiny request takes to travel to a server and come back. It works by sending five real HTTP requests to a public CDN (specifically a small file hosted on unpkg.com) and timing each round trip with the browser's high-resolution performance.now() clock. Because these are genuine network requests to an external server, this tool does not run offline — disconnect your internet and every ping returns an error. That is the honest trade-off: to measure a network you have to use the network.

It is important to understand what the result is and isn't. The latency you see is the time to reach a particular CDN endpoint over the public internet, not a controlled measurement of your ISP's rated line speed. A dedicated service like a full broadband speed test spins up multiple parallel streams to a nearby server it controls; this tool makes single sequential requests to a shared third-party host. Treat the output as a quick, directional health check, not a contractual benchmark.

How the latency test works, step by step

When you click Start Latency Test, the tool runs five requests in sequence, pausing about 300 ms between them so they don't pile up. Each request carries a unique cache-busting query string (?_=timestamp_index) and is sent with cache: 'no-store', which forces the browser to actually hit the network instead of returning a cached copy that would report a misleadingly fast "0 ms." The requests use mode: 'no-cors', so the browser doesn't need permission from the server to complete the round trip — the tool only needs to know when the response arrived, not what it contained.

After all five complete, it reports three figures: the minimum (your best-case latency), the average, and the maximum. The spread between min and max is often more revealing than any single number — a tight cluster means a stable connection, while a wide gap signals jitter.

A worked example: reading your numbers

Suppose your five pings come back as 18, 22, 19, 64, and 21 milliseconds. The tool shows Min 18, Average 29, Max 64, and labels the quality based on the average. Its thresholds are concrete:

Average latencyRatingWhat it feels like
Under 20 msExcellentCompetitive gaming, video calls feel instant
20–49 msGoodSmooth for almost everything
50–99 msFairNoticeable lag in fast-paced games
100 ms and upPoorCalls stutter, web pages feel sluggish

In the example above the average is "Good," but that single 64 ms spike is the real story: it's jitter, the inconsistency that makes voice calls warble and game characters teleport. Run the test a few times — if the spike reappears, something on your path is intermittently congested.

The download estimate and browser connection info

The Test Download Speed button fetches the same CDN file once, measures how many bytes arrived and how long it took, and converts that to megabits per second with the formula bytes × 8 ÷ seconds ÷ 1,000,000. Because the file is small and it's a single stream over a shared host, this is explicitly a rough estimate — it will usually understate a fast connection, since a small download finishes before your link reaches full speed. For a true throughput figure, use a multi-stream broadband tester.

If your browser supports the Network Information API, the tool also displays its built-in connection hints: effectiveType (such as 4g), an estimated downlink in Mbps, the browser's own round-trip-time guess, and whether data-saver mode is on. These come straight from the browser's own estimates and appear only where the API is available — notably absent in Safari and Firefox.

Practical tips and common mistakes

  • Test on Wi-Fi and cable separately. High latency on Wi-Fi but low on Ethernet points at your local wireless, not your ISP. Move closer to the router and retest.
  • Close bandwidth-hungry tabs first. A running video stream or large upload inflates your latency reading. Quiet the network before measuring.
  • Run it more than once. A single bad ping can be a fluke. Three runs reveal whether a high number is the norm or an outlier.
  • Don't compare this to your plan's advertised speed. The download figure here is a single-stream estimate to a public CDN; mismatches with your "1 Gbps" plan are expected and not a sign something is broken.
  • Geography matters. Latency partly reflects physical distance to the CDN's nearest edge server. Someone far from a data centre will see higher baselines no matter how good their connection is.

Used the right way — as a fast, in-browser pulse check on responsiveness and stability — this tool answers the question that actually matters day to day: not "how big is my pipe," but "is my connection quick and consistent right now?"

Preguntas frecuentes

{# Alpine.js — self-hosted. (The previous jsdelivr CDN tag had a stale SRI integrity hash, so the browser refused to run it and window.Alpine was never defined — silently breaking every FAQ accordion and Alpine tool.) #}