v4.6.4 — Released Feb 27, 2026

Wireshark Download — Free Network Protocol Analyzer

Capture and analyze network traffic with 3,000+ protocol support. Free, open-source, trusted by professionals worldwide.

File size: 92.2 MB • License: GPLv2+ (Free) • Includes Npcap driver

PC Server Web DB Deep Packet Inspection
Wireshark Download Team Updated March 2026 5 min read Independently verified
Wireshark Download 4.6.4 — Software Details
Version4.6.4 (Stable) — February 27, 2026
File Size92.2 MB (Windows 64-bit installer)
LicenseFree & Open Source (GPLv2+)
DeveloperWireshark Foundation
Operating SystemWindows 10/11, macOS 11+, Linux
Protocols3,000+ supported
IncludesNpcap packet capture driver (Windows)
SHA256Verify at wireshark.org/download

What Is Wireshark?

Wireshark is the world's most widely used network protocol analyzer. Originally released as Ethereal in 1998 by Gerald Combs, it was rebranded as Wireshark in 2006 and is now maintained by the Wireshark Foundation. Your Wireshark download includes over 3,000 protocol dissectors out of the box.

It lets you capture live network traffic and inspect individual packets at a granular level. Network administrators use it to troubleshoot connectivity issues, security analysts use it to detect suspicious traffic, and developers use it to debug application protocols. Wireshark handles everything from basic TCP/IP to specialized industrial and wireless protocols.

The Wireshark download is completely free, open-source under GPLv2+, and available for Windows, macOS, and Linux. The Windows installer bundles the Npcap driver, which is required for live packet capture.

Application (HTTP, DNS) Transport (TCP, UDP) Network (IP, ICMP) Data Link (Ethernet) Deep protocol inspection

Wireshark Download & Installation Guide for Windows

1

Download the installer

Use the Wireshark download button above to get the Windows 64-bit installer (92.2 MB). If you need the 32-bit version, use the alternate link in the hero section.

2

Run the .exe file

Double-click the downloaded Wireshark-4.6.4-x64.exe file. Click "Yes" on the UAC prompt to allow the installer to run with administrator privileges.

3

Accept the license agreement

Review the GPLv2 license terms and click "Noted" or "I Agree" to continue with installation.

4

Install Npcap when prompted

The installer will offer to install Npcap (the packet capture driver). Keep this checked — Wireshark cannot capture live traffic without it. Accept the Npcap defaults unless you have a specific configuration need.

5

Complete the installation

Choose your install location (default is fine for most users) and click "Install." The process takes 1-2 minutes.

6

Launch and select an interface

Open Wireshark from the Start menu. You'll see a list of network interfaces with live traffic graphs. Double-click your active connection (usually "Ethernet" or "Wi-Fi") to begin capturing packets. See our Wireshark tutorial for filters and analysis.

1 Download 2 Run installer 3 Accept license 4 Install Npcap 5 Complete setup 6 Launch!

Wireshark Download — Troubleshooting

Solutions to the most frequently reported problems after your Wireshark download and installation.

This usually happens when Npcap is configured with the "Restrict Npcap driver's access to Administrators only" option. Wireshark 4.6.4 fixed this issue, so updating to the latest version resolves it. If you're on an older version, reinstall Npcap and uncheck the administrator-only restriction during setup.

This means Npcap is either not installed or the service isn't running. First, check if the Npcap service is active: open Command Prompt as admin and run sc query npcap. If it shows "STOPPED," start it with net start npcap. If Npcap isn't installed at all, download it from npcap.com and install it separately.

Brief network interruption during Npcap installation is normal — the driver binds to your network adapter, which requires a momentary disconnect. If connectivity doesn't return within 90 seconds, reboot your computer. Persistent issues may require reinstalling Npcap in Safe Mode: boot into Safe Mode with Networking, uninstall Npcap, reboot normally, then reinstall.

On Windows, run Wireshark as administrator (right-click → "Run as administrator"). On Linux, add your user to the wireshark group: sudo usermod -aG wireshark $USER, then log out and back in. On macOS, the ChmodBPF utility (included in the .dmg) sets the correct permissions during installation — if it wasn't installed, run it manually from the .dmg.

Large captures (100MB+) can strain memory. Use capture filters to limit what's recorded: for example, host 192.168.1.100 captures only traffic to/from that IP. You can also use ring buffers (Capture → Options → Output) to automatically split captures into smaller files. For analysis of very large files, consider using TShark (the command-line version) instead of the GUI.

? ?

Wireshark Download FAQ

Yes, the Wireshark download is completely free and open-source under the GNU General Public License v2 or later. There are no paid tiers, subscriptions, or feature locks. You can use it for personal, educational, and commercial purposes without restrictions.

