Intermittent internet connectivity is harder to diagnose than a complete outage. The connection works, then fails for seconds or minutes. A browser may recover before anyone can investigate. That makes careful evidence more useful than repeated reboots.

This guide explains a safe way to isolate the fault. You will compare wired and wireless devices, record exact timestamps, test packet loss, check DNS, review modem signals, and consider routing. The goal is not to guess whether the provider, router, Wi-Fi, or a local device is responsible. The goal is to narrow the fault and preserve evidence for escalation.
Define intermittent internet connectivity symptoms
First, define what “the internet is down” means. A web page may fail while an email application still works. A video call may freeze because of packet loss even though a speed test looks normal. DNS may fail while existing connections continue. Intermittent internet connectivity can therefore produce different symptoms on different devices.
Keep a simple incident log. Record the local time, affected device, connection type, application, and recovery time. Include whether other users noticed the same issue. Also note changes such as a storm, power event, VPN connection, large upload, or equipment restart.
- Time: Use the device’s local clock and include the time zone.
- Scope: Record one device, several devices, one office, or every location.
- Symptom: Note slow loading, timeouts, frozen calls, failed name lookups, or full disconnection.
- Duration: Estimate how long the failure lasted.
- Recovery: State whether it recovered alone or required a reconnect or restart.
Exact times let a technician compare client logs, router events, modem records, and provider measurements. Google’s structured troubleshooting guidance also emphasizes evidence, hypotheses, and controlled tests.
Test intermittent internet connectivity across wired and wireless links
A wired test helps separate an internet-path problem from a Wi-Fi problem. Connect a laptop directly to the router or network switch with a known-good Ethernet cable. Avoid changing several network settings during the test.
If the wired device remains stable while wireless devices disconnect, investigate Wi-Fi coverage, interference, access-point load, roaming, or wireless driver behavior. Check whether the problem occurs in one room or across the entire building. A nearby microwave, dense construction, or congested channel can affect wireless performance without affecting Ethernet.
When both wired and wireless devices fail at the same time, look farther upstream. The router, modem, provider circuit, DNS service, or an upstream route may be involved. However, do not treat this comparison as proof. A single faulty cable, network switch, or overloaded access point can mislead the test.
Test more than one device
Use at least two devices when practical. One affected computer may have a failing adapter, incorrect proxy settings, a local security product, or a damaged network stack. If only one device fails, compare its IP address, gateway, DNS servers, and connection status with a working device.
For a broader isolation workflow, see router issues that can resemble provider outages. Make changes only after recording the existing configuration.
Check packet loss, latency, and the default gateway
Packet loss means data sent across the network does not reach its destination or does not return in time. Small amounts can create audio gaps, frozen remote sessions, and repeated page loads. Latency measures delay. A connection can have acceptable speed but still perform poorly when delay or loss increases. During intermittent internet connectivity, compare results from normal and failed periods.
Run tests during a failure and during a normal period. Start with the local gateway, which is usually the router’s private IP address. Then test a reliable external IP address and, if needed, a known hostname. The exact command differs by operating system.
ping
ping
ping
Replace the placeholders with values from your network. Do not assume a public host will answer ping requests. Some systems block or rate-limit them. A failed ping alone does not prove that the internet is unavailable.
- Gateway loss: Points toward the device, cable, switch, access point, or local router path.
- Gateway works, external IP fails: Suggests a modem, router WAN path, provider, or upstream routing issue.
- External IP works, hostname fails: Suggests DNS resolution trouble.
- All pings work but applications fail: Consider HTTPS, proxy, firewall, VPN, application, or server-specific problems.
Run a short, time-limited test rather than leaving continuous traffic running without a reason. Save the output with timestamps. Packet loss tests can also miss brief failures, so align them with the incident log.
Separate intermittent connectivity from DNS failures
DNS, or the Domain Name System, translates names such as a website address into IP addresses. When DNS fails, applications may report that the internet is down even though the underlying route still works. This is different from intermittent internet connectivity caused by packet loss or a broken link.
During an incident, compare a hostname test with an IP-address test. Then inspect which DNS servers the device received from DHCP, the service that assigns local network settings. Check whether every device uses the same DNS servers. A single computer may have a stale manual entry or a local filtering agent.
DNS results can also vary by location and provider. A lookup may succeed for one name but fail for another. Record the hostname, answer, response time, and time of the test. Avoid changing DNS servers as a first response, especially on a business network where filtering and internal names may depend on the current service.
For a layered explanation of DNS, network, and application faults, read the DNS, network, and application troubleshooting guide. Cloudflare’s DNS overview provides useful background on resolution, records, and nameservers.
Review modem signals and router events
A modem or gateway may show signal levels, registration status, error counters, and connection history. The labels depend on the provider and device type. Cable systems often show downstream and upstream information. Fiber equipment may expose different optical or link details. Do not compare readings to generic internet charts without the provider’s documented ranges.
Look for events that match your timestamps. Examples include loss of registration, link renegotiation, authentication failure, DHCP renewal problems, or repeated WAN reconnects. A log entry close to an outage is valuable, but it still needs interpretation. Clock differences can make events appear earlier or later than they occurred.
Also inspect the router’s WAN address, gateway, uptime, CPU or memory warnings, and recent configuration changes. If the router restarts, record its uptime before making another change. A power supply, overheating, firmware fault, or overloaded feature can cause short interruptions.
Never factory-reset a business modem or router merely to test it. That can remove VLAN settings, firewall rules, VPN parameters, port forwarding, or provider-specific configuration. Export a configuration only when the device and support process permit it, and protect that file because it may contain sensitive information.
Consider routing, VPNs, and path-specific failures
Routing determines where traffic travels between your network and a destination. A route can fail for one service, region, or provider while other websites continue working. This pattern differs from a complete local outage.
Compare several destinations. Test a business application, a general website, and a service hosted by a different provider. If one destination fails consistently, capture the destination, time, and application error. A path test may show where delay begins, but intermediate routers sometimes hide or deprioritize diagnostic traffic. Treat the result as a clue rather than a final verdict.
VPNs add another route and policy layer. Disconnect an approved business VPN briefly, if company policy allows, and compare results. A VPN can change DNS servers, send all traffic through a remote gateway, or restrict certain destinations. Document the before-and-after state. Never bypass security controls or disable endpoint protection without authorization.
Network address translation, or NAT, lets private devices share a public address. It can affect session tracking and traffic flows. Cloudflare’s NAT explanation is a useful reference when a problem appears limited to particular sessions or services.
Build evidence before escalating
Escalation works best when the request describes a pattern instead of saying only “the internet keeps dropping.” Send a concise timeline and identify the tests that changed during each event. For intermittent internet connectivity, evidence should show what failed, when it failed, and whether the failure affected wired and wireless devices.
- List affected devices, locations, and connection types.
- Include at least three incident timestamps when available.
- State whether the gateway, external IP, and hostname tests succeeded.
- Attach relevant ping or lookup output with sensitive addresses redacted when appropriate.
- Record modem status, signal pages, event messages, and router uptime.
- Note whether a wired device failed at the same time as wireless devices.
- Describe any VPN, firewall, DNS, cabling, or configuration changes.
- Preserve the exact error message and affected application.
Keep original logs unchanged. Add notes in a separate file so a technician can distinguish raw evidence from interpretation. Provider support may ask for the modem’s serial number, circuit identifier, or account details. Share those through the provider’s approved channel, not a public ticket or unsecured message.
When to request technical help
Request help when the pattern remains unclear, the outage affects several users, or tests point toward provider equipment, routing, firewall policy, or a business-critical service. Professional assistance can correlate timestamps, inspect managed network devices, review packet captures safely, and coordinate with the internet provider.
Tech Rescue Ops LLC can help organize remote evidence collection and isolate network, DNS, wireless, routing, and equipment issues without relying on guesswork. Bring the incident log and test results first. Good evidence shortens the path from recurring symptoms to a defensible next step.
