What's new

RT-AX88U Pro Max Wifi Speed

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

lawk

Occasional Visitor
Hello,

I now have 1Gbit symmetrical WAN from my ISP.

I noticed that my Wifi speed caps out around 750-790Mbit up and down. Test is performed within 50cm of router. Is this normal or can I achieve higher speed with some setting?

Current setting is to seperate 2,4 and 5ghz ssid. 5Ghz has 160mhz enabled. There is one additional 2,4ghz ssid for IoT. I also have a wireguard server enabled, but all tests are done without using it obviously. My laptop with Intel ax210 caps out on WAN speed tests 780Mbit.

Same goes for iPhone 11.

on wired LAN it reaches around 930Mbit.
 
Can I suggest you install iPerf3 on a PC and the same on your laptop and test using that? It's much more reliable than going via the internet.
On my RT-AX86U Pro I could hit close to 1000 Mbps testing like that using my phone and Magic iPerf, having 160 MHz channel bandwidth enabled.
 
Last edited:
"wlink" is a shell script which gathers and presents connection information, the rest should be self-explanatory.

Code:
glen@tpad:~$ wlink
    wlp4s0     : tpad (192.168.50.210) [Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340]
    ap         : Roger (192.168.50.1) [Asus GT-AX6000 as router]
    ssid       : SanftNet
    channel    : 40 (5200 MHz), width = 160 MHz, center1 = 5250 MHz
    txpower    : 22.00 dBm
    signal     : -36 dBm
    link_qual  : 70/70
    pwr_mgmt   : off
    rx bitrate : 2401.9 MBit/s 160MHz HE-MCS 11 HE-NSS 2 HE-GI 0 HE-DCM 0
    tx bitrate : 2161.3 MBit/s 160MHz HE-MCS 10 HE-NSS 2 HE-GI 0 HE-DCM 0
glen@tpad:~$ ssh mimis
glen@mimis's password:
Last login: Sun Feb  4 06:15:33 2024 from 192.168.50.186
glen@mimis:~$ wlink
    wlp1s0     : mimis (192.168.50.175) [Intel(R) Wi-Fi 6 AX210 160MHz, REV=0x420]
    ap         : ZenSlave (192.168.50.66) [Asus XT8 as AP]
    ssid       : SanftNetHi
    channel    : 100 (5500 MHz), width = 160 MHz, center1 = 5570 MHz
    txpower    : 22.00 dBm
    signal     : -58 dBm
    link_qual  : 52/70
    pwr_mgmt   : off
    rx bitrate : 2041.2 MBit/s 160MHz HE-MCS 10 HE-NSS 2 HE-GI 1 HE-DCM 0
    tx bitrate : 1441.3 MBit/s 160MHz HE-MCS 7 HE-NSS 2 HE-GI 0 HE-DCM 0
glen@mimis:~$
logout
Connection to mimis closed.
glen@tpad:~$ alias | grep iperft
alias iperft='iperf3 -t 5 -c '
glen@tpad:~$ iperft mimis -R
Connecting to host mimis, port 5201
Reverse mode, remote host mimis is sending
[  5] local 192.168.50.210 port 36262 connected to 192.168.50.175 port 5201
[ ID] Interval           Transfer     Bitrate
[  5]   0.00-1.00   sec  85.4 MBytes   716 Mbits/sec                 
[  5]   1.00-2.00   sec  99.1 MBytes   831 Mbits/sec                 
[  5]   2.00-3.00   sec   101 MBytes   849 Mbits/sec                 
[  5]   3.00-4.00   sec   102 MBytes   852 Mbits/sec                 
[  5]   4.00-5.00   sec  98.6 MBytes   827 Mbits/sec                 
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  5]   0.00-5.01   sec   489 MBytes   818 Mbits/sec    0             sender
[  5]   0.00-5.00   sec   486 MBytes   815 Mbits/sec                  receiver

iperf Done.
glen@tpad:~$ iperft mimis
Connecting to host mimis, port 5201
[  5] local 192.168.50.210 port 36314 connected to 192.168.50.175 port 5201
[ ID] Interval           Transfer     Bitrate         Retr  Cwnd
[  5]   0.00-1.00   sec   120 MBytes  1.01 Gbits/sec    0   3.12 MBytes      
[  5]   1.00-2.00   sec   135 MBytes  1.13 Gbits/sec    0   3.12 MBytes      
[  5]   2.00-3.00   sec   140 MBytes  1.18 Gbits/sec    0   3.12 MBytes      
[  5]   3.00-4.00   sec   136 MBytes  1.14 Gbits/sec    0   3.12 MBytes      
[  5]   4.00-5.00   sec   138 MBytes  1.15 Gbits/sec    0   3.12 MBytes      
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  5]   0.00-5.00   sec   669 MBytes  1.12 Gbits/sec    0             sender
[  5]   0.00-5.01   sec   669 MBytes  1.12 Gbits/sec                  receiver

iperf Done.
 
WAN LAN and WAN Wifi Speed improves when DISABLING WireGuard Server.

For some reason with a Wireguard server running, the WAN Upload is capped at 500Mbit on IPv4. IPv6 seems not affected.
 
As mentioned, iPerf3 is a good way to test. I've found that I get better results when including the -w 4M option. Another method that might be easier to implement for some is to run an OpenSpeedTest server on one of your LAN devices and test against it. If memory serves me correctly my Pixel 8 Pro would do around 1400 Mbps using a 160 MHz wide channel.
 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top