How to Turn Off VPN on Your Computer

Understanding When and Why You Might Need to Turn Off Your VPN

A Virtual Private Network, or VPN, is a tool that encrypts your internet connection and routes it through a remote server. Many people use a VPN to protect their privacy, access geo-restricted content, or secure public Wi-Fi. However, there are situations where you may want to disable the VPN. For example, some websites or services block VPN traffic, your internet speed may drop significantly, or you might need to access local network devices like a printer or a file server. Turning off the VPN restores your direct connection to the internet and allows devices on your local network to communicate freely. Whether you are using Windows or macOS, there are several straightforward methods to disconnect or permanently remove a VPN connection.

Disconnecting Through the VPN Application

The most common way to turn off a VPN is directly through the VPN client software you installed. Most VPN applications run in the background and place an icon in the system tray on Windows or the menu bar on macOS. To disconnect, locate the icon, click it to open the app interface, and look for a button labeled Disconnect, Turn Off, or Stop. This method works for virtually all commercial VPN services, including NordVPN, ExpressVPN, Surfshark, and X-VPN. According to the X-VPN Guide, you can simply open the app from the taskbar or notification area and click the Disconnect button to end the session. This is the fastest way to disable the VPN because the app is already running and the disconnect command is usually one click away. Make sure you close the app completely if you do not want it to reconnect automatically later.

How to Turn Off VPN on Your Computer - 1

Here are the typical steps for disconnecting through the VPN application:

  • Find the VPN icon in the system tray (Windows) or menu bar (macOS).
  • Click the icon to open the small menu or the full app window.
  • Click the button that says Disconnect, Turn Off, or similar.
  • Wait a few seconds for the connection status to change to Disconnected.
  • Close the VPN application if you want to prevent automatic reconnection.

Using the Windows Network Menu (Windows 10 and 11)

Windows provides a built-in way to disconnect a VPN without opening the VPN app. This method works when the VPN connection was set up through the Windows settings, either manually or via a third‑party client that integrates with the system. Click the network icon in the lower‑right corner of the taskbar – the icon may look like a Wi‑Fi signal or an ethernet port. In the network flyout that appears, you will see any active VPN connection listed under the VPN heading. Click the name of the VPN connection, and then click the Disconnect button. Microsoft’s support documentation confirms that you can use this menu to quickly disable a VPN. For Windows 11 users, the interface is slightly different but the concept remains the same: the network quick settings panel shows active VPNs, and you can disconnect with a single click. This approach is especially useful if you do not want to open the VPN application or if the VPN is managed by your organization.

How to Turn Off VPN on Your Computer - 2

Removing a VPN Connection Permanently in Windows

If you no longer need a particular VPN profile on your Windows computer, you can remove it entirely. This is helpful for cleaning up old or unused connections. Go to Settings by pressing Windows Key + I, then navigate to Network and Internet, and select VPN from the left sidebar. On the right side, you will see a list of all VPN connections that have been added to your system. Click on the connection you want to delete, and then click the Remove button. Confirming the removal erases the profile, including the server address, credentials, and any saved settings. Note that this does not uninstall the VPN software itself; it only deletes the configuration from Windows. If you are using a third‑party VPN client, you should uninstall that program separately through Apps and Features. The Microsoft Q&A article recommends this settings path for permanently deleting a VPN profile.

Disconnecting a VPN on macOS

Mac users have a similar built‑in option through System Preferences. Open System Preferences (now called System Settings in macOS Ventura and later) and click on Network. In the list of network services on the left, find your VPN connection. It will usually be listed as VPN (type) or with the name you gave it. Click on the VPN service to select it, and then click the Disconnect button in the lower part of the window. If the connection is currently active, the button will say Disconnect; if it is not active, the button will say Connect. After disconnecting, you can also choose to make the VPN service inactive by clicking the minus sign ( - ) below the list, which removes it from the network service list but does not delete the configuration file. For a full removal, you would also need to delete the VPN profile from the Network settings. Surfshark’s guide emphasizes that the System Preferences method works for any VPN configuration, whether it was added manually or by a client application.

How to Turn Off VPN on Your Computer - 3

Advanced Method: Using PowerShell on Windows

