Software

Zoom Workplace

by Zoom · Proprietary

Team Chat, Phone, Video & More

Record

Latest version
7.1.43453
Official page
https://zoom.us/
Package identifier
Zoom.Zoom

Official downloads

These URLs are the ones Zoom 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 Zoom published. Delete it.

Windows · PowerShell

Get-FileHash "ZoomInstallerFull.msi" -Algorithm SHA256

macOS · Linux

shasum -a 256 "ZoomInstallerFull.msi"

Expected output

5c45549aa924ee807215465aec6ca8f743520e2cd0b6ff8698b4a023e5b22204

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 Zoom 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 "ZoomInstallerFull.msi" /qn /norestart

Deploying Zoom properly

Zoom ships two completely different installers and picking the wrong one is the usual reason a silent deployment fails. ZoomInstallerFull.msi is the machine-wide package for deployment; the ordinary ZoomInstaller.exe installs into the user profile and is not what you want on a shared machine.

The MSI accepts standard Windows Installer switches, and configuration goes in as MSI properties on the same command line. ZoomAutoUpdate="false" stops the client updating itself outside your patch cycle, and ZConfig= carries a semicolon-separated list of client settings such as forcing SSO login or disabling the embedded browser.

Properties are case sensitive and silently ignored when misspelled, so test the command on one machine and confirm the setting actually applied before pushing it out.

A per-user install cannot be managed centrally

If Zoom is already installed per-user on the target machines, the MSI installs alongside it rather than replacing it, and users keep launching the old copy. Remove the per-user installation first or you end up supporting two.

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 Zoom Workplace 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

{D8B5D74C-9929-4EE0-BA5F-80D68082E388}

Uninstall, with the usual prompts

msiexec /x {D8B5D74C-9929-4EE0-BA5F-80D68082E388}

Silent, for deployment

msiexec /x {D8B5D74C-9929-4EE0-BA5F-80D68082E388} /qn /norestart

Product code · ARM64

{5A97ECE0-2DB3-4D23-8B9E-8E5C5868B9B3}

Uninstall, with the usual prompts

msiexec /x {5A97ECE0-2DB3-4D23-8B9E-8E5C5868B9B3}

Silent, for deployment

msiexec /x {5A97ECE0-2DB3-4D23-8B9E-8E5C5868B9B3} /qn /norestart

The product code changes with every version

The codes above belong to Zoom Workplace 7.1.43453, 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 "Zoom*" 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 Zoom Workplace 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
7.1.5.84650
File name
zoomusInstallerFull.pkg
SHA-256
49cf70af674176f3708b9d3b519f585424c442ccf744fd9659327967971c8279
Install with Homebrew
brew install --cask zoom

How we scored this 100 out of 100

SignalFindingPoints
SHA-256 hash published2 of 2 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 provenance2 on the publisher's own domainThe strongest signal against a repackaged installer: the file should come from the publisher, not from a mirror nobody vouches for.35 / 35
Served over HTTPS2 of 2 over HTTPSAn installer fetched over plain HTTP can be modified in transit.15 / 15
Licence declaredProprietaryA declared licence tells you what you are actually allowed to do with the software.5 / 5

Opens 2 file types

Extensions Zoom Workplace registers itself to handle.

Is Zoom Workplace safe to download?

Yes, in the sense we can actually verify: the installer downloads from zoom.us, which is a domain we have tied to Zoom.

Every one of the 2 installers on this page comes with the SHA-256 Zoom 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 Zoom Workplace 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 Zoom.Zoom --exact

Upgrade later

winget upgrade --id Zoom.Zoom

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 Zoom Workplace20 with hashes

The version history of Zoom Workplace, 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.

7.1.41345

  • ZoomInstallerFull.msi64-bitofficial URL

    E0B18DC33C828A0606D6678F6D511EF66E133D900A512BED31798B4E7C24B093

  • ZoomInstallerFull.msiARM64official URL

    5CAD8A32A60FAB358637652BE7AA4EC1703737540E5FC60A243265CC90FBC063

7.0.38856

  • ZoomInstallerFull.msi64-bitofficial URL

    CB045D5943C546746B4236E8C3B6BE4726E84E6E747C6251C90F666A66EAD94D

  • ZoomInstallerFull.msiARM64official URL

    8870662DDE3A3C83063D2D90EC24DDD22F3ECDFAF3F4DAA0A1BD4F4A8CCDB6FC

