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 iTunes silently
The unattended switch below is the one Apple Inc. declares in the installer manifest, not one we guessed by trying flags.
32-bit · machine scope · publisher-declared
.\iTunesSetup.exe /quiet /norestart
64-bit · machine scope · publisher-declared
.\iTunes64Setup.exe /quiet /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.
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.
The codes above belong to iTunes 12.13.10.3, 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 "iTunes*" 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.
2 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 provenance
2 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 HTTPS
2 of 2 over HTTPSAn installer fetched over plain HTTP can be modified in transit.
15 / 15
Release recency
last release about 6 months agoSoftware that has not shipped in years accumulates unpatched vulnerabilities.
15 / 15
Licence declared
ProprietaryA declared licence tells you what you are actually allowed to do with the software.
Yes, in the sense we can actually verify: the installer downloads from apple.com, which is a domain we have tied to Apple Inc.
Every one of the 2 installers on this page comes with the SHA-256 Apple Inc 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.
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 Apple.iTunes --exact
Upgrade later
winget upgrade --id Apple.iTunes
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 iTunes20 with hashes
The version history of iTunes, 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.
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 record24
Every iTunes version with a published manifest, newest first. The most recent ones are listed above with their file names and hashes.
12.13.10.3
12.13.9.1
12.13.8.3
12.13.7.1
12.13.6.1
12.13.5.3
12.13.4.4
12.13.2.3
12.12.7.1
12.12.6.1
12.12.5.8
12.12.4.1
12.12.3.5
12.12.2.2
12.12.1.1
12.11.4.15
12.11.3.17
12.11.0.26
12.10.10.2
12.10.9.3
12.10.8.5
12.10.7.3
12.6.5.3
10.7.0.21
Similar programs we index
Matched on the categories Apple Inc. 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.