How to Jam a Wi-Fi Hotspot: A Complete Guide for Home and Office

A Wi-Fi hotspot isn't just an internet connection, it's also a potential vulnerability in your network. There are situations when it needs to be temporarily or permanently disabled: to save power, protect against unauthorized access, eliminate interference with other devices, or simply reboot the equipment. However, not everyone knows how to do this correctly without disrupting other network components.

In this article we will look at 7 working ways to jam an access point — from standard router settings to software methods on smartphones and PCs. You'll learn how to disable Wi-Fi on different types of devices (TP-Link, ASUS, Keenetic, Xiaomi), what to do if you don't have access to the admin panel, and how to avoid common mistakes when blocking a network. We'll also consider Legal nuances of disabling other people's access points - This is important so as not to break the law.

If you need to urgently stop Wi-Fi broadcasting, start with the "Emergency Shutdown" section. For a more systematic security setup, proceed to the section on MAC address filtering and hiding the SSID.

1. Standard Wi-Fi shutdown via the router's admin panel

The most reliable way to jam an access point is to use the router's web interface. This method works on 99% of modern routers, including models MikroTik, Zyxel And D-LinkThe main requirement is that you must have access to the administrator's login and password.

The instructions are universal, but the menu paths may vary slightly depending on the firmware. If your router has custom firmware (OpenWRT, DD-WRT), look for similar sections with the title Wireless or Radio.

  • 🔌 Connect to the router via cable (LAN) or via Wi-Fi (if the network is still active).
  • 🌐 Enter the router's IP address in the browser's address bar. This is usually 192.168.0.1, 192.168.1.1 or 192.168.8.1 (check the device sticker).
  • 🔐 Log in using your login and password (often by default) admin/admin).
  • 📡 Go to the section Wireless network (or Wireless Settings, Wi-Fi).
  • ⚙️ Find the option Enable wireless broadcasting (or Enable Wireless Radio) and uncheck the box.
  • 💾 Save the settings and wait for the router to reboot (this may take up to 2 minutes).

☑️ Preparing to Disconnect Wi-Fi

Completed: 0 / 4

On some routers (for example, ASUS RT-AX88U) there is a separate button Radio On/Off on the main admin page—this speeds up the process. If the Wi-Fi indicator on the router remains lit after disabling, try physically reboot the device button Reset (not to be confused with a full reset!).

⚠️ Attention: On routers with dual-band Wi-Fi (2.4 GHz And 5 GHz) you'll have to disable each network individually. Otherwise, one of the access points will remain active.

2. Emergency shutdown: physical button on the router

If you've lost access to the admin panel (forgotten your password, or your router is infected with a virus) and need to disable Wi-Fi urgently, use the hardware button. Most modern routers are equipped with one—look for it on the back or side panel.

The button can be labeled as:

  • 🔄 Wi-Fi On/Off - a separate key for wireless network;
  • 🔘 WPS/Reset — combined (holding for 3–5 seconds turns off Wi-Fi, 10+ seconds resets settings);
  • 📶 Wireless - on some models TP-Link Archer.

Algorithm of actions:

  1. Find the button and press it once (if it is mechanical).
  2. If the button is touch-sensitive (as on Keenetic Giga), hold for 1-2 seconds until you hear a beep or the indicator flashes.
  3. Wait until the Wi-Fi light goes out or changes color (for example, from green to red).

If the button is missing, check if it is hidden under a cover (relevant for office routers like Ubiquiti UniFi). In extreme cases, it is possible turn off the router's power - but this will also drown out the wired internet.

3. Disable Wi-Fi on your smartphone (Android/iOS)

Smartphones are often used as hotspots to share internet. If you need to block such a network, do so through your phone's settings. This method also works for Samsung Galaxy, and for iPhone, and for devices on clean Android.

For Android (versions 10–14):

  1. Open Settings → Connections → Mobile hotspot & tethering.
  2. Move the slider Mobile hotspot in position Off.
  3. If the hotspot is enabled via the notification panel, swipe down and tap the icon Access point.

For iPhone (iOS 15–17):

  1. Go to Settings → Tethering.
  2. Disable the option Allow others to connect.
  3. In the control panel (swipe down) hold the icon Net and tap on Modem mode for quick shutdown.

