Mikrotik is not distributing Wi-Fi: reasons and solutions

A situation where a powerful router Mikrotik When a router stops broadcasting a wireless network, it can catch you off guard. The cable appears to be connected and the lights are flashing, but the devices simply don't see the access point. This is a common problem faced by both novice and experienced administrators when replacing hardware or after a system update. Often, the cause isn't a malfunction, but rather a specific logic behind RouterOS, which requires precise manual configuration.

Unlike home routers, which operate on the "set it and forget it" principle, Mikrotik routers require attention to detail. A lack of Wi-Fi can be caused by a dozen factors, from a simple radio interface disconnect to a frequency conflict or a hardware malfunction. RouterOS — It's a flexible operating system, and if you don't set a rule, it won't execute it. In this article, we'll look at all the possible scenarios why your Mikrotik is silent on the air, and how to get the network back online.

The first thing to do is not to panic and not rush to reflash the firmware. In 90% of cases, the problem can be resolved by properly configuring it via WinBox or the terminal. We'll cover everything from checking the physical condition of the antennas to thoroughly analyzing the logs. It's important to understand that diagnostics should be sequential: from hardware to software settings. If you've just updated, it's possible that the old scripts no longer work correctly.

Hardware reasons and physical layer check

You should always start with the most obvious, but often overlooked, physical connection. If your device Mikrotik If you're using detachable antennas, make sure they're securely attached. Poor connections can cause the wireless module to go into protection mode or operate at critically low efficiency, resulting in the network being visible only at close range or not visible at all. It's also worth checking that the device isn't overheating, as overheating is a common cause of radio interface failure.

The second important point is compatibility and availability of the module itself. In some models, especially in the series hEX or RB750, the Wi-Fi module may be optional or absent altogether. If you try to set up a network on a device without a built-in radio, nothing will work. Furthermore, in enterprise lines such as Cloud Router Tile, wireless interfaces may require a separate license or activation via an upgrade key.

⚠️ Attention: Never attempt to attach antennas to a powered-on router. Static voltage or a short circuit during connection can instantly burn out the transmitter's output stage. Always handle antennas with the power off.

The third aspect is power. If you're using a PoE injector or a third-party power supply, the router may not have enough current to fully operate all interfaces, especially if you have many clients or a USB modem connected. If there's a power shortage, Wireless The module is disabled first to preserve the wired network. Check that the power supply voltage and amperage match the requirements specified on the device's label.

📊 What Mikrotik do you have?
Home (hAP/LTAP)
Office (RB750/RB4011)
Provider (CCR)
Another

Checking the Wireless Interface Status in WinBox

Let's move on to the software part. The fastest way to understand why Mikrotik

It doesn't distribute Wi-Fi - look in the menu WirelessIt often happens that an interface physically exists, but is disabled programmatically. In the list of interfaces next to the name (for example, wlan1 or wifi1) the blue icon should be lit. If the icon is red or gray, the interface is stopped. To start, simply press the button Enable or a keyboard shortcut Ctrl+E.

If the interface is enabled but the network does not appear, check the tab Data Rates and security settings. Sometimes administrators accidentally select unsupported rates or encryption modes that are not supported by client devices. For example, if you enable only WPA3 On an old laptop, it simply won't see the network. Make sure that the field Security Profile the current profile is selected, not default with empty fields if you have changed the default settings.

Particular attention should be paid to the section Advanced ModeIn the advanced settings you can find the option Disabled, which may be active even when the interface is running. Also, check if the checkbox is unchecked. Hide SSIDIf you're searching for a network visually but can't find it, a hidden network doesn't broadcast its name, and you need to manually enter the SSID on the client to connect.

It's also important to check that the interface is bound to the correct card. In devices with multiple radio modules (e.g., Dual Band) you might accidentally set up an access point for 5 GHz, expecting to see it in the 2.4 GHz band. Switch between tabs wlan1 And wlan2, to make sure what frequency the broadcast is on.

SSID and operating mode configuration errors

One of the most trivial, yet common, mistakes is choosing the wrong operating mode. In the menu Wireless there is a parameter ModeTo create an access point it must be set to ap-bridgeIf it's there station (client) or bridge, the device won't share the internet, but will attempt to connect to another network or operate in bridge mode without routing. Make sure the mode is set correctly for your application.

The second critical parameter is SSID (network name). Make sure that the field SSID The name is written in Latin characters. Using Cyrillic or special characters may cause some devices (especially iOS and older Android devices) to simply ignore the network. Also, check that the name isn't duplicated with other nearby networks, which could cause connection confusion even though the network will technically work.

The third nuance is the frequency plan. In the settings Frequency a specific channel or mode must be selected scan-listIf automatic mode is selected, the router may become stuck on a channel with heavy interference or a DFS (radar) channel where it is prohibited from transmitting data. It's better to manually select a clear channel, checked with a scanner (Scan in the Wireless menu).

Parameter Recommended value Possible error
Mode ap-bridge station, bridge
Frequency Mode regulatory-domain superchannel (illegal)
Country Your country No country set
Band 2GHz-b/g/n or 5GHz-a/n/ac 2GHz-only-g (older devices)

⚠️ Attention: Select country (Country) in the wireless network settings is more than just a formality. It determines the permitted transmission power and available channels. Setting the wrong country may result in violation of the law or unstable operation due to DFS restrictions.

☑️ Checking SSID settings

Completed: 0 / 4

Problems with DHCP server and address pool

