Software

The world's most popular network protocol analyzer.

Record

Latest version
4.6.8
Release date
12 Aug 2026
Package identifier
WiresharkFoundation.Wireshark

Official downloads

These URLs are the ones The Wireshark developer community, https://www.wireshark.org declares in its own manifest. We do not proxy or shorten them, and we do not host a copy.

More than one architecture below. Check which one your Windows is if you are not sure.

Verify the file you downloaded

Run this against the file on disk. If the output does not match the hash below, the file is not what The Wireshark developer community, https://www.wireshark.org published. Delete it.

Windows · PowerShell

Get-FileHash "Wireshark-4.6.8-x64.exe" -Algorithm SHA256

macOS · Linux

shasum -a 256 "Wireshark-4.6.8-x64.exe"

Expected output

8eba737cb6875d9b3709228d37893f71125bdc50d7148e24d9cdc755259e9c3a

Got a different hash, or one you cannot place? Paste it into the hash checker and it will tell you which program and version it belongs to, past releases included.

Install Wireshark silently

This installer is an MSI package, so it takes the standard Windows Installer switches. That is a property of MSI itself rather than something the publisher declared.

64-bit · machine scope · MSI convention

msiexec /i "Wireshark-4.6.8-x64.msi" /qn /norestart

Run it from the folder holding the downloaded file, in a terminal opened as administrator when the package installs for all users. Silent means no window and no prompts, so check the exit code rather than waiting for something to appear: 0 is success and 3010 means it worked but wants a reboot.

Silent install commands for every program we index · silent uninstall

Uninstall Wireshark cleanly

Every guide on this tells you to hunt for the product code with Get-WmiObject or in the registry. You do not need to: it is published in the installer manifest, and it is printed below.

Product code · 64-bit

{44623207-AC43-4DED-B865-92626BD36E4F}

Uninstall, with the usual prompts

msiexec /x {44623207-AC43-4DED-B865-92626BD36E4F}

Silent, for deployment

msiexec /x {44623207-AC43-4DED-B865-92626BD36E4F} /qn /norestart

The product code changes with every version

The codes above belong to Wireshark 4.6.8, the version in our index. If you have an older release installed, its code is different and this command will report that the product is not installed. In that case run Get-Package -Name "Wireshark*" in PowerShell to read the code of what you actually have.

This removes the program as the publisher packaged it. Settings and files created after installation, typically under AppData, are deliberately left behind by the uninstaller and have to be deleted by hand if you want them gone.

Reinstalling and hitting error 1638? That is this same product code, and the command above is the fix.

Product codes for every program we index, with the msiexec switches and how to read the code off your own machine.

Download Wireshark for Mac

The macOS build as Homebrew declares it, with the same treatment as the Windows side: the publisher's own URL and a hash to check it against.

Version on Homebrew
4.6.8
File name
Wireshark 4.6.8.dmg
SHA-256
7de945ed1ba324259ba7e3b2ca2fe11a854cf48a33dc6d4423dd531e466a1f3a
Install with Homebrew
brew install --cask wireshark-app

How we scored this 100 out of 100

SignalFindingPoints
SHA-256 hash published3 of 3 installers ship a SHA-256 hashWithout a published hash there is no way to prove the file you downloaded is the file the publisher built.30 / 30
Binary provenance3 on a domain owned by the publisherThe strongest signal against a repackaged installer: the file should come from the publisher, not from a mirror nobody vouches for.35 / 35
Served over HTTPS3 of 3 over HTTPSAn installer fetched over plain HTTP can be modified in transit.15 / 15
Release recencylast release about 0 months agoSoftware that has not shipped in years accumulates unpatched vulnerabilities.15 / 15
Licence declaredGPL-2.0A declared licence tells you what you are actually allowed to do with the software.5 / 5

Opens 31 file types

Extensions Wireshark registers itself to handle.

Is Wireshark safe to download?

Yes, in the sense we can actually verify: the installer downloads from wireshark.org, which is a domain we have tied to The Wireshark developer community, https://www.wireshark.org.

Every one of the 3 installers on this page comes with the SHA-256 The Wireshark developer community, https://www.wireshark.org declared, so you do not have to take our word for it: hash the file you downloaded and compare.

What this does not tell you is whether the software itself is any good, or whether you want what it does once installed. A publisher can ship something you would rather not run and the download is still authentic. We answer the question we can measure and leave the other one to you.

