Many users, after purchasing powerful MikroTik equipment, encounter a paradoxical problem: the router becomes unstable, devices lose connection, and connection speeds drop. Often, the root cause is excessive transmitter power, which creates severe interference and disrupts the client-access point balance. Knowing how to properly configure tx-power (transmit power) is a key skill for the administrator of any wireless network, be it an office or an apartment.
Unlike home routers, where settings are often hidden or simplified, MikroTik RouterOS gives you full control over the radio. This allows you to not just "turn down the volume," but perform delicate surgical manipulation to optimize the spectrum. In this article, we'll discuss why maximum power isn't always a good thing and how to intelligently reduce it using the WinBox graphical interface or the command line.
Reducing the transmitter power helps solve the problem of "deaf" clients, where a device can see the router's network, but the router can't hear the response signal from a weak transmitter on a smartphone or laptop. This also reduces interference with neighboring networks and lowers electromagnetic radiation levels. It is important to understand, that configuring the radio interface requires care, as changes take effect immediately and may temporarily break the connection.
Why Maximum Power Is Bad for WiFi Stability
There's a common misconception that the higher the decibel (dBm) rating, the better the Wi-Fi coverage will be in every corner of the building. In reality, wireless communication is a two-way process. A MikroTik router can "shout" a 30 dBm signal across the entire house, but your smartphone's weak transmitter is physically incapable of "shouting" a return signal over the same distance. This phenomenon is called link imbalance.
When transmitter power is set to maximum, signal quality issues often arise due to airwave saturation and the introduction of nonlinear distortion within the radio module itself. A high signal strength (RSSI) doesn't always mean high speed; on the contrary, an oversaturated airwave leads to collisions and retransmissions of data packets, which increases ping and reduces actual throughput.
⚠️ Caution: Excessive power may cause the radio module to overheat and shorten the life of the device, as well as interfere with critical equipment such as video surveillance systems.
Optimal setup involves finding a "sweet spot" where the coverage area coincides with the zone where the client device can reliably maintain a feedback loop. For apartments and small offices, 15-18 dBm is often sufficient to ensure a stable connection without "dead zones" or echo signals.
Analysis of the current situation and channel selection
Before adjusting the power sliders, it's important to assess the current RF environment. MikroTik has built-in scanning tools that allow you to see how busy your selected channel is and what the noise floor is. If the airwaves are crowded with neighboring stations, simply reducing the power without changing the frequency may not produce the desired effect.
Use the interface Wireless to view a list of available networks. Please note the columns Signal And NoiseThe difference between them (SNR) is a critical indicator of connection quality. If the noise level is high, reducing your transmitter power will make the network even less visible to clients, so in such cases, the first step is to change the channel to a clearer one.
Frequency range is also worth considering. The 2.4 GHz band has only three non-overlapping channels (1, 6, 11), and competition is higher there. The 5 GHz band has more channels, but they have less penetration. Reducing power in the 2.4 GHz band will have a more noticeable effect due to the high network density around it.
- 📡 Check the channel loading via
Scanin the Wireless menu. - 📉 Assess the noise floor - ideally, it should be below -90 dBm.
- 🔄 Make sure the Channel Width is appropriate for your needs (20 MHz for stability, 40/80 MHz for speed).
After analyzing the results, you'll be able to make an informed decision: whether simply reducing the power is sufficient or whether a comprehensive reconfiguration of the frequency plan is required. Remember that in apartment buildings, reducing the power is often the only way to force devices to switch to the nearest access point rather than being stuck on a distant router with a barely viable signal.
Configuring tx-power via the WinBox graphical interface
The most accessible way to manage power is using the WinBox utility. It's a graphical interface that allows you to visually monitor radio interface parameters. To get started, connect to the router and go to the menu. WirelessIn the window that opens, select the desired interface (usually it is wlan1 or wifi1 (in new models) and double-click on it to open the properties.
In the window that opens, go to the tab WirelessHere you will find the field TX PowerBy default, this value can be 0 or 30 (depending on the model and region), which often represents the maximum power or the default power setting in the driver. Changing this number directly affects the signal strength.
☑️ Check before changing power
It's important to note that the scale of values may vary across different RouterOS versions and on different cards (e.g., hAP, cAP, SXT). Some use absolute values in dBm, while others use relative units. Modern devices with support Wave2 And WiFi ax The interface may be slightly modified, but the logic remains the same: look for the parameter related to transmission (TX).
After changing the value, do not forget to press the button OK or ApplyChanges are applied instantly, but some client devices may require time to reconnect. If the connection is completely lost after reducing power, restore the setting using a wired connection.
Configuration via terminal and scripts
For experienced administrators and process automation, using the command line interface (CLI) is preferable. It offers more flexibility and allows for quick application of settings across multiple devices. The command for changing the capacity is concise and is executed in the section /interface wireless.
To change the transmit power, use the command set specifying the interface name and parameter tx-powerFor example, to set the power to 15 dBm on the wlan1 interface, the command would look like this:
/interface wireless set wlan1 tx-power=15
One of MikroTik's powerful features is its scripting capabilities. You can write a script that will automatically reduce power at night or during high CPU load, although this is overkill for a basic setup. It's also convenient to reset the settings to factory defaults via the terminal if experimenting with power settings leads to instability.
Secrets of the tx-power team
The tx-power command accepts values in dBm. However, the actual output power depends on the hardware limitations of a specific card. If you specify a value higher than the maximum supported by your model, the router will set it to the maximum supported by that hardware.
When working in the terminal, pay special attention to syntax. An error in the interface name can result in settings being applied to the wrong radio (for example, disabling the guest network instead of the main one). Always check the interface name with the command print before making changes.
Regional restrictions and country profile
One of the most important aspects that is often overlooked is Country (Country). In MikroTik, as with any certified equipment, the maximum transmitter power is strictly regulated by the laws of the country selected in the profile. If you have selected a country with strict limits (for example, many European countries), you will not be able to set the power higher than the permitted level, even if the slider in WinBox allows it.
Parameter country It's located in the same wireless interface settings menu. Selecting the correct country not only ensures compliance with the law but also determines the available channels and maximum channel width. For example, the US allows more channels in the 5 GHz band than Russia or Europe.
td>0 (if the antenna is standard)
| Parameter | Description of influence | Recommended value |
|---|---|---|
| Country | Defines_legal_ power limit and channels | Your real country |
| Antenna Gain | Power adjustment based on antenna gain | |
| TX Power | Direct signal strength in dBm | 15-20 dBm for indoor use |
There is also a parameter antenna-gainIt is used for software antenna gain compensation. If you use a router with an external antenna, you must correctly specify its gain so that the router will programmatically reduce the transmit power and not exceed the legal EIRP (total radiated power) limits. Violation of EIRP standards may result in fines from the communications regulator.
⚠️ Note: Interfaces and available power values may vary depending on the installed RouterOS version. In newer versions (v7+), some older wireless drivers have been replaced with the new wifi-qcom package, which allows power control via the security and configuration profiles.
Compatibility issues and impact on customers
A power reduction can reveal driver issues on client devices. Some older WiFi adapters or budget smartphones may not reconnect correctly when the signal strength changes if the difference is too great. They may cling to the router until the very end, even when the signal is practically gone, instead of switching to another access point.
In networks with multiple access points (roaming), proper power settings are critical. If one access point is louder than the others, all clients will congregate around it, creating congestion while neighboring access points are idle. Uniformly reducing power across all access points to a level that just overlaps coverage areas ensures ideal roaming.
- 📱 Older smartphones may lose network connectivity when the signal drops sharply below -75 dBm.
- 💻 Laptops with external antennas often perform more reliably at low AP power than tablets.
- 🎮 Game consoles are sensitive to packet loss that occurs at the "edges" of the coverage area.
If, after reducing the power, you notice that a specific device has stopped working reliably, try adding an exception or slightly increasing the power for the SSID it is connected to if your MikroTik model supports flexible virtual AP management.
Diagnostics and verification of results
After making changes, you need to ensure that the network is working correctly. Use MikroTik's built-in diagnostic tools, such as Torch or Snifferto check for an increase in retries (retransmissions) and CRC errors. Reducing power should not result in an increase in errors if the noise level on the air is normal.
It is also useful to look at the statistics of connected clients (Registration Table). Pay attention to the column Signal StrengthIdeally, for clients in a strong reception area, the signal strength should be between -40 and -65 dBm. If a client sitting a meter from the router has a signal of -30 dBm, the signal strength is definitely excessive and should be reduced.
Keep in mind that radio conditions may change. Moving in with new neighbors, installing a microwave, or even changing indoor humidity (for 5 GHz frequencies) may require recalibration of the power level. Regularly monitoring the network's condition is essential for its stable operation.
Is it safe to keep WiFi power at minimum all the time?
Yes, it's safe for your equipment. Operating at minimum power even reduces the radio module's heat output. However, make sure the minimum power level is sufficient to cover the required area, otherwise you'll get "dead zones."
Why did the speed drop after reducing power?
Speed may have dropped if the signal became too weak to use high modulation schemes (MCS index). Devices switch to lower, but more reliable data rates. If the signal is above -65 dBm, speed should not drop.
Is it possible to set different power for 2.4 and 5 GHz?
Yes, MikroTik configures these interfaces independently. Typically, the power for 2.4 GHz is set slightly lower than for 5 GHz to encourage devices to connect to the faster 5 GHz band.
Does reducing power affect the operation of the Mesh network?
Yes, it does have a significant impact. For stable mesh operation (802.11s or CAPsMAN), signal levels between access points must be balanced. Too little power can break the link between routers, destroying the entire network.