7.0.34412

  • ZoomInstallerFull.msi64-bitofficial URL

    4C9F29C5936BB5536739E846B924B32FC2952E0EC07DF23E281AC70D9A9D57FC

  • ZoomInstallerFull.msiARM64official URL

    02DF9BC2D6917204DC32A73A7502D67DD93D018725C86F27B8A616F604A7B499

7.0.34140

  • ZoomInstallerFull.msi64-bitofficial URL

    9E7476D9DDEB844A7717A88F2559DDA37693772FDD72B39B7091A33B17343793

  • ZoomInstallerFull.msiARM64official URL

    4B9DC8F5EBDD38320D68CB5735CD214361B16689EDC9873292C41AF3A19B90DC

7.0.33767

  • ZoomInstallerFull.msi64-bitofficial URL

    D558408BB652DBE234D14E734759019DA935E49FB9F4FA2BFADAA6804253D7FE

  • ZoomInstallerFull.msiARM64official URL

    0A7ABE0953973D3642E1D7B6B9F540C3C28A6FA88A1C6FD8D0B6536127F321C0

6.7.32670

  • ZoomInstallerFull.msi64-bitofficial URL

    30D5F32594755DE3C79AD6FC960C6A88BBD9A0A5D8D2D94A0772CE8CBA577C94

  • ZoomInstallerFull.msiARM64official URL

    0203FAE57242526CE91663EDB1DB71620AB92DE62F948C6F8E4CA34A3ACAAFA8

6.7.30439

  • ZoomInstallerFull.msi64-bitofficial URL

    E864CCE4773E0B5255C3B9D92D67930C5B73694C38C47D445FB1C616D7BFEE4A

  • ZoomInstallerFull.msiARM64official URL

    D720A4D873D14291174344B87DC31DBF5EE94ABB0D52B6258D6C41F9D2375310

6.7.26346

  • ZoomInstallerFull.msi64-bitofficial URL

    E2CEEAD9528A42BCB23FAEC2E4CA88185886657400B5242A7DC959E5A8046F2A

  • ZoomInstallerFull.msiARM64official URL

    2E32A0890235794C68132C6B2F69A12C5B83A53AE8A57ADBE4FE7015F8D3F272

6.7.24657

  • ZoomInstallerFull.msi64-bitofficial URL

    0369C68722D8F4FC1C83ECF21F99E3E656C9460421FDF6A7AE387757DF308B97

  • ZoomInstallerFull.msiARM64official URL

    279FDEE4AA9CF891139C8BD0C1D4F3C57E809A7E5A156686011B748EE104F933

6.6.23272

  • ZoomInstallerFull.msi32-bitofficial URL

    95479D9358760EA88FA347A65D635760A67F0EBC2625750BC9EED35A8C229B48

  • ZoomInstallerFull.msi64-bitofficial URL

    5822DD53A5AEA36E9B994DED5385BB9E2D9D40BF162D657CE7103CC1F7DB957D

  • ZoomInstallerFull.msiARM64official URL

    2C89A55DE800D3D6B91FF9E5756549FDAA1B02D8B5BC7965B7E191AFD406B661

6.6.22255

  • ZoomInstallerFull.msi32-bitofficial URL

    6D56ECE0EEE64E455A395C7075E3C623D539D279D2EF2B547F3B2E1D48C8FC75

  • ZoomInstallerFull.msi64-bitofficial URL

    53E1ECA704589E41A19C061BFE1BB7CD917EF230C21EB9FDD629D963F58926DB

  • ZoomInstallerFull.msiARM64official URL

    D238928AF72E02DD190E16856EC2C767DB000BE42D94C46E8C99808416446EB9

6.6.19875

  • ZoomInstallerFull.msi32-bitofficial URL

    993585E96436ECF267F836ED37E0933FE31BFFA18E7EC5D5B2E61D7D75798508

  • ZoomInstallerFull.msi64-bitofficial URL

    7279FEF6B5D312665621D5A9E1FEF0B95C1001EE661CF0BAEFAF11659C054801

  • ZoomInstallerFull.msiARM64official URL

    22D3D6F11CD2CFB67612F99234372106B17E2D944F30352A4B03454C8AE3AB11

6.6.19369

  • ZoomInstallerFull.msi32-bitofficial URL

    125B038ABC40C4D9496FD4E25E5E9054ECD8326119942DE54AC0805CEB14FBEE

  • ZoomInstallerFull.msi64-bitofficial URL

    D97CD3FD2322D418CD5FC4C1151134714D4DD17CF2869432D625C6F3D1C9C23E

  • ZoomInstallerFull.msiARM64official URL

    1BEF9B02BCEDBF98BBC0650ED83690A7A8D33D6FCFF10BBDCC95BF4769A8CA16