If Windows says “Windows protected your PC” when you run it, that is SmartScreen reporting reputation, not a malware verdict — it shows up on perfectly legitimate software from small publishers and on releases that are simply new. The reverse matters more: no warning does not mean the file was checked.

How the 100/100 score is calculated · why the source matters more than the reputation

Install Wireshark with winget

Windows ships with a package manager, and this program is in it. The identifier below is the one Microsoft's repository uses, which is also where the download URL and hash on this page come from.

Install

winget install --id WiresharkFoundation.Wireshark --exact

Upgrade later

winget upgrade --id WiresharkFoundation.Wireshark

Why --exact: without it winget matches on name as well as identifier, and a search that returns more than one package makes it stop and ask rather than install. Pinning the identifier is what makes the command safe to put in a script.

Not installing anything, or getting an error back? The commands that actually come up covers upgrading everything at once, what --include-unknown is for, and why winget can be missing from a machine that should have it.

Old versions of Wireshark20 with hashes

The version history of Wireshark, each release with the download URL the publisher declared at the time and the SHA-256 to check it against. Useful when an update breaks something and you need to downgrade to a build that worked.

We do not host any of these files and never re-upload them, which is the difference between this and an old-version download site.

4.6.7

released 08 Jul 2026
  • Wireshark-4.6.7-x64.exe64-bitofficial URL

    E67CFC2B4462CCE93AECB67972D5079E85B8FE575FB18858F9260B6EC7B37258

  • Wireshark-4.6.7-arm64.exeARM64official URL

    ACEF04C9A80E30C7197B6B3E405DAEA95191C9BFD92268CEE395C20C2C5E24FF

  • Wireshark-4.6.7-x64.msi64-bitofficial URL

    CA156A40791ED9803E6028A413FE05EC22D723B09AC5F727534EDE3F5F1D0423

4.6.6

released 19 May 2026
  • Wireshark-4.6.6-x64.exe64-bitofficial URL

    AB28D13695ACE992307FB1AAEA7144F977D5B6562ACEC1F465C9C0A9FA04190C

  • Wireshark-4.6.6-arm64.exeARM64official URL

    B9383E52BAEBBB4CAA10BC9F6977771E6528EB3AC40EB70083E7C1A83BDC243B

  • Wireshark-4.6.6-x64.msi64-bitofficial URL

    90104F6EAE9B1FB4B1C8EBF6313D73E42F34EE274D3BC26BDC86741D47466C9D

4.6.5

released 30 Apr 2026
  • Wireshark-4.6.5-x64.exe64-bitofficial URL

    3C3A2F020D5E053514EEFA30DDE49E596B857EDEF6971B655BDFD09AF504B0F6

  • Wireshark-4.6.5-arm64.exeARM64official URL

    8231F23309229F3A18D7087858098A73B3A76595A672F8B3F0E678351E78E89A

  • Wireshark-4.6.5-x64.msi64-bitofficial URL

    4E10774E14132A8507163D43FAD98A61AA52D8EADA00FA85AE717B3494623CBE

4.6.4

released 25 Feb 2026
  • Wireshark-4.6.4-x64.exe64-bitofficial URL

    102017D8E99A75B57895CD2144E6A61DC335A8FF14C7A25BD83A55F8EA9AD77B

  • Wireshark-4.6.4-arm64.exeARM64official URL

    62A0D34EFB4418FE373B8F56A13457FF488C827D8C7D7F48E3037E52752BEE6F

  • Wireshark-4.6.4-x64.msi64-bitofficial URL

    E233387DEEAC2693CD9EDC73A9A1578338AE211669F01F5DFB99A119A4F5FF9A

4.6.3

released 14 Jan 2026
  • Wireshark-4.6.3-x64.exe64-bitofficial URL

    09DB2E7365B8DC56BC293B5E2849D9D06EBD8411F5A5E72E528964FBB051F283

  • Wireshark-4.6.3-arm64.exeARM64official URL

    C9578CEF62C7614824679C6025C10A033DDB2E56347EF4F6C1A7FCE6F4E28563

  • Wireshark-4.6.3-x64.msi64-bitofficial URL

    59B5AC08EFC1BD595064B942D33C0AE63E4343DB063FD388CE69BDD42285F542

4.6.2

