wAPG-5HaxD2HaxD weak speed on 5GHz

RouterOS 7.22

Hi there,

Some time ago, there arose a need to upgrade the wireless bridge built on UBNT NS 5 AC Loco to something more modern that could handle more than 400 Mbps over a distance of 110 meters. That’s when I came up with the idea to buy two MikroTik wAP AX units. On the transmitting side, I also planned to use the second radio to cover the area in front of the warehouse, which should at least partially solve the problem of poor mobile network coverage through Wi‑Fi Calling.

So basically, I wanted to achieve two functions with a single device, and it seemed that the wAP AX would be perfect for that. I bought the units, did some initial configuration, and started testing indoors first (the antennas have line of sight, about 5–6 meters apart). That’s when the first disappointment came. Although the devices report a 2.1 Gbps link rate, the actual speeds are... far from impressive. The best I could get was around 500 Mbps on iperf3, and in practice (for example, when copying files in Windows) it’s only around 350 Mbps real throughput.

I started digging into the configuration — even enabled Superchannel mode to try other frequencies — but the results were exactly the same. Then I thought maybe 160 MHz wasn’t stable, so I switched to 80 MHz, but the speeds remained unchanged. I even connected my laptop (which supports regular Wi‑Fi 6, 80 MHz bandwidth), and again, speeds were only in the 300–350 Mbps range.

I’m quite sure I messed something up in the configuration somewhere, because I’ve seen several videos showing people easily achieving 700–800 Mbps on this hardware.

Here’s the AP configuration below.

\[admin@wAP outdoor Sklep\] > /interface wifi export hide-sensitive

# 2026-03-27 18:46:26 by RouterOS 7.22

# software id = TRQ7-F522

# 

# model = wAPG-5HaxD2HaxD

# serial number = **HIDDEN**

/interface wifi channel
add band=5ghz-ax disabled=no frequency=5180 name=5GHz-Range skip-dfs-channels=10min-cac width=20/40/80/160mhz
/interface wifi interworking
add disabled=no name=interworking1
/interface wifi security
add authentication-types=wpa3-psk disabled=no encryption=gcmp,gcmp-256 name=bridgePassword
/interface wifi configuration
add channel=5GHz-Range channel.width=20/40/80/160mhz country=Poland disabled=no mode=ap name=5GHzBridge security=bridgePassword ssid=ESklep-Mikrotik
/interface wifi steering
add disabled=no name=steering1
/interface wifi
# managed by CAPsMAN 08:55:31:D4:49:EB%bridgeLocal, traffic processing on CAP
# mode: AP, SSID: panek, channel: 2412/n/Ce
set [ find default-name=wifi1 ] configuration.manager=capsman datapath=capdp disabled=no
set [ find default-name=wifi2 ] channel.frequency=5885 .skip-dfs-channels=10min-cac .width=20/40/80/160mhz configuration=5GHzBridge configuration.country=Superchannel .manager=local .max-clients=2 .mode=ap datapath=datapath1 datapath.bridge=\
    bridgeLocal disabled=no security=bridgePassword steering=steering1
/interface wifi cap
set discovery-interfaces=bridgeLocal enabled=yes slaves-datapath=capdp
/interface wifi datapath
add bridge=bridgeLocal comment=defconf disabled=no name=capdp
add bridge=bridgeLocal disabled=no name=datapath1
[admin@wAP outdoor Sklep] >