# Internet Connection Monitor > Monitor your internet connection in real time. Get audio alerts when your connection drops or reconnects. Track uptime, downtime, and connection events. **Category:** Utility **Keywords:** internet, connection, monitor, online, offline, wifi, network, uptime, downtime, ping, connectivity, status, alert **URL:** https://complete.tools/internet-connection-monitor ## How it works The monitor uses two detection methods working together: **Browser Events:** The `navigator.onLine` API and window online/offline events provide instant detection when your device loses or regains network access. **Active Probing:** Every 5 seconds, the tool sends a lightweight HEAD request to the server with cache-busting to verify actual internet reachability. This catches cases where your device thinks it is connected but cannot actually reach the internet. **Uptime Calculation:** ``` Uptime % = (Total Online Duration / Total Monitoring Duration) x 100 ``` ## Who should use this - **Remote workers**: Know instantly when your connection drops during video calls or file uploads - **Wi-Fi troubleshooters**: Identify patterns in connection drops to diagnose spotty wireless issues - **Travelers**: Monitor unreliable hotel or airport Wi-Fi - **Streamers and gamers**: Keep an eye on connection stability during live sessions - **IT support**: Document connection reliability over time for troubleshooting reports ## How to use 1. Click "Start Monitoring" to begin tracking your connection 2. Leave the tab open while you work or browse 3. You will hear a descending tone when the connection drops and an ascending tone when it reconnects 4. Toggle sound alerts on or off at any time 5. Review the event log and statistics to see your connection history 6. Click "Stop Monitoring" when you are done ## Understanding the results - **Uptime %**: The percentage of monitored time your connection was active. 99%+ is excellent. - **Connection Drops**: How many times connectivity was lost. Frequent drops suggest an unstable connection. - **Round-Trip Time**: The latency reported by the Network Information API (available in Chrome-based browsers). Lower is better. - **Connection Type**: The effective connection type (4G, 3G, 2G) as estimated by the browser based on recent network performance. ## Frequently asked questions **Does this tool use any external servers?** No. The connectivity check pings the same server hosting this page. No data is sent to third parties. **Why does the connection quality section not appear?** Connection quality data comes from the Network Information API, which is currently supported in Chrome, Edge, and Opera. Firefox and Safari do not support it yet. **Can I use this on my phone?** Yes. The tool works on any modern mobile browser. Keep the tab active for best results, as background tabs may be throttled. **How accurate is the uptime percentage?** The monitor checks every 5 seconds, so very brief outages under 5 seconds may not be detected. For most practical purposes, this provides a reliable picture of your connection stability. --- *Generated from [complete.tools/internet-connection-monitor](https://complete.tools/internet-connection-monitor)*