Router manufacturers stack every spatial stream, every band, and every theoretical peak into a single headline number that no real hardware ever hits. The Wi-Fi 6E access point claiming “up to 11 Gbps” does not deliver that to your laptop. The actual figure lives in the footnotes, printed in type smaller than the promise on the box, which is pure marketing. When you measure real Wi-Fi throughput testing on your own network with your own devices, the results are often half, sometimes a third, of what the packaging promises. This article covers seven desktop tools that measure the actual throughput you get, not the theoretical maximum the vendor wants you to believe.
What to look for in a Wi-Fi throughput tool
- TCP and UDP throughput measurements. TCP tests sustained file-transfer speed; UDP tests burst capacity and reveals packet loss at the edge of range. Both matter.
- Jitter and packet loss capture. Raw speed means nothing if the connection drops 5% of packets or latency swings wildly. These metrics show whether your network is stable.
- Passive site survey vs active testing. Passive mode watches traffic in real time without sending test data; active mode generates load to stress the link. You need both for a complete picture.
- CSV or JSON export for analysis. A graph is useful, but data export lets you spot trends over time or compare multiple locations.
- Cross-platform support. Measure from Windows, macOS, and Linux machines to test how each client performs on the same network.
Quick comparison
| App | Best for | Platforms | Free plan | Starting price | Rating |
|---|---|---|---|---|---|
| iPerf3 | Free throughput baseline | Windows, macOS, Linux | Full | Free | 4.8/5 |
| NetSpot | All-round survey and speed test | Windows, macOS | Limited | $150 | 4.7/5 |
| Ekahau AI Pro | Enterprise-grade survey | Windows, macOS | No | $1,995/year | 4.9/5 |
| inSSIDer | Channel and interference analyzer | Windows, macOS | Full | Free | 4.6/5 |
| Wireshark | Deep packet capture | Windows, macOS, Linux | Full | Free | 4.7/5 |
| TamoSoft Throughput Test | Wireless-specific stress tests | Windows | Full | Free | 4.5/5 |
| LAN Speed Test | Simple SMB share throughput check | Windows, macOS | Full | Free | 4.4/5 |
The apps
1. iPerf3: Best free throughput baseline
iPerf3 is the open-source gold standard for measuring network throughput between two machines. You run a server on one host and a client on another, and iPerf3 pumps data across the link for a configured duration, reporting TCP and UDP speeds with millisecond-level timing. The tool is command-line only, which keeps it lean and portable. It runs on Windows, macOS, and Linux, making it the only option here that works on all three platforms.
Where it falls short: the command-line interface intimidates newcomers, and you need two machines or one machine running server mode in a separate terminal. Reading raw speed numbers without visualization takes practice.
Pricing: free, open-source.
Platforms: Windows, macOS, Linux.
Download: iperf.fr
Bottom line: use iPerf3 when you need the most trustworthy baseline and do not mind typing commands.
2. NetSpot: Best all-round survey and speed test
NetSpot wraps Wi-Fi surveying and throughput testing into a desktop GUI that guides you through heat-mapping your space and running active speed tests. The app plots signal strength across rooms, identifies which channels your neighbors are using, and runs TCP/UDP tests to pinpoint bottlenecks. NetSpot’s paid tier adds advanced features like predictive modeling and export to PDF reports. The interface is clean and the results export to CSV for deeper analysis.
Where it falls short: macOS and Windows only (no Linux). The free tier locks most features; you need the $150 pro version to unlock full reporting and export.
Pricing: limited free tier; pro starts around $150.
Platforms: Windows, macOS.
Download: netspotapp.com
Bottom line: pick NetSpot if you want a polished GUI and professional reports without command-line friction.
3. Ekahau AI Pro: Best enterprise-grade survey
Ekahau AI Pro is the tool professional network engineers trust for site surveys and Wi-Fi 6E/7 validation. It captures real-time packet traces, predicts coverage across floors, and uses AI to surface dead zones before deployment. Ekahau’s synthetic tests measure throughput under load while monitoring roaming, interference, and retry rates. The pricing reflects its industrial-strength feature set and ongoing support.
Where it falls short: Windows and macOS only. The $1,995 annual subscription puts it out of reach for hobbyists. The learning curve is steep for anyone new to RF surveying.
Pricing: $1,995 per year.
Platforms: Windows, macOS.
Download: ekahau.com
Bottom line: Ekahau AI Pro pays for itself on the first multi-access-point site survey.
4. inSSIDer: Best channel and interference analyzer
inSSIDer scans visible Wi-Fi networks in real time and plots them on a channel graph, showing overlap, interference patterns, and signal strength by frequency band. The tool runs on Windows and macOS as a lightweight agent that watches the air without sending test traffic. inSSIDer surfaces which channels are crowded and which your own access points are using, helping you pick less congested lanes. Export to CSV captures a snapshot for later comparison.
Where it falls short: does not perform throughput tests or active load generation. Runs on Windows and macOS only, leaving Linux users out.
Pricing: free.
Platforms: Windows, macOS.
Download: metageek.com
Bottom line: use inSSIDer to understand channel congestion before running active throughput tests.
5. Wireshark: Best deep packet capture
Wireshark is the universal packet analyzer that decodes every frame on the wire: TCP retransmits, DNS lookups, TLS handshakes, everything. When throughput is lower than expected, Wireshark shows you whether the bottleneck is packet loss, retries, application-layer delays, or something else entirely. The tool runs on Windows, macOS, and Linux. Filtering by protocol and IP address lets you isolate Wi-Fi traffic from wired and focus on what matters.
Where it falls short: Wireshark is a protocol analyzer, not a speed-test tool. You must understand networking concepts to read the output meaningfully. Packet capture can consume CPU and disk I/O on busy networks.
Pricing: free, open-source.
Platforms: Windows, macOS, Linux.
Download: wireshark.org
Bottom line: Wireshark is your diagnostic tool when iPerf3 says the link is slow and you need to know why.
6. TamoSoft Throughput Test: Best for wireless-specific stress tests
TamoSoft Throughput Test runs a lightweight TCP and UDP throughput test between two machines on the same network, with a focus on wireless performance. The tool generates sustained load and reports real-time and historical statistics, including retransmit counts and jitter. TamoSoft’s GUI is simpler than NetSpot but more capable than command-line iPerf3. The data exports to CSV, and the Windows-only footprint makes setup straightforward in corporate environments.
Where it falls short: Windows only, no macOS or Linux support. Lacks site-survey and channel-analysis features that NetSpot and Ekahau provide.
Pricing: free.
Platforms: Windows.
Download: tamos.com
Bottom line: TamoSoft is the fast, friendly alternative to iPerf3 when you need a GUI but do not need full site surveying.
7. LAN Speed Test: Best simple SMB share throughput check
LAN Speed Test copies a test file to and from a network share, measuring how long the transfer takes and reporting throughput in both directions. The approach mirrors real-world usage: if you care about Wi-Fi speed, you probably copy files, stream video, or back up data over the air. LAN Speed Test runs on Windows and macOS and requires no server setup. Pick a file size and destination share, and the tool does the rest.
Where it falls short: does not measure jitter, packet loss, or channel interference. No passive survey mode. Throughput is inflated when the destination is a local SSD cache instead of a remote server.
Pricing: free.
Platforms: Windows, macOS.
Download: totusoft.com
Bottom line: use LAN Speed Test to verify file-transfer speed matches your real-world expectation.
How to pick the right one
Start with inSSIDer to map channel congestion, then run iPerf3 or TamoSoft to measure baseline throughput between two machines. If you want a polished interface and do not mind paying, NetSpot consolidates surveying and testing into one tool. For enterprise deployments or Wi-Fi 7 validation, Ekahau AI Pro is the standard. Use Wireshark when throughput is lower than expected and you need to diagnose packet loss or retry storms. Lean on LAN Speed Test to verify file-transfer speed on SMB shares, mimicking real-world usage. Combine multiple tools: channel analysis from inSSIDer, throughput from iPerf3, and packet inspection from Wireshark paint the complete picture.
FAQ
What is the most accurate Wi-Fi speed test?
iPerf3 is the most trustworthy for raw throughput measurement. It is open-source, widely deployed in network labs, and does not inject assumptions into the results. NetSpot and Ekahau add intelligence (site survey, AI prediction) on top of similar core measurements.
Does iPerf3 test Wi-Fi speed?
iPerf3 measures throughput between two machines, whether they are connected via Wi-Fi or Ethernet. It does not distinguish between them. To isolate Wi-Fi performance, connect the client via Wi-Fi and the server via Ethernet, or use tools like NetSpot and Ekahau that report signal quality alongside throughput.
Is NetSpot free?
NetSpot offers a free tier with limited features. The professional version, which unlocks full reporting and export options, starts at $150.
Why is my Wi-Fi slower than my router’s rating?
Router ratings assume ideal conditions: all devices are close to the access point, no interference, no obstacles, and no competing traffic. Real homes have walls, microwaves, neighboring networks, and multiple devices. Distance and obstacles cause signal loss. Heavy use from other devices contends for airtime. These tools measure the actual throughput you get after all these real-world factors apply.