Wireless signal strength management is one of the most sophisticated tools in a network administrator's arsenal. Beginners often mistakenly believe that setting the maximum values in equipment settings will automatically ensure the best coverage and speed at all points in the room. However, in reality, especially when working with professional equipment, Mikrotik, blindly increasing the transmitter output power often leads to the opposite effect: increased interference, a drop in real throughput and instability of client connections.
In the RouterOS operating system, the process of regulating the radio channel power is implemented quite flexibly, but requires an understanding of the physical principles of radio wave propagation. Output power — this is just one of the parameters affecting connection quality, and it's inextricably linked to receiver sensitivity and antenna selection. If you've just purchased a device or are optimizing an existing network, you need to clearly understand the difference between desired coverage and actual network performance.
In this guide, we'll cover not only the mechanics of changing interface settings, but also the logic behind decision-making. You'll learn how to select the right values. tx-power for different frequency ranges, why it's important to consider your country's legal restrictions, and how to avoid common mistakes that turn a powerful router into a source of interference.
Operating principles of the transmitter and limitations of the standards
Before making any configuration changes, it's important to understand that wireless communication works bidirectionally. The router transmits data to the client (laptop, smartphone), and the client sends a response signal back to the router. The problem lies in the asymmetry of the equipment: transmitter power The router's signal strength may be high, but the smartphone's antenna is small and weak. If you crank up the router's power to maximum, the phone will "hear" the router perfectly, but its return signal simply won't reach the router's receiver. This will result in a client with a full signal strength but no real network access.
⚠️ Note: Increasing transmitter power does not proportionally increase network range. Range is limited by the receiver sensitivity of the weakest device in the chain, which is almost always the client device, not the router.
Furthermore, there are strict regulations governing the use of the radio spectrum. Different countries have established maximum effective radiated power (EIRP) limits. Exceeding these limits can lead to fines from regulatory authorities and interfere with other services. RouterOS has a mechanism country, which automatically limits available power levels in accordance with the laws of the selected country.
Heat generation should also be considered. Operating the radio module at its maximum power level results in increased power consumption and chip heating. In a closed enclosure or with poor ventilation, this can lead to throttling (reduced processor performance) or even hardware failure. Therefore, finding a balance between coverage and stability is key.
Configuration via the WinBox graphical interface
The most accessible way to manage wireless network settings is to use a utility WinBoxThis method is suitable for most users who don't want to delve into the command line. To get started, connect to the router and go to the menu section. Wireless. All available radio interfaces are displayed here (for example, wlan1, wlan2).
Double-click the desired interface to open the configuration window. Go to the tab WirelessThis is where the main sliders and fields for entering numerical values are located. Find the field TX PowerIn some versions of RouterOS, this may be presented as a drop-down list with preset values in dBm, while in others, it may be a field for manual entry.
If you're connected via WiFi when the power level changes, the connection may be lost for a split second or longer until the client renegotiates its connection parameters with the access point. It's recommended to test this while standing close to the router or using a wired connection.
☑️ Check before changing settings
Power adjustment via terminal (CLI)
For experienced administrators or those requiring automation, configuration via the terminal is preferable. It allows you to quickly change settings on multiple devices at once or write a script for dynamic power management based on the time of day. The terminal can be accessed via the tab New Terminal in WinBox or via SSH connection.
The basic command to view the current interface settings is as follows:
/interface wireless print
To change the transmit power, use the command setThe syntax requires the interface name and parameter to be specified. tx-powerThe value is specified in dBm. For example, to set the power to 20 dBm on the interface wlan1, enter:
/interface wireless set wlan1 tx-power=20
The CLI also makes it easy to manage the operating mode. If you want the router to automatically select the optimal power level based on the airborne noise level (function auto tx-power), use the command:
/interface wireless set wlan1 auto-tx-power=yes
However, automatic mode isn't always ideal, as Mikrotik algorithms can be overly conservative or, conversely, aggressive depending on specific room conditions. Manual settings often produce more predictable results.
What does 0 in tx-power mean?
A value of 0 in the tx-power field does not turn off the radio. In the case of some older firmware versions or specific drivers, this may mean using the minimum possible power or the default value determined by the country profile. Always check the actual signal strength after setting it to 0.
Influence of frequency ranges and channel width
Power setting is inextricably linked to the selected operating frequency. The 2.4 GHz and 5 GHz bands have fundamentally different signal propagation characteristics and legal restrictions. In the 2.4 GHz band, the airwaves are typically heavily polluted by neighboring routers, microwave ovens, and Bluetooth devices. Increasing the power here is often ineffective, as the problem lies not in signal strength but in the signal-to-noise ratio.
The situation is different in the 5 GHz band. The signal penetrates walls less effectively, but there are more open channels. This band follows a characteristic relationship: the wider the channel (e.g., 40 MHz versus 80 MHz), the lower the power required to maintain stability and meet EIRP standards. As the channel widens, the spectral power density decreases, requiring more precise calibration.
Below is a table of approximate recommended power values for various usage scenarios to help you set up:
| Range | Channel width | Scenario | Recommended power (dBm) |
|---|---|---|---|
| 2.4 GHz | 20 MHz | Apartment in a high-rise building | 14 - 17 |
| 2.4 GHz | 20 MHz | Private House/Office | 20 - 23 |
| 5 GHz | 40/80 MHz | One room | 17 - 20 |
| 5 GHz | 80 MHz | Open space | 23 - 27 |
It's worth noting that these values are averages. Actual figures will depend on the specific model of your card. Mikrotik (for example, series wAP, hAP or SXT) and the type of antennas installed. Always check the datasheet for your equipment.
⚠️ Note: RouterOS interfaces may vary between different versions of the operating system. If you don't see the fields described, check the documentation for your specific firmware version on the manufacturer's official website, as the functionality of wireless packages may differ.
Antenna and MIMO management
Modern WiFi standards (802.11n, ac, ax) utilize MIMO (Multiple Input Multiple Output) technology, which transmits data simultaneously through multiple antennas. In Mikrotik's settings, you may find this setting: antenna-gainThis value does not magically boost the signal, but rather adjusts power calculations to meet EIRP standards if you are using external antennas with a known gain.
If you are using a device with built-in antennas, the parameter antenna-gain This is usually already set by the manufacturer and doesn't need to be changed. An error in this value will result in the router either underproducing power (if you've understated the gain) or violating regulations (if you've overstated it). For external antennas, the formula is simple: tx-power (at the card output) + antenna-gain = EIRP.
Also in this section Wireless -> Advanced Mode you can find the settings chain0, chain1 etc. Disabling unused circuits (if, for example, one of the antennas is damaged) can help stabilize operation, but in normal mode, all circuits must be active for MIMO operation and beamforming.
Common mistakes and coverage optimization
One of the most common mistakes is trying to penetrate thick concrete walls by cranking up the power to maximum (30 dBm and above). Radio waves in the 2.4 and 5 GHz bands do not penetrate reinforced concrete and metal well. Increasing the power in this case will only result in the signal being reflected off the wall, creating standing waves and interference within the room, but will not penetrate into the adjacent room.
The second mistake is ignoring "noise." In an apartment building, it's best to reduce the power to a level where your signal is audible only in your apartment. This will reduce interference with neighbors and improve overall network performance for everyone. Less is often more in the world of WiFi.
The third problem is using inappropriate antennas. Installing a high-gain omnidirectional antenna in the center of the room can worsen the situation, as such an antenna flattens the radiation pattern, directing the signal to the sides and up/down, but "blinding" the area directly below and above the router.
For complex room layouts, it's more efficient to use multiple low-power access points connected into a single network than a single high-power router operating at its limits. This will ensure uniform coverage without dead zones or signal drops.
How do I reset my WiFi settings to factory defaults if I messed everything up?
If experimenting with power levels results in a complete loss of connection, the easiest way is to reset the wireless interface configuration. In the terminal, enter the command /interface wireless default-config (note: the command may differ depending on the version, it is often easier to do set with the required parameters again). If the router does not respond, use the physical button Reset On the case: Press and hold it while the power is on until the ACT indicator flashes, then release. This will reset all settings, including WiFi, to factory defaults.
Why did the speed drop after increasing the power?
Speed may have dropped due to increased interference or clients switching to an older modulation standard. At very high signal levels (but poor quality), the router and client may not be able to process packets quickly or may enter error protection mode, reducing actual throughput. Thermal throttling of the processor is also possible.
Is it possible to set different power for different SSIDs?
No, at the physical layer (radio interface), the transmitter power is the same for all virtual access points (SSIDs) created on the radio. You cannot set 10 dBm for a guest network and 25 dBm for the main network on the same frequency band on a single card. The power is adjusted for the entire radio interface.