MCS Table (Updated with 802.11ax Data Rates)

I recently purchased a Wi-Fi 6 device (Samsung Galaxy S10), and when I checked which date rate it was using over the Wi-Fi, this is what I got:

I wanted to find out which MCS index and which modulation was used but after doing some research online, I couldn’t find any easy resources that could give me the new data rates available with 802.11ax (Wi-Fi 6). So I decided to create that resource myself.

This blog presents the results of the new MCS table updated to include all the new 802.11ax data rates. It also presents how these data rates are calculated.

COMPLETE MCS TABLE

The following table includes all the MCSs data rates defined by the 802.11n (HT), 802.11ac (VHT) and 802.11ax (HE) amendments:

Here is a link to the full MCS Table: ​http://bit.ly/2G0DIcD

​As you can see, the table is getting very big. In fact, 802.11ax is introducing 2880 new data rates. However, not all data rates will be used in the real world. In order to focus on what will be most useful to Wi-Fi Engineers, I have created some smaller tables which only focuses on sections of the complete table.

MCS TABLE UP TO 3 SPATIAL STREAMS

This table presents 802.11n (HT), 802.11ac (VHT) and 802.11ax (HE) data rates for up to 3 spatial streams:
Here is a link to the spreadsheet: http://bit.ly/2KksViN

802.11AX MCS TABLE

This table only presents the data rates for 802.11ax communications up to 3 spatial streams:
Here is a link to the spreadsheet: bit.ly/2Ia1Pc2

802.11AX MCS TABLE (OFDM)

This table only presents the data rates for 802.11ax communications when OFDM is used:
Here is a link to the spreadsheet: http://bit.ly/2VwYNSk

802.11ax MCS Table (OFDMA)

This table only presents the data rates for 802.11ax communications when OFDMA is used:

Here is a link to the spreadsheet: ​​http://bit.ly/2VztdmU

THE MATH BEHIND IT

First we need to understand how the MCS data rates are calculated prior 802.11ax. I am only going to focus on 802.11n (HT) and 802.11ac (VHT) here.

Here is the formula we can use to calculate which data rate is used for both 802.11n and 802.11ac:
Let’s detail each of these variables and which value they can have for both 802.11n and 802.11ac:
HT and VHT OFDM Parameters

Now, the formula doesn’t change much with 802.11ax. However, some new features will impact the way we calculate data rate for 802.11ax:

  • A new symbol duration is used: 12.8µs
  • Different Guard Intervals are used: 0.8µs, 1.6µs and 3.2µs
  • The size and number of data subcarriers is not the same (especially with the different RU sizes introduced by OFDMA.

Even though the formula doesn’t change much, the IEEE does define 2 different formulas depending on if OFDMA is used or not. When OFDMA is not used, we can used the formula previously presented above.

Here is the formula we can used when OFDMA is used (it is pretty much the same except that we define the number of data subcarriers per RU and not per channel):
Let’s now details each of these variables and which values they can have when HE (802.11ax) is used. The first table details the parameters used when OFDMA is not used. The second table details the parameters when OFDMA and resource units are used.
HE OFDM Parameters
HE OFDMA Parameters

Due to the addition of a new modulation technique (QAM-1024), 2 new MCS indexes are now available with 802.11ax:

  • Index 10: when the 1024-QAM modulation is used with a coding of 3/4
  • Index 11: when the 1024-QAM modulation is used with a coding of 5/6

EXAMPLE

So now that we have this information, let’s try to understand the data rate that my phone was using.
The phone is a Samsung GS10 which supports 802.11ax and up to 2 spatial streams. The AP used is an Aerohive AP630. I have configured it with an 80MHz wide channel. OFDMA is not used here because ODFMA was not activated at the time of this capture.

So based on this information, we can determine some of the variables required to calculate the data rate and narrow down the data rates that will be used by this device:

  • Number of Data Subcarriers for an 80MHz wide channel: 980
  • Number of Coded bit per subcarrier (Modulation): we don’t know yet
  • Coding: we don’t know yet
  • Number of Spatial Streams: 2
  • OFDM Symbol Duration: 12.8µs
  • Guard Interval: we don’t know yet
So here is the list of possible data rates used by this device when connecting to this AP:

Because we know that the data rate used was 1200.95 Mbps (as indicated on the picture above), we can now determine that:

  • MCS 11 was used
  • 1024QAM with a coding of 5/6 ​was being used
  • A guard interval of 0.8µs was used

RESOURCES

Here are some resources that I have used or that can be interesting if you want to learn more about:

Subscribe
Notify of
guest
3 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments
Anton Kistruga

Hi!

It looks like there is a mistake in HE OFDM and OFDMA parameters table. Mid Guard Interval should be 1.6 instead of 1.2

Thank you, great job!

Best Regards,
Anton K.

Laurent Fichot

Hi François,

What throughput did you get at the end of the day? Did you tested with an iPerf or a traffic generator (Breaking point or such?
I’m also getting such theoretical rates, by looking at my AP clients tables, but not experiencing much more than with 80211ac. (OFMD I think)
I’m using an Intel A200x in both a laptop and a Raspberry.
What calculation do you use to get the real tcp throughput? (x0,65?)

Kind regards

Laurent

Diego

This is something truly useful. Would you have some table for the 802.11ac protocol as well?
Amazing job.