How to Change WiFi Channel on Mikrotik: Setup Guide

Wireless connection speed issues are often rooted not in faulty equipment, but in simple airwave congestion. When multiple neighboring routers operate on the same frequency, interference occurs, leading to packet loss and reduced throughput. Changing the Wi-Fi channel on a Mikrotik router is the first step to stabilizing the network in an apartment building or office.

In the operating system RouterOS The radio module control is implemented flexibly, allowing not only to switch numbers, but also to analyze the spectrum noise level. Automatic selection It doesn't always guarantee the best result, as the algorithm may select a frequency that will become occupied within an hour. Manual tuning gives you complete control.

Before making any changes, it's important to understand the difference between 2.4 GHz and 5 GHz. The 2.4 GHz band has only three non-overlapping channels, making competition for airtime particularly intense. 5 GHz, on the other hand, offers significantly more leeway.

Analyzing the wireless airwaves before setting up

Blindly channel-switching rarely produces lasting results. A professional approach involves pre-scanning the environment using built-in tools. MikrotikThis allows you to see the real picture of frequency congestion in your specific location.

To launch the scanner, you need to go to the menu Wireless and select the tab Interfaces. Double-click on the desired interface (for example, wlan1), go to the tab Scan. Here you will see a list of all available networks with their channel (Channel), signal power (Signal Strength) and noise level.

  • 📡 Channel — the frequency number on which the access point operates.
  • 📉 Signal Strength — the signal level from competitors (the smaller the negative number, for example -40, the stronger the signal).
  • 🔊 Noise Floor — the level of background noise, which also affects the quality of the connection.
  • 📶 Distance — approximate distance to the detected point (informative).
⚠️ Attention: While scanning, your current connection to your WiFi network may be interrupted for a few seconds as the radio module switches to receive mode.

Pay attention to the column ChannelIf you see that channels 1, 6, and 11 are saturated with strong signals (-60 dBm or higher), selecting them is strongly discouraged. The ideal option is to find an open niche or a channel with the least amount of competition.

Setting the frequency and channel width in the interface

After receiving the noise data, you can proceed to directly changing the parameters. RouterOS Wireless network settings are organized into logical groups, making navigation easy even for beginners. The main setting we're interested in is located in the wireless network profile.

Open the interface settings window wlan and go to the tab Wireless. The parameter is located here. ChannelBy default, there may be a value there default or a specific number. For manual control, you need to create a new profile or edit an existing one, removing the link to automation if it interferes.

It is important to match the channel width (Band) with the selected frequency. In the 2.4 GHz band, 20/40 MHz are available. If you set the bandwidth to 40 MHz, you'll effectively occupy almost the entire available spectrum, which is guaranteed to lead to conflicts with neighbors.

Parameter Recommendation for 2.4 GHz Recommendation for 5 GHz Influence
Channel width 20 MHz 40/80 MHz Speed ​​vs. Stability
Frequency (Channel) 1, 6, 11 (non-intersecting) Any free (36-165) Avoiding interference
Power (Tx Power) 17-20 dBm 20-23 dBm Coverage radius
Protocol 802.11b/g/n 802.11a/n/ac/ax Device compatibility

Don't forget to apply the changes with the button OK or ApplyIn some versions RouterOS An interface reboot is required for the new settings to take effect. The system usually does this automatically, but monitoring the connection status will help ensure success.

📊 Which WiFi band do you use most often?
2.4 GHz (older devices, range)
5 GHz (speed, gaming)
Both ranges (Dual Band)
I don't know / I don't use WiFi

Using the Command Line (Terminal) for Advanced Users

For system administrators accustomed to console management, Mikrotik offers powerful CLI tools. Changing a channel via the terminal takes seconds and allows for automation via scripts. This is especially convenient for mass equipment setup.

To change the frequency manually, use the command /interface wireless setFirst you need to find out the exact name of the interface, usually it is wlan1 or wifi1 in new models with a package wifiwave2 or wifi-qcom.

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