released 03 Dec 2025
  • Wireshark-4.6.2-x64.exe64-bitofficial URL

    373A93E9B5FFA3559938424A2AABD3338786CFF7BEF084641C2C5E5BFB44325E

  • Wireshark-4.6.2-arm64.exeARM64official URL

    ED0F03CC3D4A0815731CA3C8531A5EC05E5A0D965A2C868D1D4C995D025F3758

  • Wireshark-4.6.2-x64.msi64-bitofficial URL

    FA979913B8CACEAEC071156B50BE0B4A999BB0C21D29F05E1A8EE61ED90C1B45

4.6.1

released 19 Nov 2025
  • Wireshark-4.6.1-x64.exe64-bitofficial URL

    5D250C1DFBACC697FA4A219A8E11F6C3050173954A2C8CEC7FB223362DFD2E26

  • Wireshark-4.6.1-arm64.exeARM64official URL

    95152FA140F4AD58FCA8C0C728805B9DE0015951E4DB025276534A04581D52EC

  • Wireshark-4.6.1-x64.msi64-bitofficial URL

    60EA15809F7138421A7EC1AE4EA7FCBFA5B398BFD2D9A5ED96D0563A591F99E3

4.6.0

released 09 Oct 2025
  • Wireshark-4.6.0-x64.exe64-bitofficial URL

    AAEC7ABD3B79E0F336722AB86B193BBF5175FED125D7B8E2629CCDFC9A763AA1

  • Wireshark-4.6.0-arm64.exeARM64official URL

    92E040F3C9B158743B29D349BB6E3DDB9D5E5BF18DBB97A657CD5E7EEDD72343

  • Wireshark-4.6.0-x64.msi64-bitofficial URL

    2747EC671D9C0434FFEB12CFE89EC9A0733A6712693EA73701E6CE6ADB2551A1

4.4.9

released 28 Aug 2025
  • Wireshark-4.4.9-x64.exe64-bitofficial URL

    66A42718A940AF6CCE058DDBB2C529C65D5157B889E9A17AD9D9A89814DE080E

  • Wireshark-4.4.9-arm64.exeARM64official URL

    559A09B22F47AFAD45898369B0C21C73921F9B855BCC0FEA9C6E06F63B1245EB

  • Wireshark-4.4.9-x64.msi64-bitofficial URL

    02C3064187E443B79308CEA88CA649C70D9CB85ADFDD34E5250933763E2D8B29

4.4.8

released 16 Jul 2025
  • Wireshark-4.4.8-x64.exe64-bitofficial URL

    8E31AA3DEDA2708887C732DED9B984A9771C7254A257274BBBB8DABD4959DF4E

  • Wireshark-4.4.8-arm64.exeARM64official URL

    0E0F5B593A07BB86B2910E009FAFC7704592749140EE9E2C6CD3B790D919A10D

  • Wireshark-4.4.8-x64.msi64-bitofficial URL

    C4C18FB334A4983DE71D1C849974A820624D54E3E273C9B7398DF02EF691DBD5

4.4.7

released 04 Jun 2025
  • Wireshark-4.4.7-x64.exe64-bitofficial URL

    2E33FBDA09CBC697A293FAEBA8A4FE4C2FCFC57DB7CCF6421EC1F2C05223E6AC

  • Wireshark-4.4.7-arm64.exeARM64official URL

    0CF111154D7234983EF08BA6D25447A2AA019F1E033E1505F7CFF90F38BDB0F5

  • Wireshark-4.4.7-x64.msi64-bitofficial URL

    6A6DB09CB77689ADFF86AE5AF2FB783573778C01644F61D39DE28789AE71A765

4.4.6

released 16 Apr 2025
  • Wireshark-4.4.6-x64.exe64-bitofficial URL

    D1925B045300C34EA8082B7EC0D79AEAE31EDF01EB9FDD9B69E069ECE785CA93

  • Wireshark-4.4.6-arm64.exeARM64official URL

    50F080CC9A8A58B0B6EA881749B90F0CB3308360C346B5249AE89324581C31B7

  • Wireshark-4.4.6-x64.msi64-bitofficial URL

    5B13C415D412704FE6AC66B961378E4BAF03060729FB0FD757C03E57DCB1B9FA

4.4.5

