Which country to choose for MikroTik WiFi: Impact on Power and Channels

When initially setting up a wireless interface on MikroTik equipment, many administrators encounter a field country in the WiFi settings menu. It's often tempting to select the value no_country_set Or specify a region with the most relaxed restrictions to squeeze maximum power out of the transmitter. However, this approach is a fundamental mistake that can lead not only to network instability but also to serious legal consequences.

Selecting a country in MikroTik settings is not just a formality to match the map, but a mechanism for forced application frequency restrictions and radiation power limits. The RouterOS operating system automatically loads the rule base wireless-regdb, which dictates which channels are available, how much bandwidth is allowed, and what level of EIRP (equivalent radiated power) is allowed in a particular geographic region.

Ignoring this parameter or setting it incorrectly often results in interference with neighbors, reduced speeds due to congested channels, or complete Wi-Fi inoperability on certain frequencies. In this article, we'll examine the technical and legal aspects of choosing a region and explain why. Using a country code different from your actual location violates radio spectrum regulations. and may be regarded as interference with intelligence services or aviation.

Technical purpose of the Country Code parameter

Parameter country In MikroTik configuration, it serves as the activation key for a set of rules defined by the IEEE 802.11 international standards and national communications regulations. When you set a value, for example, Russia or United States, the router accesses an internal database and applies strict restrictions on the physical layer of data transmission. This includes the maximum allowable transmit power (TX-power), available channels, and permitted channel widths.

If you select the option no_country_set, the device often switches to a mode with minimal restrictions, allowing the use of all channels and the maximum theoretical power supported by the hardware. However, this state is intended solely for laboratory tests in shielded chambers (Faraday cages). In real-world conditions, using this mode results in your router "shouting" at frequencies that may be reserved for radar, satellite communications, or military purposes in your country.

Furthermore, selecting the correct country ensures the proper operation of DFS (Dynamic Frequency Selection) mechanisms. This technology allows WiFi equipment to detect radar signals and automatically switch to other channels to avoid interference. Without a country lock, these mechanisms may not function correctly or be completely disabled, resulting in the radar operator blocking the channel and disconnecting clients.

⚠️ Attention: Setting a country other than your actual location (for example, selecting the United States while in Russia) technically unlocks channels and bandwidth unavailable in your region. This is a direct violation of radio spectrum regulations and is subject to fines.

Impact on signal strength and available channels

The main reason users seek ways to bypass country restrictions is to increase Wi-Fi coverage. Indeed, standards allow different levels of transmit power in different regions. For example, some EU countries have stricter power limits in the 2.4 GHz band than the US or Russia. By choosing a "more permissive" country, users gain access to higher dBm values.

However, increasing transmitter power is a double-edged sword. A WiFi network operates in half-duplex mode, and if the router is very loud and the client device (smartphone or laptop) has a low-power transmitter and a limited antenna, the connection becomes lopsided. The client hears the router perfectly, but the router doesn't hear the client's response signal. As a result, you see a full signal, but the actual speed will be low and the ping will be high due to constant packet relays.

The choice of country also directly affects channel availability, especially in the 5 GHz band. Some countries allow the use of channels 36-64 without restrictions, while others require mandatory DFS. There are also countries where the upper channels (149-165) are completely banned or, conversely, allowed with increased power. Choosing the wrong country can deprive you of free channels, leaving you with only noisy ones.

📊 Which WiFi band do you use most often?
2.4 GHz (only it)
5 GHz (main)
Both ranges
Wired connection only

Let's examine the differences in regulatory approaches using several regions as examples. It's important to understand that MikroTik simply executes prescribed algorithms, and understanding these differences helps with network planning.

  • 🇺🇸 United States: Characterized by very wide power tolerances and a large number of available channels, including the upper 5 GHz segment, this code is popular among enthusiasts, but illegal outside the US.
  • 🇪🇺 Europe: It features strict power limits, especially in the 2.4 GHz band (often limited to 100 mW EIRP), and a mandatory DFS requirement for most 5 GHz channels.
  • 🇯🇵 Japan: Has unique limitations historically associated with the use of certain frequencies for other services, which may limit channel width selection to 20 MHz on some frequencies.
  • 🇷🇺 Russia: The rules are harmonised with European ones, but have their own peculiarities in the distribution of frequencies for state needs, especially in the 5.1–5.3 GHz and 5.6–5.8 GHz ranges.

Legal aspects and liability in the Russian Federation

In the Russian Federation, the use of the radio spectrum is regulated by the State Commission on Radio Frequencies (SCRF). There are clear regulations defining the permitted power and frequencies for Wi-Fi devices. Using equipment with parameters that do not comply with the declaration of conformity or established standards for a given territory is an administrative offense.

The 5 GHz band is particularly strictly controlled. In Russia, parts of this band (5.150–5.350 MHz and 5.650–5.850 MHz) are permitted for indoor use only. Signals on these frequencies are prohibited from traveling outside the building. If you select a country that allows outdoor mode on these frequencies and your signal is detected outside the perimeter, this may be grounds for inspection.

If interference occurs to official services (airports, special communications), the source is quickly located. Having "USA" or "no_country_set" settings on your router instead of "Russia" will be considered a deliberate violation, resulting in a fine and confiscation of equipment. The law does not make allowances for "ignorance of router settings."