For IT administrators or advanced users, PowerShell offers a command‑line way to disconnect a VPN. This approach is useful when you need to script the disconnection or when the graphical interface is not accessible. Open PowerShell as an administrator by right‑clicking the Start button and selecting Windows Terminal (Admin) or PowerShell (Admin). Then run the following command: Get-VpnConnection | Where-Object {$_.ConnectionStatus -eq "Connected"} | Disconnect-VpnConnection. This command checks all VPN connections on the system, filters for those that are currently connected, and disconnects them. If you have only one VPN profile, it will disconnect that one. If you have multiple active connections, it will disconnect all of them. NinjaOne provides a comprehensive guide explaining this PowerShell method, which is particularly handy for managing remote computers or automating routine tasks. After disconnection, you can verify the status with Get-VpnConnection | Select-Object Name, ConnectionStatus.

Comparison of VPN Disconnection Methods

The following table summarizes the main approaches covered in this article, highlighting their suitability and ease of use.

How to Turn Off VPN on Your Computer - 4
MethodOperating SystemEase of UseBest For
VPN Application DisconnectWindows and macOSVery easy (one click)Users who installed a commercial VPN
Windows Network MenuWindows 10/11Easy (two clicks)Quick disconnection without opening the app
Windows Settings RemovalWindowsModerate (several clicks)Permanently deleting a VPN profile
macOS System PreferencesmacOSEasy (two clicks)Disconnecting any VPN on a Mac
PowerShell CommandWindowsAdvanced (command required)Automation and remote management

Troubleshooting When the VPN Won’t Disconnect

Sometimes a VPN may refuse to disconnect through normal methods. This can happen if the VPN client has crashed, if the network interface is stuck, or if the VPN profile is corrupted. In such cases, restarting the computer usually resolves the issue because it clears the network state. If you cannot restart, you can try disabling the VPN adapter from the Network Connections control panel on Windows. Press Windows Key + R, type ncpa.cpl, and press Enter. In the list of network adapters, look for the VPN adapter (often named with the VPN provider or as “WAN Miniport”). Right‑click it and select Disable. This forcefully stops the VPN connection. On a Mac, you can go to System Preferences > Network, select the VPN service, and click the minus sign to remove it temporarily. After disabling, you may need to enable the adapter again later if you want to reuse the VPN. These steps are helpful when the standard disconnect button is grayed out or unresponsive.

Additional Considerations for Corporate or School VPNs

If you are using a VPN that was set up by your employer or educational institution, disconnecting may require additional steps. IT administrators often configure VPNs to reconnect automatically or to enforce compliance policies. You may not be able to remove the VPN profile without administrator privileges. In such environments, it is better to ask the IT department for guidance. Sometimes disconnecting through the system tray icon of the corporate VPN client is the only allowed method. If you try to manually remove the profile via Windows Settings, you might receive an error message because the policy prevents deletion. Respect the policies in place and only disconnect when you are sure it does not violate your organization’s security rules. For personal use, you have full control, but always remember that disabling the VPN reduces your online privacy and encryption.

How to Turn Off VPN on Your Computer - 5

Why Might You Want to Keep the VPN Off?

After turning off the VPN, your internet traffic flows directly from your device to the websites and services you use. This can improve speed, reduce latency, and allow access to local resources. For example, online gaming often benefits from a direct connection because VPNs add extra routing that increases ping. Similarly, streaming services like Netflix may detect VPN usage and block access, so disabling the VPN lets you watch content without interruption. If you work from home and need to print to a local network printer, the VPN must be off because the printer is not reachable through the encrypted tunnel. On the other hand, when you use public Wi‑Fi, it is safer to turn the VPN back on to protect your data from eavesdroppers. The choice depends on your activity and threat model.

References

The information in this article is based on official documentation and trusted guides. For detailed instructions on disconnecting a VPN through the application interface, refer to the X-VPN Guide. The steps for using the Windows network menu and removing a VPN connection permanently are supported by Microsoft Q&A. Additional methods for macOS and PowerShell were verified using the Surfshark Guide and NinjaOne Guide, respectively. Always consult the official support pages of your specific VPN provider for the most accurate instructions.

VPN computer Windows Mac network settings privacy troubleshooting
Notice This guide is for general informational purposes only and may vary by device or VPN app.
Author

Stefano Barcellos

Contributor at Visite Barbados.

« Previous post
Open USB Drive Easily on Any Device

Related posts