In this team frequency=2437 Corresponds to channel 1. For channel 6, the value will be 2437 MHz, and for channel 11, 2462 MHz. Knowing these frequency correspondences is necessary for fine-tuning, when the standard channel numbering is not clearly displayed in older software versions.

2.4 GHz Frequency and Channel Mapping Table

Channel 1: 2412 MHz|Channel 6: 2437 MHz|Channel 11: 2462 MHz|Channel 13: 2472 MHz (not permitted in all countries)

You can also quickly check the current client connection status and noise level via the terminal. The team /interface wireless monitor wlan1 will display real-time information about registered stations and their current operating frequency.

Configuration Features in RouterOS v7 and New WiFi Packages

With the release of the seventh version RouterOS and the implementation of new WiFi management packages (for example, wifi instead of the old one wireless), the menu structure has undergone significant changes. Settings are now organized into separate configuration profiles, making navigation more logical but unusual for veterans.

In the new scheme you need to create a configuration in the section Wifi -> ConfigurationThat's where it's set. channel, band and other parameters. Once a configuration is created, it is applied to a specific interface or group of interfaces.

  • 🛠 Security — encryption settings are now located in a separate security profile.
  • 📡 Datapath — bridge and VLAN parameters are also allocated in a separate block.
  • ⚙️ Configuration — the main profile where the channel and width are selected.
⚠️ Attention: Interfaces in RouterOS v7 may have different names (for example, wifi1 instead of wlan1). Always check the actual interface names in the list before using commands.

If you have updated from version 6, old settings may not be automatically converted to the new format. wifiIn this case, manual configuration migration, including channel reassignment, will be required. This is an important consideration when upgrading equipment.

☑️ Checklist before changing the channel

Completed: 0 / 5

The Impact of Channel Width on Network Stability

Many users make the mistake of setting the maximum channel width in the hopes of increasing speed. However, in dense urban areas, the width 40 MHz in the 2.4 GHz range often leads to the opposite effect - constant reconnections and low speeds.

The principle is simple: the wider the channel, the greater the likelihood of "interfering" with a neighboring network. In the 2.4 GHz band, it is physically impossible to accommodate more than one 40 MHz wide channel without overlapping. Therefore, the de facto standard is 20 MHz.

The situation is different in the 5 GHz band. Here, the spectrum is wider, and using bandwidths of 40, 80, and even 160 MHz is entirely justified for achieving the high speeds of the standards. 802.11ac And 802.11axHowever, if your goal is maximum range and wall penetration, a narrow channel (20 MHz) will perform more reliably.

Common problems and solutions

After changing channels, users may experience devices not seeing the network or speeds not increasing. This is often due to DNS caching on client devices or the device "remembering" the old frequency and attempting to connect to it.

It is recommended to reboot not only the router, but also client devices (smartphones, laptops). It is also worth checking whether there is a limit on the maximum number of clients (max-station-count), which could have been accidentally activated in profiles.

If the speed remains low after all these steps, the problem may not be with the channel, but with the hardware or the ISP. Check the router's CPU load (System -> Resources). High CPU usage when using WiFi may indicate a lack of computing power to encrypt traffic at high speed.

Why did the speed drop after changing the channel?

Speed ​​may have dropped if you switched to a noisier channel or if the client device doesn't support the selected channel width. It's also possible that the device connected using the 802.11b/g standard instead of 802.11n/ac.

Is it possible to use automatic channel selection?

Function scan-list Automatic channel selection and automatic selection exist, but they only work at interface startup or on a schedule. In a dynamic environment where neighbors are constantly turning on their routers, manually selecting a trusted channel is more reliable.

How often should I change the channel?

If the environment is static (an office or a private home), a one-time setup is sufficient. In an apartment building where neighbors frequently change equipment, it makes sense to conduct an airwaves audit every few months or whenever connection issues arise.