Wireless network stability in today's environment directly depends on the careful selection of frequency range and specific data transmission channel. In apartment buildings or office centers, the airwaves are often oversaturated with signals from dozens of neighboring access points, leading to packet collisions and a drop in actual connection speed. For equipment owners MikroTik The issue of configuration becomes especially relevant, as these devices offer advanced tools for analyzing and managing radio channels that are not available in household routers.
An incorrectly selected channel can become a bottleneck for the entire local network, negating the benefits of a gigabit plan from a provider. Many users make the mistake of relying solely on automatic algorithms, which don't always take into account the specifics of their environment in real time. In this article, we'll walk you through the step-by-step process of diagnostics and manual configuration to ensure maximum performance from your wireless interface.
Understanding the physics of radio wave propagation and the operating principles of IEEE 802.11 protocols will allow you to make informed decisions when configuring equipment. We'll cover both basic settings for beginners and advanced spectrum analysis techniques for professionals. High-quality setup It can work wonders even on older equipment, significantly improving network response.
Why Automatic Channel Selection Is Often Ineffective
The router's standard operating algorithm involves scanning the airwaves when the device boots and selecting the least congested channel. However, this procedure only occurs once, when the router is turned on or rebooted. RouterOSThe wireless environment can change dramatically throughout the day: neighbors turn on their routers, microwave ovens create powerful interference, and Bluetooth devices occupy the 2.4 GHz band. MikroTik's automation systems can't always react to these changes in real time without user intervention.
Furthermore, automatic selection is often based solely on the number of networks, ignoring their signal strength. It's more logical to select a channel with three adjacent networks with a very weak signal (-90 dBm) than a channel with a single, powerful network (-50 dBm), which will clog the airwaves. Signal interference — the main cause of packet loss and the need to retransmit data, which reduces overall throughput.
⚠️ Attention: Frequent channel changes by the router in an attempt to find the "best" channel can lead to connection drops for clients. If you're using automatic mode, ensure the scanning interval is set correctly, or better yet, manually select a static channel after analysis.
In the environment MikroTik While it's possible to flexibly configure scanning parameters, manually locking parameters is often a more reliable solution for the stable operation of a home or office network. Static settings eliminate the risk of suddenly switching to a noisy channel in the middle of an important video conference or downloading a large file. You're in control. wireless network settings, based on current data.
Analyzing the airwaves with Scan
The first and most important step before making any changes is to diagnose the current state of the airwaves. MikroTik provides a built-in tool Wireless -> Interfaces, which allows you to see all available networks within range of your antenna. To get a detailed picture, go to the wireless interface menu and run the scan function.
In the window that opens, you'll see a table listing all detected access points. The key parameters here are Channel (channel), Signal Strength (signal level in dBm) and Distance (distance, if supported by the client). Pay attention not only to your networks but also to other networks: the lower the dBm value (for example, -40 is better than -80), the stronger the interfering signal. It's also important to consider the channel width of neighboring networks.
How to interpret dBm values?
A signal of -30...-50 dBm is considered excellent, -50...-60 dBm is considered good, and -60...-70 dBm is considered average. Values below -80 dBm often result in unstable operation and low speed. The closer the number is to zero, the better the signal.
For a more in-depth analysis, you can use the MikroTik terminal. The command /interface wireless scan wlan1 (Where wlan1 (Your interface name) will display a detailed list of networks. The data can be sorted by signal strength to identify the main "pollutants" in the airwaves. This data can be used to develop a strategy for selecting a clear channel for operation.
- 📡 Signal level: shows the strength of the interfering signal from other access points.
- 🔢 Frequency: the exact frequency in MHz at which the network operates.
- 🏷️ SSID: network name, which allows you to identify the source of interference (your router or your neighbor’s).
- 📶 Quality: signal quality calculated based on the signal-to-noise ratio.
Using the data obtained, create a congestion map. If all channels in the 2.4 GHz band are occupied, it might be worth considering switching to 5 GHz, where the number of non-overlapping channels is significantly higher and interference from household appliances is reduced. Network diagnostics - this is the foundation of a stable connection.
Differences between the 2.4 GHz and 5 GHz bands
The choice of channel is inextricably linked with the choice of frequency range. Range 2.4 GHz Historically, it's the most popular, which has led to severe saturation. There are only 11-14 channels available in this range (depending on the country), and only three of them (1, 6, 11) don't overlap. This means that even if you select channel 2 or 3, you'll still receive interference from networks on channels 1 and 6.
Range 5 GHz Offers much more flexibility. Up to 23 non-overlapping channels with a 20 MHz bandwidth are available. Furthermore, household appliances that create interference (microwaves, baby monitors, Bluetooth) are virtually absent in this range. However, 5 GHz has its limitations: less signal penetration through walls and a shorter range compared to 2.4 GHz.
| Parameter | 2.4 GHz band | 5 GHz band |
|---|---|---|
| Number of non-overlapping channels | 3 (1, 6, 11) | up to 23 and more |
| Penetration ability | High | Medium/Low |
| Susceptibility to interference | High (household appliances) | Low |
| Maximum speed | Limited by channel width | Significantly higher |
When setting up MikroTik, we recommend using Dual Band mode if your equipment supports two radio modules simultaneously. In this case, devices requiring high speed and located close to the router connect to the 5 GHz band, while remote clients or IoT devices (light bulbs, sensors) remain on the 2.4 GHz band. Channel width in the 5 GHz range allows you to achieve gigabit speeds over the air.
Setting channel width and its impact on speed
One of the key parameters influencing the channel selection is its width. In the MikroTik settings (Wireless -> Interfaces -> Double Click on the interface) this parameter is called Channel WidthStandard values are 20 MHz, 20/40 MHz (Ce/Ce), 40 MHz, 80 MHz, and even 160 MHz for the latest standards. The wider the channel, the higher the potential data transfer rate, but the greater the risk of interference.
In the congested 2.4 GHz band, using a 40 MHz channel often does more harm than good. This channel takes up almost all the available spectrum and is guaranteed to interfere with neighboring networks. As a result, the router is forced to constantly retransmit packets while waiting for the airwaves to clear, dramatically reducing actual speeds. Optimal width for 2.4 GHz in an apartment building - strictly 20 MHz.
The situation is different in the 5 GHz band. Here, you can safely use bandwidths of 40, 80, and even 160 MHz, as long as neighboring networks don't occupy the entire spectrum. However, it's important to remember the rule: the wider the channel, the lower the receiver sensitivity and the shorter the range. A narrow channel (20 MHz) penetrates walls better and provides a more stable connection over a longer distance, albeit with a lower peak speed.
☑️ Channel width optimization
Experiment with channel width if you notice stability issues. Sometimes reducing the channel width from 40 to 20 MHz in the 5 GHz band produces more predictable results in environments with many concrete walls. Connection stability more important than the theoretical maximum speed.
Step-by-step instructions for changing the channel on MikroTik
Changing the channel in RouterOS is done through the WinBox graphical interface or the web interface. First, open the menu Wireless in the left panel. Find your wireless interface (usually wlan1 or wifi1) and double-click on it to open the properties. Go to the tab Wireless.
In the field Channel You can select the frequency manually or leave it 0 (auto)For manual tuning, select a specific frequency from the drop-down list corresponding to the desired channel (for example, 2437 for channel 6 or 5180 for channel 36). Make sure the field Band corresponds to the selected frequency (2GHz-b/g/n or 5GHz-a/n/ac). After selecting, press Apply and then OK.
/interface wireless set wlan1 channel=2437 disabled=no
After applying the settings, the wireless interface will restart, and clients will be forced to reconnect. This is normal behavior. Test the connection on mobile devices and laptops. If the speed is acceptable and the ping is stable, the setup was successful. If problems persist, repeat the procedure on a different channel.
⚠️ Attention: Changing wireless interface settings will temporarily disrupt all connected clients. Plan channel changes during periods of minimal network load to avoid disrupting important user activities.
Don't forget to check your security settings as well. Changing the channel shouldn't affect the encryption type (WPA2-PSK or WPA3) and password, but after resetting the settings or updating the firmware, these parameters should be rechecked. Network security remains the number one priority.
Additional settings to improve the signal
In addition to channel selection, MikroTik offers a number of additional settings that can improve the situation. Advanced Mode in the properties of the wireless interface contains settings Antenna Gain (antenna gain) and Tx Power (Transmission power). Avoid setting the maximum power level unnecessarily: this can lead to module overheating and increased noise levels, which will worsen the situation for everyone.
Also pay attention to the parameter Country. Selecting the correct country regulates the permissible power levels and available channels according to local legislation. Using the wrong region (e.g. no_country_set) may result in the use of prohibited frequencies or exceeding power limits, which can lead to problems with regulatory authorities and interference with other services.
- 📡 Access List: Allows you to filter clients by MAC addresses, preventing connections from third-party devices that could create a load.
- 🔄 WMM (Wi-Fi Multimedia): must be enabled for traffic prioritization (video, voice) and operation at high speeds (802.11n/ac).
- 🛡️ Hide SSID: Hiding the network name is not a security measure, but the number of connection requests from random devices is.
- 📉 Basic Rates: Disabling low base speeds (1, 2, 5.5 Mbps) can "kick out" very old and slow devices, freeing up airtime.
Use the function Install on the menu Wireless -> Interfaces to update the wireless module drivers, if this option is available for your model. Software MikroTik is regularly updated, improving the algorithms for working with radio broadcasts. The current version of RouterOS guarantees the correction of known errors.
What are DFS channels?
In the 5 GHz band, there are channels that must be cleared when radars (military or meteorological) are detected. The router will automatically switch if it detects a radar, but this will cause a brief connection interruption. Using DFS channels increases the number of available frequencies.
Frequently Asked Questions (FAQ)
How often should I change the WiFi channel on my router?
If you live in a private home far from your neighbors, you'll likely never need to change the channel. In dense urban areas, the situation may change dynamically, but manual channel changes are rarely necessary—usually, a single, correct static channel setting after an initial analysis is sufficient. If your neighbors constantly change their settings, it might make sense to use automation scripts, but in 90% of cases, a one-time manual setting is sufficient.
Why doesn't my MikroTik router see 5 GHz networks?
This could be due to two reasons. First, your device (client) doesn't support the 5 GHz band. Second, the region or channel width is incorrectly selected in your router settings. Some countries restrict certain channels in the 5 GHz band. Check your settings. Country and make sure that the operating mode (Mode) is set to a value that supports standards a/n/ac.
Does the channel number affect internet speed?
The channel number itself doesn't affect speed if the channel is clear. However, if the selected channel interferes with a strong signal from a neighbor or household appliances, collisions and packet loss will occur. This will lead to retransmissions of data, resulting in a decrease in actual speed and an increase in ping. Therefore, choosing a clear channel is critical.
Is it possible to use two MikroTik routers on the same channel?
Technically possible, but highly discouraged. Two routers operating on the same frequency in close proximity will interfere with each other, even if the SSIDs and passwords are different. To enable seamless roaming or network expansion, use different channels (e.g., 1, 6, 11) or configure mesh/roaming protocols if the equipment supports a unified management system.