Choosing the Optimal WiFi Channel on MikroTik: From Theory to Practice

Properly setting up a wireless network on MikroTik equipment is the foundation for a stable internet connection at home or in the office. Users often experience slow speeds or constant connection drops, even if their provider plan offers significantly higher speeds. In most cases, the problem stems from an incorrectly selected data channel, which is overloaded by neighboring routers or household appliances.

The RouterOS interface offers powerful tools for analyzing the airwaves, but without an understanding of the physics of radio waves, it's easy to get lost in dozens of numbers and graphs. Selecting a WiFi channel This isn't just a random action, but the result of radio spectrum analysis, which allows you to find the "window" with the lowest noise level. Ignoring this step means your powerful MikroTik performs worse than a cheap router from the supermarket.

In this article, we'll explore how to use built-in scanning utilities, the differences between the 2.4 GHz and 5 GHz bands, and why channel width is crucial in multi-family settings. You'll learn how to read spectrum graphs and make informed configuration decisions. wireless interface.

WiFi Anatomy: Frequencies, Width, and Overlap

Before delving into settings, it's important to understand the basic principles of wireless network operation. The airwaves are divided into frequency bands, each with its own signal propagation and penetration characteristics. The IEEE 802.11n/ac/ax standards utilize two primary bands: 2.4 GHz and 5 GHz, each requiring its own individual planning approach.

The 2.4 GHz band is the most popular and, consequently, the most polluted. It is characterized by a narrow bandwidth and only three non-overlapping channels. Any device, from a microwave oven to a Bluetooth headset, can interfere with this spectrum. Precise tuning is critical here, as adjacent channels will inevitably interfere with each other.

In contrast, the 5 GHz band offers significantly more free space and channels. The signal at this frequency penetrates walls less effectively, which, paradoxically, is an advantage in densely populated areas: you hear your neighbors less, and your neighbors hear you less. However, choosing the right one is crucial. channel width, so as not to pick up unnecessary noise or radar installations.

  • 📡 2.4 GHz: Good coverage, but high noise and only 3 non-overlapping channels (1, 6, 11).
  • 🚀 5 GHz: High speed, many free channels, but shorter range and poor obstacle clearance.
  • Channel width: Increasing the width (from 20 to 40 or 80 MHz) increases the speed but reduces noise immunity.

Understanding these differences will help you avoid common mistakes made when attempting to deploy a 40 MHz wide channel on the 2.4 GHz band in an apartment building. While this is technically possible, in practice it leads to a catastrophic drop in connection quality due to overlap with neighboring networks.

Ether Diagnostics: Scanning in WinBox

The most effective way to find a free frequency is to use the built-in scanning tool in RouterOS. It allows you to see not only your neighbors' SSIDs but also their signal strength (RSSI) and noise floor (Noise Floor). You can launch the scanner through the WinBox graphical interface or via the terminal, giving you flexibility depending on your preferences.

To get started, open the menu Wireless and go to the interface tab you want to customize. Click the button ScanBefore starting, make sure the wireless interface is enabled, although some models allow scanning even when disabled. In the window that opens, you'll see a list of all available networks within range.

⚠️ Attention: During active scanning (scan-list) your WiFi interface temporarily stops distributing internet and serving connected clients. Schedule diagnostics for a time when this won't disrupt users' work, or warn them in advance.

Pay attention to the column Signal (or RSSI). The lower the absolute value (for example, -85 is worse than -60), the weaker the signal. The noise level is also critical. If the noise level is high, even a strong signal from your router won't ensure stable speeds, as the useful signal will be lost in the interference.

📊 Which WiFi band do you use most often?
2.4 GHz (only it)
5 GHz (main)
Both at the same time
I don't know / I haven't configured it

After scanning, it is useful to sort the list by frequency (Frequency) to visually assess the occupancy of each spectrum section. If you see five neighboring routers operating on 2437 MHz (channel 6) with a signal strength of -70 dBm, choosing this frequency for your network is a bad idea.

Channel Selection Strategy in the 2.4 GHz Band

Setting up a network in the 2.4 GHz band is always a compromise. The physics of radio waves is such that channels overlap. The standard channel width is 20 MHz, but the distance between channel centers is only 5 MHz. This means that active operation on channel 2 will inevitably create interference on channels 1 and 3.

The only correct strategy for this range is to use only three non-overlapping channels: 1, 6, and 11 (in the American numbering system) or 1, 6, and 11 (in the European system, where channels 1-13 are available, but the principle is the same). Trying to use channels 2, 3, 4, and 5 or 7, 8, 9, and 10 will result in constant data collisions and a reduction in actual throughput.

If the scan results show that all three "clear" channels are occupied by neighbors, you'll need to select the least congested one. In RouterOS, you can manually set the frequency corresponding to the desired channel. For example, for channel 1, the frequency is 2412 MHz, for channel 6, 2437 MHz, and for channel 11, 2462 MHz.

Channel Frequency Intersections Recommendation
1 2412 MHz 2, 3, 4, 5 Use if free
6 2437 MHz 3, 4, 5, 7, 8 The most popular, often busy
11 2462 MHz 8, 9, 10, 12, 13 Often the least busy
13 2472 MHz 11, 12 Good choice in Europe/CIS

