MCS Explorer — Student Guide (S-Guide) · v1.1

WiTS Academy · WiTS-101 Wi-Fi Foundations · Companion to mcs-explorer.html

S-Guide · v1.1
WiTS Academy
📡

What this is and why it matters to you in the field

An MCS index is a number your AP reports constantly — in logs, in dashboards, in association tables. Most engineers glance at it and move on. This document explains what it actually means, what it tells you about your link, and how to use it to diagnose real problems.

You don't need to memorise these numbers. You need to understand the relationships — what changes when interference picks up, what changes when you move a client three metres further away, and what "Wi-Fi 7" actually adds versus what's marketing. That's what these notes are for.

Part 1 — What Is an MCS Index?

1The short version

MCS stands for Modulation and Coding Scheme. It's a single number — 0 through 13 in Wi-Fi 7 — that your AP uses to describe how it's encoding data onto the radio signal at any given moment.

Higher MCS = more bits crammed into each transmission = faster. But higher MCS also = more demanding on the RF environment. Your AP is constantly negotiating the highest MCS it can sustain without errors. When conditions deteriorate — interference, distance, obstacles — it drops to a lower MCS automatically.

Why you want to know this

When a client complains "WiFi is slow," one of the first things you check is the MCS the AP is negotiating with that client. An MCS of 0 or 1 on a device that should be seeing MCS 9 or 10 tells you immediately that something is wrong with the RF link — interference, distance, obstruction, or a misconfigured AP. That single number can save you 20 minutes of guessing.

2What MCS is actually made of

Each MCS index is a specific combination of two things:

MCS 0 (BPSK, 1/2) is the most robust combination — used when the link is marginal. MCS 11 (1024-QAM, 5/6) and MCS 13 (4096-QAM, 5/6) are the most aggressive — used when the link is clean and strong.

Field scenario

You're onsite and the AP log shows a client negotiating MCS 2 (QPSK 3/4) on a 5 GHz channel. The client is 8 metres from the AP with clear line of sight. That MCS is far too low for those conditions — it should be MCS 8 or higher. Something is degrading the SNR: co-channel interference from a neighbouring AP, a microwave or radar source on that channel, or possibly a faulty client radio. The MCS told you there's a problem before you even looked at signal strength.

Part 2 — The Generational Staircase

3Why different Wi-Fi generations have different MCS ranges

Each Wi-Fi generation added rows to the top of the MCS table — higher modulation orders that require better hardware and better RF conditions than previous generations could handle.

Why you want to know this

When a vendor tells you their Wi-Fi 6 upgrade will dramatically improve throughput, you now know exactly what that means at the PHY layer: MCS 10 and 11 become available, adding up to 25% throughput in ideal conditions. When a client device is stuck at MCS 7 on a Wi-Fi 6 AP, you know it's hitting the 802.11n ceiling — either the client doesn't support Wi-Fi 6, or the link quality isn't good enough to sustain the higher modulation orders.

Key point

Your AP always negotiates down to the MCS both devices can handle. A Wi-Fi 6 AP serving a Wi-Fi 4 client tops out at MCS 7, regardless of what the AP is capable of. The MCS in your association table reflects the negotiated minimum, not the AP's capability.

Part 3 — Guard Intervals: The Number Nobody Explains

4What a guard interval actually is

The guard interval is a cyclic prefix — a copy of the tail end of the useful OFDM symbol period (T_FFT), prepended to the beginning of each transmitted symbol. It is fully transmitted signal, not silence. The receiver discards the cyclic prefix and runs its FFT only on the useful data period. Because the prefix is a cyclic copy of the tail, multipath reflections from the previous symbol that arrive during the GI window don't corrupt the FFT math — the circular convolution property is preserved. Any reflection arriving after the GI window expires lands in T_FFT and causes ISI.

A practical consequence: because the GI is transmitted signal, the channel appears busy to neighboring stations throughout the entire OFDM symbol. A silent GI would trigger energy detection and CCA in nearby STAs, potentially causing them to start competing for the medium mid-frame.

Wi-Fi 4 and Wi-Fi 5 offered two choices: 0.8 µs (Long GI) and 0.4 µs (Short GI). With a T_FFT of 3.2 µs, that gives total symbol periods of 4.0 µs and 3.6 µs respectively — a rate gain of exactly 11.1% for SGI, which is what you see in the HT/VHT columns. Wi-Fi 6 added a third: 3.2 µs cyclic prefix for outdoor and high-delay-spread environments. Wi-Fi 7 kept all three.

Why you want to know this

Look at the MCS Explorer table for any combination — the three HE/EHT rate columns (0.8µs, 1.6µs, 3.2µs) are not the same number. The 3.2 µs column is 10–15% lower than the 0.8 µs column for every MCS. That rate penalty is the cost of a longer cyclic prefix — more of each symbol period is consumed by the prefix rather than carrying data. For outdoor links — mesh backhaul, parking lot coverage, golf course APs — plan your link budget against the 3.2 µs column. If you plan for 0.8 µs and the delay spread forces 3.2 µs, your link will underperform your design.

Field scenario

You have an outdoor mesh AP pair covering a 150-metre span across an open car park. The AP dashboard shows the backhaul link running at MCS 9 with 0.8 µs GI and reports good throughput. After a heavy rain, throughput drops noticeably. Why? Wet surfaces increase reflectivity and delay spread. The 0.8 µs cyclic prefix is now shorter than the maximum delay spread — reflections from the previous symbol are arriving in the T_FFT window and causing ISI. Switching to 1.6 or 3.2 µs trades a small rate reduction for a much more stable link in wet conditions.