What does the law say about WiFi power?

According to the State Commission on Radio Frequencies (SCRF), the maximum equivalent radiated power (EIRP) for IEEE 802.11 access points in the 2.4 GHz band must not exceed 100 mW (20 dBm). For the 5 GHz band, the limits depend on the specific frequency band and require the mandatory use of DFS mechanisms.

Comparison of parameters for different regions

To better understand the differences in restrictions, let's look at a summary table of parameters for the most commonly selected country codes. Data may vary depending on the RouterOS version and the specific MikroTik hardware model, as hardware also imposes its own limitations.

Parameter Russia (RU) United States (US) Europe (EU) No Country
2.4 GHz Max Power 20 dBm (100 mW) 30 dBm (1000 mW)* 20 dBm (100 mW) Depends on HW
5 GHz Channels (DFS) Required Required Required Often disabled
5 GHz Upper Channels Allowed (Indoor) Allowed Limited All are available
Channel width 80/160 Allowed Allowed Limited No restrictions

The table shows that the difference in available power can reach 10 dB or more, which on a logarithmic scale translates to a tenfold difference in signal strength. However, as mentioned earlier, blindly measuring the maximum dBm figure rarely improves connection quality in a typical apartment or office.

Instructions for setting up and changing the region

To correctly configure the country, you must have access to the MikroTik management interface. This can be done via WinBox, WebFig, or the CLI command line. Before making any changes, it is recommended to backup the configuration, as changing the region may temporarily interrupt the wireless connection and reset the current WiFi interface settings.

The process of changing the country is as follows: In the WinBox interface, go to the menu Wireless, double-click on the desired interface (usually wlan1 or wlan2). In the window that opens, find the field CountrySelecting a value from the list will cause the router to apply the new rules. If you're using the CLI, the command will look like this: /interface wireless set wlan1 country=ru.

After changing a parameter, the device may require a reboot of the interface or even the router itself to apply the driver-level changes. Make sure the selected country supports the frequencies your equipment operates on. For example, some older models may not support new frequency plans introduced for certain regions in the latest versions of RouterOS.

☑️ Checking WiFi settings

Completed: 0 / 5

If you don't see the Country field or it's grayed out, make sure you have the package installed. wireless (for older interfaces) or configured correctly wifiwave2 / wifi (for new AX standards). In new packages, country management can be accomplished via a security profile or radio settings.

⚠️ Attention: Interfaces and menu item names may vary depending on the RouterOS version and the type of WiFi chip installed (AT, AC, AX). Always consult the official documentation for your specific model.

Common errors and problems after changing countries

One common issue after changing countries is the Wi-Fi network disappearing or the inability to turn on the interface. This happens if the selected region doesn't support the frequency plan the channel is set to. For example, you manually set channel 13 but selected a country where this channel is blocked. In this case, you need to either change the channel to an allowed one or reset the correct country code.

Another mistake is the use of outdated firmware versions in which the base wireless-regdb Contains outdated data. Regulators periodically change rules, and MikroTik updates them in new versions of RouterOS. If you're running older firmware, the restrictions may not reflect current realities, which is especially critical for the 5 GHz and 6 GHz (WiFi 6E) bands.

Users also often forget that client devices (phones, laptops) also have their own country restrictions. If the router broadcasts a network on a frequency that the client device considers prohibited in its region, the phone may simply "not see" the network, even if it's physically working. This often happens when traveling with a router or buying equipment from other regions.

Recommendations for choosing optimal parameters

The ideal setup strategy is a balance between legislation and technical requirements. Always start by selecting your actual country of residence. This ensures legal security and predictable equipment performance. If the signal strength is insufficient, it's better to solve the problem by installing an additional access point, repeater, or using more directional antennas than to violate radiation regulations.

For office deployments that require dense coverage and multiple access points, choosing the right country is critical to ensure roaming mechanisms and interference avoidance. Using standard profiles allows for automated configuration and ensures that all access points operate within the permitted spectrum.

In conclusion, setting up a MikroTik router is a process that requires an understanding not only of the router's interface but also of the physical principles of radio communication. The WiFi country setting is the foundation upon which the stability of the entire wireless network is built. Don't neglect this parameter for the sake of an illusory gain in power, which in reality can cause more problems than it's worth.

Is it legal to use a US country code in Russia to increase power?

No, this is a violation of Russian radio spectrum regulations. You may be fined, and if you cause interference, your equipment may be confiscated. The technical advantages are often offset by incompatibility between client devices.

Why did the router stop seeing my devices after changing the country?

Perhaps the new country is restricting the channel or bandwidth your devices are operating on, or client devices are blocking the connection due to a mismatch in their own region's frequency plans.

Where can I find the current frequency limit database for MikroTik?

The database is built into the RouterOS operating system. By updating the firmware to the latest stable version, you receive up-to-date data. Additional information can be found on the regulator's website (the State Commission for Radio Frequencies in the Russian Federation) or in the IEEE documentation.

Does choosing a country affect WiFi speed?

Indirectly, yes. Your country selection determines the available channels and their bandwidth. If your region allows 80 MHz bandwidth, but you select a country where it's limited to 40 MHz, your maximum speed will be reduced.