Make sure that in the settings Wireless -> Advanced Mode The correct country is selected to have access to all permitted frequencies, including channels 12 and 13, which are often freer.

5GHz Network Optimization: Channel Width and Radars

The 5 GHz band offers much more room for maneuver. It offers multiple non-overlapping channels, preventing conflicts even in densely populated areas. However, the main parameter affecting stability is channel width (channel-width).

By default, many routers try to set the bandwidth to 40, 80, or even 160 MHz for maximum speed. But in real-world conditions, especially if there are other networks nearby, 20 MHz is often more stable. The wider the channel, the greater the risk of picking up interference or a radar signal, which will lead to frequency switching (DFS) and connection loss.

Particular attention should be paid to the DFS (Dynamic Frequency Selection) mechanism. Many channels in the 5 GHz band are reserved for weather radars. If your MikroTik detects a radar signal, it must immediately stop broadcasting on that frequency and switch to another. This can cause brief but noticeable connection interruptions.

  • 🌪️ DFS channels: Requires radar screening and may cause explosions if detected.
  • 🛡️ Non-DFS channels: (usually 36-48 and 149-165) They work more stably and do not require radar testing.
  • 📏 Width 20 MHz: Maximum noise immunity, lower speed, more non-overlapping channels.

For office premises or apartments with a large number of WiFi networks, it is recommended to force the channel width to 20 MHz (20mhz). This will allow for more independent networks to be placed and will provide better signal penetration through walls compared to wide channels.

⚠️ Attention: Wireless interfaces and available frequencies depend on the router installed regulatory domainIf you select a country with strict restrictions, some frequencies may become unavailable. Always check the country settings in the Wireless menu.

Manual frequency setting via terminal

For experienced users or for large-scale network deployments, the command line (Terminal) is more convenient. This allows for quick application of settings and scripting. MikroTik commands are concise and logical. To change the frequency and channel width, use the command /interface wireless set.

For example, to set the frequency to 2437 MHz (channel 6) and the width to 20 MHz on the interface wlan1, the command will look like this. Note that the frequency is specified in MHz, and the width can be specified as a number or a standard.

/interface wireless set wlan1 frequency=2437 band=2ghz-b/g/n channel-width=20mhz

If you want to reset the frequency settings and let the router choose the best one automatically (mode scan-list (or default), you can delete a specific frequency value. However, for static access points, manually locking the frequency is preferable to avoid frequency jumps during reboots.

☑️ Checklist before saving settings

Completed: 0 / 5

The terminal also conveniently displays the current client connection status and noise level in real time using the command /interface wireless monitor wlan1This allows you to see how the signal level changes (signal-strength) and noise level (noise-floor) in dynamics.

Advanced: Power Control and Noise Floor

Transmission power (tx-power) is a parameter that is often overused. The logic of "the more, the better" doesn't apply here. Excessive power results in the client device (smartphone) "shouting" at the router, but the router "doesn't hear" it due to the receiver's sensitivity, or it creates excessive interference for itself and its neighbors.

The optimal setting is a balance. The signal level at the edge of the coverage area should be around -65 to -70 dBm. If you see that even in a distant room the signal is -40 dBm, you should definitely reduce the power. This will reduce noise levels and increase overall network capacity.

RouterOS v7 introduces improved wireless network management algorithms, but the basic principles remain the same. Use the function install in the Wireless menu to calculate the Effective Isotropic Radiated Power (EIRP) to comply with your country's laws.

What is Noise Floor and why is it important?

The Noise Floor is the level of background interference in the air. If your signal is -60 dBm and the noise is -90 dBm, your connection is excellent. If the noise rises to -75 dBm (due to a microwave oven or a nearby router), your speed will drop, even if the signal is strong. Reducing your channel width often helps you "dive" below the noise floor.

Don't forget that the antenna settings (antenna-gain) also affect the final picture. If you use external antennas with high gain, be sure to specify this in the interface settings so that the router correctly calculates power limits.

Frequently Asked Questions (FAQ)

How often should I change my WiFi channel?

In a static environment (home, office), selecting the optimal channel once during setup is sufficient. However, if new access points are frequently added or the radio environment changes, it makes sense to rescan every few months or whenever speed issues arise.

Why doesn't MikroTik allow me to select channel 12 or 13?

Most likely in the settings Wireless a country (e.g. USA) is selected where these channels are banned or restricted. Change the setting country to your real location (e.g. Russia, Latvia, Germany) to unlock the full list of available frequencies.

Does the channel number affect internet speed?

The channel number itself doesn't affect the maximum theoretical speed, but it does affect the actual speed. If the channel is overloaded with neighbors, collisions and packet retransmissions occur, which dramatically reduces usable throughput and increases ping.

Is it possible to use 40 MHz bandwidth in 2.4 GHz band?

Technically, it's possible, but in an apartment building, it's almost guaranteed to cause problems. You'll cover almost the entire available spectrum, resulting in severe interference from all directions. Use 40 MHz only in a private home where you're the only one with access to the airwaves.

How to check if DFS is working?

In the router logs (LogWhen selecting a DFS channel, a radar check message will appear. If a radar is detected, a frequency switch message will appear. For stability, it's best to select channels outside the DFS range (e.g., 36-48 or 149-165) if they're available.