Modern Mikrotik routers are renowned for their flexibility and power, but their out-of-the-box settings often prevent them from unlocking the full potential of a wireless network. Users experiencing slow data transfer speeds often blame their ISP or outdated equipment, forgetting that the access point's software configuration plays a key role. Properly configuring the radio interface parameters can increase actual throughput several times over, especially in dense urban environments.
The optimization process requires a comprehensive approach: from choosing the right encryption standard to fine-tuning the channel bandwidth. In this article, we'll cover specific steps to help you get the most out of your equipment. Mikrotik, eliminating bottlenecks in the wireless network configuration.
Radio broadcast analysis and channel selection
The first and most critical step to speeding up WiFi is analyzing the surrounding radio environment. In apartment buildings, the 2.4 GHz band is often oversaturated with signals from neighboring routers, leading to collisions and speed drops. Interference — is the main enemy of a stable connection, and this factor cannot be ignored. Use the built-in tool Wireless -> Scanner or third-party applications on your smartphone to assess channel congestion.
After scanning, you need to select the channel that is least used by your neighbors. In the 2.4 GHz band, it is recommended to use only non-overlapping channels: 1, 6, and 11. If you leave the setting auto, the router may choose the channel with the highest signal strength, but not necessarily the freest one, which will ultimately reduce performance.
⚠️ Note: Automatic channel selection (scan-list) is only useful during initial setup. In the long term, it's best to lock a static channel to avoid intermittent connection interruptions when switching.
The situation is different for the 5 GHz band: there are many non-overlapping channels available, and the risk of interference is significantly lower. However, if you use an 80 MHz channel, the number of available clear frequencies is reduced. In noisy environments, it is sometimes more advantageous to switch to a 40 MHz channel, sacrificing the theoretical maximum speed for a stable connection.
Setting up channel width and standards
Channel width is a parameter that directly impacts throughput. For the 2.4 GHz band, the standard is 20 MHz. Setting the channel width to 40 MHz in this band theoretically doubles the speed, but in practice, it often leads to a catastrophic drop in connection quality due to the overlapping of almost all available spectrum. Using 40 MHz in the 2.4 GHz range is only justified in a private home where there are no neighboring networks.
In the 5 GHz band, things are different. Here, 80 MHz bandwidth is becoming the de facto standard, while in the new WiFi 6 (ax) standards, 160 MHz is also used. On Mikrotik routers supporting Wave2 or ax chipsets, you must manually set the appropriate value in the field Channel WidthMake sure all your client devices also support the selected bandwidth, otherwise they may simply not connect or operate at a minimum speed.
It's also important to pay attention to security standards. Using an outdated protocol WEP or even WPA (TKIP) forces the network to operate in mixed compatibility mode, which limits the speed of 802.11n and above. For maximum performance, you should use WPA2-AES or WPA3. Check the settings in the section Security Profile.
Don't forget about the operating mode (Mode). Setting the mode ap-bridge is the standard for creating an access point. However, if you have very old devices (such as printers or IoT sensors), you may need to enable support for legacy standards, which may slightly reduce the overall network efficiency.
Optimizing transmitter power
A common misconception is that the maximum transmitter power (Tx Power) always provides the best signal. In practice, setting the power to 100% (or 30 dBi) often has the opposite effect. The client device (smartphone, laptop) has a lower-power antenna and can't out-speak the powerful router. As a result, you see a full signal, but data isn't transmitted due to packet loss in the opposite direction.
The optimal power setting depends on the size of the room. For a small apartment or office, a power setting of 15-18 dBi (approximately 50-70% of the maximum) is often sufficient. This will reduce the noise your router generates for itself (echo signals) and for your neighbors, improving overall connection quality.
On Mikrotik devices, power control is performed via a table TX Power In the wireless network interface, you can set the power level based on the selected transmission speed (MCS index). Properly setting these values allows the router to dynamically reduce power at high speeds where possible, saving equipment resources and reducing heat.
| Parameter | Recommended value (Apartment) | Recommended value (Home/Office) | Impact on speed |
|---|---|---|---|
| Channel Width (2.4 GHz) | 20 MHz | 20 MHz | Stability is more important than peak speed |
| Channel Width (5 GHz) | 40-80 MHz | 80-160 MHz | Direct increase in throughput |
| Security | WPA2-AES | WPA3-AES | Removes limitations of old protocols |
| Tx Power | 15-18 dBi | 20-23 dBi | Improves two-way data exchange |
Troubleshooting RouterOS Configuration Bottlenecks
The RouterOS operating system itself can become a bottleneck if not configured correctly. One common cause of slow WiFi speeds is having the "Router" feature enabled. Hardware Offloading on the ports to which the WiFi module is connected, or its absence where it is needed. Make sure that traffic between LAN and WiFi does not pass through the CPU unless necessary for filtering.
Check your settings QueueIf you have complex traffic prioritization (QoS) rules configured, they can consume CPU resources, especially on models without hardware acceleration. For home use, a simple default queue is often sufficient, but in offices with many users, proper configuration is essential. Simple Queues or Queue Trees critical.
☑️ Mikrotik Optimization Checklist
It's also worth paying attention to services running in the background. Disable unnecessary services in the menu. IP -> Services, such as Telnet, FTP, or WWW, if you don't use them for administration. This will not only speed up work but also improve security. Also, make sure your router is running the latest stable version. RouterOS, as updates often fix WiFi driver bugs.
⚠️ Caution: Before making changes to system queues or firewall rules, ensure you have cable (Ethernet) access to the device. Incorrect settings may block remote access.
Using Band Steering and Mesh Networks
If your equipment supports dual-band operation, Band Steering becomes a relevant consideration. This technology combines 2.4 GHz and 5 GHz networks under a single name (SSID). The router automatically directs the client to the most appropriate band. Mikrotik implements this by creating virtual interfaces and connection rules, although the native implementation may differ from proprietary solutions from other vendors.
For large spaces, an effective solution is to create a mesh network or 802.11r/k/v roaming system. Mikrotik supports the protocol. fast roaming, which allows devices to quickly switch between access points without losing connection. This is especially important for VoIP telephony and video calls when moving around the office or home.
However, it's important to remember that adding multiple access points on the same channel without proper planning will lead to chaos. Use different channels for adjacent access points (e.g., 1, 6, 11 for 2.4 GHz) and adjust the power of each access point so their coverage areas overlap minimally, but still sufficiently to ensure a seamless transition.
The secret to stable roaming
For ideal roaming, access point power should be reduced to a level where the client device drops away from one access point only when the signal from another becomes significantly stronger. Don't set the power to maximum everywhere!
Diagnostics and speed monitoring
After making all the changes, you need to check the result. The built-in RouterOS tool Tools -> Bandwidth Test Allows you to measure the speed between your router and the connected device, bypassing ISP restrictions. This will give you a clear picture of your WiFi performance. Run the test from different distances and angles.
Also use the chart Wireless -> Interfaces -> [your interface] -> ChartIt displays the actual data transfer rate (tx/rx) and noise floor in real time. Sharp spikes in noise floor or a drop in CCQ (Client Connection Quality) below 80-90% indicate interference or power issues.
Keep in mind that WiFi speed also depends on the capabilities of the client device. An old laptop with a 1x1 antenna won't be able to deliver the speed that a router with 4x4 antennas is physically capable of. Always consider the capabilities of the weakest link in the chain.
Frequently Asked Questions (FAQ)
Why is the WiFi speed on Mikrotik lower than via cable?
Wireless network speeds are always slower than wired ones due to protocol overhead, the HALF-duplex nature of WiFi (a device cannot simultaneously receive and transmit), and interference. Furthermore, the speed is split between all connected clients. Expect a loss of approximately 30-50% of the port speed even under ideal conditions.
Which version of RouterOS is best for WiFi?
We recommend using the latest stable version (Long-Term or Stable, depending on your need for new features). Newer versions (v7 and higher) feature a completely rewritten WiFi driver, providing a significant performance boost on supported hardware compared to v6.
Is it possible to increase the antenna power programmatically?
Software can only change the transmitter gain within the chip's physical limitations. It's impossible to "overclock" an antenna beyond its physical specifications. Setting the maximum gain on a weak antenna will only result in signal distortion and overheating, but will not improve coverage.
Does Country Affect WiFi Speed?
Yes, selecting your country in your WiFi settings determines the permitted channels and maximum transmit power according to local regulations. Selecting the wrong country may block certain channels or limit transmit power, which will reduce speed.