⚠️ Attention: On some firmware (for example, MIUI on Xiaomi) The access point may turn on automatically when a USB cable is connected. To prevent this, disable this option. Automatic modem in the settings.

If you use third-party Wi-Fi sharing apps (e.g. PdaNet+ or FoxFi), you can only jam the access point through the application itself or by deleting it. Such programs often create hidden networks, which are not displayed in the standard settings.

4. Disabling Wi-Fi on Windows and macOS using software

Computers rarely act as access points, but if you have set up Internet distribution through Hosted Network (Windows) or Internet Sharing (macOS), it can also be muted. This is useful for laptop owners who were temporarily distributing Wi-Fi.

For Windows 10/11:

  1. Open Command line as administrator (Win + X → Terminal (Administrator)).
  2. Enter the command to check active networks:
    netsh wlan show hostednetwork

    If the status Running: Yes, the network is active.

  3. Disable the access point with the command:
    netsh wlan stop hostednetwork

For macOS (Ventura/Monterey):

  1. Open System Preferences → Sharing.
  2. Uncheck the box Public Internet in the left menu.
  3. In the terminal you can use the command:
    sudo ifconfig bridge100 down

    (replace bridge100 on your interface, you can check it with the command ifconfig).

How do you know if your PC is sharing Wi-Fi without your knowledge?

Open Task Manager (Ctrl+Shift+Esc) → Performance tab → Wi-Fi. If you see multiple devices listed under Connected, your PC may be an access point. Also, check the list of active connections with the command arp -a in CMD.

On Windows, you can also turn off Wi-Fi via device Manager:

  1. Click Win + X → Device Manager.
  2. Expand the branch Network adapters.
  3. Find the adapter with the name Wireless or Wi-Fi, right click and select Disconnect the device.

5. Hiding SSID and MAC address filtering

If you need to not just jam the access point, but make it invisible to outsiders, use hiding SSID and filtering by MAC addressesThis won't disable Wi-Fi completely, but it will make connecting to the network much more difficult.

How to hide SSID:

  1. Log in to the router admin panel (see Section 1).
  2. Go to Wi-Fi Settings → Basic Settings.
  3. Find the option Hide SSID (or Hide SSID, Broadcast SSID) and activate it.
  4. Save the settings. The network will no longer appear in the list of available networks, but you can connect to it manually if you know its name.

How to set up MAC address filtering:

  1. In the admin panel, open Wireless Network → MAC Filter.
  2. Select mode Allow only specified devices.
  3. Add MAC addresses of trusted devices to the list (you can find them in the smartphone/PC settings or via the command ipconfig /all in CMD).
  4. Save the changes. Now only devices from the list will be able to connect to Wi-Fi.

Method Efficiency Difficulty of setup Suitable for
Hiding the SSID Average (the network can still be found) Low Home networks with a small number of devices
MAC filtering High (but MAC can be faked) Average Office networks with a controlled fleet of devices
Disabling DHCP High (requires manual IP configuration) High Advanced users
Changing the Wi-Fi channel Low (only to reduce interference) Low Resolving conflicts with neighboring networks
⚠️ Warning: MAC address filtering is not foolproof. An experienced user can spoof their device's MAC address and connect to the network. For complete security, combine this method with WPA3 encryption and a complex password.

6. Legal aspects: is it possible to jam other people's access points?

Many users are wondering whether it is legal to disable or block other people's Wi-Fi networks, which create interference or are used without permission. In Russia and most countries, this is regulated by communications and data protection laws.

Key points:

  • 📜 Jamming someone else's access point without the owner's consent is prohibited.This qualifies as interference with the operation of a communications network (Article 13.3 of the Code of Administrative Offenses of the Russian Federation, a fine of up to 100,000 rubles).
  • 🔒 If the network is open and used by outsiders, you have the right protect your network (set a password, enable MAC filtering).
  • 📡 If your neighbor's Wi-Fi is interfering with your network, you can ask the owner to change the channel or contact your provider. Self-suppression of the signal (for example, using Wi-Fi jammer) illegally.
  • 🏢 In office and public networks, disabling Wi-Fi must be agreed upon with the administration or IT department.

Exceptions:

  • 🛡️ If someone's access point is being used for cyberattacks to your devices (for example, MITM attack), you can block it in your router settings (via MAC Blacklist).
  • 📴 If we are talking about guest network In a cafe/hotel, you don't have the right to turn it off, but you can complain to the administration about poor protection.