released 24 Feb 2025
  • Wireshark-4.4.5-x64.exe64-bitofficial URL

    2DFDD1116D1F2C5A916A223B3E421F43FD15A6D2FDB7E2BE23CE280D2062E19F

  • Wireshark-4.4.5-arm64.exeARM64official URL

    3757A95F945239E927FCC8226E3F7B12ECBE1A3BAE4905A152C3F6D4F9E856A4

  • Wireshark-4.4.5-x64.msi64-bitofficial URL

    F9E69893E72BD99495F7311DF11265DF64FB13E2536755915ACC0F0130958503

4.4.3

  • Wireshark-4.4.3-x64.exe64-bitofficial URL

    44524F1ABD1AC0F550E77516527D70A2AB4A1D88273947608E3200A42F792F2C

  • Wireshark-4.4.3-arm64.exeARM64official URL

    0726F0FE0ACB183EECE26927A455B16F367EE20DCB5215991EC30EA3D5A416E6

  • Wireshark-4.4.3-x64.msi64-bitofficial URL

    245A27B826B50C5B50F170A5B5A1F3F150CE1E35BCE7792F06F3F0ECECB34EA7

4.0.10.0

  • Wireshark-win64-4.0.10.exe64-bitofficial URL

    085D9AA4F6614730F132FB5C28EC5FA445DEA79687E4C648D586DE569FFCC5E2

  • Wireshark-win64-4.0.10.msi64-bitofficial URL

    965E532C05C4BE1423E72BCB6C3350ACA3F64B42543807C1193705AB7A1E59AF

4.0.8.0

released 23 Aug 2023
  • Wireshark-win64-4.0.8.exe64-bitofficial URL

    8243E019D2BD73C81DE53C67DDB23D877ECEC2FC1699C9AA074CCAA2D7D9B267

  • Wireshark-win64-4.0.8.msi64-bitofficial URL

    74D4ED6C9AB093FCEBDFB034F4A0480C11774BFAC72B7B3271CDADC3098278A0

4.0.7.0

  • Wireshark-win64-4.0.7.msi64-bitofficial URL

    FE36DCDAC852268B63B4B12DA6E13001F3593F33CFB3C3EAF9872C3E6DFFEE76

  • Wireshark-win64-4.0.7.exe64-bitofficial URL

    7E05D013F33B21366B6D3663ACDB2143549E83704CA646737FE65298F244A381

4.0.6.0

  • Wireshark-win64-4.0.6.msi64-bitofficial URL

    D37CE2A48B42DF2B81D56D6D3C80A5B71B9602DA171F46C6C54F500250E1E1C1

  • Wireshark-win64-4.0.6.exe64-bitofficial URL

    9820C6F8CB42D0C10A83AC62E0125ED600855EEDF7EF5980535944DDA3B3BB60

4.0.5.0

  • Wireshark-win64-4.0.5.msi64-bitofficial URL

    2178ACDB1ABB5D9454EAAC59D99F1DF8D499ED56D97436E200DBB3267CBF663B

  • Wireshark-win64-4.0.5.exe64-bitofficial URL

    3164B91CC3F08268A795090C8478FCF80E741D3E620F06E8441E0F9D4418AC4F

4.0.4.0

  • Wireshark-win64-4.0.4.msi64-bitofficial URL

    9C2E5D1467547399EB08990B00FD48D84E5ADC788EAFE30AAF0333156C446B96

  • Wireshark-win64-4.0.4.exe64-bitofficial URL

    042732CD3A86688CC1B83B2F9473335E80280933634F74EFC8C277833FB46ABB

Earlier releases20 more

