Jul 23, 2026 · by Michal Ferák · View source

Hotspot Meter

A private data-usage meter for your Mac menu bar

Hotspot Meter

Editorial analysis

The one metric most creators ignore — and the tiny Mac app that exposed the blind spot

I’ve never met a social-media operator who didn’t obsess over engagement rates, watch-time retention, or the latest algorithm distribution shift. We track our TikTok completion rates like day traders track the S&P 500, and we slice UTMs six ways from Sunday to see which LinkedIn post actually drove signups. But ask any creator who has ever live-streamed a launch event from a coffee shop tethering off a phone how much data that broadcast consumed, and you’ll get a blank stare – right up until the carrier text arrives: “You’ve used 90% of your 10 GB hotspot allowance.” Suddenly your entire content pipeline stalls because you can’t upload the final cut of a Reel.

That invisible bottleneck is exactly the pain point Hotspot Meter sets out to fix. Built by solo developer Michal Ferák, the free macOS utility lives in your menu bar and does one thing that the operating system inexplicably refuses to do: it persists per-network data usage, attaches a running total to each SSID or tethered interface, and fires an alert before you hit a cap. No analytics server, no account creation, no telemetry – just local counters that finally make those carrier limits visible in real time. For a creator who shoots on location, travels for brand deals, or simply relies on a phone hotspot for a backup connection, that is infrastructure you didn’t know you needed.

What problem it actually solves (and why creators are the forgotten audience)

The core issue Hotspot Meter addresses isn’t about “data tracking” in the abstract. It’s about the asymmetry of knowledge between what your Mac knows and what you know. As Ferák explained in a comment on the launch page, Activity Monitor shows live per-process traffic, but it “doesn’t maintain a durable total for each Wi-Fi network or hotspot.” Reboot your machine and that data is gone. The carrier app on your phone shows aggregate usage, but it lumps together everything your phone did (including streaming video to your kids in the back seat) with what your laptop consumed through the tethering link. You get the overage bill, not a breakdown.

I’ve experienced this firsthand. Last year I tried to edit and upload a 90-second brand sponsorship video for Instagram during a cross-country flight layover. I was tethering through my phone, and halfway through the upload the connection died. The carrier dashboard said I had “500 MB remaining” – but that was the phone’s total, not the hotspot share. The real hotspot cap had been reached twenty minutes earlier. I had no way to know because the only tool I had was a myopic single-pane view that didn’t separate per-device consumption.

Hotspot Meter fills that gap by sampling system-provided interface counters and attributing the data to the current SSID or tethered interface. It stores cumulative download/upload totals, first-seen and last-seen dates, and preserves them across app launches and reboots. The session total resets when tracking starts or the active network changes, while the per-network total is persistent until manually cleared. The crucial detail is that it does all of this without packet inspection, VPN profiles, kernel extensions, or per-app surveillance – exactly the kind of privacy-first design I wish more creator tools adopted.

For a social-media operator, the practical value shows up in a handful of common scenarios:

  • On-location shoots. You park your car, tether your laptop to your phone, and need to upload a rough cut to Frame.io or send a final script to a client. Hotspot Meter can automatically start tracking when macOS identifies the connection as “expensive” (its term for metered networks), and it can warn you when you’ve burned through, say, 4 GB of your 5 GB limit.
  • Conference and hotel Wi-Fi. Many hotel networks impose a daily data cap. I’ve been burned by a “free” Wi-Fi that throttled after 500 MB – right when I needed to run a live-streamed Q&A. Per-network totals let you see at a glance whether that hotel network has eaten through your allowance.
  • Multi-device editing workflows. If you’re a video editor who moves between a MacBook Pro and an iPad Pro, Hotspot Meter currently tracks only the Mac’s usage. That’s a limitation (more on that in a moment), but it’s still vastly better than having no per-device visibility at all.

The alert system is the feature that turns this from a curiosity into a legit operational tool. As Ferák put it, the goal is “to help you act before reaching the cap, rather than simply explaining afterward where the data went.” For a creator racing a deadline, that’s the difference between finishing the upload and scrambling to find a Starbucks with Wi-Fi.

How it differs from the status quo — and why that matters for privacy-conscious creators

Most network-monitoring utilities fall into one of two camps: the heavyweights (like GlassWire) that offer packet-level analysis, firewall controls, and cross-platform sync, and the built-in macOS tools that offer speed tests but no persistent history. Hotspot Meter sits in a third space: it’s deliberately minimal, completely local, and free.

The privacy angle is not a marketing gimmick. Ferák’s launch comments repeatedly stress that “everything is calculated and stored locally on your Mac. There are no accounts, analytics, trackers, or remote servers, and no personal data is collected or transmitted.” In an era where even innocuous utilities try to phone home to “improve the user experience,” that’s refreshing – and it matters specifically for creators who handle confidential client assets. If you’re editing a pre-release campaign video for a brand that has NDAs written into the contract, you don’t want a network monitor’s cloud sync accidentally leaking metadata about your workflow.

Compare that to the typical carrier app: Verizon’s or T-Mobile’s native dashboards require login, send data to servers, and rarely break down usage by device. They also tend to refresh on a delay – I’ve seen 30-minute lags in reported usage, which is useless when you’re about to hit the cap mid-upload. Hotspot Meter samples locally and refreshes instantly.

The trade-off is obvious: you don’t get cross-device sync or remote access. If the app ever added monthly billing-cycle resets and CSV export (both flagged by commenters and acknowledged by Ferák as roadmap items), it would cover the vast majority of creator data-tracking needs without requiring yet another SaaS subscription.

What creators and social media teams can borrow from this product philosophy