6.6.15968

  • ZoomInstallerFull.msi32-bitofficial URL

    874049FA38119D381790BB79EC21919C9B92DE29BEABA4EA40AC76DA8B129F32

  • ZoomInstallerFull.msi64-bitofficial URL

    B9A662F315A51ABD168E427910962BC79ECBAA17D2A5D8AF95C01D7B2BB7B7FC

  • ZoomInstallerFull.msiARM64official URL

    752036F0C05F68AC6FBAA02D7EB6914DE79CAEBBDE81D9EED835B7579573FB1E

6.6.15547

  • ZoomInstallerFull.msi32-bitofficial URL

    EC3CDF4E2C5EA01B2B3FE34EB24DCD2EE2DFFA68248DE5C0B28563E0CEE719B6

  • ZoomInstallerFull.msi64-bitofficial URL

    D44F0AE48A1D112CD8441EA33C1BE909BFCAD37EE10B779A3B977A5E2D66FDEE

  • ZoomInstallerFull.msiARM64official URL

    4295702C7DDB2EDF1FDECCBF630EB97902FF8796BA6DCAF4E4DADC9AB6C06916

6.5.14128

  • ZoomInstallerFull.msi32-bitofficial URL

    6B5C19C01592B84799A74920CBB97E3F65FC1905FADD6150589318983EAE56B4

  • ZoomInstallerFull.msi64-bitofficial URL

    A40F713BDAA799084BF75AFD943751A5E3517A4A56399BF9816A5A58283CA2CA

  • ZoomInstallerFull.msiARM64official URL

    EF879EC8FBDFB0653D4AEBB1E6D47C6E09864909104E12421FDAC0CDE5AAA83B

6.5.13227

  • ZoomInstallerFull.msi32-bitofficial URL

    506274203078D583DE7CCEEE3D59CD1505890078B2197386E4221AF26B32AEC1

  • ZoomInstallerFull.msi64-bitofficial URL

    F8A8FED1BA68609D9FA9AFEAB799AAD98D0E424B4FE1B74AD1CBA001C7D39A5A

  • ZoomInstallerFull.msiARM64official URL

    A26E227DD06E98DD660AC8DDE59B1CAC3D142381AFA905A105A9EAB38425F236

6.5.12704

  • ZoomInstallerFull.msi32-bitofficial URL

    1E8B621980741B31D6FB626E75EFFC23FA437698607B235C685A3C1A4EBB8D99

  • ZoomInstallerFull.msi64-bitofficial URL

    BDB616CE7E2CCB6C7CDED6EF72931C19B444A05D6882BD13F763E75F8FA0C9A0

  • ZoomInstallerFull.msiARM64official URL

    4464D51D83130B160FB0228094361BF56456D30DA44693BE2FE231F05A562DF9

6.5.11873

  • ZoomInstallerFull.msi32-bitofficial URL

    24D97BCCAD98B1A2FB3318E4E2442508F87E158622694B7B952661C6778C77A8

  • ZoomInstallerFull.msi64-bitofficial URL

    7190F74544E71CA223B05437DFB2ABE0ECF7D8309ED9B881C995F5B9F810ACBA

  • ZoomInstallerFull.msiARM64official URL

    821A567BDFE5CDF534E393417DD34DF8549B7AD9A8B88E6F3D19F1FFAB515A26