Even if the Wi-Fi network is visible and the device is connected, there may be no internet access due to DHCP errors. The client receives an IP address from a pool, and if the pool is empty or the server is down, there will be no network access. Check the menu. IP → DHCP ServerThere should be an active server (status running), bound to the correct interface (usually bridge-local or bridge).

A common error is an exhausted pool. If your network has a lot of devices or the lease time is too long, you may run out of addresses. In this case, new devices will remain stuck in the "Obtaining IP address" status indefinitely. This can be resolved by increasing the pool size. IP → Pool or by reducing the rental period.

It is also worth checking if there is a rule in IP → Firewall → NATWithout rules masquerade traffic from the wireless network will not go out to the external network (WAN). Make sure that in the chain srcnat There is a rule that converts internal client addresses to the provider's address. Without this step Mikrotik it simply won't let traffic out.

For diagnostics you can look IP → DHCP Server → LeasesIf you see your device with an address there, DHCP is working. If you don't see your device, there's a problem with the connection or the auth profile. If the status is "waiting," it means the request is being received, but the server isn't responding.

How to reset DHCP leases?

If you suspect the pool is full or the settings have become corrupted, you can clear the list of leased addresses. Go to IP -> DHCP Server -> Leases and click "Remove All." This will force all clients to re-request addresses.

Using CAPsMAN and centralized management

If you are using architecture CAPsMAN (Controlled Access Point system Manager), the local Wireless settings on the router (controller) itself are ignored. In this case, the configuration is downloaded from the central server. If CAPsMAN is configured incorrectly or the package caps not installed/updated, access points will not broadcast the network.

On the menu Wireless You can see the interface status, but the main settings are in CAPsMANCheck if the point is registered in the list. Remote CAPs. If the status no config or disconnected, which means the connection between the controller and the access point is broken. This often happens after a RouterOS update, when the software versions on the controller and access points no longer match.

It is important to ensure that in the CAPsMAN configuration (CAPsMAN → Configuration) the correct profile has been created (datapath And security), which is assigned to a specific SSID. If the security profile isn't created or linked, the network won't start. Also, check if your firewall is blocking service packet exchange between the controller and the access points (UDP port 5246).

⚠️ Attention: When updating RouterOS on devices running CAPsMAN, it's crucial to update all components simultaneously. Version mismatches between the controller (version 7.x) and access points (version 6.x or older 7.x) will inevitably result in Wi-Fi failure.

Diagnostics via logs and terminal

When visual methods fail, the terminal comes to the rescue. Enter the command /log print where topics~"wireless"to see events related to the wireless network. The logs can provide information about the reasons for the interface being disabled, such as disassociated: sending deauth due to local loss of beacon or authentication errors. It's your router's "black box" that will tell the truth.

For deeper diagnostics, use a sniffer. Command /tool sniffer quick interface=wlan1 will show the packets passing through. If you see packets Beacon, which means the access point is working and broadcasting. If the airwaves are empty, the problem lies with the driver or hardware. It's also helpful to check the CPU load during connection attempts—if it's 100%, the processor isn't handling encryption.

Don't forget about the team /interface wireless printIt will display a brief summary of the status of all wireless interfaces. Please note the fields rx-bytes And tx-bytesIf the counters are increasing, traffic is flowing. If they are at zero, the connection is not established. To reset the counters, use /interface wireless reset-counters.

# Example command to check interface status

[admin@MikroTik] > interface wireless print

Flags: X - disabled, R - running

0 name="wlan1" mtu=1500 mac-address=48:8F:5A:XX:XX:XX

arp=enabled interface-type=IPQ40xx wave2 mode=ap-bridge ssid="MyWiFi"

frequency=2412 band=2ghz-b/g/n channel-width=20mhz

tx-power-mode=default current-tx-power=20

security-profile="profile1" hide-ssid=no

rx-bytes=10240 tx-bytes=51200

How to interpret error codes in logs?

Code disassociated usually means loss of communication with the client. deauth — Forced shutdown. If you see a lot of entries association failed, check your password or encryption type. Errors radar detected They're talking about DFS working - the router has released the channel due to radar detection.

What should I do if my router gets stuck in a reboot loop when I turn on Wi-Fi?

This is a sure sign of a hardware problem with the power supply or the wireless module itself. When the radio is turned on, the current consumption increases sharply. If the power supply is old or weak, the voltage drops, and the router reboots. Try replacing the power supply with a similar one with a higher current (amperes).

FAQ: Frequently Asked Questions

Why did Wi-Fi disappear after updating RouterOS?

When upgrading from version 6 to version 7, packages and configuration structure change. Often, old Wireless settings are not converted automatically or require reinstalling packages. wifi And wifi-qcomThe CAPsMAN operating mechanism has also changed in version 7.

Mikrotik sees my neighbors' networks, but it's not broadcasting its own. What's wrong?

Once the scanning function (Scan) works, which means the antenna and radio module are working properly. The problem is 100% in the software settings: the wrong mode (not ap-bridge), the interface is disabled, there is an IP address conflict, or there are no firewall/NAT rules.

Can Mikrotik be used as a Wi-Fi repeater (amplifier)?

Yes, but it requires proper configuration. The mode must be station-bridge (for transparent bridge) or station (for routing). Simply switching the mode isn't enough—you need to properly configure NAT or port forwarding, otherwise the network will work, but there will be no internet.

The red ACT indicator on Wi-Fi is on, what does it mean?

The ACT (Activity) indicator flashes during data transfer. If it remains lit continuously or is completely off while the network is active, this may indicate a driver error or processor overload. Try restarting the device.