The deeper lesson here isn’t about data caps – it’s about the power of tracking the limiting variable that nobody thinks about. Most social media analytics tools chase vanity metrics because that’s what sells dashboards. But real operators know that the biggest threat to a content calendar isn’t a dip in engagement rate; it’s a missed deadline caused by a failing infrastructure. Hotspot Meter is a reminder to audit your actual constraints, not just the ones platforms sell you on.

I would argue that any social media team that relies on mobile hotspots or metered connections should run a two-week experiment with a tool like this (whether Hotspot Meter or any equivalent for Windows/Android). During that period, note every time you hit a data alert, correlate it with upload or streaming failures, and adjust your workflow accordingly. For example, you might decide to schedule large video exports for a time of day when you have access to unlimited Wi-Fi, or pre-compress files before leaving the office.

The alert-threshold concept also maps elegantly onto content operations. Imagine a dashboard that doesn’t just tell you how many posts you scheduled, but warns you when your publishing capacity is about to hit a bandwidth wall. That’s essentially what Hotspot Meter does for network usage, and it’s the same logic behind the best capacity-planning tools in any industry. If a simple menu-bar app can prevent an overage charge that wipes out a week of freelance profit, it’s worth installing.

Why TikTok creators should care more than LinkedIn ones

The platform you prioritize dictates the equipment you carry. TikTok creators are almost always shooting on a phone, but the editing and uploading frequently happen on a laptop – and both devices often share the same mobile hotspot. I’ve talked to creators who regularly upload 1080p long-form edits over tethering because they’re in between permanent internet connections. LinkedIn creators, by contrast, tend to operate from a desk with unlimited broadband. The data-cap problem is inversely proportional to the mobility of the content: the more you shoot in the field, the more you risk hitting a hotspot limit mid-stream.

Where the math breaks – and what the maker admits

Ferák is unusually transparent about the app’s edges. In a comment exchange about simultaneous Wi-Fi and USB tethering, he acknowledged that “if Wi‑Fi and USB tethering are both carrying traffic at the same time, their usage may be combined under one network rather than recorded separately.” For most users this is a rare scenario, but for a creator who, say, tethers a MacBook via USB and keeps a phone on Wi‑Fi for Slack messages, the combined total could be misleading.

Another important caveat: The app measures only data that passes through the Mac’s network interfaces. It cannot account for data consumed directly on the phone or by other devices sharing the same hotspot. And carrier-side metering can differ from device-level counters (different rounding, protocol overhead, etc.). Ferák explicitly flags the alert as “a practical early warning rather than an exact carrier-billing figure.” If you need absolute precision down to the kilobyte to dispute an overage charge, this won’t replace a carrier’s network probes.

The lack of an automatic billing-cycle reset is the biggest gap for a creator on a monthly plan. You have to manually reset the per-network counter at the start of your cycle. That’s a one-step operation, but it’s easy to forget. Ferák has promised to add configurable billing-cycle dates to the roadmap, and that would dramatically improve the utility’s everyday value.

Where my judgment says it falls short – and who shouldn’t bother

Let’s get the obvious out of the way: Hotspot Meter is Mac-only, and it requires macOS. If you’re a Windows-based creator or a team using PCs, you’re out of luck. GlassWire or the built-in Windows network monitor paired with manual logging is your fallback. Similarly, there’s no iOS or Android app – the monitoring is limited to the device running the utility, so you can’t get a unified dashboard of all your devices on one hotspot.

The app is also deliberately simple. There’s no export, no historical visualization beyond a list, and no multi-interface support for edge cases. If you need a full-featured network analytics suite that tracks bandwidth by application, this won’t replace a dedicated tool. But for the 80% use case – “am I about to blow through my phone’s hotspot cap?” – it does exactly what it promises and nothing more.

For social media operators whose work happens entirely on fixed broadband (home office, corporate campus, co-working with gigabit fiber), this app is irrelevant. You don’t need to track per-network data if you never hit a cap. But remote-first creators, freelancers who work from coffee shops, and any operator who has ever sweated through an upload on a hotel network should install it immediately. It’s free, it respects your privacy, and it will pay for itself the first time it prevents a 50-dollar overage.

What I’d watch / test next

If I were advising a creator or a small social media team, I’d suggest these steps over the next week:

  1. Download Hotspot Meter from the Mac App Store (or the developer’s site directly). Run it for three days during your normal workflow – editing, uploading, streaming. Pay attention to the speeds in the menu bar and the per-network totals.
  2. Identify your most data-intensive task. Is it uploading a 4K video to YouTube? Running a live stream on Twitch? Exporting a compressed Reel from Final Cut? Note the approximate data consumed per session. Then set an alert at 80% of your hotspot’s monthly cap.
  3. Manual billing-cycle sync. Reset the per-network counter on the first day of your carrier billing period. This is a pain, but it works until the developer adds automatic date-based resets.
  4. Test the hotspot detection reliability. If you use USB tethering, check whether automatic tracking starts. If your carrier hotspot is not classified as “expensive” by macOS, you may need to start tracking manually – note that in your workflow.

Longer term, I’m watching for three features that would make this indispensable for creators:

  • Configurable monthly reset date (already on the roadmap).
  • CSV or JSON export with date ranges, so you can compare month-to-month usage and build a data budget.
  • Windows and/or web companion app – even a simple read-only view of the local database would help the many social media operators who use Windows as their primary machine.

Hotspot Meter is a reminder that the best creator tools aren’t always the ones with the most features. Sometimes the most valuable utility is the one that fills a single gap that everyone else ignored – and does it without collecting your data or charging you a monthly fee. For anyone who has ever lost a deadline to a silent data cap, that’s worth a lot.

Ready to Create Your Own?

Join thousands of brands creating high-performing video ads with FLOWNIB. No editing skills required.

Start Creating for Free