6.5.9933

  • ZoomInstallerFull.msi32-bitofficial URL

    EAE122DF360974349D0CEC25844E659F482A3730672E95BF6F55A543322B1C45

  • ZoomInstallerFull.msi64-bitofficial URL

    B900F45362252D4C7B00D2A4E9086763F107F52E95300B890E74A707974A03FF

  • ZoomInstallerFull.msiARM64official URL

    196E8CD3D254058CF172898CEB6EDD75F35537E56F91E434A2460D774B1C8A2F

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.

  • 6.5.9328ZoomInstallerFull.msi
  • 6.5.8927ZoomInstallerFull.msi
  • 6.5.7509ZoomInstallerFull.msi
  • 6.5.6476ZoomInstallerFull.msi
  • 6.5.6118ZoomInstallerFull.msi
  • 6.4.64384ZoomInstallerFull.msi
  • 6.4.64378ZoomInstallerFull.msi
  • 6.4.64360ZoomInstallerFull.msi
  • 6.4.64357ZoomInstallerFull.msi
  • 6.4.63669ZoomInstallerFull.msi
  • 6.4.62735ZoomInstallerFull.msi
  • 6.4.62504ZoomInstallerFull.msi
  • 6.4.62047ZoomInstallerFull.msi
  • 6.3.60501ZoomInstallerFull.msi
  • 6.3.59437ZoomInstallerFull.msi
  • 6.3.56144ZoomInstallerFull.msi
  • 6.3.54827ZoomInstallerFull.msi
  • 6.3.53598ZoomInstallerFull.msi
  • 6.3.52884ZoomInstallerFull.msi
  • 6.2.50939ZoomInstallerFull.msi

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 record151

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

  • 7.1.43453
  • 7.1.41345
  • 7.0.38856
  • 7.0.34412
  • 7.0.34140
  • 7.0.33767
  • 6.7.32670
  • 6.7.30439
  • 6.7.26346
  • 6.7.24657
  • 6.6.23272
  • 6.6.22255
  • 6.6.19875
  • 6.6.19369
  • 6.6.15968
  • 6.6.15547
  • 6.5.14128
  • 6.5.13227
  • 6.5.12704
  • 6.5.11873
  • 6.5.9933
  • 6.5.9328
  • 6.5.8927
  • 6.5.7509
  • 6.5.6476
  • 6.5.6118
  • 6.4.64384
  • 6.4.64378
  • 6.4.64360
  • 6.4.64357
  • 6.4.63669
  • 6.4.62735
  • 6.4.62504
  • 6.4.62047
  • 6.3.60501
  • 6.3.59437
  • 6.3.56144
  • 6.3.54827
  • 6.3.53598
  • 6.3.52884
  • 6.2.50939
  • 6.2.50536
  • 6.2.49583
  • 6.2.49050
  • 6.2.48876
  • 6.2.47507
  • 6.2.47417
  • 6.2.46690
  • 6.1.45504
  • 6.1.45028
  • 6.1.43767
  • 6.1.43316
  • 6.1.41705
  • 6.1.41135
  • 6.0.39959
  • 6.0.39647
  • 6.0.38135
  • 6.0.37634
  • 6.0.37205
  • 5.17.34827
  • 5.17.33775
  • 5.17.31859
  • 5.17.31030
  • 5.17.29988
  • 5.17.28914
  • 5.17.28375
  • 5.16.26186
  • 5.16.24712
  • 5.16.24296
  • 5.16.22807
  • 5.16.22523
  • 5.16.22201
  • 5.15.21574
  • 5.15.21032
  • 5.15.20823
  • 5.15.20303
  • 5.15.19959
  • 5.15.19404
  • 5.15.18551
  • 5.15.18096
  • 5.14.17466
  • 5.14.17221
  • 5.14.16213
  • 5.14.15287
  • 5.14.14578
  • 5.14.13888
  • 5.13.11835
  • 5.12.10137
  • 5.12.9638
  • 5.12.9281
  • 5.12.8964
  • 5.11.8425
  • 5.11.7185
  • 5.11.7123
  • 5.11.6602
  • 5.10.6120
  • 5.10.5889
  • 5.10.5035
  • 5.10.4851
  • 5.10.4420
  • 5.10.4306
  • 5.9.3931
  • 5.9.3799
  • 5.9.3169
  • 5.9.2581
  • 5.9.2481
  • 5.8.2058
  • 5.8.2048
  • 5.8.1736
  • 5.8.1581
  • 5.8.1435
  • 5.8.1324
  • 5.7.1247
  • 5.7.1105
  • 5.7.1055
  • 5.7.1020
  • 5.7.939
  • 5.7.804
  • 5.7.543
  • 5.7.522
  • 5.6.1016
  • 5.6.961
  • 5.6.823
  • 5.6.799
  • 5.6.751
  • 5.6.1
  • 5.6.0
  • 5.5.13142
  • 5.5.12494
  • 5.5.12488
  • 5.5.12454
  • 5.4.59931
  • 5.4.59784
  • 5.4.59296
  • 5.4.58891
  • 5.4.58740
  • 5.4.58698
  • 5.4.58636
  • 5.3.53291
  • 5.3.52879
  • 5.3.52670
  • 5.2.45120
  • 5.2.45108
  • 5.2.44052
  • 5.2.42619
  • 5.1.28656
  • 5.1.28642
  • 5.1.28546
  • 5.1.27830
  • 5.0.26213
  • 5.0.25694

Similar programs we index

Matched on the categories Zoom and others declare in their own manifests, so the grouping is theirs rather than ours. Each one has its official URL and hash on the same terms as this page.

More programs we index

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

Where our data comes from