Skip to main content

Missä Verkkotyypissä Olet?

View your network connection type, effective speed estimate, and round-trip time — all detected locally via the Network Information API without any installation.

This tool reads network connection metadata via navigator.connection, including connection type (wifi, cellular, ethernet), effective type (4g, 3g, 2g), estimated downlink speed in Mbps, and round-trip time (RTT) in milliseconds.

The effective connection type (ECT) is determined by the browser based on recent network performance, not the physical connection type. A slow Wi-Fi connection may report as '2g' effective type.

Mitä Tuloksesi Tarkoittavat?

Result Range Meaning
Hyvä Effective type '4g', RTT under 100 ms Your connection is performing well with low latency and high bandwidth. Suitable for streaming, video calls, and real-time applications.
Varoitus Effective type '3g' or RTT 100–300 ms Moderate connection quality. Web pages will load with noticeable delay and video may buffer. Adequate for basic browsing and messaging.
Huono Effective type '2g' or 'slow-2g', RTT above 300 ms Very slow connection. Pages will take a long time to load, video streaming is not feasible, and real-time applications will not function properly.

Yleiset Ongelmat ja Ratkaisut

Network info shows 'Not Supported' or is unavailable

The Network Information API is supported in Chrome and Edge on Android and desktop. Safari, Firefox, and iOS browsers do not support this API. There is no workaround for unsupported browsers.

Connection type shows 'wifi' but effective type shows '2g'

The effective type reflects actual network performance, not physical connection. Your Wi-Fi may have a weak signal, high congestion, or a slow internet plan. Try moving closer to your router or switching to a less congested channel.

Liittyvät työkalut

Usein kysytyt kysymykset

How does the network info tool work?

It reads properties from navigator.connection (the NetworkInformation API), which the browser populates based on the underlying connection type and recent network performance measurements. The data updates automatically as conditions change.

What is the difference between connection type and effective type?

Connection type describes the physical medium (wifi, cellular, ethernet, bluetooth). Effective type (4g, 3g, 2g, slow-2g) describes actual performance based on recent RTT and downlink measurements. A cellular connection can have '4g' effective type, while a congested Wi-Fi might show '3g'.

How accurate is the estimated downlink speed?

The downlink estimate is a rough approximation based on recent transfer observations, rounded to the nearest 25 Kbps. It is useful for adaptive content loading but not a substitute for a dedicated speed test. Run a download speed test for precise measurements.

Is any network information sent to a server?

No. All network data is read locally from browser APIs. No connection details, IP addresses, or any other information are transmitted or stored externally. Everything is displayed only in your browser.