How to Hide Your Windows 11 Mobile Hotspot SSID

Learn to create a private, hidden mobile hotspot on Windows 11 and connect devices securely without broadcasting your network name.

How to Hide Your Windows 11 Mobile Hotspot SSID

Mobile hotspots are incredibly useful for staying connected on the go, but you may not always want to broadcast your network name to everyone nearby. While Windows 11 doesn’t have a built-in option to hide your hotspot SSID, there are still ways to create a more private connection. This guide will walk you through the process of effectively hiding your Windows 11 mobile hotspot SSID and connecting devices to it securely.

Method 1: Use Your Phone as an Intermediary

Since Windows 11 doesn’t allow direct SSID hiding for its mobile hotspot feature, we can use our smartphone as a middleman to create a hidden network. Here’s how to do it:

Step 1: Set up your Windows 11 mobile hotspot as usual. Go to Settings > Network & Internet > Mobile Hotspot and turn on the feature.

Step 2: On your Android phone, go to Settings > Connections > Mobile Hotspot & Tethering > Mobile Hotspot.

Step 3: Tap on the hotspot name, then look for an “Advanced” or “More options” section.

Step 4: Find and enable the “Hide my device” or “Hidden network” option. The exact wording may vary depending on your phone model.

Step 5: Connect your Android phone to your Windows 11 mobile hotspot.

Step 6: Now, other devices can connect to your hidden network through your phone, which acts as a relay between them and your Windows 11 hotspot.

Note: iPhone users don’t have a built-in option to create hidden networks, so this method works best with Android devices.


Method 2: Block Specific SSIDs on Windows 11

While this method doesn’t truly hide your SSID, it can prevent it from showing up on other devices’ network lists:

Step 1: Open Command Prompt as an administrator. You can do this by right-clicking the Start button and selecting “Windows Terminal (Admin)”.

Step 2: Type the following command to view all available networks:

netsh wlan show networks

Step 3: Identify your hotspot’s SSID from the list.

Step 4: Use this command to block your SSID from appearing on other devices:

netsh wlan add filter permission = block ssid = "Your_Hotspot_SSID" networktype = infrastructure

Replace “Your_Hotspot_SSID” with your actual hotspot name.

Step 5: To verify the filter was added, use:

netsh wlan show filters

This method doesn’t make your network truly hidden, but it can reduce its visibility to others.


Connecting to Your Hidden Network

Once you’ve set up a hidden network, here’s how to connect devices to it:

Step 1: On the device you want to connect, go to Wi-Fi settings and look for an option to connect to a hidden network. This is usually found under “Add network” or “Other network options”.

Step 2: Enter the exact SSID (network name) of your hidden hotspot. Remember, it’s case-sensitive.

Step 3: Choose the correct security type (usually WPA2-Personal for most hotspots) and enter the password.

Step 4: Select “Connect” or “Join” to establish the connection.

Keep in mind that while hiding your SSID can deter casual users from seeing your network, it’s not a robust security measure on its own. Always use strong passwords and enable WPA3 encryption when available for better protection.


By following these methods, you can create a more private mobile hotspot experience on Windows 11. Whether you’re using your phone as an intermediary or blocking SSID visibility through Windows commands, you now have options to keep your network more discreet. Remember, for the best security, combine these techniques with strong passwords and up-to-date encryption standards.