The file names, so you can tell what you have. Their hashes are in the hash checker and in the downloadable archive.

  • 4.0.3.0Wireshark-win64-4.0.3.msi · Wireshark-win64-4.0.3.exe
  • 4.0.2.0Wireshark-win64-4.0.2.msi · Wireshark-win64-4.0.2.exe
  • 4.0.1.0Wireshark-win64-4.0.1.msi · Wireshark-win64-4.0.1.exe
  • 4.0.0.0Wireshark-win64-4.0.0.msi · Wireshark-win64-4.0.0.exe
  • 3.6.24Wireshark-win64-3.6.24.msi · Wireshark-win64-3.6.24.exe · Wireshark-win32-3.6.24.msi · Wireshark-win32-3.6.24.exe
  • 3.6.8.0Wireshark-win64-3.6.8.msi · Wireshark-win64-3.6.8.exe · Wireshark-win32-3.6.8.msi · Wireshark-win32-3.6.8.exe
  • 3.6.7.0Wireshark-win64-3.6.7.msi · Wireshark-win64-3.6.7.exe · Wireshark-win32-3.6.7.msi · Wireshark-win32-3.6.7.exe
  • 3.6.6.0Wireshark-win64-3.6.6.msi · Wireshark-win64-3.6.6.exe · Wireshark-win32-3.6.6.msi · Wireshark-win32-3.6.6.exe
  • 3.6.5.0Wireshark-win64-3.6.5.msi · Wireshark-win64-3.6.5.exe · Wireshark-win32-3.6.5.msi · Wireshark-win32-3.6.5.exe
  • 3.6.3.0Wireshark-win64-3.6.3.msi · Wireshark-win64-3.6.3.exe · Wireshark-win32-3.6.3.msi · Wireshark-win32-3.6.3.exe
  • 3.6.2.0Wireshark-win64-3.6.2.msi · Wireshark-win64-3.6.2.exe · Wireshark-win32-3.6.2.msi · Wireshark-win32-3.6.2.exe
  • 3.6.1.0Wireshark-win64-3.6.1.msi · Wireshark-win64-3.6.1.exe · Wireshark-win32-3.6.1.msi · Wireshark-win32-3.6.1.exe
  • 3.6.0.0Wireshark-win64-3.6.0.msi · Wireshark-win64-3.6.0.exe · Wireshark-win32-3.6.0.msi · Wireshark-win32-3.6.0.exe
  • 3.4.10.0Wireshark-win64-3.4.10.msi · Wireshark-win64-3.4.10.exe · Wireshark-win32-3.4.10.msi · Wireshark-win32-3.4.10.exe
  • 3.4.9.0Wireshark-win64-3.4.9.msi · Wireshark-win64-3.4.9.exe · Wireshark-win32-3.4.9.msi · Wireshark-win32-3.4.9.exe
  • 3.4.8.0Wireshark-win64-3.4.8.msi · Wireshark-win64-3.4.8.exe · Wireshark-win32-3.4.8.msi · Wireshark-win32-3.4.8.exe
  • 3.4.7.0Wireshark-win64-3.4.7.msi · Wireshark-win64-3.4.7.exe · Wireshark-win32-3.4.7.msi · Wireshark-win32-3.4.7.exe
  • 3.4.6Wireshark-win64-3.4.6.msi · Wireshark-win64-3.4.6.exe · Wireshark-win32-3.4.6.msi · Wireshark-win32-3.4.6.exe
  • 3.4.5Wireshark-win64-3.4.5.msi · Wireshark-win32-3.4.5.msi · Wireshark-win64-3.4.5.exe
  • 3.4.4Wireshark-win64-3.4.4.exe

Publishers take old builds offline without warning, so a link here can stop working even though the hash stays correct forever. If you already have the file, the hash is what matters: it tells you whether what you have is what they published.

Every version on record44

Every Wireshark version with a published manifest, newest first. The most recent ones are listed above with their file names and hashes.

  • 4.6.8
  • 4.6.7
  • 4.6.6
  • 4.6.5
  • 4.6.4
  • 4.6.3
  • 4.6.2
  • 4.6.1
  • 4.6.0
  • 4.4.9
  • 4.4.8
  • 4.4.7
  • 4.4.6
  • 4.4.5
  • 4.4.3
  • 4.0.10.0
  • 4.0.8.0
  • 4.0.7.0
  • 4.0.6.0
  • 4.0.5.0
  • 4.0.4.0
  • 4.0.3.0
  • 4.0.2.0
  • 4.0.1.0
  • 4.0.0.0
  • 3.6.24
  • 3.6.8.0
  • 3.6.7.0
  • 3.6.6.0
  • 3.6.5.0
  • 3.6.3.0
  • 3.6.2.0
  • 3.6.1.0
  • 3.6.0.0
  • 3.4.10.0
  • 3.4.9.0
  • 3.4.8.0
  • 3.4.7.0
  • 3.4.6
  • 3.4.5
  • 3.4.4
  • 3.4.3
  • 3.2.4
  • 3.2.2

More programs we index

Not related to Wireshark — just other entries, each with its own official URL and published hash.

Where our data comes from