Version: 1.79 Installer:.exe (NSIS setup) Hives: HKLM, SYSTEM
Npcap is the Nmap Project's packet capture library for Windows, based on WinPcap with improved performance, security, and Windows 10/11 support. It is the packet capture engine used by Wireshark, Nmap, and other tools.
AdminOnly mode (REG_DWORD = 1) restricts capture to members of the local Administrators group — recommended for shared systems.
WinPcapCompatible mode exposes a \Device\NPF_... service name matching the old WinPcap naming, required for legacy tools.
Npcap can coexist with WinPcap when WinPcap compatibility mode is off — both use different service names.
The kernel driver is a NDIS 6 lightweight filter driver, loaded at boot when Start = 1.
Npcap is bundled with Wireshark and Nmap installers — check if already installed before a standalone install.
🗑️ Cleanup
Npcap should be removed via its uninstaller. Manual registry cleanup (after uninstaller fails):
Windows Registry Editor Version 5.00
[-HKEY_LOCAL_MACHINE\SOFTWARE\Npcap]
[-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\npcap]
[-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\npcap_wifi]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\NpcapInst]
Warning: Removing the service key while the driver is loaded can cause instability. Reboot after removal.