May 18, 2026
SIGNALDROP 1.1: THE WEIRD LITTLE MAC APP THAT CATCHES EVERY WIFI DROP
Last updated · By Jesse Meria
SignalDrop is a $4.99 macOS menu bar app that does what macOS itself has refused to do for 27 years: tell you the instant your WiFi disconnects. It runs on macOS 13 Ventura or later as a universal binary for Apple Silicon and Intel Macs. Version 1.1 adds a Network Insights window (⌘N) with three tabs — a nearby networks scanner with 38,000-entry IEEE OUI vendor lookup, a live RSSI / Noise / TX-rate signal graph with hover inspection, and a connection-history tab that exports an ISP-ready PDF outage receipt with your reliability grade, every disconnect, and a per-network rollup. No accounts. No analytics. No telemetry. Zero outbound network requests. Get SignalDrop on the Mac App Store →
SIGNALDROP — ON THE MAC APP STORE
macOS 13 Ventura or later · Universal binary (Apple Silicon + Intel) · $4.99 one-time
Get SignalDrop on the Mac App StoreWHY I BUILT A WIFI NOTIFIER FOR MACOS
I run Cafe Meria in Charlevoix, Michigan, and I run a handful of software projects from a desk in the same building. On a normal day, I'll be deep in a Zoom call with a partner or pushing a production deploy and the cafe WiFi will just… stop. No notification. No alert. No banner. Just a slow realization that the audio cut out a few minutes ago and the person on the other end has been talking to nothing.
The Mac's WiFi icon doesn't tell you when your connection drops. It goes from full bars to empty bars in silence. macOS has shipped WiFi since 1999 — twenty-seven years — and has never added a disconnect notification. The reasoning, I think, is that Apple wants the system to paper over network failures invisibly. Auto-reconnect handles most cases. The icon-only signal is supposed to be enough. And honestly, most of the time, it works.
But "most of the time" is doing a lot of heavy lifting in that sentence. When the WiFi does fail in a way auto-reconnect can't paper over, the experience is brutal. You're on a video call. The other person stops talking. You ask if they can hear you. Silence. You start typing in the chat. The chat doesn't send. You realize the WiFi has been down for ninety seconds. You Cmd-Tab to the WiFi menu, which now reads "Looking for networks…" You wait. Eventually it reconnects. You apologize. The other person is gracious. You feel like a moron.
This has happened to me, no exaggeration, hundreds of times. The full origin story — and the specific incident where I sat down and started writing Swift — is in the post Why I Built SignalDrop. Short version: I got tired of arguing with my ISP about outages I couldn't prove, and I built the receipt-generator I wished already existed.
WHAT MAKES SIGNALDROP A WEIRD LITTLE APP — AND WHY THAT'S THE POINT
SignalDrop is a weird app to exist in 2026. There are exactly three reasons no one else has built it, and all three are why it works.
One: The problem is invisible until it isn't. Most Mac users go weeks between disruptive outages. The problem doesn't sit in your face the way a slow app or a bad UI does. It only appears in the wreckage of a single missed meeting. So nobody scopes a project around it.
Two: The market is small. "People who care about WiFi reliability enough to install a $4.99 utility" is not a venture-scale audience. It's a small, motivated audience of remote workers, freelancers, cafe owners, podcasters, IT staff, and people who have lost an argument with Comcast. You can't build a startup around it. You can build a clean, well-made indie utility around it.
Three: macOS's APIs are quietly difficult. CoreWLAN is event-driven but its delegate callbacks go silent across sleep/wake and never recover on their own. You need to re-register events from NSWorkspace.didWakeNotification and run a periodic self-heal pass. You need to combine it with NWPathMonitor to detect the "connected to WiFi but no internet" state. You need to handle the macOS 14 Location Services permission for SSID access without breaking macOS 13 users. None of this is hard, individually. All of it is annoying, in aggregate. So the apps that exist in this space tend to be either scanners (NetSpot, iStumbler) or one-developer hobby projects that haven't been updated in years.
SignalDrop is the calm, premium, one-developer indie utility version of that idea. It does one job — track and document your Mac's WiFi reliability — and it does it without compromise: event-driven, no polling, no analytics, no accounts, local-only data, universal binary, signed and notarized, published on the Mac App Store. You pay $4.99 once. There's no upsell.
macOS has had WiFi since 1999. It still doesn't tell you when it drops. SignalDrop is the missing notification.
HOW TO PROVE A WIFI OUTAGE TO YOUR ISP
You need timestamped evidence collected on your end, because the ISP's own line tests almost always come back clean even when their service was actually down. The information asymmetry is the whole game. They have telemetry on their head-end equipment, on your modem's link state, on every PPPoE renegotiation. You have a fading memory that "the WiFi got weird around 10:14 this morning and again right after lunch." That's not a fight you win.
SignalDrop's Connection History tab solves this in one click. It generates a one-page PDF report with:
- Your reliability grade (A, B, C, D, or F) over 24 hours, 7 days, or 30 days
- Total uptime percentage
- Total outage count and total downtime in minutes
- Every outage with start time, duration, and SSID
- A per-network rollup so you can prove the outage was the ISP, not your router or a coffee-shop AP
- A timeline strip showing the distribution of outages across the period
Paste the PDF into your ISP's support chat, attach it to a credit-request email, or hand it to the technician they send out so they stop charging you $90 to tell you nothing is wrong. ISPs treat documented downtime very differently from anecdotal complaints. The dynamic shifts from "we have no record of any outage" to "let me check what credit we can issue."
This is the feature I personally use most. The math on it is also where the $4.99 stops being an expense and starts being leverage — a single documented outage credit usually pays for the app multiple times over.
If you want the deeper dive on the seven most common causes of Mac WiFi drops — with diagnostic steps for each — I wrote a full guide at Why your Mac silently drops WiFi (and how to catch it).
WHAT'S NEW IN SIGNALDROP 1.1
SignalDrop 1.1 is the biggest upgrade since launch. The 1.0 line was a single-purpose disconnect notifier with a per-network reliability log. 1.1 keeps all of that, fixes the rough edges, and adds the three things people asked for most: a real signal-strength graph, a nearby-networks view, and a printable outage report. They live in a new Network Insights window, opened with ⌘N.
The PDF ISP-ready receipt
The Connection History tab in 1.1 is a real reliability dashboard. Grade pill, uptime percentage, outage count, total downtime, timeline strip, per-network rollup, and a drill-in view that shows the 60 seconds of signal and internet-path events leading into every disconnect. The Export PDF button drops a one-page report ready to send to your ISP, your employer, or your coworking-space landlord. The grade pill has a hover tooltip that shows the math and tells you what you'd need to clear for the next grade up — A is 99.9% uptime, B is 99.5%, and so on.
The live signal graph
A real-time RSSI / Noise / TX-rate chart. Hover any point and the chart shows you the exact dBm, noise floor, signal-to-noise ratio, and link rate at that moment — the same data Apple Stocks shows you when you scrub a stock chart, but for your WiFi. Time-range presets are 1 minute, 5 minutes, 15 minutes, and 1 hour. There's a pause button for when you want to study a specific moment without it scrolling away. The whole chart is GPU-accelerated and runs at 1 Hz with no measurable battery impact.
The nearby networks scanner
A live scan of every access point your Mac can see, with vendor identification, band (2.4 / 5 / 6 GHz), channel, and security. The vendor column is powered by the full IEEE OUI registry — 38,000 entries including Apple, Cisco, TP-Link, Netgear, Ubiquiti, Google, Eero, Sagemcom, Arris, AVM, MikroTik, and a private-MAC detector that correctly flags iOS hotspot SSIDs and other privacy-randomized MACs. You can sort, filter by band, and the row corresponding to your connected network gets a "Connected" pill so you can spot it in a busy 20+ row scan.
Phantom-drop suppression
Most disconnect notifiers fire on every one-second flicker when your Mac roams between access points in a multi-AP environment (coworking space, hotel, conference center). SignalDrop 1.1 ignores drops shorter than a threshold you set — 5 seconds by default, tunable in Settings — across notifications, your reliability grade, and the per-network rollup. The raw events still land in the database so the ISP receipt can include them if you want, but the parts of the app you actually look at agree on what counts as a "real" outage. This was easily the most-requested change since launch.
Notification settings with quiet hours
A proper macOS preferences window (⌘,) with per-event toggles for Disconnect / Reconnect / Weak signal / Internet unreachable, minute-precision Quiet Hours that uniformly silence every category during the window, a sound toggle, and a "Send test notification" button so you can preview exactly what each alert looks like before it fires for real.
State-driven menu bar icon
The menu bar icon in 1.1 reflects the current WiFi state at a glance — filled WiFi glyph when connected with variable strength based on signal, exclamation glyph when WiFi is up but the internet is unreachable, slash glyph when WiFi is off, and a lock glyph when Location Services is denied (because macOS hides the SSID without that permission). No more wondering whether the icon means "connected" or "stuck."
Full VoiceOver accessibility
Every custom control in 1.1 has an accessibility label. VoiceOver now correctly speaks signal strength, tab names, toggle state, and the values in the signal graph. If you use macOS with VoiceOver — or you ever will — this matters.
SIGNALDROP 1.1 — MAC APP STORE
$4.99 one-time · macOS 13 Ventura or later · Universal binary (Apple Silicon + Intel) · Free update for existing buyers
Get SignalDrop on the Mac App StoreWHY WOULD YOU DOWNLOAD AND USE SIGNALDROP
The most honest answer: because you've already paid for the problem and you just don't know it yet.
If you work from home, run a Zoom meeting more than twice a week, run a cafe or coworking space, do remote dev work, edit video over SSH, run a Twitch stream, host a podcast, manage a household with 12 IoT devices, or call into anything where the other person notices when you cut out — your WiFi is dropping more than you realize, and you're absorbing the cost in confusion, dropped meetings, awkward apologies, and ISP arguments you can't win.
SignalDrop converts that invisible cost into a small visible cost (one notification when a drop happens, one PDF when you want a credit) and a small visible benefit (the ISP credit, the productivity you don't lose, the meeting you don't apologize for). The trade is asymmetric in your favor. You pay $4.99 once and you stop wondering.
WHY WOULD YOU PAY $4.99 FOR IT
Three reasons, in descending order of how much they matter for the specific reader:
1. Because the math works. One documented outage credit from a major ISP typically returns $5 to $25. The first time you use the PDF receipt successfully, the app has paid for itself several times over. Every credit after that is pure return.
2. Because the alternative is a free utility that monetizes you. The reason SignalDrop isn't free is the same reason it can be honest about your network: it doesn't need to phone home, sell your data to an ad network, or rent your screen real estate to a third party. A $4.99 one-time price is what lets the app refuse to make a single outbound network request. Free with analytics is a worse deal — it just charges you in different units.
3. Because indie utilities exist or die based on whether enough people pay for them. SignalDrop is built by one person. Every version since 1.0 has been a free update. v1.1 alone shipped the equivalent of a 2.0 in any other product line — the scanner, the signal graph, the history dashboard, the PDF receipt. That happens because the original $4.99 buyers funded the runway. If you want indie Mac utilities to keep existing, this is how that works.
WHAT KIND OF MAC USER IS SIGNALDROP FOR
SignalDrop is for you if any of these apply:
- You work from home and your Zoom calls have died mid-sentence at least once this month
- You run a cafe, coworking space, or coffee shop and want to know what your customer-facing WiFi actually delivers
- You've argued with Comcast, Spectrum, Xfinity, AT&T, Verizon Fios, T-Mobile Home Internet, Starlink, Frontier, or any other ISP about outages and lost
- You manage a home network with more than five devices and you've started to wonder which device is causing the reconnect storms
- You travel for work and want to know whether the hotel WiFi is actually as bad as it feels
- You're a Mac developer who wants a hover-graph of RSSI / SNR / TX-rate without writing it yourself
- You use VoiceOver and you've been frustrated by the inaccessibility of every other WiFi utility on the Mac
- You just like well-made small Mac apps and you want to support someone building them
WHERE TO DOWNLOAD SIGNALDROP
SignalDrop lives on the Mac App Store: apps.apple.com/app/id6761185430. Open the Mac App Store on any Mac running macOS 13 Ventura or later, search for SignalDrop, click Get, sign in to your Apple ID, and it installs in seconds. There is no separate license, no activation, no setup wizard. After first launch, grant Location Services (required for SSID name reading on macOS 14+) and Notifications (required to get the actual disconnect alerts) and you're done. The menu bar icon appears next to your system clock and starts watching.
If you've ever lost an argument with your ISP about an outage you couldn't prove, or canceled a meeting because your Mac wouldn't tell you the WiFi had been down for ninety seconds — that is the problem this app exists to solve. The receipts feature alone is worth the $4.99 the first time you use it.
READY TO STOP WONDERING?
SignalDrop is on the Mac App Store. $4.99 one-time. Catches every WiFi drop the instant it happens, tracks reliability over time, generates ISP-ready PDF outage receipts.
Get SignalDrop on the Mac App StoreFREQUENTLY ASKED QUESTIONS
What is SignalDrop?
SignalDrop is a $4.99 macOS menu bar app that monitors your Mac's WiFi connection in real time using Apple's CoreWLAN framework. It sends a macOS notification the instant your WiFi disconnects, tracks reliability per network over 30 days, and lets you export a PDF receipt of every outage to send to your ISP. It runs on macOS 13 Ventura or later, is a universal binary for Apple Silicon and Intel Macs, has no accounts, no subscriptions, no analytics, and makes zero network requests.
Why doesn't macOS notify you when your WiFi drops?
macOS has had WiFi support since 1999 and has never shipped a built-in disconnect notification. Apple's design philosophy is to paper over network failures invisibly — the system tries to reconnect automatically, and the only signal is the menu bar icon going from full bars to empty bars. There is no sound, no banner, no dialog. This works most of the time but fails badly when the WiFi outage outlasts the auto-reconnect window. SignalDrop was built specifically to close that gap.
How do you prove a WiFi outage to your ISP?
You need timestamped evidence collected on your end, because the ISP's own line tests usually come back clean even when their service was actually down. SignalDrop's Connection History tab generates a one-page PDF report with your reliability grade (A through F), total uptime percentage, every outage with start time and duration, and a per-network breakdown. Paste the file into your ISP support chat or attach it to a credit-request ticket. ISPs deal with provable downtime very differently from anecdotal complaints.
How much does SignalDrop cost?
SignalDrop is $4.99 one-time on the Mac App Store. There is no subscription, no free tier with ads, no in-app purchase, and no anonymous telemetry. Every 1.x update is free for existing buyers — that includes v1.1 with the new Network Insights window, PDF ISP receipts, and live signal graph.
Why would I pay $4.99 for a WiFi notifier?
Two reasons. First — every minute you spend on a Zoom call wondering whether you cut out is a minute of cognitive load that one notification eliminates. Across a year of remote work that compounds. Second — the PDF ISP receipt is the cheapest leverage you'll ever have in an internet-service dispute. A single ISP credit for a documented outage typically covers the app price several times over, and stops the ISP from blaming your router.
How is SignalDrop different from WiFi Explorer, iStumbler, or NetSpot?
WiFi Explorer and iStumbler are scanners — they show you nearby networks but they don't notify you when your own connection drops. NetSpot is a survey tool aimed at AP placement. SignalDrop is built around continuous reliability monitoring and outage documentation: instant disconnect notifications, per-network uptime grading, and PDF outage receipts you can hand to an ISP. The scanner and signal graph in v1.1 add the inspection capabilities those other tools cover, so SignalDrop now does both — but the original job is still the load-bearing one.
Does SignalDrop track me or collect analytics?
No. SignalDrop makes zero outbound network requests. It has no analytics SDK, no crash reporter that phones home, no ad framework, no account system, no telemetry. Every WiFi event lands in a local SQLite database on your Mac. You can export it as CSV. You can delete it. It never leaves the machine. The only network activity SignalDrop performs is the NWPathMonitor check that confirms your active path actually reaches the internet — and that runs locally without contacting any SignalDrop-owned server.
Does SignalDrop work on Intel Macs?
Yes. As of v1.0.2, SignalDrop is a universal binary that runs natively on both Apple Silicon (M1, M2, M3, M4) and Intel Macs. macOS 13 Ventura or later is required.
Where do I download SignalDrop?
SignalDrop is on the Mac App Store: apps.apple.com/app/id6761185430. Open the Mac App Store on a Mac running macOS 13 or later, search "SignalDrop", and click Get. The app is $4.99 one-time.