📊 Have you ever encountered problems with other people's Wi-Fi networks?
Yes, they interfered with the interference.
Yes, someone connected without permission.
No, never.
I find it difficult to answer

If you're bothered by someone else's Wi-Fi, it's best to act legally:

  1. Try to find the owner of the network (through the provider or the building administration).
  2. Use Wi-Fi analyzers (For example, Wi-Fi Analyzer for Android) to identify free channels and reconfigure your router.
  3. Install firmware with support on your router AI Protection (for example, on ASUS), which blocks suspicious connections.

7. Alternative methods: when standard methods don't work

If you can't jam the access point using standard methods (for example, you forgot your router password or it's broken), try these methods:

Resetting the router to factory settings:

  • 🔧 Find the button on the back of the router Reset (usually recessed into the body).
  • 🕒 Hold it for 10-15 seconds with a toothpick or paperclip until the indicators start flashing.
  • 🔄 After the reset, Wi-Fi will be disabled, but all settings (including the password) will be reset to factory settings.

Power off via smart plug:

  • 🔌 If the router is connected to a smart plug (Xiaomi Smart Plug, TP-Link Tapo), you can mute it through the manufacturer's application.
  • ⏱️ Set up a shutdown schedule (for example, at night) or control the outlet with your voice (Alice, turn off the socket.).

Blocking via provider:

  • 📞 Call your internet provider's support team and ask them to temporarily disable your Wi-Fi service (this applies to rented routers).
  • 📄 For some providers (for example, Rostelecom) there is an option “Internet pause” in your personal account.

For advanced users there is another way - blocking via command line (Windows only):

  1. Find out the MAC address of someone else's device (for example, through arp -a).
  2. Block it in your router via Blacklist or use a firewall:
    netsh advfirewall firewall add rule name="Block Wi-Fi Device" dir=in interface=Wi-Fi action=block remoteip=192.168.1.100

    (replace 192.168.1.100 to the device's IP address).

⚠️ Note: Blocking MAC addresses through a firewall only works for devices connected to your local network. This method is useless for other devices' access points.

FAQ: Frequently Asked Questions about Wi-Fi Dongles

Is it possible to jam my neighbor's Wi-Fi if it's interfering with my network?

No, disabling or jamming someone else's access point is prohibited by law. You can:

  • Ask your neighbor to change the Wi-Fi channel (use apps like Wi-Fi Analyzer, to find a free channel).
  • Complain to your provider if the network is being used for illegal activities.
  • Install a directional antenna on your router (for example, TP-Link TL-ANT2408CL).
Why does the network still work after disabling Wi-Fi in the admin panel?

Possible reasons:

  • You have disabled only one range (2.4 GHz or 5 GHz). Check the settings of both.
  • The router has a function Guest network, which works separately. Disable it.
  • The router firmware is faulty. Try updating it or resetting it.
  • You have the feature enabled WPS, which can automatically turn on Wi-Fi. Disable it.
How do I disable Wi-Fi on my router if I forgot the password for the admin panel?

Options for action:

  1. Reset the router to factory settings using the button Reset (cm. Section 7).
  2. If you rented your router from a provider, call support—they'll tell you the default password or reset the settings remotely.
  3. Use firmware vulnerabilities (for example, for some models D-Link There are exploits for resetting the password). Dangerous! May cause damage to the router.
Is it possible to turn off Wi-Fi on a phone remotely if it is lost?

Yes, if the function is enabled on the phone Remote control:

  • For Android: use the service Find My Device (google.com/android/find). You can lock your device, but you can't disable the hotspot remotely—only by resetting it.
  • For iPhone: through Find My iPhone (iCloud.com) can be turned on Lost Mode, which disables all wireless modules.

If the phone is turned off or not connected to the Internet, remote shutdown is not possible.

What should I do if my router is muting itself (constantly turning off Wi-Fi)?

Reasons and solutions:

  • Overheat: Place the router in a ventilated area or use a cooling pad.
  • Power supply failure: Check the voltage with a multimeter or replace the adapter.
  • Firmware failure: Update your router's software via the web interface.
  • IP address conflict: change the subnet in the settings (for example, from 192.168.0.1 on 192.168.10.1).
  • Viral interference: Reset your router and set it up again with a complex password.