---
title: "Uninstall Network Discovery"
slug: "uninstall-network-discovery"
description: "Uninstall Lansweeper Network Discovery from your computer. Follow the per-platform steps to remove the hub and sensor components cleanly."
updated: 2026-07-23T19:30:08Z
published: 2026-06-19T18:12:36Z
canonical: "docs.lansweeper.com/uninstall-network-discovery"
stale: true
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lansweeper.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Uninstall Network Discovery

To uninstall Network Discovery from your computer, follow the instructions below.

## Windows

To uninstall Network Discovery on Windows, do one of the following:

- Open the **Start** menu, then go to **Control Panel > Uninstall a program** and locate **Lansweeper Network Discovery**. Select **Uninstall**.
- Open a command prompt and enter:

```
"C:\Program Files\Lansweeper Network Discovery\uninstall.exe" --mode unattended
```

## Linux

### Debian/Ubuntu

To uninstall Network Discovery, open a command prompt and enter:

```
sudo dpkg -r lansweeper-network-discovery-ot-sensor
sudo dpkg -r lansweeper-network-discovery-it-sensor
sudo dpkg -r lansweeper-network-discovery-hub
```

### Red Hat/CentOS/SUSE

To uninstall Network Discovery, open a command prompt and enter:

```
sudo rpm -e lansweeper-network-discovery-it-sensor
sudo rpm -e lansweeper-network-discovery-ot-sensor
sudo rpm -e lansweeper-network-discovery-hub
```

## MacOS

To uninstall Network Discovery on macOS, do one of the following:

- Go to **/Library/Application Support/Lansweeper Network Discovery** and execute **uninstall.app**.
- Open a command prompt and enter:

```
sudo "/Library/Application Support/Lansweeper Network Discovery/uninstall.app/Contents/MacOS/installbuilder.sh" --mode unattended
```