Part 4 — Spatial Streams: What the Marketing Number Means

5Streams, antennas, and what actually doubles

PHY rate scales linearly with spatial stream count — 2SS is exactly twice 1SS at the same MCS, channel width, and guard interval. You can see this directly in the MCS Explorer navigation grid. A 4SS · 160 MHz combination shows four times the rate of 1SS · 160 MHz.

What the spec sheet doesn't tell you: each additional spatial stream requires an independent propagation path between the AP and the client. In practice, this means sufficient antenna separation, a rich scattering environment, and adequate SNR on every stream independently — not just the first one.

Common misconception

A "4x4" AP doesn't deliver 4SS throughput to every client. It means the AP has four antenna chains. Most smartphones are 1SS or 2SS. A 4SS AP talking to a 1SS phone delivers exactly 1SS throughput to that phone — the extra chains aren't wasted, they just serve other clients simultaneously via MU-MIMO. If you're seeing lower throughput than expected, check the actual SS count in your association table, not the AP's specification sheet.

Why you want to know this

When a high-density deployment is underperforming, the SS count in the association table is one of the first things to check. If your AP is trying to deliver 4SS to clients that only support 2SS, or if clients are negotiating 1SS when they should be getting 2SS, you have either a client capability mismatch or an RF geometry problem — the two antenna streams aren't seeing independent paths. The fix for each is completely different.

Part 5 — Wi-Fi 7 / 802.11be: What Actually Changed at the PHY Layer

6The two things 802.11be actually adds to the MCS table

At the PHY layer, Wi-Fi 7 adds exactly two things to what you see in the MCS table: MCS 12–13 (4096-QAM) and a fifth channel width option (320 MHz). Everything else — guard intervals, spatial stream structure, subcarrier spacing — is inherited from Wi-Fi 6.

802.11be additions

MCS 12–13 (4096-QAM): 12 bits per symbol versus 10 for 1024-QAM — a 20% efficiency gain under ideal conditions. The constraint: the receiver needs to distinguish between 4,096 distinct signal states on the constellation. Any meaningful interference collapses performance back to MCS 11 or lower. These MCS levels are achievable at close range in clean RF — they are not planning targets for typical deployments.

320 MHz channels: Available in the 6 GHz band under AFC (Automated Frequency Coordination). Doubles throughput compared to 160 MHz by doubling the number of subcarriers. The catch: a 320 MHz channel occupies half the entire 6 GHz band in many regulatory domains, leaving almost no room for adjacent APs without interference. Most enterprise deployments will use 80 or 160 MHz and reserve 320 MHz for specific high-capacity or backhaul scenarios.

EHT MCS 0–11 rates equal HE rates

One thing the spec tables make clear: EHT MCS 0–11 rates at any bandwidth are identical to HE rates at the same bandwidth. Both standards use the same number of data subcarriers and the same 12.8 µs OFDM symbol duration. When you look at the MCS Explorer and compare the HE and EHT columns for MCS 0–11, the numbers are the same — because they come from the same math. EHT only adds new rows (MCS 12–13) and a new column (320 MHz). A Wi-Fi 7 AP operating at MCS 9 on a 160 MHz channel is delivering exactly the same PHY rate as a Wi-Fi 6 AP at MCS 9 on 160 MHz.

What Wi-Fi 7 adds that is NOT in this table

MLO (Multi-Link Operation) and Multi-RU are Wi-Fi 7's most significant real-world improvements — but they're not PHY-layer modulation parameters, so they don't appear in the MCS table. MLO simultaneously aggregates multiple bands for a single client. Multi-RU allows non-contiguous subcarrier assignments. Both are covered in the WiFi 7 Features course.

Part 6 — Field Quick Reference

7Common field scenarios mapped to the table

Use the MCS Explorer tool to look up the exact rate for your specific combination. These scenarios show you which variables to reach for first.

What you're seeing in the field What to check in the MCS table What it means
Client stuck at MCS 0–2 near the AP 1SS · 20 or 40 MHz · MCS 0–2 SNR is severely degraded despite short range — look for co-channel interference or a noisy client radio
Outdoor backhaul underperforming after plan Compare 0.8µs vs 3.2µs columns at your planned MCS If you planned on 0.8µs GI and the environment is forcing 3.2µs, you've lost 10–15% of your expected rate
Wi-Fi 6 AP, client topping out at MCS 7 Check VHT+ and HE+ badges in MCS 8–11 rows Client may be a Wi-Fi 4 device — confirm capability. If Wi-Fi 6 capable, SNR is too low for 256-QAM
Throughput much lower than PHY rate Any row — note the PHY rate shown Normal. Application throughput is ~50–60% of PHY rate. PHY rate is a ceiling, not a delivery guarantee
Comparing AP models — vendor claims 9.6 Gbps 4SS · 160 MHz · MCS 11 HE · 0.8µs That's the 8SS theoretical max — verify the SS count and channel width the AP actually supports in your regulatory domain
Planning a Wi-Fi 7 deployment Check MCS 12–13 rows, 320 MHz column MCS 13 rates are real but require exceptional RF conditions. Plan conservatively around MCS 9–11 unless environment is controlled

One thing to remember

The MCS your AP is negotiating right now is a real-time report on the health of that radio link. A well-designed, well-maintained network operates at high MCS values consistently. When MCS drops unexpectedly — especially when clients haven't moved — something in the RF environment has changed. Finding out what changed is the job.