192.168.100.1: cable modem diagnostics

192.168.100.1 is the management address built into almost every DOCSIS cable modem, including Arris and Motorola SURFboard units. It serves a diagnostic page showing downstream and upstream channel power, signal to noise ratio, and an event log, and it works even when the modem is in bridge mode.

private192.168.100.1

Operated by Your cable modem, per the DOCSIS specification.

Live data

Fetched now, cached at the edge
Classification
private (RFC 1918)

Private network. Used inside homes and offices, never routed on the internet. There is no registry entry, no reverse DNS and no reputation to look up for a reserved address, so this page shows the classification only.

Registry data from RDAP. Reverse DNS and blocklist checks over DNS-over-HTTPS. Run a full lookup on 192.168.100.1.

192.168.100.1 is the management address built into almost every DOCSIS cable modem, including Arris and Motorola SURFboard units. It serves a diagnostic page showing downstream and upstream channel power, signal to noise ratio, and an event log, and it works even when the modem is in bridge mode.

Why every cable modem uses the same address

The address comes from the DOCSIS specifications published by CableLabs, which designate a fixed CPE-side management address so that a technician or a subscriber can reach the modem without knowing anything about the network behind it. Vendors implemented it consistently, so an Arris SURFboard, a Motorola MB series, a Netgear CM series, and a Technicolor unit all answer on the same address.

That consistency is the useful part. Your router’s LAN address changes with the vendor and with your configuration. The modem’s does not.

Getting to it

  1. Connect a computer to the router, or directly to the modem’s Ethernet port if the router is off.
  2. Open http://192.168.100.1 in a browser.
  3. If the page does not load, set a temporary static address on your computer in the same subnet, for example 192.168.100.10 with mask 255.255.255.0, then try again.
  4. Look for pages named Status, Connection, Signal, or Cable Status depending on the vendor.
  5. Set your network settings back to automatic when you are finished.

The page is served over plain HTTP on most models, which browsers increasingly warn about. That warning is expected for a device with no public hostname and no certificate.

Reading the signal page

The tables that matter are downstream channels, upstream channels, and the event log.

Downstream power. Commonly cited targets for DOCSIS 3.0 QAM channels are between -7 and +7 dBmV, with values near 0 being ideal. Numbers well outside that suggest a splitter, a bad connector, or a long run of cable.

Signal to noise ratio. For 256-QAM downstream channels, above 33 dB is the usual threshold. Falling SNR with normal power often points at ingress noise from a damaged shield or a loose fitting.

Upstream transmit power. Between 35 and 51 dBmV is the range most operators treat as healthy. A modem transmitting near the top of its range is straining against attenuation somewhere on the line.

Correctables and uncorrectables. Small correctable counts are normal. A rising uncorrectable count alongside dropped connections is the evidence a support agent needs.

Event log. T3 and T4 timeout entries mean the modem lost contact with the head end. A cluster of them at the same time as an outage is worth screenshotting before you call.

When you see it

The address appears in ISP support scripts, in modem manuals, in forum posts asking why an internet connection drops every evening, and in the browser history of anyone who has argued with a cable company about line quality. It also appears in monitoring scripts that scrape the status page to graph signal levels over time.

What it is not

192.168.100.1 is not your router’s admin page. Settings such as Wi-Fi, port forwarding, and DHCP live on the router, usually at 192.168.1.1 or 192.168.0.1. It is not reachable from the internet, and it is not your public IP. On a combined modem and router unit supplied by an ISP, the diagnostic page may be merged into the main admin interface instead, so the address can redirect or fail. And a healthy signal page does not rule out a problem further upstream: measure the connection itself with /speed-test and the path with /traceroute.

Questions people ask

Why does 192.168.100.1 work when my router uses a different subnet?
The modem answers on that address regardless of your LAN addressing, and most modems accept the connection even though the subnets do not match. If it fails, temporarily give your computer a static address such as 192.168.100.10.
What are good signal levels?
Commonly cited targets for DOCSIS 3.0 are downstream power between -7 and +7 dBmV, downstream signal to noise ratio above 33 dB for 256-QAM, and upstream transmit power between 35 and 51 dBmV.
Do I need a password?
Usually not for the status pages. Some models require admin credentials for configuration sections, printed on the modem's label.
My router uses 192.168.100.x. Is that a problem?
It can be. If your LAN subnet overlaps the modem's management address, your devices may never reach the diagnostic page. Change the router's LAN subnet to something else.

Related

Last reviewed 2026-09-04. editorial