Yes, using Wireshark to analyze your own network traffic is legal. It's widely used by IT professionals, network administrators, and cybersecurity analysts as a standard diagnostic tool. However, capturing traffic on networks you don't own or have authorization to monitor may violate wiretapping and privacy laws in your jurisdiction.

Wireshark can capture encrypted packets, but it cannot decrypt them without the encryption keys. If you have access to the TLS pre-master secret (via browser environment variables like SSLKEYLOGFILE), Wireshark can decrypt and display the contents of HTTPS sessions. This is commonly used for debugging web applications in development environments.

Yes, the Wireshark download is safe when obtained from official sources. Wireshark is an open-source project with publicly audited code. The official download page provides SHA256 checksums so you can verify file integrity. Always download Wireshark from wireshark.org to avoid tampered copies from third-party sites.

Npcap is a packet capture driver for Windows, developed by the Nmap Project. Wireshark needs it to intercept raw network packets at the operating system level. Without Npcap, Wireshark can only open saved capture files, not capture live traffic. The Windows installer bundles Npcap automatically, so most users don't need to install it separately.

Wireshark runs on Windows 10 or later (64-bit recommended), macOS 11 Big Sur or later, and most Linux distributions. You need at least 500 MB of free disk space and 1 GB of RAM, though more memory is recommended for capturing large volumes of traffic. A 64-bit processor is recommended for optimal performance.

Both are packet analyzers, but Wireshark has a graphical interface while tcpdump is command-line only. Wireshark is better for interactive analysis with its color-coded packet display, display filters, and protocol dissectors. tcpdump is lighter, faster for scripted captures, and available by default on most Unix systems. Many professionals use tcpdump to capture traffic remotely and then open the .pcap file in Wireshark for analysis.

Wireshark itself is a desktop application and does not run on iOS or Android. However, on rooted Android devices, you can use tools like tcpdump to capture packets and then transfer the .pcap file to a desktop computer for analysis in Wireshark. Some third-party apps offer basic packet capture on mobile, but they lack Wireshark's full analysis capabilities.

Wireshark checks for updates automatically and displays a notification when a new version is available. You can also check manually via Help → Check for Updates. To update, get the latest Wireshark download and run it — it upgrades your existing installation in place without losing your settings or display filter preferences.

Wireshark 4.6.4, released February 27, 2026, fixes three security vulnerabilities: USB HID dissector memory exhaustion (CVE-2026-3201), NTS-KE dissector crash (CVE-2026-3202), and RF4CE Profile dissector crash (CVE-2026-3203). It also resolves a startup issue when Npcap has administrator-only access enabled, and includes performance improvements for Expert Info analysis.

Wireshark Download Version History

Wireshark maintains two active release branches. Security updates are applied to both. Always use the latest Wireshark download for security patches.

Version Release Date Branch Key Changes
4.6.4 Feb 27, 2026 Current Stable 3 security fixes (CVE-2026-3201/3202/3203), Npcap admin fix, Expert Info performance
4.6.3 Jan 14, 2026 Current Stable Security patches, dissector bug fixes
4.6.2 Dec 3, 2025 Current Stable Bug fixes, protocol updates
4.6.1 Nov 20, 2025 Current Stable Security fixes, stability improvements
4.6.0 Oct 9, 2025 Current Stable New branch release, new protocol dissectors
4.4.14 Feb 2026 Old Stable Security patches (maintained parallel branch)
4.4.13 Jan 14, 2026 Old Stable Security patches
4.4.12 Dec 10, 2025 Old Stable Bug fixes
4.4.11 Oct 31, 2025 Old Stable Security and stability fixes
4.4.10 Sep 19, 2025 Old Stable Dissector fixes
4.4.0 Aug 29, 2024 Old Stable Branch release, new features
4.2.0 Nov 15, 2023 EOL Last to support Windows 10 32-bit + macOS 10.14
4.0.0 Oct 4, 2022 EOL Qt 6, last Windows 8.1 support
3.6.0 Dec 15, 2021 EOL Last 3.x series release
1.0.0 Mar 31, 2008 Historical First release under the Wireshark name

Wireshark Download — Platform Notes

Windows

Windows 10/11 (64-bit recommended)

  • 64-bit (.exe) installer — includes Npcap
  • 32-bit available for legacy systems (v3.6.8)
  • Portable (.paf.exe) for USB drives
  • ARM64 build for Windows on ARM

macOS

macOS 11 Big Sur or later

  • Universal .dmg (Intel + Apple Silicon)
  • Includes ChmodBPF for capture permissions
  • PATH helper utility included
  • Also available via brew install wireshark
Full Mac Guide →

Linux

Most distributions supported

  • Ubuntu/Debian: sudo apt install wireshark
  • Fedora: sudo dnf install wireshark
  • Arch: sudo pacman -S wireshark-qt
  • Source .tar.xz for custom builds